/******* CARRELLO [START] *********/
#maincart {
	font-size: 11px;
	line-height: 11px;
	width: 100%;
}
#cart {
	width: 100%;
	padding: 0px;
	text-align: left;

}
/* HEADERS ROWS */
#cart .itemhdr {
	float: left;
	width: 300px; height: 20px;
	border-top: 1px solid #C8C8C8; border-left: 1px solid #C8C8C8;
	padding-top: 5px; padding-left: 5px; padding-bottom:5px;
	background-color: #76CC29;
	color: #FFFFFF;
	font-weight: bold;
}
#cart .qtyhdr {
	float: left;
	width: 110px; height: 20px;
	border-top: 1px solid #C8C8C8;
	padding-top: 5px; padding-left: 5px; padding-bottom:5px;
	background-color: #76CC29;
	color: #FFFFFF;
	font-weight: bold;
}
#cart .pricehdr {
	float: left;
	width: 110px; height: 20px;
	border-top: 1px solid #C8C8C8; border-right: 1px solid #C8C8C8;
	padding-top: 5px; padding-left: 5px; padding-bottom:5px;
	background-color: #76CC29;
	color: #FFFFFF;
	font-weight: bold;
}
/* ROWS */
#cart .item {
	float: left;
	width: 300px; height: 60px;
	border-left: 1px solid #C8C8C8;
	padding-top: 8px; padding-left: 5px;

}
#cart .item img {
	border: 1px solid black;
	margin-left: 5px;
	float: left;
}
#cart .item p {
	margin-left: 20px;
	float: left;
}
#cart .qty {
	float: left;
	width: 110px; height: 60px;
	padding-top: 8px; padding-left: 5px;

}
#cart .price {
	float: left;
	width: 110px; height: 60px;
	border-right: 1px solid #C8C8C8;
	padding-top: 8px; padding-left: 5px;

}
#cart .lineseparator {
	width:450px;  height:2px;
	margin-top: -9px; margin-left: 25px;
	background:#C8C8C8;
}

#cart .clear {
	clear: both;
}
#cart .closer {
	float: left;
	padding-top: 15px;
	width: 365px; height: 33px;
	border-top: 1px solid #C8C8C8;
	text-align:center;
	font-weight: bold;	
	font-size: 18px;
}
#cart .closer a {
	display:block;
	border:1px solid #C8C8C8;
	text-decoration: none;
	width: 180px;
	padding: 7px;
	margin:auto;
	color:#76CC29;
}
#cart .closer a:hover {
	display:block;
	border:1px solid #C8C8C8;
	text-decoration: none;
	width: 180px;
	padding: 7px;
	margin:auto;
	background:#76CC29;
	color: #FFFFFF;
}
#cart .total {
	float: left;
	width: 90px; height: 40px;
	padding-top: 8px; padding-right: 5px;
	border-left: 1px solid #C8C8C8; border-bottom: 1px solid #C8C8C8;
	background-color: #76CC29;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
}
#cart .total sub {
	color: #FFFFFF;
	font-weight: normal;
}
#cart .totalprice {
	float: left;
	padding-top: 8px; padding-left: 5px;
	color: black;
	font-weight: bold;
	width: 70px; height: 40px;
	border-right: 1px solid #C8C8C8; border-bottom: 1px solid #C8C8C8;
}

#delivery-text {
}
#delivery-text h4 {
	display:inline
	color: #FFFFFF;
	font-weight: bold;
	background-color: #76CC29;
}
/******* CARRELLO [STOP] *********/

/******* ZONA DI SPEDIZIONE [start] *********/
#rightcart {
	float:right;
	width:220px;
} 
#rightcart h2 {
	background: #f0f0f0;
	margin: 0;
	padding: 10px;
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}

#rightcart .rightbox {
	border: 1px #F0F0F0 solid;
	border-top: 0px;
	margin-left: 0px;
	padding: 5px;
	margin-bottom: 20px;
}
#rightcart .rightbox .title {
	background-color: #76CC29;
	height: 19px;
	border: 1px #F0F0F0 solid;
	padding-top: 3px;
	color: red;
}
#rightcart .rightbox label {
	width:100%;
	color: #FFFFFF;
	font-weight: bold;
}
#rightcart .rightbox .element {
	padding-top: 3px;
	height: 25px;
	border: 1px #C8C8C8 solid;
	text-align: center;
}

/******* ZONA DI SPEDIZIONE [stop] *********/

