/* Start Carrello */


div#ContentCarrello {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    float: none;
	width: 809px;
	overflow: hidden;
}


div.contentColumnCarrello {
    width: 809px !important;

}

div#BoxCarrello {
	padding: 10px;
	background-color: #211E17;
    height: auto;
}

.h2Carrello {

}

div#BoxCarrello table {
	width: 785px;
}

.theadCarrello {
	background-color: #29261F;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}


.tdCarrello {
	height: 28px;
	line-height: 28px;
	background-color: #1D1A13;
	font-size: 11px;
}

.TdCenter {
	text-align: center;
}

.TdPrezzoCarrello {
	background-color: #2C2921;
}



.img_dx {
	margin-top: 9px !important;
	margin-top: 5px;
	margin-left: 10px;

}



div.co_radio {
	display: inline;
    height: 22px;
    padding-top: 5px;
}

.td_metodi label {
	font-size: 10px;
	cursor: pointer;
}




.td_metodi2 {
	background-color: #29261F;
	font-size: 10px;
	color: #666666;
	cursor: help;
}


div#BoxCarrello table.table_piccola {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align:middle;

}



.theadCarrello {
	background-color: #29261F;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

.tdCarrello {
	height: 28px;
	line-height: 28px;
	background-color: #1D1A13;
	font-size: 11px;
}

.tdCarrello a {
    color: #e94e0e;
}

.tdCarrello a:hover {
    color: #fff;
}


.TdCenter {
	text-align: center;
}

.TdPrezzoCarrello {
	background-color: #2C2921;
}

.Bianchi {
	color: #FFFFFF;
}

.form_quantita {
	background-color:#29261F;
	border-color: #29261F;
	text-align: center;
	width: 30px;
}

.padd_left {
	padding-left: 10px;
}

.Procedi_carrello {
	height: 30px;
	line-height: 30px;
	text-align: center;
}




td.td_metodi,
td.td_metodi_checked {
	background-color: #29261F;
	border: 0px;
	margin: 0px;
	padding: 3px;
	vertical-align:middle;
	text-align:center;
	font-size: 10px;
	cursor: pointer;
}

td.td_metodi_checked {
	background-color: #e94e0e;
	color: #29261F;
	cursor: default;
}


/* End Carrello */


