@charset "utf-8";
/* CSS Document */
.widget
{
	overflow: hidden;
	margin-bottom: 20px;
}
.widget h4
{
	margin-bottom: 0px;
	line-height: 44px;
	height: 36px;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.widget .widgetContent
{
	margin-right: 1px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 15px 20px 0px 20px;
	min-height: 24px;
	overflow: hidden;
	position: relative;
}
.widget .widgetBottom
{
	background: url(../images/layout/widgets/bottom-right.png) top right no-repeat;
}
.widget img.topCorner
{
	float: left;
}
.widget a.moreLink
{
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 16px;
	text-decoration: none !important;
	color: #de8f05 !important;
	margin-top: 10px;
}
/*===================
		COLORS
=====================*/
.redWidget
{
	background: url(../images/layout/widgets/red-top-right.png) top right no-repeat;	
}
.blueWidget
{
	background: url(../images/layout/widgets/blue-top-right.png) top right no-repeat;	
}
.greenWidget
{
	background: url(../images/layout/widgets/green-top-right.png) top right no-repeat;	
}
.yellowWidget
{
	background: url(../images/layout/widgets/yellow-top-right.png) top right no-repeat;	
}
.halfCenterWidget
{
	/*width: 244px;*/
	width: 48%;
	float: right;
}
.leftWidget
{
	float: left;
	clear: left;
}

/*===================
    WIDGET PRODUCT
=====================*/
.widgetProduct
{
	width: 201px;
	overflow: hidden;
}
.widgetProduct img
{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.widgetProduct .productTitle
{
	display: block;
	height: 18px;
	vertical-align: bottom;
}
.widgetProduct .price
{
	color: #cd3301;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	clear: left;
	margin-left: 90px;
}
.widgetProduct .price .oldPrice
{
	color: #555;
	text-decoration: line-through;
	font-size: 12px;
}
.widgetProduct[class~="noDescription"]
{
	text-align: center;	
	width: 100%;
	margin-bottom: 20px;
}
.widgetProduct[class~="noDescription"] img
{
	float: none;	
}
.widgetProduct[class~="noDescription"] .img
{
	display: block;
	margin-top: 10px;
}
.widgetProduct[class~="noDescription"] .price
{
	margin: 10px 0px 0px;	
}
.newsWidget img
{
	width: 80px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatedWidget
{
	float: left;
	margin-right: 15px;
	width: 100px !important;
}
/*==========================*/
/*      More For Less       */
/*==========================*/
.moreForLess
{
	margin-bottom: 20px;
	float: left;
	clear: left;
	position: relative;
	width: 100%;
}
.mflBook
{
	float: left;	
	width: 107px;
	margin-left: 7px;
}
.mflBook a
{
	display: block;
	padding: 0px 0px 6px 8px;
	height: 123px;
	line-height: 123px;
	vertical-align: middle;
}
.mflBook a img
{
	width: 80px;
}
.mflPrice
{
	float: right;
	width: 215px;
	margin-top: 30px;
}
body #content .mflPrice h1, body #content .mflPrice h2, body #content .mflPrice h3
{
	border: none;
	clear: both;
	width: auto;
	text-align: right !important;
	display: block;
	float: none;
	margin: 0px;
}
body #content .mflPrice h1
{
	font-weight: bold;
	font-size: 18pt;
}
body #content .mflPrice h2
{
	font-size: 15pt;
	
}
body #content .mflPrice h3
{
	font-size: 12pt;
}
body #content .mflPrice h3, body #content .mflPrice h2
{
		
}
body #content .mflPrice h1 img
{
	margin-left: 10px;
}
