/* CSS Document */
body
{
  margin:0;
  background-color:#ffffff;
  background:url(/images/bg.png);
  background-position:top left;
  background-repeat:repeat-x;
}
h1
{
  margin:0px;
  background:#dcdcdc;
  height:18px;
  font-family:arial;
  font-size:11px;
  color:#2c2c2c;
  text-align:center;
  font-weight:normal;
  line-height:18px;
}
form
{
  margin:0;
  padding:0;
}
/* SEZIONE HEADER */
#header
{
  margin:0 auto;
  width:980px;
  height:auto;
  overflow:hidden;
}
#logo
{
  float:left;
  width:270px;
  height:40px;
  background:url(/images/logo.png);
  margin-top:30px;
}
#menu
{
  float:left;
  width:300px;
  height:30px;
  margin-top:67px;
  margin-left:0px;
  position:relative;
}
#bandiere
{
  float:right;
  height:14px;
  color:#eeeae7;
  font-family:Trebuchet MS;
  font-size:9px;
  margin-right:10px;
  margin-top:16px;
  line-height:14px;
}
#auto
{
  float:right;
  width:454px;
  height:272px;
  margin-top:-52px;
  margin-right:38px;
  
}
#prenotazione
{
  float:left;
  width:354px;
  color:#ffffff;
  font-family:arial;
  font-size:12px;
  margin-top:30px;
  margin-left:40px;
  font-weight:bold;
  line-height:28px;
}
/* SEZIONE CONTENUTO */
#content
{
  margin:0 auto;
  width:980px;
  height:auto;
  overflow:hidden;
}
#sinistra
{
  float:left;
  width:217px;
  height:347px;
  background:url(/images/donna.png);
}
#centro
{
  float:left;
  width:420px;
  padding-top:20px;
  padding-left:10px;
}
.titolo_top
{
  font-family:Georgia;
  font-size:24px;
  color:#3e3e3e;
}
.titolo_top2
{
  font-family:Georgia;
  font-size:18px;
  color:#3e3e3e;
}
.text_top
{
  
  font-family:arial;
  font-size:11px;
  color:#595959;
}
#destra
{
  float:left;
  width:313px;
  margin-left:20px;
  margin-top:20px;
}
#valid
{
  clear:left;
  margin-top:10px;
  width:16px;
  height:16px;
  float:left;
  background:url(/images/valid.png);
}
#text_service
{
  float:left;
  margin-top:10px;
  font-family:arial;
  height:16px;
  line-height:16px;
  margin-left:10px;
  font-size:9px;
  color:#595959;
  border-bottom:dotted 1px #595959;
}
/* SEZIONE STEP */

#sinistra_step
{
  width:720px;
  float:left;
  margin-right:10px;
}
#sinistra_step_header
{
  width:700px;
  height:80px;
  padding:10px;
  background:#ffffc6;
  font-family:Georgia;
  font-size:11px;
  color:#3e3e3e;
  border:solid 1px #ffae0d;
}
#ritiro
{
  float:left;
  width:200px;
  font-family:Arial;
  margin-top:5px;
}
#consegna
{
  width:400px;
  float:left;
  font-family:Arial;
  margin-top:5px;
}
#totale
{
  
  float:left;
  font-family:Arial;
  font-size:18px;
  margin-top:5px;
}
#tabella_auto
{
  width:718px;
  margin-top:10px;
  background:#ffffff;
  font-family:Georgia;
  font-size:11px;
  color:#3e3e3e;
  border:solid 2px #cccccc;
  height:auto;
  overflow:hidden;
}
#tabella_auto_header
{
  height:25px;
  line-height:25px;
  padding-left:10px;
  background:#ffef81;
  font-family:Arial;
  font-size:11px;
  color:#3e3e3e;
  border-bottom:solid 2px #cccccc;
}
#tabella_auto_d0
{
  float:left;
  width:30px;
  height:124px;
  font-family:Arial;
}
#tabella_auto_d1
{
  float:left;
  width:150px;
  height:124px;
  font-family:Arial;
}
#tabella_auto_d2
{
  float:left;
  width:368px;
  height:110px;
  margin-left:10px;
  margin-right:10px;
  font-family:Arial;
}
#tabella_auto_d3
{
  float:left;
  width:130px;
  height:110px;
  font-family:Arial;
}
#tabella_riepilogo_d1
{
  float:left;
  width:330px;
  height:auto;
  font-family:Arial;
}
#tabella_riepilogo_d2
{
  float:left;
  width:330px;
  height:auto;
  font-family:Arial;
}
#tabella_auto_separator
{
  clear:left;
  height:1px;
  margin-top:10px;
  margin-bottom:10px;
  background:#cccccc;
}
#destra_step
{
  width:250px;
  float:left;
  font-family:arial;
  font-size:11px;
  color:#3e3e3e;
}
/* SEZIONE FOOTER */
#footer
{
  clear:both;
  margin:0 auto;
  margin-top:20px;
  width:980px;
  font-family:arial;
  font-size:9px;
  color:#595959;
}
.footer
{
  font-family:arial;
  font-size:9px;
  color:#595959;
  text-decoration:none;
}
.footer:hover
{
  font-family:arial;
  font-size:9px;
  color:#595959;
  text-decoration:underline;
}
#tooltip {
	position:absolute;
	z-index:30000;
	padding:3px;
	font-size:9px;
	background:#ffffc6;
	border:solid 1px #ffae0d;
	color:#3e3e3e;
}

#tooltip div {
	margin:0;
	padding:5px;
	font-size:0.9em;
}

#tooltip h3 {
	font-weight:bold;
	padding:5px;
	margin:0;
}