﻿#contenitore {
	margin:20px 0 0 7px;
	padding:10px 30px 0 30px;
	width:700px;
	background:#e5e9f4 url(/webapp/img/bkg_contenitore.gif) top left repeat-x;
	}
	#contenuto {
		padding:20px;
		background:White;
		border-top:1px dotted #b4b3dd;
		font-family:Verdana;
		font-size:11px;
		color:#1d4182;
		}
		#contenuto table td {
			text-align:left;
			}
	
	
ul.carrello {
	margin:0;
	padding:0;
	list-style-image:url(/webapp/img/ul.gif);
	list-style-position:inside;
	}
strong {
	color:#9e006b;
	}
	

.blue_tit {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#1d4182;
	}
	
.t_head {
	background-color:#1d4182;
	color:White;
	font-weight:bold;
	text-align:center;
	}

.t_data {
	color:#1d4182;
	font-size:10px;
	border-bottom:1px dotted #b4b3dd;
	}

a.blue:link, a.blue:visited {
	font-weight:bold;
	color:#1d4182;
	text-decoration:none;
	}
a.blue:hover {
	font-weight:bold;
	color:#9e006b;
	}
	
