#cart h5{
	margin: 0 auto 15px auto;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-top: 5px;
}
#cart p{
	margin: 0 auto 10px auto;
	display: block;
	overflow: hidden;
	width: 180px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#cart ul{
	padding: 8px;
	font-size: 11px;
	color: #66594D;
}
#cart li{
	list-style: none;
}
/*ie6 hack*/
*html #cart ul{
	display: block;
	float: left;
	width: 170px;
	height: 18px;
}
#cart ul.titolo_carrello{
	color: #444;
	padding: 8px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}
#cart .li_carrello_tot{
	list-style-type: none;
	padding: 1px 4px;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
}
#cart ul.li_prodotto{
	padding: 3px;
	display: block;
	overflow: hidden;
	clear: both;
	background: #efefef;
	border: 1px solid #cbcbcb;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 4px;
}

#cart li.li1{
	display: block;
	float: left;
	width: 100px;
}
#cart li.li2{
	display: block;
	float: left;
	width: 45px;
	text-align: left;
}
#cart li.li3{
	float: right;
	display: block;
	width: 20px;
	text-align: right;
}
/* hack ie7 */
*:first-child+html #cart li.li3{
	padding: 3px;
	width: 15px;
	margin-top: -2px;
}
/* hack ie6 */
*html #cart li.li3{
	padding: 3px;
	width: 15px;
	height: 7px;
	margin-top: -2px;
}
#cart li a{
	background-color: #AF6A5A;
	padding: 2px 4px;
	font-size: 10px;
	color: #f0f0f0;
	text-shadow: 0 -1px 0 #666;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border: 0;
	-webkit-box-shadow: 0 1px 0 #ccc;
	-moz-box-shadow: 0 1px 0 #ccc;
	-o-box-shadow: 0 1px 0 #ccc;
	text-decoration: none;
}
*html #cart li a{
	display: block;
	height: 7px;
	margin: 0;
}
#cart li a:hover{
	background-color: #C60000;
}
*html #cart li a:hover{
	height: 7px;
}
a#ordina{
	float: right;
	margin-right: 8px;
	margin-top: 10px;
	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;
}
a#ordina{
	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#ordina:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #ff8181 url(../images/bg_toolbar.png) repeat-x top left;
}
/* hack ie7 */
*:first-child+html a#ordina{
	margin: 0;
	margin-top: 10px;
}
/* hack ie6 */
*html a#ordina{
	left: 0;
	margin-left: 0;
}
/*Carrello con barra scorrimento*/
#corpo_elenco_carrello{
	overflow-y:auto;
	overflow-x: hidden;
	width: 99%;
	height: 190px;
	margin-left: 0;
}
#elenco_carrello_tot{
	float: left;
	margin-left: 0;
}
#corpo_elenco_carrello::-webkit-scrollbar {
	height: 10px;
	width: 10px;
    -webkit-border-radius: 1ex;  
}  
#corpo_elenco_carrello::-webkit-scrollbar-thumb {  
    border-top: 1px solid #cbcbcb;  
    background: #eaeaea;  
    -webkit-border-radius: 1ex;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);  
}