/* CSS Document - forti del vento ********************************************************************************************************************************************************************/

/*****************************************************
	RESET CSS
*****************************************************/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


a{
	outline:none;
	text-decoration:none;
}

/***********************************************
		FONT
********************************************/
body {
	line-height:21px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7D7D7D;
	background:url(images/bg.png) repeat 0 0;
}

.georgia_16 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:23px;
}

.georgia_14 {
	font-size:14px;
	line-height:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.arial_9 {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#A1A1A1;
}

h3, h3 a {
	font-size:22px;
	line-height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353535;
	font-weight:100;
}
h3 a:hover{
	text-decoration:underline;
}
h4, h4 a {
	font-size:17px;
	line-height:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#100F0D;
	font-weight:100;
}
h4 a:hover{
	text-decoration:underline;
}

h2.sifr {
	position:relative;
	font-size:21px;
	line-height:27px;
	color:#B0172A;
	float:left; width:100%;
	text-align:left;
}


/********************************************
		STRUTTURA
*********************************************/
div.centrato {
	width:960px;
	margin:0 auto;
	position:relative;
}

div#container {
	padding:296px 0 30px 0;
	height:auto !important;
	min-height:100%;
}

div#content {
	background-image:url("images/bg_content.png");
	background-repeat:repeat-y;
	clear:both;
	float:left;
	padding:62px 20px 0 20px;
	width:920px;
}

div#content_bottom {
	background-image:url("images/bg_content_bottom_blog.png");
	background-repeat:no-repeat;
	clear:both;
	float:left;
	width:960px;
	height:7px;
}

/**************HEADER*********************/

div#header {
	background-image:url("images/bg_header.png");
	background-repeat:repeat-x;
	height:319px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:5;
}

div#menu {
	background-image:url("images/bg_menu.png");
	width:936px;
	height:37px;
	position:absolute;
	top:9px;
	left:0;
	z-index:5;
}

#menu ul{
	float:left;
	clear:both;
	width:666px;
	margin:0 0 0 262px;
	padding:0;
	white-space:nowrap;
	position:relative;
	z-index:1;
}

#menu li{
	height:37px;
	float:left;
	margin:0 7px 0 0;
	list-style:none;
	background-position:6px 13px;
	background-repeat:no-repeat;
	position:relative;
	padding: 0 6px;
}

#menu li a{
	height:37px;
	float:left;
	position:relative;
	width:100%;
}

#menu li:hover{
	background-color:#B0172A;
}
#menu label{
	position:absolute;
	left:-9999px;
}

img#logo {
	z-index:6;
	position:absolute;
	top:0;
	left:0;
}

div#img_testata {
	position:absolute;
	z-index:4;
	left:348px;
	background-image:url(images/img_testata.jpg);
	background-repeat:no-repeat;
}

#maschera{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

div#claim {
	color:#FFFFFF;
	width:598px;
	height:122px;
	position:absolute;
	top:179px;
	left:260px;
	z-index:5;
}

div#claim img {
	margin: 0 0 5px 0;
}


div#lingue {
	position:absolute;
	top:265px;
	right:4px;
	z-index:5;
}

div#lingue img{
	margin: 0 5px 0 0;
}


/****************CORPO CENTRALE***********************/

div.box {
	background-image:url(images/bg_box.png);
	background-repeat:no-repeat;
	width:298px;
	height:293px;
	position:relative;
	float:left;
	margin: 0 13px 70px 0;
}

div.header_box {
	background-image:url(images/header_box.png);
	background-repeat:no-repeat;
	position:absolute;
	top:9px;
	left:-5px;
	width:291px;
	height:33px;
}

div.img_tit {
	position:relative;
	background-repeat:no-repeat;
	background-position:25px 8px;
	height:33px;
	width:100%;
}

h2.tit_box {
	left:-9999px;
	position:absolute;	
}

span.percorso_titolo{
	width:auto;
	float:left;
	font-size:23px;
	line-height:normal;
	white-space:nowrap;
	margin:3px 0 0 80px;
	display:inline;
	position:relative;
}
div.logo_pic {
	background-image:url(images/logo_pic.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-20px;
	right:19px;
	width:42px;
	height:33px;
}

div.cont_box {
	height:211px;
	width:252px;
	margin: 55px 22px 0 22px;
	float:left;
	position:relative;
}

div.testo_box {
	width:200px;
	float:left;
	color:#555555;
}

div.bottone_box {
	float:right;
	width: 102px;
	position:absolute;
	bottom:0;
	right:0;
}

a.bottone {
	height: 27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	display:block;
}

a.bottone:hover {
	background-position:0 -27px;
}

a.bt_prodotti {
	width: 102px;
	background-image: url(images/bt_prodotti.png);
}
a.bt_dettaglio {
	width: 102px;
	background-image: url(images/bt_dettagli.png);
}

ul.gallery_box {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

ul.gallery_box li {
	float:left;
	width:77px;
	margin: 0 7px 5px 0;
}

.img {
	border:2px solid #B0172A;
}

a.bt_multimedia {
	width: 102px;
	background-image: url(images/bt_multimedia.png);
}

div.divisore {
	width:100%;
	height:1px;
	float:left;
	border-bottom:1px dotted #BFBFBF;
	margin: 8px 0 12px 0;
}

a.bt_seguici {
	width: 102px;
	background-image: url(images/bt_seguici.png);
}

span.data_tweet {
	float:left;
	width:100%;
}
#twitter_update_list {
	width:100%;
}
#twitter_update_list li {
	list-style-type: none;
	width:100%;
}

#twitter_update_list li span{
	width:100%;
}

#twitter_update_list a{
	color:#555555;
}

#twitter_update_list li>a:last-child {
	border-top:1px dotted #BFBFBF;
	float:left;
	height:1px;
	margin:8px 0 12px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:19px;
	color:#A1A1A1;
	text-align:right;
}

div#blog {
	float:left;
	width:912px;
	margin:0;
	position:relative;
	padding: 31px 0 0 0;
	background-image:url(images/bg_blog.png);
	background-repeat:repeat-y;
}

div.header_big {
	background-image:url(images/bg_header_big.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-24px;
	width:951px;
	height:33px;
}

span.note_header {
	position:absolute;
	color:#DB969F;
	left:230px;
	top:12px;
}

ul.lista_post {
	width:670px;
	margin: 0 16px 0 0;
	float:left;
	padding: 30px 0 0 0;
}

.lista_post li {
	position:relative;
	float:left;
	width:100%;
	list-style:none;
	margin: 0 0 30px 0;
}

div.intestazione_post {
	float:left;
	width:620px;
	padding: 7px 0 0 50px;
	height:48px;
}

div.titolo_prodotto {
	float:left;
	width:620px;
	padding: 7px 0 0 50px;
}

div.data_post {
	position:absolute;
	left:-22px;
	top:0;
	width:55px;
	height:55px;
	background-color:#100F0F;
	border-left:10px solid #AF172A;
	z-index:1;
}

span.mese_data {
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
	font-weight:bold;
	padding: 0 0 0 14px;
}

span.giorno_data {
	color:#FFFFFF;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:23px;
	padding: 0 0 0 14px;
}

div#img_blog{
	width:664px;
	float:left;
	clear:both;
	border:3px solid #c3c2c2;
	position:relative;
	cursor:move;
	height:205px;
	overflow:hidden;
}
#img_blog img{
	float:left;
	/*
	position:absolute;
	top:-50%;
	left:-50%;
	*/
}
div.cont_post {
	float:left;
	margin: 13px 0 0 0;
	width:670px;
	background-image:url(images/bg_post.png);
	background-repeat:repeat-y;
}

img.img_post {
	width:77px;
	height:77px;
	border:3px solid #C3C2C2;
	margin: 0 23px 0 0;
	float:left;
	overflow:hidden;
}

div.testo_post {
	float:left;
	width:494px;
	margin: 0 20px 0 0;
	font-size:14px;
	line-height:21px;
	display:inline;
	overflow:hidden;
}


.testo_post a{
	color:#666666;
}
.testo_post a:hover{
	text-decoration:underline;
}
span.autore, span.commenti{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	color:#7D7D7D;
	float:left;
}
.autore a, .commenti a{
	color:#7D7D7D;
}
.autore a:hover, .commenti a:hover{
	text-decoration:underline;
}

div.divisore_dot {
	background-image:url(images/bg_divisore.png);
	background-repeat:no-repeat;
	background-position: 0 4px;
	width:1px;
	height:23px;
	float:left;
	margin: 0 9px 0 5px;
}

div.ico_social {
	width:50px;
	float:right;
}
.ico_social ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.ico_social li{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
}
li.box_ico_social{
	width:44px;
	height:44px;
	padding:6px 0 0 6px;
	background:url(images/bg_box_ico_social.png) 0 0 no-repeat;
	overflow:hidden;
	text-align:center;
	color:#434444;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	letter-spacing:-1px;
}
.box_ico_social span{
	width:100%;
	float:left;
	font-size:17px;
	margin:5px 0 0 0;;
	font-weight:bold;
}
.box_ico_social a{
	float:left;
	margin:0 6px 5px 0;
	display:inline;
}
span.commenti {
	background-image:url(images/ico_commenti.png);
	background-position: 0 5px;
	background-repeat:no-repeat;
	padding-left: 19px;
}
div.continua{
	width:100%;
	float:left;
	margin:20px 0 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#100f0f;
	text-transform:uppercase;
	cursor:pointer;
}
.continua a{
	color:#100f0f;
	text-decoration:none;
}
.continua a:hover{
	color:#100f0f;
	text-decoration:underline;
}
ul.paginazione{
	width:670px;
	float:left;
	clear:left;
	margin:40px 0 0 0;
	list-style:none;
	padding:0;
}
.paginazione li{
	width:50%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#100f0f;
	text-transform:uppercase;
}
.precedente{
	text-align:left;
}
.successiva{
	text-align:right;
}
.paginazione a{
	color:#100f0f;
	text-decoration:none;
}
.paginazione a:hover{
	color:#100f0f;
	text-decoration:underline;
}
div#spalla_blog {
	float:left;
	width:185px;
	padding: 30px 20px 0 20px;
}

#spalla_blog a{
	color:#353535;
	text-decoration:none;
}

#spalla_blog a:hover{
	color:#353535;
	text-decoration:underline;
}

ul.archivio {
	float:left;
	width:185px;
	margin: 0 0 40px 0;
	list-style:none;
}

#archivio_gallery, #archivio_video {
	margin: 0 0 0 0;
	overflow:hidden;
}

ul#archivio_prodotti {
	float:left;
	width:100%;
	margin: 0 0 0 0;
	list-style:none;
}

ul#archivio_prodotti li {
	float:left;
	width:264px;
	color:#7D7D7D;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/img_list_circle.png);
	background-repeat:no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 15px;
	font-size:17px;
	line-height:21px;
	margin: 0 20px 0 0;
}

.archivio li{
	float:left;
	width:170px;
	color:#353535;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/img_list_circle.png);
	background-repeat:no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 15px;
	font-size:16px;
	line-height:19px;
	margin-top:5px;
}

div#container_mappa{
	width:600px;
	float:left;
	/*clear:both;*/
	margin:0 0 10px 0;
}
span.switch{
	float:left;
	clear:both;
	margin:0 0 5px 0;
	white-space:nowrap;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#353535;
	text-transform:uppercase;
}
.switch img{
	position:relative;
	top:0;
}
div#mappa{
	width:599px;
	float:left;
	clear:both;
	margin:0;
	border:3px solid #C3C2C2;
	/*display:none;*/
	height:250px;
}
div.container_correlati{
	width:578px;
	float:left;
	clear:both;
	padding:30px 10px 15px;
	margin:50px 0 0 0;
	background:url(images/bg_container_correlati.png) 0 0 repeat;
	border:1px dotted #bfbfbf;
	color:#7d7d7d;
	position:relative;
	z-index:0;
}
div.container_video{
	width:579px;
	height:385px;
	position:absolute;
	top:30px;
	left:10px;
	z-index:0;
}
.container_video embed{
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
}
.container_correlati a{
	color:#7d7d7d;
	text-decoration:none;
}
.container_correlati a:hover{
	color:#7d7d7d;
	text-decoration:underline;
}
div.titolo_int_blog{
	width:538px;
	height:30px;
	padding:5px 0 5px 40px;
	top:-23px;
	left:0;
	position:absolute;
}
#titolo_gallery{
	background:url(images/ico_tit_gallery.png) 0 0 no-repeat;
}
#titolo_video{
	background:url(images/ico_tit_video.png) 0 0 no-repeat;
}
#titolo_tag{
	background:url(images/ico_tit_tags.png) 0 0 no-repeat;
}
#titolo_prodotti{
	background:url(images/ico_tit_prodotti.png) 0 0 no-repeat;
}

.titolo_articolo, .titolo_foto, .titolo_video, .titolo_prodotti{
	padding-left:30px;
	float:left;
	width:100%;
	background-position:bottom;
	height:40px;
}

.titolo_articolo{
	background:url(images/ico_tit_articolo.png) 0 0 no-repeat;
}

.titolo_foto{
	background:url(images/ico_tit_foto.png) 0 0 no-repeat;
}

.titolo_video{
	background:url(images/ico_tit_video2.png) 0 0 no-repeat;
}

.titolo_prodotti{
	background:url(images/ico_tit_prodotti.png) 0 0 no-repeat;
}

ul#lista_prodotti{
	width:100%;
	float:left;
	clear:both;
	margin:80px 0 0 0;
}
#lista_prodotti li{
	width:310px;
	height:135px;
	float:left;
	margin:0 20px 0 0;
	padding:5px 5px 10px;
	border:1px dotted #c2c2c2;
	background:url(images/bg_container_correlati.png) 0 0 repeat;
}
div.img_lista_prodotti{
	float:left;
	clear:left;
	margin:-30px 6px 0;
	position:relative;
	border:2px solid #b0172a;
}
/* PAGINA PRODOTTO *****************************************************************************************************************/
div.testo_prodotto {
	float:left;
	margin: 0 20px 0 0;
	font-size:16px;
	line-height:21px;
	display:inline;
	overflow:hidden;
}

div#scheda_prodotto {
	float:left;
	width:589px;
	margin-top:50px;
}

div#scheda_prodotto table {
	float:left;
	width:100%;
}

tr.odd {
	float:left;
	margin:0;
}

tr.even {
	float:left;
	margin:0;
	background-color:#F7F7F7;
}

td.td_label {
	font-size:10px;
	padding:5px;
	
}

td.td_value {
	color:#353535;
	font-size:14px;
	padding: 5px 0;
}

div#img_vino {
	float:left;
	margin: 50px 0 0 0;
	width:100%;
}

#img_vino ul {
	margin:0;
	padding:0;
	float:left;
}

#img_vino li {
	list-style:none;
	float:left;
	margin: 0 16px 0 0;
}

#img_vino img {
	border: 2px solid #B0172B;
}

div.valutazione {
	float:left;
	margin: 3px 0 0 10px;
}

div#container_recensioni, ul.lista_recensioni, ul.lista_recensioni h3, .testo_recensione {
	float:left;
	width:100%;
	text-align:left;
}

div#modulo_recensione {
	background:url("images/bg_container_correlati.png") repeat scroll 0 0 transparent;
	border:1px dotted #BFBFBF;
	width:594px;
	height:570px;
	padding:20px;
}

div#modulo_recensione ul {
	float:left;
	margin:25px 0 0 0;
	width:100%;
}

div#modulo_recensione li {
	float:left;
	margin: 0 0 20px 0;
	width:100%;
	list-style:none;
}

.inputBox_recensione {
	background-color:transparent;
	background-image:url("images/field_recensione.png");
	background-repeat:no-repeat;
	border:0 none;
	float:left;
	height:23px;
	padding-left:5px;
	padding-right:5px;
	width:145px;
}

.inputBox_text {
	background-color:transparent;
	background-image:url("images/field_recensione_text.png");
	background-repeat:no-repeat;
	border:0 none;
	float:left;
	height:108px;
	padding-left:5px;
	padding-right:5px;
	width:590px;
}

span.note_recensione {
	font-size:9px;
	line-height:21px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

button.send_recensione {
	background-image:url("images/bt_recensione.png");
	background-color:transparent;
	background-repeat:no-repeat;
	height:27px;
	width:117px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	border:0;
	cursor:pointer;
	padding-bottom:1px;
}

button.send_recensione:hover{background-position:0 -28px; color:#333333;}

/* TOOLTIP ************************************************************************************************************************/
#tooltip {
	width:157px;
	position: absolute;
	z-index: 3000;
	border:0;
	background: url(images/tooltip.png) 0 0 no-repeat;
	padding: 3px 15px 10px 25px;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* GALLERIA ***********************************************************************************************************************/
ul.gallery{
	list-style:none;
	width:578px;
	float:left;
	clear:both;
	margin:0;
}
.gallery li{
	display:block;
	width:77px !important;
	height:77px !important;
	overflow:hidden;
	float:left;
	margin:0 18px 15px 0; 
	float:left;
	border:2px solid #c4c3c3;
}
div.galleria_container{
	width:572px;
	float:left;
	clear:both;
	margin:0;
	position:relative;
	border:3px solid #c4c3c3;
}
/* MULTIMEDIA ********************************************************************************************************************/
ul#lista_multimedia{
	width:670px;
	float:left;
	clear:left;
	margin:0 16px 0 0;
	padding:30px 0 0 0;
	list-style:none;
}
#lista_multimedia li{
	width:300px;
	float:left;
	padding:10px;
	margin:0 25px 10px 0;
	border:1px dotted #c2c2c2;
	background:url(images/bg_container_correlati.png) 0 0 repeat;
}
div.thumb_gallery{
	width:77px;
	height:77px;
	float:left;
	clear:left;
	position:relative;
	margin:0 10px 0 0;
}
img.ico_tipo_multimedia{
	position:absolute;
	bottom:-5px;
	right:-15px;
	z-index:1;
}
div#gallery_container{
	width:670px;
	margin:0 17px 20px 0;
	float:left;
	clear:left;
	padding:30px 0 0 0;
}
div#image_gallery, div#video_gallery{
	margin:0 auto;
	border:3px solid #b0172a;
	position:relative;
	width:660px;
}

div#video_gallery{
	width:578px;
}

div#didascalia_image{
	padding:15px 70px 20px;
	background:url(images/bg_didascalia.png) 0 0 repeat;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

div#didascalia_video{
	padding:15px 70px 20px;
	background-color:#8A8A8A;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	bottom:0;
	left:0;
	height:40px;
}
a#puls_prev, a#puls_next{
	width:65px;
	height:55px;
	position:absolute;
	bottom:10px;
	z-index:2;
	background-position:0 0;
}
a#puls_prev{
	background-image:url(images/but_prev.png);
	left:-10px;
}
a#puls_prev:hover, a#puls_next:hover{
	background-position:0 -55px;
}
a#puls_next{
	background-image:url(images/but_next.png);
	right:-10px;
}
span#download_hight{
	height:14px;
	float:right;
	white-space:nowrap;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7d7d7d;
	padding:0 17px 0 0;
	background:url(images/ico_lens.png) right top no-repeat;
	position:absolute;
	right:0;
	bottom:-20px;
}
#download_hight a{
	color:#7d7d7d;
}
/******* FOOTER ****************/
div#footer{
	width:100%;
	float:left;
	clear:both;
	margin:25px 0 0 0;
	padding:0 0 40px 0;
	color:#353535;
	position:relative;
}
#footer a{
	color:#353535;
	text-decoration:none;	
}
#footer a:hover{
	color:#353535;
	text-decoration:underline;	
}
div#dati, div#tags{
	width:225px;
	float:left;
	margin:0 20px;
}
div#tags{
	margin:0;
}
ul.icone{
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	position:absolute;
	top:247px;
	left:13px;
}
.icone li{
	width:21px;
	float:left;
	margin:0 7px 0 0;
}
div#valid{
	width:120px;
	position:absolute;
	right:0;
	top:20px;
	text-align:right;
}
#valid a{
	margin:0 5px 0 0;
	display:inline;
}

ul.lista_risultati{
	list-style-type:none;
	float:left;
	width:100%;
}

ul.lista_risultati>li{
	margin-bottom:10px;
	float:left;
	clear:both;
}

ul.lista_risultati>li .div_thumb{
	border:2px solid #C3C2C2;
	float:left;
	height:50px;
	width:50px;
	overflow:hidden;
	margin:3px 10px 0 0;
}

.elenco_risultati{
	margin-top:30px;
}

.spacer{
	background-image:url(images/3_dot.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:60px;
	float:left;
}

.ghost{
	background-color:#eeeeee;
	filter=progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
	opacity:0.30;
	-moz-opacity:0.30;
}

/******* CAMPI INPUT ****************/
.inputBox{
	width:145px;
	height:23px;
	background-image:url(images/field.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#credits {
	font-size:11px;
	position:absolute;
	bottom:50px;
	right:5px;
}
