.generic     { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}
.generic A   { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: rgb(0,0,0)}

.form        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height:1; font-weight: normal; color: #000000}
.notaform,
.notaform A  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height:3; font-weight: normal; color: #000000; }
.inputbox    { font-family: courier;                      font-size: 10px; font-style: normal; font-weight: normal; color: #000000}

.oggetti 	 { font-family: Verdana; font-size}

.button {
  font-family: Verdana,Arial,Helvetica;
  font-style: normal;
  font-variant: normal;
  font-size: 9px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #fff;
  background-color: rgb(153, 153, 153);
  padding: 1px 4px 1px 4px;
}


.buttonRosso {
  font-family: Verdana,Arial,Helvetica;
  font-style: normal;
  font-variant: normal;
  font-size: 9px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #fff;
  background-color: #7D1919;
  padding: 1px 5px 1px 5px;
}

.buttonBack {
  font-family: Verdana,Arial,Helvetica;
  font-style: normal;
  font-variant: normal;
  font-size: 9px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #555;
  background-color: #FFFFFF;
  padding: 1px 5px 1px 5px;
}


.button A, A hover{text-decoration:none}

#button {text-decoration:none}

SELECT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px
    
}   

INPUT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
}

TEXTAREA
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
}


HTML {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   color: #000000;
   line-height:14px;
   height: 100%;
   margin:0px;
   padding:0px;
}

         
BODY {    
   margin:    0; 
   height: 100%; 
   padding: 0px;
   background-color:black; 
   text-align: center;
}         
          
A:link       { text-decoration:underline; color: #000000; font-weight: normal}
A:visited    { text-decoration:underline; color: #000000; font-weight: normal}
A:active     { text-decoration:underline; color: #000000; font-weight: normal}
A:hover      { text-decoration:underline; color: #Ff0000}
            
div {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

div#container{  
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#C8AFAA;
	background-image:url(/img/fondo.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width: 760px;
	
	height: 100%;
}  

body>div#container{  
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#C8AFAA;
	background-image:url(/img/fondo.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width: 760px;
	height: auto; 
	min-height: 100%;
	
}  

#contenuto {
	
	padding-top:228px;
	padding-left:10px;
	padding-bottom:70px;
	
}
.box {
	position:relative;
	font-size:10px;
	padding: 0px 5px 0px 8px;
	background-color:white;
	width: 240px;
	height:110px;
	
}
.img {
	border:1px solid #969696;
}

.tit1 {
	font-size:11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#titolo {margin: 0px 0px 5px 0px;}
#titolo A {text-decoration: none; font-weight: bold; font-size:11px;}
#titolo A:hover {text-decoration: none; color:ff0000;}

.tit4 {
	font-size:10px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}


.tit2 {
	font-size:15px;
	font-weight: bold;
}


.prezzo {
	font-size:12px;
	font-weight: bold;
	color:red;
}

.prezzo2 {
	font-size:10px;
	font-weight: bold;
	color:red;
}


.scheda {
	align:right;
}

.didascalia {
  float:left;
  padding-left:5px;
  padding-top:1px;
  margin:0px; 
  width:130px;
}

.add {  
  position: absolute;
  bottom:0;
  right:15;
}

.carrello {
	font-family: verdana;
	font-size:9px;
	color:#fff;
	width:100px;
	text-align:left;
}

.carrello B {
	font-family: verdana;
	font-size:8px;
	color:#fff;
	font-weight: bold;
	
}

.procedura {    
	width:651px;
	background-color:white;
	padding-left:20px;
	padding-right:20px;
	
}


.login {
	background-color:white;
	width:270px;
	padding:10px 0px 0px 15px;
	height:135px;
}

.login TABLE {
	font-family: Verdana;
	font-size:9px;
	color:#575757;
}

.zoom {
	position:relative;
	background-color:white;
	width:270px;
	padding:0px 10px 80px 15px;
}



.tit3 {
	font-size:11px;
	color: #818183;
	font-weight: bold;
	margin-bottom:6px;
	margin-top:15px;
}


.tdRiepilogo{
	font-family: Verdana;
	font-size:10px;
	background-color:#E6E6E6;
}

#formLeft  { float:left; text-align: right; padding-top: 6px; padding-right: 10px; width: 80px }
#formLeftB { float:left; text-align: right; padding-top: 6px; padding-right: 10px; width: 80px; font-weight: bold }
#formRight { padding-top: 4px; padding-bottom: 4px;  }
#separatore { border-top: 1px dotted #999999; margin-top: 10px; margin-bottom: 13px}

#err1 { color: #CE0000; font-weight: bold}

html>body #footer { padding-top:0px; padding-left:10px; text-align:left; margin-top:100px;width:740px; height:40px; position:absolute; bottom:10px; left:14px; background-image:url(/img/footer2.gif); background-repeat:no-repeat; background-position: 0 5px;}

#footer { font-size:8px; padding-top:10px; padding-left:10px; text-align:left; margin-top:100px;width:740px; height:40px; position:absolute; bottom:10px; left:14px; background-image:url(/img/footer2.gif); background-repeat:no-repeat; background-position: 0 5px;}

   
   

#footer A { text-decoration: none;}


#nota { font-family: Verdana; font-size:9px;}
#nota A {font-weight:normal; text-decoration:underline}

.zoom TABLE {font-family: Verdana; font-size:10px;}

.riepilogo TD{border-top:1px solid #B1B1B1; font-size:10px;}