/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET CSS */


body {
	background: #bee7e7 url(images/pattern_back.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B6B6B;
}

/*------------------------------------------*/

#wrapper{
	margin: 0 auto;
	width: 934px;
}

/*------------------------------------------*/

#header{
	width: 934px;
	text-align: center;
}
#footer{
	width: 100%;
	text-align:center;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*------------------------------------------*/

#search{
	background-color: #c8e6e6;
	width: 934px;
	height: 86px;
	border: #FFFFFF 2px solid;
	margin: 0 0 15px 0;
}

/*------------------------------------------*/

.errore{
	width: 914px;
	padding: 10px;
	background-color: #FF0000;
}

.errore p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}


/*------------------------------------------*/

.scegli_reparto{
	width: 900px;
	padding: 10px;
	border: #FFFFFF 7px solid;
	margin: 10px 0;
	text-align: center;
	color: #666666;
}

.scegli_reparto h3{
	font-size: 15px;
	text-align: center;
	color: #666666;
	padding: 10px 0;
}

.scegli_reparto ul{
	margin: 0 0 10px 0;
	padding: 0;
}


.scegli_reparto li a{
	text-decoration: underline;
	color: #666666;
	line-height: 150%;
}

.scegli_reparto li a:hover{
	text-decoration: none;
	color: #000000;
}


/*------------------------------------------*/

#stepuno{
	float: left;
	width: 500px;
	background: #c8e6e6 url(images/stepuno.jpg) no-repeat top left;
	padding: 45px 0 0 15px;
}

/*------------------------------------------*/

.dovevuoi * { margin:0; padding: 0 }

.dovevuoi select.reparto{
	float: left;
	display:block;
	width: 330px;
	margin: 0 15px 0 0;
	font-size: 11px;
}

.dovevuoi select.percorso{
	float: left;
	display:block;
	width: 180px;
	margin: 0 15px 0 0;
	font-size: 11px;
}


.dovevuoi2 select{
	float: left;
	display:block;
	width: 200px;
	margin: 0 15px 0 0;
}

.dovevuoi input.testolibero{
	display:block;
	width: 120px;
	font-size: 11px;
}

/*------------------------------------------*/

#stepdue{
	float: left;
	width: 235px;
	height: 41px;
	background: #def0f0 url(images/stepdue.jpg) no-repeat top left;
	padding: 45px 0 0 15px;
}

#steptre{
	float: left;
	width: 150px;
	height: 41px;
	background: #c8e6e6 url(images/steptre.jpg) no-repeat top left;
	padding: 45px 0 0 15px;
}

/*------------------------------------------*/

.dovevuoi button {
			margin:0.3em 0;
        	border:1px solid #ccc;
        	background-color:#eee;
        	font-size:1em;
        	cursor:pointer;
        	padding:0.5em
        }

		.dovevuoi button:hover {
		    background-color:#E6EFC2;
		    border:1px solid #C6D880;
		    color:#529214;
		}

        .dovevuoi button:active {
        	background-color:#333;
        	color:white;
			border:1px solid #000;
        }
		
/*------------------------------------------*/

#mappa{
	float: left;
	width: 500px;
}

/*------------------------------------------*/
#dettaglio{
	float: right;
	width: 420px;
	background-color: #FFFFFF;
	padding: 6px 0 0 6px;
}

.reparto img{
	border: none;
	padding: 0 30px 0 0;
	}
	
.reparto img a{
	border: none;
	padding: 0;
	}


#dettaglio ul.riepilogo{
	margin: 0;
	padding: 10px 0;
	
}

#dettaglio ul.riepilogo li{
	margin: 0;
	line-height: 120%;
	
}

#dettaglio ul.riepilogo li.parcheggio{
	background: url(images/parcheggio_icona.gif) left no-repeat;
	padding: 10px 0 10px 30px;
}

/*------------------------------------------*/

.divider{
	clear: both;
	width: 410px;
	height: 1px;
	background-color: #999999;
}

/*------------------------------------------*/

#dettaglio ul.dettagliopercorso{
	margin: 0;
	padding: 10px 0;
	
}

#dettaglio ul.dettagliopercorso li.piano{
	line-height: 120%;
	font-weight: bold;
	padding: 15px 0 10px 35px;
	color: #000000;
}

#dettaglio ul.dettagliopercorso li.thumb{
	margin: 5px 0;
	padding: 0;
	line-height: 180%;
	display: block;
}

#dettaglio ul.dettagliopercorso li.thumb img{
	float: left;
	padding: 0 10px 0 0 ;
}

#dettaglio ul.dettagliopercorso li.pallocchio{
	padding: 10px 0 10px 30px;
	background: url(images/pallocchio.jpg) left no-repeat;
}
