@charset "utf-8";
/* CSS Document */

/* IMPORTAZIONE FOGLI DI STILE SECONDARI */
@import url(layout.css);
@import url(color.css);
@import url(typography.css);
@import url(easySlides.default.min.css);
@import url(lightview.css);
@import url(SpryValidationTextField.css);

/* STILI MENU TOP */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 1000px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(http://www.affitti-mare-toscana.it/include/immagini/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(http://www.affitti-mare-toscana.it/include/immagini/topnav_active.gif) repeat-x; 
}
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:30px;
	display: none; /*--Hide by default--*/
	width: 1000px;
	background: #1376c9; /*--Colore sfondo sotto menu--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	/*--arrotondamento angolo destro sotto menu--*/
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	/*--arrotondamento angolo sinistro sotto menu--*/
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


/* STILI CAMPI MODULI */
.campo_modulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DCDADC;
	text-decoration: none;
	border: 1px solid #c1bfc1;
	background-color: #292929;
	width: 253px;
}
.campo_modulo-2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px solid #ABA9AB;
	background-color: #FCFCFC;
	width: 290px;
	height: 20px;
}
.campo_modulo-2-libero {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px solid #ABA9AB;
	background-color: #FCFCFC;
	width: 290px;
}
.campo_modulo-3-libero {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px solid #ABA9AB;
	background-color: #FCFCFC;
}


/* VARIE  */

.lightview {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 14px;
}

