/**************** GETFIT PRODUCT SHEET *******************/

/*TOP IMAGE*/
.top_image{position:absolute; top:0px; left:0px; width:100%; height:300px; overflow:hidden;}
.top_image img{width:100%;}

/*SIDE MENU*/
.side_menu_cont{position:absolute; left:0px; top:100px; width:160px;  padding-bottom:20px; background-image: url('../images/backgrounds/side_menu/side_menu_cat.png'); background-repeat:no-repeat; background-position:top right;background-color:#c9e7df; overflow:hidden; }

.side_menu{position:relative; top:30px; right:20px; /*height:300px; /*overflow:hidden;*/ /*overflow-y:auto;*/ margin-bottom:80px;}

.side_menu ul{list-style:none; float:right; width:120px; margin:0px; margin-bottom:30px; padding:0px; }
.side_menu ul li{padding-bottom:2px; padding-right:5px; color:#EF7D00; }
.side_menu ul li a{text-decoration:none; color:#333;}
.side_menu ul li a:hover{color:#EF7D00;}

/*SHEET TITLE*/
.sheet_title{position:absolute; left:150px; top:100px; height:66px; background-image: url('../images/backgrounds/titles/orange_backgr.png'); background-repeat:no-repeat; background-color:#f07d00;}
.sheet_title span{position:relative; top:22px; margin-left:40px; margin-right:30px; color:#fff;}

/*CATEGORY DESCRIPTION*/
.cat_contents{position:absolute; top:166px; left:0px; width:100%; padding-bottom:120px; background-image: url('../images/backgrounds/scheda/pattern_scheda.jpg'); }

.cat_switcher{text-decoration:none;}

.cat_descr{position:relative; top:50px; left:230px; height:40px; width:50%; margin-bottom:15px; overflow:hidden;}
.cat_descr_text{background-color:#fff;}

.ico_expander{position:relative; top:45px; left:300px;}

/*PRODUCTS*/
.minia_container{position:relative; left:240px; top:50px; width:70%; background-color:#0f0;}
.minia_container a{text-decoration:none;}

.minia_container ul{list-style:none; padding:0px; margin:0px;  /*background-color:#00f;*/}
.minia_container li{width:0px; float:left; /*padding:15px; padding-bottom:10px;*/ margin-right:15px; margin-top:15px;}

.minia{background-color:#fff; padding:15px; padding-bottom:10px;}

.minia img {width:100%;}

.minia_titolo{padding-top:10px;}


