.titolo_prodotti{
	float: left;
}
.no_trascina_prodotto{
	cursor: default!important;
}
.prodotto{
	float: left;
	position: relative;
	display: block;
	overflow: auto;
	text-align: center;
	width: 312px;
	height: 150px;
	/*display: inline-block; centra i box*/
	padding: 5px;
	margin: 0;
	background: url(../images/sfondo_prodotto.png) no-repeat top left;
}
/*ie 6 hack*/
* html .prodotto{
	display: inline;
	margin: 2px;
}
/*ie 7 hack*/
*:first-child+html .prodotto{
	display: block!important;
	float: left;
	padding: 2px;
	padding-bottom: 10px;
}
.prodotto h5{
	margin: 5px;
	text-align: left;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
.categoria h5{
	display: block;
	margin: 8px auto 9px auto;
	width: 440px;
	height: 18px;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: 1px;
	color: #ee960a;
	font-size: 15px;
	font-weight: bold;
}

.prodotto h5:first-letter, .categoria h5:first-letter{
	text-transform: uppercase;
}
.prodotto .divimg{
	text-align: left;
	float: left;
	margin-left: 5px;
	position: relative;
	width: 80px;
	height: 80px;
	border: 1px solid #cbcbcb;
}
/*ie7*/
*:first-child+html .prodotto .divimg{
	border: 1px solid #ddd;
}
/* ie8 */
.prodotto .divimg{
	border /*\**/: 1px solid #ddd \9;
}

.prodotto img{
	text-align: left;
	display: block;
	width: 80px;
	height: 80px;
}
.prodotto hr.dotted{
	margin: 2px 6px !important;
}
.prodotto .desc_volantino{
	display: block;
	margin: auto;
	float: right;
	margin-right: 5px;
	height: 60px;
	width: 200px;
	text-align: justify;
	font-size: 11px;
	color: #66594d;
}
.prodotto .prezzo{
	text-align: left;
	float: right;
	display: block;
	color: #333;
	width: 200px;
	height: 25px;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
.prodotto .prezzo span{
	float: left;
	font-size: 12px;
}
.prodotto .dtd{
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 200px;
	text-align: left;
	float: right;
}
.prodotto .qta {
	margin: 5px;
	display: block;
	width: 140px;
	height: 27px;
	text-align: left;
	float: right;
}
.prodotto .disp {
	margin: 5px;
	display: block;
	width: 110px;
	height: 27px;
	text-align: left;
	float: left;
}
.prodotto .disp  span{
	display: block;
	color: #66594d;
	margin-top: 7px;
	font-size: 11px;
}
.prodotto .qta input{
	width: 35px;
	height: 12px;
	padding: 3px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 11px;
	background-color: #f7f7f7;
	color: #777;
	border: 1px solid #cbcbcb;
	text-align: right;
	border-radius: 12px;	
}
/* Categoria */
.categoria{
	position: relative;
	display: inline-table;
	text-align: left !important;
	width: 460px;
	height: 281px;
	margin: 20px 13px 20px 13px;
	background: url(../images/trasparenza_dett_prodotto.png);
	border: 2px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.categoria .spiega{
	display: block;
	margin: 20px auto 0 auto;
	width: 423px;
	height: 215px;
	text-align: left;
	font-size: 12px;
	color: #66594d;
	letter-spacing: 1px;
	line-height: 13px;
	border-left: 2px solid #ee960a;
	padding: 0 5px 5px 10px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	overflow: auto;
}

.categoria .spiega ul{
	display: inline;
	list-style-type: armenian;
	margin-left: 10px;
}
/*visualizza dettagli*/
a.box_product{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #696969; 
}
/*aggiungi al carrello*/
a.box_add_cart{
	float: right;
	display: block;
	text-decoration: none;
	font-size: 11px;
	background:  #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
}
/*CSS3*/
a.box_add_cart{
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
a.box_add_cart:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #cd0000 url(../images/bg_toolbar.png) repeat-x top left;
}
.prodotto a.box_product:hover{
	text-decoration: underline;
}