@charset "ISO-8859-1";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif, "Curlz MT";
	background-color: #0D171F;
}
#header {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top_header {
	background-color: #121d2a;
	padding-top: 12px;
	padding-bottom: 6px;
}
#top_link {
	width: 940px;
	font-size: 0.85em;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.top_menu a{
	color: #CCC;
	text-decoration: none;
}
.top_menu a:hover{
	color: #FFF;
	text-decoration: underline;
}
.top_menu {
	font-size: 0.85em;
	color: #CCC;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
}
#navigazione {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1E1E1;
}
#logo {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../_img/cielo.jpg);
	background-repeat: no-repeat;
}
.top {
	float: right;
}
/* ------------ MENU MAVIGAZIONE */
#nav_menu {
	float: left;
}
#lingua {
	float: right;
	margin-right: 24px;
	margin-top: 12px;
}
.menu {
	text-decoration: none;
	margin-top: 6px;
}
.menu li{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 0.9em;
	display: inline;
	background-color: #003;
	color: #FFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.menu li a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}
.menu li:hover{
	font-size: 0.9em;
	background-color: #C61121;
}
.menu_current{
	background-color: #C61121;
}
/* -------------- FINE MENU NAVIGAZIONE */
#pulitore {
	clear: both;
}
/* #carosello {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 1px solid #999;
	height: 260px;
	margin-top: 10px;
} */
/* ------------- CONTENITORE PER LE PAGINE */
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
}
#tre_colonne {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
#due_colonne {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#una_colonna {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 738px;
	float: left;
	padding-bottom: 24px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B3B3B3;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B3B3B3;
}
#left_col_stretta {
	width: 640px;
	float: left;
	padding-bottom: 24px;
}
#right_col {
	padding-top: 72px;
	float: left;
	padding-left: 20px;
	width: 167px;
}
#right_col_larga {
	width: 300px;
	float: right;
	padding-top: 90px;
}

/* ------------------ ELEMENTI DEL PIEDE */
#bg_piede {
	background-image: url(../_img/bg2.png);
	height: 260px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#piede {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------ FINE PIEDE */
#copy {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------ VARI DISTANZIATORI */
#spaziatore12 {
	height: 12px;
}
#spaziatore24 {
	height: 24px;
}
#spaziatore72 {
	height: 72px;
}
#spaziatore144 {
	height: 144px;
}
/* ------------------FINE DISTANZIATORI */
.txt_copy {
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 36px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

/* -------------- CONTENITORI HOMEPAGE ED ADVERT */
#grid_3 {
	float: left;
	width: 313px;
}
#grid_3_piede {
	padding: 24px;
}
#right_adv {
	width: 280px;
	float: right;
}
#adv_3 {
	padding: 12px;
}
#grid_4 {
	float: left;
	width: 235px;
}
/* ---------------- FINE ADV */

/* ------------------- ELEMENTI PER TITOLI E TESTO  */
.titoli_neg {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.1em;
	color: #FFF;	/* letter-spacing: 0.1em; */
}
.storia {
	font-size: 1em;
	color: #FFF;
	display: block;	/* letter-spacing: 0.1em; */
	padding-left: 12px;
}
.storia li {
	text-decoration: none;
	color: #FFF;
	margin-left: -36px;
}
.storia li a {
	color: #CCC;
	text-decoration: none;
	font-size: 1em;
}
.storia li a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 1em;
}
.txt_adv {
	font-size: 0.9em;
	color: #666;
}
.titolo {
	font-size: 1.9em;
	padding-top: 12px;
	padding-left: 24px;
	padding-bottom: 4px;
	color: #C00;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}
.titolo a{
	color: #999;
	text-decoration: none;
}
.titolo a:hover{
	color: #C00;
	text-decoration: underline;
}
.titoletto {
	font-size: 1.3em;
	padding-left: 24px;
	color: #666;
	font-weight: bold;
	padding-bottom: 4px;
	font-style: italic;
}
.titoletto2 {
	font-size: 1.5em;
	color: #666;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-bottom: 4px;
}
.sottotitoli {
	font-size: 1em;
	text-decoration: none;
	color: #666;
}
.sottotitoli a{
	text-decoration: none;
	color: #333;
}
.sottotitoli a:hover{
	text-decoration: underline;
	color: #C00;
}
.long_text {
	font-size: 1em;
	padding-left: 24px;
	color: #666;
	line-height: 1.3em;
	padding-right: 12px;
	text-align: justify;
}
.txt_bold {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #C61121;
	text-decoration: none;
}
.txt_bold a{
	color: #515151;
	text-decoration: none;
}
.txt_bold a:hover{
	color: #C00;
	text-decoration: underline;
}
.txt_normale {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
.txt_collezioni {
	font-size: 0.85em;
	font-weight: normal;
	color: #333;
	padding-left: 6px;
	line-height: 1.2em;
}
.txt_dida {
	font-size: 0.8em;
	color: #333;
	line-height: 1.1em;
	padding-right: 20px;
	text-align: justify;
	padding-bottom: 12px;
	padding-left: 8px;
}
.link_viaggi {
	font-size: 1em;
	color: #333;
	text-decoration: none;
}
.link_viaggi a{
	color: #333;
	text-decoration: none;
}
.link_viaggi a:hover{
	color: #C00;
	text-decoration: underline;
}
#link_interno {
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 11px;
	color: #666;
	font-weight: bold;
}
#link_interno a{
	font-size: 1em;
	text-decoration: none;
	color: #666;
}
#link_interno a:hover{
	font-size: 1em;
	color: #900;
	text-decoration: underline;
}
.testo_intabella {
	font-size: 1em;
	color: #333;
	padding-left: 24px;
	padding-top: 12px;
}
.tit_ricambi {
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}
.testo_ricambi_filetto {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: 'Open Sans Condensed', sans-serif;
}
.testo_ricambi_filetto a{
	color: #666;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.testo_ricambi_filetto a:hover{
	font-size: 1em;
	color: #000;
	text-decoration: underline;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/* ------------------- DEPLIANT ---------------- */
.testo_ricambi {
	font-size: 1em;
	color: #333;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.testo_ricambi a{
	font-size: 1em;
	color: #666;
	text-decoration: none;
}
.testo_ricambi a:hover{
	font-size: 1em;
	color: #333;
	text-decoration: underline;
}


/* ----------------- FINE TESTI */

/* ROLLOVER BOX FOTO */
.col_box, 
.col_box { 
	border: 1px solid #E4E4E4; /* grigio chiaro */
	padding: 2px; 
	margin: 0;
} 
.col_box:hover {border: 1px solid #C00; /* rosso */
}
/* ----------- */

#cot_titoli {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
}
 
th {
	font-size: 1em;
	color: #FFF;
	background-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
table {
}
form {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #F6F6F6;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	border: 1px dotted #999;
}
.cont_form {
	font-size: 1em;
	padding-left: 24px;
	color: #666;
	line-height: 1.3em;
	padding-right: 12px;
	text-align: justify;
	width: 640px;
}
/* --------------- POS. IMMAGINI */
.img_left {
	padding-right: 20px;
	float: left;
}
#box_foto_adv {
	margin-bottom: 12px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
}
#box_mercatino {
	background-color: #F0F0F0;
	padding: 8px;
	border: 1px dotted #CCC;
}
.adv {
	margin-bottom: 10px;
}
/* ------------------- PULSANTI COLORATI -------------- */
.pulsante_rosso {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #C00;
	text-align: center;
	color: #FFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	height: 24px;
	width: 180px;
}
.pulsante_rosso a{
	text-decoration: none;
	color: #FFF;
}
.pulsante_rosso a:hover{
	text-decoration: underline;
	color: #FFF;
}
/* ------------------------- */
.pulsante_verde {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #090;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding-right: 36px;
	padding-left: 36px;
	margin-top: 12px;
	margin-right: 36px;
	margin-bottom: 12px;
	float: left;
}
.pulsante_verde a{
	text-decoration: none;
	color: #FFF;
}
.pulsante_verde a:hover{
	text-decoration: underline;
	color: #FFF;
}
/* ------------------------- */
.pulsante_azzurro {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #09F;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	float: left;
	padding-right: 36px;
	padding-left: 36px;
	margin-right: 36px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.pulsante_azzurro a{
	text-decoration: none;
	color: #FFF;
}
.pulsante_azzurro a:hover{
	text-decoration: underline;
	color: #FFF;
}
/* ---------------------- */
.pulsante_arancio {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background-color: #F60;
	text-align: center;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 36px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	float: left;
	padding-right: 36px;
	padding-left: 36px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.pulsante_arancio a{
	text-decoration: none;
	color: #FFF;
}
.pulsante_arancio a:hover{
	text-decoration: underline;
	color: #FFF;
}
.tit_carosello {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	font-family: 'Oleo Script', cursive;
}
.txt_corsivo {
	font-size: 0.85em;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	font-style: italic;
}
.news_contenitore {
	float: left;
}
.news_img {
	width: 80px;
	float: left;
	margin-right: 20px;
}
.news_titolo {
	font-size: 1.3em;
	font-weight: bold;
}
.news_titolo a{
	color: #666;
	text-decoration: none;
}
.news_titolo a:hover{
	color: #900;
	text-decoration: underline;
}
.news_sottotitolo {
	font-size: 1.2em;
	font-style: italic;
	color: #666;
}
.news_pulitore {
	clear: both;
	background-color: #CCC;
	height: 1px;
	margin-bottom: 6px;
}
/* ------- LE BANDIERINE  ------------------ */
.flag {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.flag:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
/* ------------------------------ */
