/*
	EasyNew Highlight Styles  
*/

.col-3-layout #easy-new-list { width: 480px; }              /*    Block Width        */
.col-2-right-layout #easy-new-list,
.col-2-left-layout #easy-new-list { width: 660px; }
.col-1-layout #easy-new-list  { width: 850px; }

#easy-new-list li { overflow: hidden; zoom: 1; }
#easy-new-list .product-info  { float:right; }
#easy-new-list .product-image  { float:left; }  
.col-3-layout #easy-new-list .product-info { width: 370px; }  /*    Info block width   */
.col-2-right-layout #easy-new-list .product-info,
.col-2-left-layout #easy-new-list .product-info { width: 525px; } 
.col-1-layout #easy-new-list .product-info { width: 730px; }

/*
 *     Grid 
*/

.col-3-layout #easy-new-grid { width: 480px; }              /*    Block Width        */
.col-2-right-layout #easy-new-grid,
.col-2-left-layout #easy-new-grid  { width: 660px; }
.col-1-layout #easy-new-grid { width: 850px; }

#easy-new-grid ol { overflow: hidden; zoom: 1; }
#easy-new-grid li { width: 150px; float: left; }            /*    Grid Item Width    */

/*
    EasyNew Highlight Slider
*/
.col-3-layout #easyslider { width:480px; }
.col-3-layout #easyslider div.scroller { width: 480px; }
.col-3-layout #easyslider .scroller .sectionslide { width:480px; }
.col-3-layout #easyslider .product-shop { width: 340px; }
.col-3-layout #easyslider .content .product-description { width: 330px; }

.col-2-right-layout #easyslider { width:640px; }
.col-2-right-layout #easyslider .scroller { width: 640px; }
.col-2-right-layout #easyslider .scroller .sectionslide { width:640px; }
.col-2-right-layout #easyslider .product-shop { width: 490px; }
.col-2-right-layout #easyslider .content .product-description { width: 500px; }

.col-2-left-layout #easyslider { width:640px; }
.col-2-left-layout #easyslider .scroller { width: 640px; }
.col-2-left-layout #easyslider .scroller .sectionslide { width:640px; }
.col-2-left-layout #easyslider .product-shop { width: 490px; }
.col-2-left-layout #easyslider .content .product-description { width: 500px; }

.col-1-layout #easyslider { width:850px; }
.col-1-layout #easyslider .scroller { width: 850px; }
.col-1-layout #easyslider .scroller .sectionslide { width:850px; }
.col-1-layout #easyslider .product-shop { width: 730px; }
.col-1-layout #easyslider .content .product-description { width: 700px; } 
#easyslider { 
	position: relative;
}
#easyslider div.scroller { overflow: hidden; }
#easyslider div.slidercontrolwr {
	float:right;
	margin-right:137px;
	margin-top:-30px;
	text-align:center;
}
#easyslider div.scroller img{
	border: none;
}
#easyslider div.scroller div.sectionslide {	
	overflow:hidden;
	float:left;
	width:480px;
	background:#F3DDAD;
	border:1px solid #340000;
	margin:0;
	min-height:140px;
	padding:10px 10px 10px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#easyslider div.scroller div.content {
	width: 10000px;
}
#easyslider .slidercontrol{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}	
#easyslider .slidercontrol a {
	font-size: 14px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
	display: inline;
	width: 19px;
	padding:2px 5px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	height: 18px;
	background:#BF4B23;
	border:1px solid #E67C1F;
	color:#FFFFFF;
}
#easyslider .slidercontrol a:hover,
#easyslider .slidercontrol a.active {
	background:#E67C1F;
	border:1px solid #E67C1F;
	color:#FFFFFF;
}

.sectionslide .product-image{
	float:left;
}

.sectionslide .product-image a img{
	border:1px solid #8C8E7D;
}
	
.sectionslide .product-shop {
	float:right;
	width:340px;
}

.sectionslide .product-shop h5, .sectionslide .product-shop h5 a {
	background:#FFA11B;
	color:#400000;
	display:block;
	font-size:1.2em;
	padding:5px 5px 5px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
}

.sectionslide .product-shop  .price-box {
	width:200px;
	margin:0 5px 0 0;
	float:left;
}

.sectionslide .product-shop  button.button {
	height:29px;
}

.sectionslide .product-shop .description {
	color:#400000;
	margin-top:8px;
}