/********************
 * grafica generica
 ********************/
body{
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:62.5%;
	color:#000000;
	margin:0px;
	padding:0px;
	background:#989898 url(../../images/background-body.jpg) top left repeat-x;
}

div#wrapper{
	width:956px;
	margin-left:auto; 
	margin-right:auto;
	font-size:12px;
	position:relative;
}

div#wrapper-inside{
	float:left;
	width:936px;
	padding:10px;
	background:#ffffff;	
}

div#header{
	float:left;
	width:936px;
	height:157px;
	position:relative;
	background:url(../../images/background-header.jpg) top left repeat-x;
}

div#logo{
	float:left;
	width:649px;
	height:157px;
	background:url(../../images/logo.jpg) top left no-repeat;
}

a#lang-ita{
	float:left;
	width:32px;
	height:32px;
	position:absolute;
	top:110px;
	right:180px;
	background:url(../../images/italy.png) top left no-repeat;
}

a#lang-eng{
	float:left;
	width:32px;
	height:32px;
	position:absolute;
	top:110px;
	right:140px;
	background:url(../../images/uk.png) top left no-repeat;
}

a#lang-fra{
	float:left;
	width:32px;
	height:32px;
	position:absolute;
	top:110px;
	right:100px;
	background:url(../../images/france.png) top left no-repeat;
}

a#lang-ted{
	float:left;
	width:32px;
	height:32px;
	position:absolute;
	top:110px;
	right:60px;
	background:url(../../images/germany.png) top left no-repeat;
}

a#lang-spa{
	float:left;
	width:32px;
	height:32px;
	position:absolute;
	top:110px;
	right:20px;
	background:url(../../images/spain.png) top left no-repeat;
}

div#main-content{
	float:left;
	width:936px;
	padding-top:10px;
	padding-bottom:10px;
}

div#main-banner{
	float:left;
	width:692px;
	height:275px;
	background:url(../../images/foto-big.jpg) top left no-repeat;
}

a#contattaci-banner{
	float:left;
	width:234px;
	height:125px;
	margin-left:10px;
	margin-bottom:10px;
}

a#vetrina-banner{
	float:left;
	width:234px;
	height:140px;
	margin-left:10px;
}

a#negozio-banner{
	float:left;
	width:692px;
	height:92px;
	margin-top:10px;
}

a#telefono-banner{
	float:left;
	width:234px;
	height:92px;
	margin-left:10px;
	margin-top:10px;
}

div#footer{
	float:left;
	width:936px;
	height:17px;
	padding-top:3px;
	color:#ffffff;
	text-align:center;
	font-size:10px;
	background:url(../../images/background-footer.jpg) top left repeat-x;
}

div#footer-bottom{
	float:left;
	width:960px;
	height:17px;
	padding-top:3px;
	text-align:center;
}

div#footer-bottom a{
	color:#000000;
	font-size:10px;
}

div#footer-bottom a:hover{
	text-decoration:none;
}


/************
 * menu
 ************/
div#menu{
	float:left;
	width:936px;
	height:50px;
	background:#adadad url(../../images/background-menu.gif) top left repeat-x;
}

.menu-button-home{
	float:left;
	/*
	width:136px;
	*/
	height:50px;
	margin-left:38px;
	background:#adadad;
}

.menu-button-prodotti{
	float:left;
	/*
	width:221px;
	*/
	height:50px;	
	background:#adadad;
}

.menu-button-condizioni{
	float:left;
	/*
	width:271px;
	*/
	height:50px;
	background:#adadad;
}

.menu-button-contattaci{
	float:left;
	/*
	width:143px;
	*/
	height:50px;
	background:#adadad;
}

.menu-separator{
	float:left;
	width:32px;
	height:50px;
	background:#adadad url(../../images/separatore.jpg) top left no-repeat;
}


/************
 * prodotti
 ************/
div#prodotti-content{
	float:left;
	width:902px;
	border:1px #999999 solid;
	padding:16px;
	margin-top:10px;
	margin-bottom:10px;
	background:#efefef;
}
 
div#prodotti-nav-area{
	float:left;
	width:894px;
	padding:4px;
	margin-bottom:12px;
	font-size:11px;
	text-align:right;
	background:#d8d8d8;
}

div#prodotti-title{
	float:left;
	width:886px;
	font-size:14px; 
	color:#000000;
	font-weight:bold;
	padding:4px 8px 4px 8px;
	margin-bottom:12px;
	background:#e0e0e0;
}

div#category-grid{
	float:left;
	width:902px;
	height:456px;
	overflow:auto;
}

div#prodotti-grid{
	float:left;
	width:902px;
	height:496px;
	overflow:auto;
}

div#option-link{
	float:left;
	width:200px;
	margin-bottom:10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
}

div#option-div{
	float:left;
	position:absolute;
	width:500px;
	background-color:white;
	border:1px #999999 solid;
	padding:5px;
	overflow:auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	display:none;
}

div#option-div-title{
	float:left;
	width:470px;
	height:20px;
  	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-weight:bold;
	text-align:left;
}

div#option-div-close-link{
	float:left;
	width:30px;
	height:20px;
	text-align:right;
	cursor:pointer;
}

div#option-div-content{
	float:left;
	text-align:left;
  	font-family:Arial, Verdana, Tahoma, sans-serif;
	width:500px;
	margin-bottom:10px;
}

.titolo-voce-form{
	float:left;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight:normal;
	color:#666666;
	margin-bottom:3px;
}

.input{
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	background-color:#E5E5E5;
	border:1px #999999 solid;
}

.voce-form{
	float:left;
	margin-bottom:10px;
}

.category-row{
	float:left;
	margin-bottom:12px;
}

.category{
	float:left;
	width:160px;
	margin-left:18px;
}

.category-img{
	float:left;
	width:160px;
	height:120px;
	background:#ffffff;
}

.category-name{
	float:left;
	width:152px;
	padding:4px;
	margin-top:2px;
	text-align:center;
	font-size:11px;
	background:#e0e0e0;
}

.product-link-sch{
	float:left;
	width:193px;
	font-size:0.75em;
}

.product-promo{
	float:left;
	width:193px;
	height:13px;
	font-size:0.7em;
	color:red;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}


/*******************
 * scheda prodotto
 *******************/
 .prodotti-price{
	float:left;
	width:902px;
	margin-bottom:6px;
}

.prodotti-buy{
	float:left;
	width:902px;
	margin-bottom:12px;
}

.prodotti-buy-contents{
	float:left;
	padding-top:7px;
}

.quantity-box{ 
	width:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding:2px;
	margin:0px;
}

.prodotti-size-colour-select{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	padding:2px;
	margin:0px;
}

.quantity-box-table{ 
	width:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding:0px;
	margin:0px;
}

.prodotti-add-to-cart{
	float:left;
	border:0px;
	margin-left:12px;
}

div#prod-desc{
	float:left;
	width:902px;
	margin-bottom:16px;
}

.prod-img{
	float:left;
	width:902px;
	margin-bottom:16px;
}


/***************************
 * riepilogo acquisto/login
 ***************************/
div#login-form{
	float:left;
	width:390px;
}

.titolo-voce-form.login{
	width:390px;
	font-size:0.8em;
}

.voce-form.login{
	width:390px;
}

div#link-subscribe{
	float:right;
	width:190px;
}

.button-concludi-ordine-ita{
	float:left;
	width:108px;
	height:21px;
	margin-top:16px;
	background:url(../../images/ita/concludi_ordine.gif) top left no-repeat;
}

.button-concludi-ordine-ing{
	float:left;
	width:108px;
	height:21px;
	margin-top:16px;
	background:url(../../images/ing/concludi_ordine.gif) top left no-repeat;
}

.button-concludi-ordine-fra{
	float:left;
	width:108px;
	height:21px;
	margin-top:16px;
	background:url(../../images/fra/concludi_ordine.gif) top left no-repeat;
}

.button-concludi-ordine-spa{
	float:left;
	width:108px;
	height:21px;
	margin-top:16px;
	background:url(../../images/spa/concludi_ordine.gif) top left no-repeat;
}

.button-concludi-ted{
	float:left;
	width:108px;
	height:21px;
	margin-top:16px;
	background:url(../../images/ted/concludi_ordine.gif) top left no-repeat;
}


/*************
 * pagamento
 *************/
.payment-type{
	float:left;
	width:886px;
	font-size:11px; 
	color:#000000;
	padding:4px 8px 4px 8px;
	margin-bottom:12px;
	background:#e8e8e8;

}
.payment-type-desc{
	float:left;
	width:486px;

}
.payment-type-btn{
	float:left;
	width:400px;
}
.button-conferma-ordine-ita{
	float:left;
	width:140px;
	height:93px;
	margin-top:16px;
	background:url(../../images/ita/conferma_ordine.gif) top left no-repeat;
}
.button-conferma-ordine-ing{
	float:left;
	width:140px;
	height:93px;
	margin-top:16px;
	background:url(../../images/ing/conferma_ordine.gif) top left no-repeat;
}
.button-conferma-ordine-fra{
	float:left;
	width:140px;
	height:93px;
	margin-top:16px;
	background:url(../../images/fra/conferma_ordine.gif) top left no-repeat;
}
.button-conferma-ordine-ted{
	float:left;
	width:140px;
	height:93px;
	margin-top:16px;
	background:url(../../images/ted/conferma_ordine.gif) top left no-repeat;
}
.button-conferma-ordine-spa{
	float:left;
	width:140px;
	height:93px;
	margin-top:16px;
	background:url(../../images/spa/conferma_ordine.gif) top left no-repeat;
}


/*****************
 * registrazione
 *****************/
div#signup-form{
	float:left;
	width:590px;
}

.titolo-voce-form.signup{
	width:590px;
	font-size:0.8em;
}

.voce-form.signup{
	width:590px;
}


/************
 * carrello
 ************/
div#cart{
	float:left;
	width:902px;
	padding-bottom:8px;
	margin-bottom:12px;
	border-bottom:1px #777777 dotted;
}

div#cart-title{
	float:left;
	width:870px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold;
	color:black;
	background:#e0e0e0 url(../../images/carrello.gif) top left no-repeat;
	padding:7px 0px 7px 32px;
	margin:0px 0px 12px 0px;
}

div#buy-link{
	float:right;
	width:230px;
	padding:8px 22px 0px 0px;
	font-size:12px;
	text-align:right;
}

div#cart-container{
	float:left;
	width:902px;
}


/**************
 * contattaci
 **************/
.form-contattaci-box{
	float:left;
	width:902px;
	border:1px #999999 solid;
	padding:16px;
	margin-top:10px;
	margin-bottom:10px;
	background:#efefef;
}
 
.form-contattaci{
	margin:0px;
	padding:0px;
}

.form-contattaci-left{
	float:left;
	width:436px;
	padding-left:32px;
	height:260px;
}

.form-contattaci-right{
	float:left;
	width:426px;
	padding-left:8px;
	height:260px;
}

.form-desc{
	display:block;
	margin-bottom:4px;
}

.form-input{
	display:block;
	margin-bottom:10px;
	width:390px;

}

.form-textarea{
	display:block;
	margin-bottom:8px;
	width:390px;
	height:68px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
}

.form-input-button-div{
	display:block;
	width:396px;
	text-align:right;
}

.form-input-button{
	width:96px;
	height:26px;
	padding-bottom:2px;
	border-width:0px;
	background:#e8e8e8;
}

.form-input-button:hover{
	cursor:pointer;
	background:#e1bbbb;
}
