@charset "utf-8";
/* CSS Document */

/*reset*/

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,*/img,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/*webfont*/

@font-face{
    font-family:"ankRegular";
    src:url("/webfont/ank-webfont.eot");
    src:url("/webfont/ank-webfont.eot?#iefix") format("embedded-opentype"),
        url("/webfont/ank-webfont.woff") format("woff"),
        url("/webfont/ank-webfont.ttf") format("truetype"),
        url("/webfont/ank-webfont.svg#ankRegular") format("svg");
    font-weight:normal;
    font-style:normal;
}

/*generale*/

html{
	min-height:100%;
}
body{
	text-align:left;
	height:100%;
	background:#000 url(/image/sf_body.jpg) no-repeat center top fixed;
	font:12px/120% Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
div#wrapper{
	width:950px;
	margin:0 auto;
}

a,
a:link,
a:active,
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#666;
}
p{
	margin-bottom:10px;
}
h1{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:34px;
	line-height:34px;
	font-weight:normal;
	color:#333;
}
h2{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size:20px;
	line-height:22px;
	color:#384790;
}
h3{
	margin-bottom:10px;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#666;
}
h4{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#F00;
	margin: 0 0 20px 0;
}
h4 a,h4 a:hover{
	color:#F00;
}
/*h5{
	margin:10px 0 0;
	padding:0 0 3px;
	font-size:20px;
	color:#00FF00;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	letter-spacing:2px;
}*/

input.inputbutton,
a.inputbutton{
	width:auto!important;
	height:24px!important;
	margin:0!important;
	padding:0 20px!important;
	border:1px solid #FFBF46!important;
	background:#FF9926 url(/image/sf_inputbutton.gif) repeat-x top!important;
	line-height:24px;
	color:#333;
	text-align:center;
	cursor:pointer;
}
input.inputbutton:hover,
a.inputbutton:hover{
	border-color:#FC0!important;
	color:#666;
}

.piccolo{
	font-size:9px;
}
.imgdx{
	float:right;
	margin-left:20px;
	margin-top:3px;
	margin-bottom:20px;
}
.imgsx{
	float:left;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:20px;
}

.tooltip{
	display:none;
	width:320px;
	height:80px;
	padding:10px;
	border:3px solid #CCC;
	background-color:#F60;
	font-size:12px;
	line-height:150%;
	text-align:justify;
	color:#FFF;
}

/* divisione pagina */

div#contenitore{
	position:relative;
	width:950px;
	float:left;
}

/*testata*/

div#testata{
	width:950px;
	height:140px;
	background-color:#FFF;
	float:left;
	clear:both;
}
div#intestazione{
	padding:18px 0 0 25px;
	float:left;
}
div#intestazione a{
	display:block;
	width:300px;
	height:56px;
	float:left;
	background:url(/image/logo_passsport.jpg) no-repeat center;
}
div#intestazione a span{
	display:none;
}
div#social{
	padding:22px 25px 0 0;
	float:right;
}
div#social a.socialfb{
	display:block;
	width:32px;
	height:32px;
	float:right;
	background:url(/image/ico_facebook.png) no-repeat center;
}

div#social a.socialyt{
	display:block;
	height:29px;
	margin-right:10px;
	padding:3px 40px 0 0;
	float:right;
	font-size:11px;
	line-height:12px;
	text-align:right;
	background:url(/image/ico_youtube.png) no-repeat right center;
}
div#social a span{
	display:none;
}

div#menutop1pad{
	padding:9px 0 0 400px;
	float:left;
}
div#menutop1{
	width:550px;
	float:left;
}
div#menutop1 ul{
	width:100%;
	float:left;
}
div#menutop1 ul li{
	float:left;
	padding-right:5px;
}
div#menutop1 ul li a,
div#menutop1 ul li a:link,
div#menutop1 ul li a:visited,
div#menutop1 ul li a:active{
	display:block;
	width:105px;
	height:22px;
	font-size:12px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	background:url(/image/sf_menutop1.gif) no-repeat center top;
}
div#menutop1 ul li a:hover{
	color:#FC0;
	background-position:bottom;
}

div#menutop2{
	width:950px;
	height:35px;
	background:url(/image/sf_menutop2.gif) repeat-x;
	float:left;
}
div#menucat{
	width:333px;
	float:left;
}
/*stili per menucat in menu.css*/
div#menucarrello{
	padding-right:18px;
	float:right;
}
div#menucarrello a{
	display:block;
	height:34px;
	padding-left:28px;
	font-size:12px;
	line-height:34px;
	color:#000;
	background:url(/image/ico_carrello.gif) no-repeat center left;
}
div#menucarrello a:hover{
	color:#666;
}
div#menuricerca{
	padding-right:25px;
	float:right;
}
div#menuricerca form{
	display:inline;
	width:200px;
	height:34px;
	line-height:34px;
}

/*contenuto*/

div#content{
	width:100%;
	float:left;
	background:#FFF url(/image/sf_content.gif) repeat-y;
}

/*colonne*/

div#colonnasxpad{
	padding:20px 10px 30px 30px;
	float:left;
}
div#colonnasx{
	width:190px;
	float:left;
}
div#colonnadxpad{
	padding:20px 30px 30px 0;
	float:left;
}
div#colonnadx{
	width:690px;
	float:left;
}

div.mezzo{
	width:440px!important;
}

/*homepage news slide*/

div#head2slide{
	position:relative;
	width:100%;
	height:250px;
	border-bottom:1px solid #000;
	float:left;
}
div#head2contfoto{
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:250px;
	overflow:hidden;
}
div#head2contfoto ul{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	list-style:none;
}
div#head2contfoto ul li{
	margin:0;
	padding:0;
	float:left;
	clear:both;
}
div#head2contfoto a{
	display:block;
	width:600px;
	height:250px;
	overflow:hidden;
}
div#head2contdida{
	position:absolute;
	top:1px;
	right:0;
	width:350px;
	height:249px;
	overflow:hidden;
	background:url(image/sf_dida_off.gif) repeat-y top right;
}
div#head2contdida ul{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	list-style:none;
}
div#head2contdida ul li{
	margin:0;
	padding:0;
	border-bottom:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	float:left;
	clear:both;
}
div#head2contdida ul li a,
div#head2contdida ul li a:active,
div#head2contdida ul li a:link,
div#head2contdida ul li a:focus{
	display:block;
	padding:11px 18px 10px 8px;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:20px;
	line-height:20px;
	text-decoration:none;
	text-align:right;
	background:url(image/sf_dida_off.gif) repeat-y top right;
}
div#head2contdida ul li a:hover,
div#head2contdida ul li a.didasel{
	color:#FFF;
	background:url(image/sf_dida_on.gif) repeat-y top right;
}
div#head2contdida ul li a span{
	width:322px;
	height:40px;
	float:left;
}

/*fascia marche*/

div#fasciamarchepad{
	padding:0 25px;
	float:left;
	clear:both;
	background:#000 url(/image/sf_fasciamarche.jpg) no-repeat center;
}
div#fasciamarche{
	position:relative;
	width:900px!important;
	height:55px;
	float:left;
	overflow:hidden;
}
div#fasciamarche ul{
	position:absolute;
	top:0;
	left:0;
	height:55px;
	float:left;
	list-style:none;
}
div#fasciamarche ul li{
	margin:0;
	padding:0 5px;
	float:left;
}
div#fasciamarche a{
	display:block;
	width:100px;
	height:55px;
	float:left;
	text-align:center;
	overflow:hidden;
}
div#fasciamarche a img{
}
div#fasciamarche a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*lanci homepage*/

div#lancihppad{
	padding:25px;
	float:left;
	clear:both;
	background:#EAEAEA url(/image/sf_lancihp.gif) repeat-y;
}
div#lancihp{
	width:900px;
	float:left;
}
div#lancihp a{
	margin:0 10px;
	border:1px solid #999;
	float:left;
}
div#lancihp a:hover{
	border-color:#CCC;
}

/*news homepage*/

div#newshppad{
	padding:10px 35px 20px;
	float:left;
	clear:both;
	background:#EAEAEA url(/image/sf_newshp.gif) repeat-y;
}
div#newshptotcont{
	width:880px;
	float:left;
}
div#newshptitolo{
	width:170px;
	float:left;
}
div#newshptitolo h1{
	font-size:42px;
	line-height:42px;
}
div#newshpcont{
	width:710px;
	padding:5px 0 0;
	float:left;
}
div.catnewshp{
	height:36px;
	padding-left:50px;
	border-bottom:1px dotted #999;
	float:left;
	background:no-repeat 0 3px;
	overflow:hidden;/*da cambiare ---> auto*/
}
div.newshprunning{
	background-image:url(/image/ico_newshp_running.jpg);
}
div.newshpscinordico{
	background-image:url(/image/ico_newshp_scinordico.jpg);
}
div.newshpmontagna{
	background-image:url(/image/ico_newshp_montagna.jpg);
}
div.newshpgenerale{
	background-image:url(/image/ico_newshp_generale.jpg);
}
div.catnewshp ul{
	width:660px;
	float:left;
}
div.catnewshp ul li{
	width:660px;
	height:36px;
	float:left;
	clear:both;
}
div.catnewshp ul li a,
div.catnewshp ul li a:active,
div.catnewshp ul li a:link,
div.catnewshp ul li a:focus{
	display:block;
	width:100%;
	line-height:36px;
	color:#333;
	float:left;
}
div.catnewshp ul li a:hover{
	background-color:#EDEDED;
	color:#666;
}

/*pagine azienda, servizi e acquisti*/

div#pagaziendapad{
	padding:25px;
	float:left;
	clear:both;
}
div#pagazienda{
	width:900px;
	float:left;
}
div.pagaziendasez{
	width:100%;
	float:left;
	clear:both;
}
div.pagaziendasezborder{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #999;
}
div#pagazienda h1{
	margin-bottom:5px;
}
div#pagazienda ul{
	margin-bottom:10px;
	padding-left:15px;
	list-style:disc;
}
div#pagazienda img{
	border:1px solid #999;
}

/*ricerca prodotti*/

/*elenco sesso*/
div#elencosessosx{
	width:100%;
	padding-bottom:30px;
	float:left;
	clear:both;
}
div#elencosessosx ul{
	width:100%;
	float:left;
	clear:both;
}
div#elencosessosx ul li{
	width:100%;
	padding-bottom:2px;
	float:left;
	clear:both;
}
div#elencosessosx ul li a{
	display:block;
	height:18px;
	padding-left:23px;
	float:left;
	font-size:11px;
	line-height:18px;
	color:#999;
	background:url(/image/ico_check.gif) no-repeat left top;
}
div#elencosessosx ul li a:hover,
div#elencosessosx ul li.sel a{
	color:#333;
	background-position:left bottom;
}

/*elenco categorie*/
div#elencocategoriesx{
	width:100%;
	float:left;
	clear:both;
}
div#elencocategoriesx ul{
	width:100%;
	float:left;
	clear:both;
}
div#elencocategoriesx ul li{
	width:100%;
	padding-bottom:10px;
	float:left;
	clear:both;
}
div#elencocategoriesx ul li a{
	display:block;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#999;
}
div#elencocategoriesx ul li a:hover,
div#elencocategoriesx ul li.sel a{
	color:#333;
}

/*elenco marche*/
div#elencomarchedx{
	width:670px;
	margin-bottom:20px;
	border-bottom:1px solid #DDD;
	float:left;
	clear:both;
	background-color:#FFF;
}
div#elencomarchedx ul{
	width:100%;
	float:left;
	clear:both;
}
div#elencomarchedx ul li{
	margin:0;
	padding:2px;
	float:left;
}
div#elencomarchedx ul li a{
	display:block;
	/*width:100px;*/
	height:38px;
	float:left;
	text-align:center;
	overflow:hidden;
}
div#elencomarchedx ul li a img{
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
}
div#elencomarchedx ul li a:hover img,
div#elencomarchedx ul li.sel a img{
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
}

/*commenti facebook*/
div#fbcommenti{
	width:100%;
	float:left;
	clear:both;
}
div#fbcommenti iframe{
	border:0;
	overflow:hidden;
}

/*elenco prodotti*/
div#elencoprodottidx{
	width:100%;
	float:left;
	clear:both;
}
/*q*/
div#elencoprodottidx div.q{
	width:172px;
	height:208px;
	float:left;
}
div#elencoprodottidx div.q div.elencoprodottidximgpad{
	position:relative;
	padding:0 6px 6px 0;
	float:left;
	background:url(/image/sf_q_prodottoelenco.png) no-repeat left top;
}
div#elencoprodottidx div.q div.elencoprodottidximg{
	width:150px;
	height:150px;
	float:left;
	text-align:center;
	overflow:hidden;
}
div#elencoprodottidx div.q div.elencoprodottidxtxt{
	width:150px;
	float:left;
	font-size:10px;
	line-height:11px;
	text-align:center;
	color:#333;
}
div#elencoprodottidx div.q div.elencoprodottidxtxt span{
	color:#F00;
}
/*r*/
div#elencoprodottidx div.r{
	width:344px;
	height:130px;
	float:left;
}
div#elencoprodottidx div.r div.elencoprodottidximgpad{
	position:relative;
	padding:0 6px 6px 0;
	float:left;
	background:url(/image/sf_r_prodottoelenco.png) no-repeat left top;
}
div#elencoprodottidx div.r div.elencoprodottidximg{
	width:322px;
	height:80px;
	float:left;
	text-align:center;
	overflow:hidden;
}
div#elencoprodottidx div.r div.elencoprodottidximg img{
	float:right;
}
div#elencoprodottidx div.r div.elencoprodottidxtxt{
	width:322px;
	float:left;
	font-size:10px;
	line-height:11px;
	text-align:center;
	color:#333;
}
div#elencoprodottidx div.r div.elencoprodottidxtxt span{
	color:#F00;
}

div.prod_smile{
	position:absolute;
	top:10px;
	right:16px;
	width:27px;
	height:27px;
	background:url(/image/sf_prod_smile.png) no-repeat center;
}
div.prod_new{
	position:absolute;
	top:10px;
	right:16px;
	width:27px;
	height:27px;
	background:url(/image/sf_prod_new.png) no-repeat center;
}
div.prod_video{
	position:absolute;
	top:10px;
	left:10px;
	width:27px;
	height:27px;
	background:url(/image/sf_prod_video.png) no-repeat center;
}
div.prod_smile a,
div.prod_new a,
div.prod_video a{
	display:block;
	height:100%;
	width:100%;
}


/*dettaglio prodotti*/

div#dettdx{
	width:100%;
	float:left;
	clear:both;
}

div#dettdximgcont{}
div.q_dett{
	width:356px;
	float:right;
}
div.r_dett{
	width:690px;
	float:left;
}
div#dettdximgpad{
	position:relative;
	padding:0 6px 6px 0;
	float:left;
	clear:both;
}
div.q_dett div#dettdximgpad{
	background:url(/image/sf_q_prodottodett.png) no-repeat left top;
}
div.r_dett div#dettdximgpad{
	background:url(/image/sf_r_prodottodett.png) no-repeat left top;
}
div#dettdximg{
	float:left;
	text-align:center;
	overflow:hidden;
}
div.q_dett div#dettdximg{
	width:350px;
	height:350px;
}
div.r_dett div#dettdximg{
	width:650px;
	height:120px;
}
div#dettdxiframe{
	position:absolute;
	height:34px;
	left:0;
	bottom:6px;
	float:left;
	background:url(/image/sf_dettdxiframe.png);
}
div.q_dett div#dettdxiframe{
	width:350px;
}
div.r_dett div#dettdxiframe{
	width:650px;
}
div#dettdxiframepad{
	padding:5px;
	float:left;
}
div#dettdxiframepad iframe{
	width:310px;
	height:25px;
	border:0;
	overflow:hidden;
}
div#dettdximginfopad{
	float:left;
	clear:both;
}
div.q_dett div#dettdximginfopad{
	padding:15px 0 0 10px;
}
div.r_dett div#dettdximginfopad{
	padding:15px 0 0 310px;
}
div#dettdximginfo{
	width:330px;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
div.q_dett div#dettdximginfo{
	text-align:left;
}
div.r_dett div#dettdximginfo{
	text-align:right;
}
div#dettdximginfo span{
	color:#F00;
}
div#dettdximginfo h2{
	margin:12px 0 8px;
	font-size:16px;
	line-height:18px;
	color:#333;
}

div#dettdx h1{
	margin-bottom:20px;
}
div#dettdx p{
	clear:left;
}
span.dettdxprezzoscontato{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:34px;
	line-height:40px;
	color:#F00;
}
span.dettdxprezzo{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	text-decoration:line-through;
}

div#dettdxbottonicont{
	width:334px;
	padding:15px 0 20px;
	float:left;
}
div#dettdxbottonicont a{
	display:block;
	margin-right:18px;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
}
div#dettdxbottonicont a:hover{
	color:#666;
}
div#dettdxbottonicont a.dettdxbottonigiallo{
	width:112px;
	height:32px;
	background:url(/image/sf_bottonegiallo.jpg) no-repeat center;
	font-size:18px;
	line-height:32px;
}
div#dettdxbottonicont a.dettdxbottonigiallo2{
	width:200px;
	height:32px;
	background:url(/image/sf_bottonegiallo2.jpg) no-repeat center;
	font-size:18px;
	line-height:32px;
}
div#dettdxbottonicont a.dettdxbottoniazzurro{
	width:84px;
	height:24px;
	margin-top:3px;
	background:url(/image/sf_bottoneazzurro.jpg) no-repeat center;
	font-size:14px;
	line-height:24px;
}
div#dettdxbottonicont a.dettdxbottoniazzurro2{
	width:94px;
	height:24px;
	margin-top:3px;
	background:url(/image/sf_bottoneazzurro2.jpg) no-repeat center;
	font-size:14px;
	line-height:24px;
}

div.dettdxaltrocont{
	padding-top:20px;
}
div.dettdxaltrocont p{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}

div#divTaglie{
	padding-top:5px;
	clear:both;
}
div#divTaglie table{
	margin:20px 0;
	border-collapse:collapse;
	border:1px solid #aaa;
}
div#divTaglie table tr td{
	border: 1px solid #aaa;
	padding: 3px;
	text-align:center;
	width:28px;
	vertical-align:middle;
}
div#divTaglie table tr td.titolo{
	background-color:#daf2fe;
	text-align:left;
	width:auto;
	vertical-align:middle;
	font-weight: bold;
}
div#divTaglie p,
div#divTaglie p img,
div#divTaglie table tr td img{
	margin:0;
	vertical-align:middle;
}
div#divTaglieInfo{
	padding:10px;
	border:1px solid #b9daef;
	background-color:#e5f6fe;
	clear:both;
}
div#divContattiInfo{
	padding:10px;
	border:1px solid #b9daef;
	background-color:#e5f6fe;
	clear:both;
}
div#divContattiInfo p,
div#divContattiInfo p img{
	margin:0;
	vertical-align:middle;
}

div#divContTaglie{
	margin-bottom:20px;
}
div#divContTaglie input{
	display:none;
}
div#divContTaglie label{
	display:inline-block;
	width:35px;
	height:28px;
	margin:0 7px 10px 0;
	padding:0;
	border:2px solid #ccc;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	line-height:28px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
div#divContTaglie label:hover{
	border-color:#fcbb57;
}
div#divContTaglie label.sel{
	border-color:#fcbb57;
	background:url(/image/sf_bottonegiallo2.jpg) no-repeat center;
}

/*carrello*/

div#pagcarrellopad{
	padding:25px;
	float:left;
	clear:both;
}
div#pagcarrello{
	width:900px;
	float:left;
}
div#pagcarrello input,
div#pagcarrello select,
div#pagcarrello textarea{
	margin:0;
	border:1px solid #CCC;
	float:left;
}
div#pagcarrello input{
	width:70px;
	height:20px;
	padding:1px 5px;
}
div#pagcarrello select.selTaglie{
	width:100px!important;
	height:24px;
	padding:1px 1px 1px 5px;
}
div#pagcarrello select{
	width:60px;
	height:24px;
	padding:1px 1px 1px 5px;
}
div#pagcarrello textarea{
	width:70px;
	height:100px;
	padding:1px 5px;
}
div#svuotacarrello{
	float:right;
	white-space:nowrap;
}
div#pagcarrello form#carrello{
	width:100%;
	float:left;
	clear:both;
}
div#pagcarrello table{
	width:100%;
	margin:5px 0;
	border-top:1px dotted #999;
	float:left;
	clear:both;
}
div#pagcarrello table td{
	height:30px;
	padding:3px 0;
	border-bottom:1px dotted #999;
	vertical-align:middle;
}
div#pagcarrello table td.carrellointestazione{
	padding:5px;
	border-bottom:1px dotted #999;
	background-color:#EEE;
	font-weight:bold;
}
div#pagcarrello table a.dettdxbottoniazzurro{
	display:block;
	width:84px;
	height:24px;
	margin-left:5px;
	background:url(/image/sf_bottoneazzurro.jpg) no-repeat center;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#333;
}
div#pagcarrello table a.dettdxbottoniazzurro2{
	display:block;
	width:94px;
	height:24px;
	margin-left:5px;
	background:url(/image/sf_bottoneazzurro2.jpg) no-repeat center;
	float:left;
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#333;
}
div#pagcarrello table a.dettdxbottoniazzurro:hover{
	color:#666;
}
div#pagcarrello input.inputbutton,
div#pagcarrello a.inputbutton{
	width:190px!important;
	padding:0!important;
	float:right;
}
div#pagcarrello table td.carrellorigainput p{
	margin:0;
	font-size:11px;
	line-height:14px;
	color:#999;
}
div#pagcarrello table td.carrellorigainput p img{
	vertical-align:middle;
}
div#pagcarrello table td.carrellorigainput{
	padding:5px 0;
}

div#pagcarrello form#ritornaNeg{
	padding-left:510px;
	float:left;
}
div#pagcarrello form#prosegui{
	padding-left:10px;
	float:left;
}

/*acquista*/
div#pagcarrello img#ttVoucher{
	margin:1px 0 0 5px;
	cursor:pointer;
}
div#pagcarrello div.tooltip{
	font-size:12px;
	line-height:13px;
}
form#formPag table,
form#formDati table{
	margin-top:22px;
}
form#formDati table input,
form#formDati table textarea{
	width:300px;
}
form#formDati table span{
	padding-left:5px;
	font-size:11px;
}

/*conferma*/
div#pagcarrello table table{
	margin:-3px 0 10px;
	border-top:0;
}
div#printcont{
	margin-top:-30px;
	float:right;
}
div#printcont a{
	padding:5px;
	border:1px dotted #666;
	background-color:#EEE;
}
div#printcont a:hover{
	background-color:#384790;
	color:#FFF;
}
div#confermacont{
	width:100%;
	padding:10px 0 30px;
	float:left;
	clear:both;
}
.onlyprint{
	display:none;
}

/*news*/

div#elenconewssx{
	width:100%;
	float:left;
	clear:both;
}
div#elenconewssx h2{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px dotted #999999;
	float:left;
	clear:both;
	color:#999;
}
div#elenconewssx ul{
	width:100%;
	padding:0 0 5px;
	float:left;
	clear:both;
}
div#elenconewssx ul li{
	width:100%;
	padding-bottom:10px;
	float:left;
	clear:both;
}
div#elenconewssx ul li a{
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	color:#999;
}
div#elenconewssx ul li a:hover,
div#elenconewssx ul li.sel a{
	color:#333;
}

div.passsportevidenza{
	margin-bottom:20px;
	padding:15px 19px;
	border:1px dotted #999;
	background-color:#EEE;
	float:left;
	clear:both;
}
div.passsportevidenza p{
	display:block;
	width:650px;
}
p.datanews{
    margin:-6px 0 15px;
	font-size:14px;
    font-weight:bold;
}

/*contatti*/

div#formcontatti table{
	width:100%;
	margin-top:10px;
}
div#formcontatti table td{
	vertical-align:top;
}
div#formcontatti table td.tdlabel{
	width:100px;
	padding-top:5px;
}
div#formcontatti table td.tdlabel-big{
	width:120px;
	padding-top:5px;
}
div#formcontatti input,
div#formcontatti select,
div#formcontatti textarea{
	margin-bottom:8px;
	border:1px solid #CCC;
	float:left;
	clear:both;
}
div#formcontatti input{
	height:20px;
	width:300px;
	margin-right:5px;
}
div#formcontatti select{
	height:24px;
	width:300px;
}
div#formcontatti textarea{
	width:300px;
}
div#formcontatti input.inputbutton{
	width:95px!important;
}
div#formcontatti td.tdinputradio{
	padding-bottom:10px;
	vertical-align:middle;
}
div#formcontatti td.tdinfo{
	padding:0 10px 10px 0;
	font-size:9px;
}
div#formcontatti input.inputmini{
	width:20px;
	margin:0 10px;
	float:left;
}
div#formcontatti td.tdinputradio label{
	padding-top:3px;
	float:left;
}

div#mapcontatti iframe{
	margin-bottom:20px;
	border:1px solid #CCC;
}

/*newsletter*/

div#newsletterpad{
	padding:10px 35px 20px;
	float:left;
	clear:both;
	background:#EAEAEA url(/image/sf_newsletter.gif) repeat-y;
}
div#newsletter{
	width:880px;
	float:left;
	clear:both;
}
div#newsletter iframe{
	width:880px;
	height:30px;
	overflow:hidden;
}
div#newsletteriframe{
	width:880px;
	height:30px;
	vertical-align:middle;
}
div#newsletteriframe input{
	margin:5px 5px 0 0;
	float:left;
}
div#newsletteriframe input.inputemail{
	width:250px;
	height:20px;
	margin:0 10px 0 0;
	padding:1px 5px;
	border:1px solid #CCC;
	float:left;
}
div#newsletteriframe label{
	margin:4px 10px 0 0;
	float:left;
}

/*footer*/

div#footerpad{
	padding:10px 35px 20px;
	float:left;
	clear:both;
	background:#1D1D1D url(/image/sf_footer.gif) repeat-y;
}
div#footer{
	width:880px;
	float:left;
	clear:both;
}
div#footersx{
	width:250px;
	padding-top:7px;
	float:left;
}
div#footerdx{
	width:564px;
	float:right;
}
div#footerdx ul li{
	width:188px;
	float:left;
}
div#footerdx ul li a{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	font-size:28px;
	line-height:34px;
	font-weight:normal;
	color:#CCC;
}
div#footerdx ul li ul li a{
	margin:0;
	font-size:12px;
	line-height:16px;
	color:#666;
}
div#footerdx  ul li ul li a:hover{
	color:#FFF;
}
div#footerbot{
	width:100%;
	padding:10px 0 5px;
	float:left;
}
div#footerbot p{
	font-family:"ankRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#DDD;
	text-align:center;
}
div#footerbot a{
	color:#FFF;
}
div#footerbot a:hover{
	color:#FC0;
}

/*prodotti youtube*/
div#ytvideo{
	width:100%;
	float:left;
	clear:both;
}
div#ytvideo iframe,
div#ytvideo h2{
	border:0;
	margin-left:25px;
}