/* shopping ----------------------------------------------------------*/
div.colsxcart {
	text-align:right;
}
div.colsxcart a:visited, div.colsxcart a:link, div.colsxcart a:active, div.colsxcart a:hover 
{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

div.colsxcart div {
	width:200px;
	text-align:left;
	padding-left:2px;
	border-bottom:1px solid #1D5183;
}
div.colsxcart table {
	width:200px;
}
div.colsxcart table td {
	text-align:left;
	padding:2px;
}


div.carrello { 
	font-size:13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	line-height:17px;
}

div.carrello table { 
	width:100%;
	margin-top:10px;
}

div.carrello table td { 
	padding:3px;
	vertical-align:top;
}

div.carrello table th { 
	padding:3px;
	height:20px;
	font-weight:bold;
	color:#1D5183;
	font-size:14px;
	text-align:left;
	background-color:#E9E9E9;
	border-bottom:1px solid #1D5183;
}

div.addtocart { 
	font-size:11px;
	border:0px;
}

div.addtocart table { 
	margin-top:10px;
	border:0px;
}

div.addtocart table td { 
	font-size:11px;
	padding:3px;
	vertical-align:top;
	background-color:#F8F8F8;
	border:1px solid #FFFFFF;
}

div.addtocart table td a { 
	font-size:11px;
}

div.addtocart table td input { 
	font-size:11px;
}

div.addtocart table th { 
	padding:3px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-align:left;
	background-color:#72B50D;
	border:1px solid #FFFFFF;
}

div.detorder, div.closeorder { 
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:17px;
	border:0px;
	text-align:left;
}

div.detorder table, div.closeorder table { 
	width:100%;
	table-layout:fixed;
	margin-top:10px;
	border:0px; 
}

div.detorder table td, div.closeorder table td { 
	padding:3px;
	vertical-align:top;
	border:0px; 
	font-size:12px;
	text-align:left;
}

div.detorder table th, div.closeorder table th { 
	padding:3px;
	height:20px;
	font-weight:bold;
	color:#1D5183;
	font-size:12px;
	text-align:left;
	background-color:#E9E9E9;
	border-bottom:1px solid #1D5183;
}

/*
div.closeorder { 
	font-size:12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	line-height:17px;
}*/

div.closeorder input.field { 
	width:250px;
}