/* struttura */
*{
font:11px Verdana, Arial, Helvetica, sans-serif;
}
body{
border:0;
padding:0;
margin:0;
background:#434a46;
}
strong{
font-weight:bold;
}
.Wx100{
width:100%;
}
.Hx100{
height:100%;
}
form{
border:0;
padding:0;
margin:0;
}
input, textarea{
width:100%;
border:1px solid #656b68;
background:#434a46;
color:#919191;
margin-bottom:5px;
}
.checkbox{
width:auto !important;
}
.button{
background:#e2001a;
color:#fff;
font-weight:bold;
border:1px solid #e2001a;
}

/* testi */

.testo{
color:#919191;
text-align:justify;
}
.testo a{
color:#bbb;
text-decoration:none;
}
.testo a:hover{
color:#919191;
}

.testo_bianco{
color:#fff;
font-weight:bold;
text-align:justify;
}

.testo_rosso{
color:#e2001a;
text-align:justify;
}

.bottom{
color:#656565;
background:#1f2220;
}
.bottom a{
color:#e2001a;
font-weight:bold;
text-decoration:none;
}
.bottom a:hover{
color:#e2001a;
font-weight:bold;
text-decoration:line-through;
}
.bottom img{
margin-left:20px;
}

.testo_eurob{
color:#656565 !important;
font-weight:normal !important;
}

.testo_eurob:hover{
color:#656565;
text-decoration:line-through;
}

/* listini home */

.listini_home td{
padding:10 0;
color:#919191;
border-bottom:1px solid #656b68;
}
.listini_home a{
color:#919191;
text-decoration:none;
font-weight:bold;
}
.listini_home a:hover{
color:#fff;
}
.listini_home_no{
color:#666;
font-weight:bold;
}
.listini_home img{
margin:0 10;
}

/* elenco puntato */

.categorie_prodotti{
list-style:none;
margin:0;
margin-top:10;
padding:0;
}
.categorie_prodotti li{
margin-bottom:16;
background:url(images/struttura/freccina.gif) no-repeat left center;
}
.categorie_prodotti a{
color:#919191;
padding-left:10px;
}
.categorie_prodotti a:hover{
color:#e2001a;
}
.categorie_prodotti_selected{
color:#fff !important;
font-weight:bold;
}

