TABLE.products {
	border-collapse: collapse;
	margin-left: 20px;
	width: 500px;
	font-size: 11px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}



TABLE.products TR TH {
	background: #CFE7F4;
	height: 20px;
	text-align: center;
	border-bottom: 1px dotted #21467B;
}


TABLE.products TR TD {
	height: 15px;
	text-align: center;
	border-bottom: 1px dotted #E7E7E7;
	border-left: 1px dotted #E7E7E7;
}

TABLE.products TR TD#mod {
	height: 15px;
	text-align: left;
	border-bottom: 1px dotted #E7E7E7;
	border-left: 1px dotted #FFFFFF;
	padding-left: 5px;
	width: 70px;
}

TABLE.products TR TD#acc {
	height: 15px;
	text-align: left;
	border-bottom: 1px dotted #E7E7E7;
	border-left: 1px dotted #FFFFFF;
	padding-left: 5px;

}

TABLE.products TR TD#inv {
	font-size: 9px;
}

TABLE.products TR TD IMG {
	margin-left: 3px;
}

DIV.line {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #21467B;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 25px;
	padding-bottom: 2px;
}

DIV.product_container {
	clear: both;
	margin-top: 10px;
	padding-left: 15px;
}


DIV.product_container DIV#img {
	float:left;
}

DIV.product_container DIV.info {
	float:left;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px dotted #21467B;
	font-size: 12px;
	width: 320px;
}

DIV.product_container DIV.info DIV.titolo_info {
	font-weight: bold;
	margin-bottom: 10px;
}

DIV.product_container DIV.info P {
	margin-bottom: 20px;
}

DIV.product_container DIV.torqeedo {
	width: 300px;
}

DIV.product_container DIV.diesel DIV.infoiva {
	margin:0;
	margin-top: 5px;
	border-top: 1px solid #1D5DA5;
	
}





DIV.infoiva {
	font-size: 10px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
}

DIV.title H2 SPAN {
	display: block;
	font-size: 11px;
}

DIV.promoinproduct {
	clear: both;
	border-left: 10px solid red;
	padding-left: 5px;
	margin-left: 18px;
	font-size: 12px;
	background: #E0EBF8;
	margin-right: 10px;
	padding-bottom: 5px;

}
DIV.promoinproduct P.rate {
	font-size: 11px;
	margin: 0px;

}
DIV.promoinproduct P {
	margin-top: 10px;
	margin-bottom: 0px;
}


DIV.product_container DIV IMG {
	margin-bottom: 25px;
}

P.conc {
	
	font-size: 12px;
	background: url(../images/arrow_info.gif) no-repeat 0px 3px;
	padding: 0;
	border:0;
	padding-left: 15px;
	margin-left: 15px;
}


DIV.promoinproduct P#chiediinfo {
	font-size: 10px;
	color: red;
	font-weight: bold;
}


DIV.endinfo {
	padding-top: 15px;
	clear: both;
}

DIV.endinfo DIV {
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 15px;
}

DIV.prevnext {
	margin: 20px;
}

DIV.prevnext A#p {
	float: left;
	text-decoration: none;
	font-size: 12px;

	background: url(../images/arrow_info_left.gif) no-repeat left 3px;
	padding-left: 15px;
}

DIV.prevnext A#n {
	text-decoration: none;
	font-size: 12px;
	float: right;
	background: url(../images/arrow_info.gif) no-repeat right 3px;
	padding-right: 15px;
}