@charset "utf-8";
/* CSS Document */

/* GENERALE */
*{
margin:0;
padding:0;
}
body, html{
background-color:#C1B8B8;
background-image:url('../img/pattern.jpg');
background-repeat:repeat;
width:100%;
color:#967C7D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height:100%;
}

#wrapper{
width:950px;
margin:0 auto;
background-color:#C1B8B8;
}
#nonFooter{
position: relative !important;
min-height: 1130px;
background-color:#C1B8B8;
}
* html #nonFooter{
height: 100%;
}
#header{
width:950px;
background-color:/*#967C7D*/#787878;

}
#header img{
/*padding-left:20px;*/
padding-top:10px;
padding-bottom:10px;
}
#container{
color:#282828;
padding:25px 20px 50px 20px; /* padding-bottom must be same height as the footer */
clear:both;
background-color:#C1B8B8;
width:910px;
position: relative;
}  
#footer{
border-top:2px  groove /*#FAFAFA*/#e1e1e1;
background-color:/*#BAADAD*/#ecebeb;
height: 50px;
width:950px;
text-align:center;
position:relative;
bottom:0;
padding-top:20px;
padding-bottom:5px;
color:#282828;
clear:both;
margin-left:0;
padding-left:0;
left:0;
} 

/* OMBRA */
.shadow {
box-shadow: 5px -5px 5px #666666; /* Opera 10.5, IE 9.0 */
-moz-box-shadow: 5px -5px 5px #666666, -5px -5px 5px #666666; /* FF3.5  */
-webkit-box-shadow: 5px -5px 5px #666666; /* Saf3.0 , Chrome */
filter: progid:DXImageTransform.Microsoft.Shadow (Color='#666666', Direction='100'); /* IE6,IE7 */
-ms-filter: progid:DXImageTransform.Microsoft.Shadow (Color='#666666', Direction='100');/* IE8 */
}

/* MENU */
#navigation{
height:33px;
letter-spacing:1px;
}
#menu{
float:left;
height:55px;
}
#menu-ita ul{
list-style:none;
padding:0px 10px;
font-size:12px;
font-variant: small-caps;
}
#menu-eng .menu{
margin-top:-69px;
}
#menu-eng ul{
list-style:none;
padding:0px 10px;
margin-top:-33px;
font-size:12px;
font-variant: small-caps;
}
#menu-ita ul li, #menu-eng ul li{
display:inline;
}
#menu-ita li a:link, #menu-ita li a:visited, #menu-ita li a:hover, #menu-eng li a:link, #menu-eng li a:visited, #menu-eng li a:hover {
line-height:33px;
padding:0 10px;
text-decoration:none;
color:#282828;
}
#menu-ita li a:hover, #menu-ita .current, #menu-eng li a:hover, #menu-eng .current{
color:#fafafa;
}
#menu-ita .current, #menu-eng .current{
height:33px;
font-variant:small-caps;
font-size:12px;
color: #FF4252;
}
#menu-ita .current, #menu-eng .current, #menu-ita .current span, #menu-eng .current span{
padding:18px 0px;
}
#menu-eng, #footer-eng{
visibility:hidden;
}
#footer-eng{
margin-top:-42px;
}
#lang{
text-align:right;
height:33px;
padding-right:20px;
}
#lang img{
vertical-align:middle;
padding-top:12px; /* 4px */
cursor:pointer;
width:25px;
height:25px;

}

/* CONTAINER */

#eng{
visibility:hidden;
}
#ita, #eng{
position:absolute;
width:600px;
/*background-color:#C1B8B8;*/
}
.riga{
width:910px;
clear:both;
}
.left{
float:left;
width:600px;
}
#donna, #slideshow{
width:300px;
height:400px;
text-align:center;
float:right;
border:1px solid #282828;
/*position:relative;
margin-top:-1545px;*/
}
.right{
float:right;
width:600px;
}
#uomo{
float:right;
width:300px;
height:400px;
text-align:center;
border:1px solid #282828;
margin-top:20px;
}
#donna, #uomo{
height:300px !important;
}
/* FORMATTAZIONE TESTO */
p{
text-align:justify;
}
.title{
border-bottom:1px dotted #967C7D;
width:60%;
padding-bottom:5px;
color:#967C7D;
font-weight:bold;
}
.text{
padding-top:10px;
padding-bottom:20px;
padding-right:40px;
}
.text a:link, .text a:visited, #footer-eng a:link, #footer-eng a:visited, #footer-ita a:link, #footer-ita a:visited, #menugallery a:link, #menugallery a:visited{
color:#FF4252;
font-weight:bold;
}
.text a:hover, #menugallery a:hover{
color:#fafafa;
font-weight:bold;
}
#footer-eng a:hover, #footer-ita a:hover {
color:#967C7D;
font-weight:bold;
}
.divStyle {
}
ul{
list-style:none;
list-style-type:none;
}
.right ul{
padding-left:40px;
}

/* THUMBNAIL */
.thumbnail  {
background-color:#967C7D;
border:1px solid #fafafa;
float:left;
margin-bottom:10px;
margin-left:10px;
padding:3px 3px 8px;
}
/* TABELLA COLLEZIONI */
#news{
color:#967C7D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:10px;
margin-bottom:40px;
/*margin: 45px;*/
width: 480px;
text-align: left;
border-collapse: collapse;

}
#news thead tr
{
	background: none;
}
#news th
{
	font-size: 13px;
	
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000000;

font-weight:bold;
}
#news td
{
	padding: 8px; 
	border-bottom: 1px solid #fafafa;
	color: #282828;
	border-top: 1px solid transparent !important;
}
#news tbody tr:hover td
{
	color: #282828;
	background: #BAADAD;
}
*:focus{
outline : none;
-moz-outline: none;
}
#guardaroba {
z-index:3;
clear:both;
position:relative;
}
#guardaroba{
margin-top:110px;
}
#newsletter{
z-index:3;
margin-top:0px;
position:relative;

}
/*#guardaroba-eng {
visibility:hidden;
margin-top: -350px;
}*/
#menugallery{
padding-top: 10px;
clear:both;
}
/*#menugallery-eng{
visibility:hidden;
}*/
#torna{
float:left;
}
#vai{
float:right;
}