/* layout */
body{
margin:0;
padding:0;
background:#746E64;
margin:60px 0 60px 0;
}
form{
border:0;
margin:0;
padding:0;
}
.cornice{
border:1px dotted #A5A19A;
}
.cornice_sx{
background:url(images/struttura/cornice_sx.gif) repeat-y;
}
.cornice_dx{
background:url(images/struttura/cornice_dx.gif) repeat-y;
}
.cornice_45_sx{
background:url(images/struttura/45_sx.gif) repeat-y;
}
.cornice_45_dx{
background:url(images/struttura/45_dx.gif) repeat-y;
}
.corpo{
background:#F8F5EC;
padding:10px;
}
.pad_sx_5{
padding-left:5px;
}
/* testo */
.testo{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#9B9292;
text-align:justify;
}
.testo a{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#565456;
text-decoration:none;
}
.testo a:hover{
color:#000;
}
.titolo{
font-weight:bold;
color:#ABA27C;
}
/* gallery */
.gallery a{
position:relative;
display:block;
background:5px solid #F8F5EC;
}
.gallery a:hover{
border:5px solid #CBE5A0;
}
/* categorie */
.categorie{
font:10px Verdana, Arial, Helvetica, sans-serif;
}
.categorie ul{
list-style:none;
margin:0;
padding:0;
}
.categorie li{
padding-bottom:1px;
}
.categorie a{
padding:1px;
height:12px;
position:relative;
display:block;
color:#565456;
text-decoration:none;
}
.categorie a:hover{
background:#E9ECD6;
}
.categorie a.selected{
background:#CBE5A0;
}
/* bottom */
.bottom{
font:10px Arial, Helvetica, sans-serif;
color:#D2CBB3;
margin:10px 33px 0 33px;
}
.bottom a{
color:#ABA89A;
text-decoration:none;
}
.bottom a:hover{
color:#FFF;
}
/* table */
.table_x100{
height:100%;
width:100%;
}
.table_Hx100{
height:100%;
}
.table_Wx100{
width:100%;
}
/* moduli */
label{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#9B9292;
}
input{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#565456;
background:#F8F7F2;
border:1px solid #E1D9B9;
width:100%;
}
textarea{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#565456;
background:#F8F7F2;
border:6px solid #ABA27C;
width:100%;
}
.button{
border:3px solid #BAD392;
background:#CBE5A0;
height:25px;
}
.ubicazione{
font-size:9px;
font-weight:bold;
}
.evidenziato{
background:#CBE5A0;
padding:5px;
color:#565456;
}
.evidenziato a{
color:#565456;
}
