/*------------- PRODOTTI ------------*/

.catboxes {
	float:left;
}

#col_left .catboxes {
	margin-left: -28px;
}

#col_left .catboxes .box_title {
	margin-left: 28px;
}

.catboxes .row {
	clear:both;
}

.catboxes .cat_item {
	float:left;
	width:219px;
	padding-bottom:14px;	
	margin-right:13px;
	margin-top:15px;
}

.catboxes a {
	display: block;
}

.catboxes .cat_titolo {
	padding-top:30px;
	padding-left:45px;
	padding-right:17px;
	font-size:12px;
	color: #000;
	text-decoration:none;
	font-weight:bold;
}	

.catboxes a:hover .cat_titolo {
	color:#c00;
}

.catboxes .cat_sottotitolo {
	padding-left:45px;
	padding-right:17px;	
	font-size:12px;
	color: #000;
	text-decoration:none;
}	

.catboxes .cat_elenco {
	margin:0px;
	padding-left:45px;
	padding-top:5px;	
	padding-right:17px;	
	font-size:11px;
	color: #000;
	text-decoration:none;
}		

.catboxes .cat_elenco li {
}

.catboxes .cat_elenco li a {
	color:#000;
	text-decoration:none;	
}

.catboxes .cat_elenco li a.attivo { font-weight:bold; }
.catboxes .cat_elenco li a:hover { color:#c00; }

.catboxes .cat_style1 {	background: url(../images/cat_box1_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style1 .cat_titolo {	background: url(../images/cat_box1_r1_c1.gif) top no-repeat; }
.catboxes .cat_style1 .cat_sottotitolo,
.catboxes .cat_style1 .cat_elenco {	background: url(../images/cat_box1_r2_c1.gif) repeat-y;}

.catboxes .cat_style2 {	background: url(../images/cat_box2_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style2 .cat_titolo {	background: url(../images/cat_box2_r1_c1.gif) top no-repeat; }
.catboxes .cat_style2 .cat_sottotitolo,
.catboxes .cat_style2 .cat_elenco {	background: url(../images/cat_box2_r2_c1.gif) repeat-y;}

.catboxes .cat_style3 {	background: url(../images/cat_box3_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style3 .cat_titolo {	background: url(../images/cat_box3_r1_c1.gif) top no-repeat; }
.catboxes .cat_style3 .cat_sottotitolo,
.catboxes .cat_style3 .cat_elenco {	background: url(../images/cat_box3_r2_c1.gif) repeat-y;}

.catboxes .cat_style4 {	background: url(../images/cat_box4_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style4 .cat_titolo {	background: url(../images/cat_box4_r1_c1.gif) top no-repeat; }
.catboxes .cat_style4 .cat_sottotitolo,
.catboxes .cat_style4 .cat_elenco {	background: url(../images/cat_box4_r2_c1.gif) repeat-y;}

.catboxes .cat_style5 {	background: url(../images/cat_box5_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style5 .cat_titolo {	background: url(../images/cat_box5_r1_c1.gif) top no-repeat; }
.catboxes .cat_style5 .cat_sottotitolo,
.catboxes .cat_style5 .cat_elenco {	background: url(../images/cat_box5_r2_c1.gif) repeat-y;}

.catboxes .cat_style6 {	background: url(../images/cat_box6_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style6 .cat_titolo {	background: url(../images/cat_box6_r1_c1.gif) top no-repeat; }
.catboxes .cat_style6 .cat_sottotitolo,
.catboxes .cat_style6 .cat_elenco {	background: url(../images/cat_box6_r2_c1.gif) repeat-y;}

.catboxes .cat_style7 {	background: url(../images/cat_box7_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style7 .cat_titolo {	background: url(../images/cat_box7_r1_c1.gif) top no-repeat; }
.catboxes .cat_style7 .cat_sottotitolo,
.catboxes .cat_style7 .cat_elenco {	background: url(../images/cat_box7_r2_c1.gif) repeat-y;}

.catboxes .cat_style8 {	background: url(../images/cat_box8_r3_c1.gif) bottom no-repeat;}
.catboxes .cat_style8 .cat_titolo {	background: url(../images/cat_box8_r1_c1.gif) top no-repeat; }
.catboxes .cat_style8 .cat_sottotitolo,
.catboxes .cat_style8 .cat_elenco {	background: url(../images/cat_box8_r2_c1.gif) repeat-y;}





.catlist {
	float:left;
}

.catlist .row {
	clear:both;
}

.catlist .cat_item {
	float:left;
	width:650px;
	padding-bottom:20px;	
	margin-right:13px;
	margin-top:15px;
}

.catlist a {
	display: block;
}

.catlist .cat_titolo {
	padding-top:37px;
	padding-left:118px;
	padding-right:25px;
	font-size:12px;
	color: #000;
	text-decoration:none;
	font-weight:bold;
}	

.catlist .cat_head {
	min-height:70px;
}

.catlist a:hover .cat_titolo {
	color:#c00;
}

.catlist .cat_sottotitolo {
	padding-left:118px;
	padding-right:25px;	
	font-size:12px;
	color: #000;
	text-decoration:none;
}

.catlist .cat_elenco {
	margin:0px;
	padding-left:118px;
	padding-top:10px;	
	padding-right:25px;	
	font-size:11px;
	color: #000;
	text-decoration:none;
	float:left;	
	width:650px;
}		

.catlist .cat_elenco li {
	width:170px;
	float:left;
}

.catlist .cat_elenco li a {
	color:#000;
	text-decoration:none;	
}

.catlist .cat_elenco li a:hover {
	color:#c00;
}

.catlist .cat_style1 {	background: url(../images/cat1_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style1 .cat_head {	background: url(../images/cat1_r1_c1.gif) top no-repeat; }
.catlist .cat_style1 .cat_elenco {	background: url(../images/cat1_r2_c1.gif) repeat-y;}

.catlist .cat_style2 {	background: url(../images/cat2_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style2 .cat_head {	background: url(../images/cat2_r1_c1.gif) top no-repeat; }
.catlist .cat_style2 .cat_elenco {	background: url(../images/cat2_r2_c1.gif) repeat-y;}

.catlist .cat_style3 {	background: url(../images/cat3_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style3 .cat_head {	background: url(../images/cat3_r1_c1.gif) top no-repeat; }
.catlist .cat_style3 .cat_elenco {	background: url(../images/cat3_r2_c1.gif) repeat-y;}

.catlist .cat_style4 {	background: url(../images/cat4_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style4 .cat_head {	background: url(../images/cat4_r1_c1.gif) top no-repeat; }
.catlist .cat_style4 .cat_elenco {	background: url(../images/cat4_r2_c1.gif) repeat-y;}

.catlist .cat_style5 {	background: url(../images/cat5_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style5 .cat_head {	background: url(../images/cat5_r1_c1.gif) top no-repeat; }
.catlist .cat_style5 .cat_elenco {	background: url(../images/cat5_r2_c1.gif) repeat-y;}

.catlist .cat_style6 {	background: url(../images/cat6_r3_c1.gif) bottom no-repeat;}
.catlist .cat_style6 .cat_head {	background: url(../images/cat6_r1_c1.gif) top no-repeat; }
.catlist .cat_style6 .cat_elenco {	background: url(../images/cat6_r2_c1.gif) repeat-y;}


.scheda_prodotto {
	width:622px;
}

.scheda_prodotto .scheda_left {
	float:left;
	width:340px;
}

.scheda_prodotto .scheda_right {
	float:right;
	width:282px;
}


.scheda_prodotto .testo {
	margin-top:10px;
}

.scheda_prodotto .img_scheda {
	border: 1px #ACCDDD solid;
	margin: 20px 15px;
}

.scheda_prodotto .img_scheda {
	border: 1px #ACCDDD solid;
	margin: 20px 15px;
}

.scheda_prodotto .pulsanti_scheda {
	margin: 0px 15px;
}

.scheda_prodotto .pulsanti_scheda a {
	display:block;
	position:relative;
	width:282px;
	padding: 7px 10px;	
	background:#2F81AA;
	text-decoration: none;
	color: #fff;
	margin-bottom:10px;
}
.scheda_prodotto .pulsanti_scheda a span {
	position:absolute;
	right:10px;
}

.scheda_prodotto .pulsanti_scheda a:hover,
.scheda_prodotto .pulsanti_scheda a.attivo {
	background:#ACCDDD;
	color: #000;
}

.scheda_prodotto dl {
	margin-top: 20px;
	width: 340px;
	float: left;
	clear: left;
}

.scheda_prodotto dl dt {
	margin-top:5px;
	float: left;
	clear: left;
	font-weight: bold;
	width: 150px;
}

.scheda_prodotto dl dd {
	margin-top:5px;
	float: left;
	width: 190px;	
}
