/*
	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:460px;border:1px solid #ccc; margin-left:20px;padding:10px;background:#fcfcfc;margin-bottom:20px;height:155px;margin-top:10px;
background: #fcfcfc  url(http://www.accessoiresgaz.com/skin/frontend/default/f002/images/box-content-bg.gif)repeat-x 0 0;}
.col-3-layout #easyslider div.scroller { width: 460px; }
.col-3-layout #easyslider div.scroller .listing-type-list .product-image {width:115px;height:115px;}
.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:687px;border:1px solid #e6eaed; margin-left:5px;padding:10px;background:#e6eaed;margin-bottom:5px;height:155px;margin-top:-7px;
background: #e6eaed  url(http://www.accessoiresgaz.com/skin/frontend/default/f002/images/bg_easy.png)repeat-x 0 0; }
.col-2-left-layout #easyslider .scroller { width: 680px; }
.col-2-left-layout #easyslider div.scroller .listing-type-list .product-image {width:115px;height:115px;}
.col-2-left-layout #easyslider .scroller .sectionslide { width:680px; }
.col-2-left-layout #easyslider .product-shop { width: 550px; }
.col-2-left-layout #easyslider .content .product-description { width: 540px; }

.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{
	position:absolute;
	right:15px;
	top:145px;
}
#easyslider div.scroller img{
	border: none;
}
#easyslider div.scroller div.sectionslide {	
	overflow:hidden;
	float:left;		
}

#easyslider div.scroller div.content {
	width: 10000px;
}
#easyslider .slidercontrol2{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}	
#easyslider .slidercontrol2 a {
	float: left;
	
	margin: 0px 2px;
	padding: 0px 5px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	opacity:0.4;
	filter:alpha(opacity=40);
    border: 1px solid #000;
    background: #2C6686;
}
#easyslider .slidercontrol2 a:hover,
#easyslider .slidercontrol2 a.active {
	opacity:1;
	filter:alpha(opacity=100);
    color: yellow;
}


