@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	background-color:#CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; /*per IE 5.x Win*/
	font-size: 62.5%;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


.align-right {text-align:right;}


#wrapper {
	width: 980px;
	margin: auto;
	text-align: left; /*per IE 5.x Win*/
	position:relative;
}

#header-home {width:980px;
height:325px;
margin:auto;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
  background: -moz-linear-gradient(top, #333, #666);
  background: -o-linear-gradient(top, #333, #666);
  background-color: #666;
color:#FFFFFF;}

#header-marchio {width:980px;
height:265px;
margin:auto;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
  background: -moz-linear-gradient(top, #333, #666);
  background: -o-linear-gradient(top, #333, #666);
  background-color: #666;
color:#FFFFFF;}

#header-nomarchio {width:980px;
height:145px;
margin:auto;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#666));
  background: -moz-linear-gradient(top, #333, #666);
  background: -o-linear-gradient(top, #333, #666);
  background-color: #666;
color:#FFFFFF;}

#corpo {
	width:720px;
	margin:auto;
	padding-left:230px;
	padding-right:30px;
	background-color:#FFFFFF;
	overflow:hidden;
	min-height:500px;
	padding-bottom:20px;
}


#footer {width:980px;
margin:auto;
height:40px;
background-color:#666666;
}

#loghetti {width:980px;
margin:auto;
overflow:hidden;
background-color:#FFF;
padding-bottom:20px;
border-top:1px solid #CCC;
padding-top:20px;
text-align: center;
}

#logoglobe {height:119px;
background-color:#FFFFFF;}

#lang {
	width:880px;
	margin:auto;
	height:13px;
	margin-bottom:20px;
	padding-top:12px;
}


#cont-bigimage {
	width:440px;
	height:240px;
	margin-left:250px;
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}

#cont-logo-interno {
	width:200px;
	height:180px;
	margin-left:250px;
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}

#cont-newshome {
	width:200px;
	height:240px;
	margin-right:50px;
	margin-bottom:40px;
	float:left;
	background-color:#CCCCCC;
}

#cont-txt-logo {
	width:440px;
	height:150px;
	padding-top:30px;
	margin-right:50px;
	margin-bottom:40px;
	float:left;
	font-size:1.1em;
	color:#FFFFFF;
	line-height:18px;
}

#cont-foto-azienda {
	width:680px;
	height:180px;
	margin-left:250px;
	margin-right:40px;
	margin-bottom:40px;
	float:left;
}

#cont-contatti {
	width:720px;
	height:180px;
	margin-left:230px;
	margin-right:20px;
	margin-bottom:40px;
	float:left;
}

#cont-contatti2 {
	width:720px;
	margin-left:230px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}


.footerleft {padding-left:50px;
float:left;
text-align:left;
margin-top:20px;
}
	
.footerright {padding-right:50px;
float:right;
text-align:right;
margin-top:20px;
}
	



/* NAVIGATION MENU */


.homeNavigation
{
    position: absolute;
    height: 300px;
    width: 200px;
    z-index: 2000;
    left: 0;
    top: 0;
}


#topnav
{
    position: relative;
    left: 0;
    top: 25px;
    width: 148px;
    font-size: 1.1em;
	line-height:14px;
    margin-left: 50px;
    padding-top: 0px;
    text-decoration: none;
	border: 1px solid #CCC;
    /* background-image: url(/images/arrow-white.gif); 
    background-repeat: no-repeat;
    background-position: 210px 8px; */
    color: black;
    z-index: 1002;
    background-color: transparent;
    text-transform: none;
    /* cursor: pointer; */
}

.menuprodotto a:link, .menuprodotto a:visited, .menuprodotto a:active {
display:block;
height:25px;
border-top:1px solid #CCC;
background-color:#FFFFFF;
padding-left:15px;
padding-top:14px;
color:#000000;
text-decoration:none;
background-image:url(../images/arrow.png);
background-position: 135px 19px;
background-repeat:no-repeat;}

.menuprodotto a:hover {
border-top:1px solid #CCC;
background-color:#CCC;}


.menuazienda a:link, .menuazienda a:visited, .menuazienda a:active {
	display:block;
height:17px;
border-top:1px solid #CCC;
background-color:#ababab;
padding-left:10px;
padding-top:3px;
color:#000000;
text-decoration:none;
background-repeat:no-repeat;}

.menuazienda a:hover {
border-top:1px solid #CCC;
background-color:#CCC;
}


.borderbottom {border-bottom:1px solid #CCC;}




/* MODULO DI RICERCA */

.ricerca {
height:17px;
border-top:1px solid #CCC;
background-color:#052672;
padding-left:10px;
padding-top:5px;
color:#FFF;
font-weight:bold;}

#topnav fieldset{background-color:#052672;
border:0;}

#topnav input  {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
  background: -moz-linear-gradient(top, #fff, #999);
  background: -o-linear-gradient(top, #fff, #999);
  background-color: #999;
  font-weight: normal;
  line-height: 14px;
  margin: 5px 5px 5px 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width:85%;
  padding:3px;
  border:0px;
	}
	
	
#topnav input:focus  {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
 
	}
	
	#topnav input:active  {
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
 
	}
	
	
	
#formricerca p {
	margin:0px 30px 0px 10px;
	padding: 0px;
	color:#FFFFFF;
	font-weight:bold;
	
}

.search {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	margin:10px auto 10px auto;
	width:75px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:14px;
	color:#000000;
	text-align:center;
	text-decoration:none;}
	
	.search:hover, .search:visited, .search:active {
	background-image:url(../images/search_on.png);
	background-repeat:no-repeat;
	text-decoration:none;
	}
	
	
	#formricerca button {
	width:75px;
	height:20px;
	 border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
  margin: 10px 35px 15px 35px;
	border:0;
	cursor:pointer;
	font-size:1em;
	color:#000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}


#formricerca button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
}

#formricerca label {
	padding-top:20px;}

/* FONT STYLES */

.h6 {
	font-size: 0.9em;
	line-height: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.h6 a:link, .h6 a:active, .h6 a:visited {
	line-height: 12px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

.h6 a:hover {
	line-height: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}



.corpo11-bianco {
	font-size: 1.1em;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.corpo11-bianco a:link, .corpo11-bianco a:active, .corpo11-bianco a:visited {
	
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.corpo11-bianco a:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}


.corpo12 {
	font-size: 1.2em;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.corpo12 a:link, .corpo12 a:active, .corpo12 a:visited {
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.corpo12 a:hover {
	line-height: 20px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}


.box_dettagli {margin-right:20px;
float:right;
width:200px;}

.details-prodotto {font-size:1.3em;
line-height:15px;
color:#000000;
margin-bottom:10px;
overflow:hidden;
width:200px;}

.float {float:left;}


/* FOCUS PRODOTTI */

.contscarpa {
	width:200px;
	float:left;
	margin:20px 20px 20px 20px;}
	
.seleziona {
	font-size:1.1em;
	padding-top:5px;
	}
	
.contscarpa input, .contscarpa label {cursor:pointer;}

a.box_scarpa {
	display:block;
	float:left;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FFFFFF;
	line-height:15px;
	color:#444;
	text-decoration:none;
	/* -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; */
	width:200px;
	margin-bottom:10px;
}
a.box_scarpa:hover{
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	/* -moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999; 
	box-shadow:0 0 5px #999; */
	text-decoration:none;
	cursor:pointer;
}
a.box_scarpa:focus{ color:#FFFFFF!important;}
a.box_scarpa:focus .details{ color:#999999!important;}
a.box_scarpa:hover .details{ text-decoration:none;
color:#666666;}
a.box_scarpa .details p{text-decoration:none!important;}
a.box_scarpa:hover .details p{ text-decoration:none!important;}

.details {font-size:1.2em;
color:#000000;}

.image {
	height: 150px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	vertical-align: bottom;
	border:0;
}

.image img {border:0;}



/* ---------------- DROPDOWN MENU -------------- */

/* MENU */
.menuNavigazione{
margin:0;
padding:0;
width:148px;
list-style:none;
}
.menuNavigazione li {
position:relative;
border-top:1px solid #CCC;

}


/* SOTTO MENU */
.menuNavigazione ul{
list-style:none;
padding:0;
border-bottom:1px solid #CCC;
border-left:0px solid #CCC;
}
/* SOTTO MENU SENZA JS */
.menuNavigazione ul{
margin:0 0 0 10px;
}
/* SOTTO MENU CON JS:ON OFF */
.menuNavigazione ul.subMenu-off{
position:absolute;
visibility:hidden;
height:0;
overflow:hidden;
}
.menuNavigazione ul.subMenu-on{
margin:0;
width:149px;
position:absolute;
top:-1px;
left:148px;
z-index:20001;

}

/* COLLEGAMENTI */
.menuNavigazione a{
display:block;
text-decoration:none;
padding:2px 10px;

}
.menuNavigazione ul li a{
border-right:1px solid #CCC;
border-bottom:0px solid #CCC;
border-left:1px solid #CCC;
line-height:14px;
padding-top:3px;
padding-bottom:3px;}



a.menuprincipale {
line-height:14px;
padding-top:7px;
padding-bottom:8px;

}



/* COLORI */
.menuNavigazione a:link,
.menuNavigazione a:visited{
background:#FFF;
color:#000;
text-decoration:none;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
background:#CCC;
color:#000;
text-decoration:none;
}
/* VOCI CON SOTTO MENU */
.menuNavigazione.subMenu-on a.continua:link,
.menuNavigazione.subMenu-on a.continua:visited,
.menuNavigazione.subMenu-off a.continua:link,
.menuNavigazione.subMenu-off a.continua:visited{
background-image:url(../images/arrow.png);
background-position:135px center;
background-repeat:no-repeat;
}

/* --------------- FINE NAVIGAZIONE MENU ----------------- */


/* ELEMENTI DI PAGINA */

.titolo {
	margin-left:20px;
	margin-right:20px;
	width:680px;
	padding-top:20px;
	overflow:hidden;}
	
.testo_home {
	width:440px;
	margin-right:40px;
	font-size:1.2em;
	line-height:20px;
	float:left;
	margin-bottom:15px;}
	
	.testo_interno {
	width:680px;
	margin-right:40px;
	font-size:1.2em;
	line-height:20px;
	float:left;
	margin-bottom:15px;}

.testo_titolo {font-size:1.4em;

color:#000000;}

.testo_titolo a:link, .testo_titolo a:active, .testo_titolo a:visited 
{text-decoration:underline;
color:#000000;}

.testo_titolo a:hover
{text-decoration:none;}


.scarpa {
	margin-left:20px;
	margin-right:20px;
	width:440px;
	padding-top:20px;
	overflow:hidden;
	}
	
.scarpine {
	width:440px;
	padding-top:10px;
	overflow:hidden;
	}

.boxnews {
	width:160px;
	margin-left:15px;
	margin-right:15px;
	margin-top:13px;
	padding-bottom:10px;
	border-bottom:1px dotted #666666;
	font-size:1em;
	color:#333333;
	line-height:12px;}
	
	.boxnews a:link, .boxnews a:visited, .boxnews a:active{
	font-size:1em;
	color:#333333;
	line-height:12px;
	text-decoration:none;}
	
	.boxnews a:hover {
	font-size:1em;
	color:#000;
	line-height:12px;}
	
	.boxnews-last {
	border-bottom:0px dotted #666666;}

.nomemarchio {width:200px;
height:20px;
padding-bottom:10px;
font-size:1.6em;
color:#FFFFFF;
font-weight:bold;}

a.pdf {width:128px;
height:40px;
padding:10px;
background-color:#89213a;
font-size:1.1em;
color:#FFFFFF;
line-height:14px;
border-top:1px solid #CCC;
display:block;
text-decoration:none;

}

a.pdf:hover {
background-color:#999;
display:block;
color:#000;
}

a.pdf:focus {
background-color:#999!important;
}

a .float {margin-right:10px;}

.container-photo {
	height:275px;}
	
.container-thumb {
	width:95px;
	margin-right:15px;
	border-top:0px solid #CCC;}
	

.box_colore {
	width:15px;
	height:15px;
	margin-right:5px;
	margin-top:5px;
	float:left;
	border:#CCCCCC 1px solid;
	}
	
.clear {clear:both;}


.contatti {width:200px;
margin: 0px 20px 0px 20px;
float:left;}

#contatti label {width:200px;
font-size:1.1em;
color:#FFFFFF;
margin-bottom:10px;}

#contatti input {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
  background: -moz-linear-gradient(top, #fff, #999);
  background: -o-linear-gradient(top, #fff, #999);
  background-color: #999;
  font-weight: normal;
  line-height: 14px;
  margin: 5px 0px 5px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width:95%;
  padding:3px;
  border:0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1.1em;
	}


#contatti input:focus  {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
 
	}
	
#contatti input:active  {
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
 
	}
	
	#contatti textarea {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
  background: -moz-linear-gradient(top, #fff, #999);
  background: -o-linear-gradient(top, #fff, #999);
  background-color: #999;
  font-weight: normal;
  line-height: 14px;
  margin: 5px 0px 5px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width:95%;
  height:35px;
  padding:3px;
  border:0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1.1em;
	}


#contatti textarea:focus  {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
 
	}
	
#contatti textarea:active  {
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
 
	}
	
	
	#contatti button {
	width:75px;
	height:20px;
	 border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
  margin: 10px 0px 0px 115px;
	border:0;
	cursor:pointer;
	font-size:1.1em;
	color:#000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}


#contatti button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
}


	#cont-contatti2 button {
	width:75px;
	height:20px;
	 border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
  margin:15px 323px 0 358px;
	border:0;
	cursor:pointer;
	font-size:1.1em;
	color:#000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration:none;
	text-align:center;
	clear:both;
}


#contatti2 button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
  background: -moz-linear-gradient(top, #ccc, #999);
  background: -o-linear-gradient(top, #ccc, #999);
  background-color: #999;
}


.map {width:440px;
float:right;
margin-left:40px;
height:250px;
border:1px solid #CCC;}

.paginazione_scarpe {
	margin: 0 20px 0 20px;
	font-size:1.1em;
	color:#666;
	text-align:center;
	padding-top:20px;
	border-top:1px solid #CCC;
	}
	
	.paginazione_scarpe a:link, .paginazione_scarpe a:active, .paginazione_scarpe a:visited {
	color:#666;
	text-align:center;
	text-decoration:none;}
	
	.paginazione_scarpe a:hover {
	color:#666;
	text-align:center;
	text-decoration:underline;}
	
.overflow {overflow:hidden;}

.paginaz-news {width:200px;
height:20px;
line-height:20px;
padding-bottom:10px;
font-size:1.1em;
color:#FFFFFF;
font-weight:normal;
text-align:right;}


.paginaz-news a:link, .paginaz-news a:active, .paginaz-news a:visited {
color:#FFFFFF;
font-weight:normal;
text-decoration:none;}

.paginaz-news a:hover {
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;}



.loghi-home {
	width:130px;
	margin:15px 16px 0px 16px;
	height:90px;}





/* TOOLTIP */



/* tooltip styling */
.tooltip {
	display:none;
	background: url(../images/black_arrow_custom-down.png);
	height:100px;
	padding:45px 30px 0px 30px;
	width:205px;
	font-size:1.1em;
	color:#fff;
	z-index:100001;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}


#topnav option {
    width:100px;        
}

#topnav select {
    width:125px;        
}







#contatti #captcha {width:200px;
margin: 5px 20px 0px 20px;
float:left;}


#contatti #captcha input {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#999));
  background: -moz-linear-gradient(top, #fff, #999);
  background: -o-linear-gradient(top, #fff, #999);
  background-color: #999;
  font-weight: normal;
  line-height: 14px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 
  width:70%;
  padding:3px;
  border:0px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:1em;
	}


#contatti #captcha input:focus  {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background-color: #ccc;
 
	}