/* CSS Document */
a	{ color:#a60b16; text-decoration:none; }

a:hover
{
color:#d3a832;
text-decoration:underline;
}
.link_c
{
color:#888888;
text-decoration:none;
}
.link_c:hover
{
color:#888888;
text-decoration:underline;
}
form
{
margin:0;
}
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
/*  background-repeat: no-repeat;*/
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  line-height:1.0em;
}
#top_header
{
  width:980px;
  background: #999999;
  /*background-image: url('images/top_header.gif');*/
  height:25px;
  margin:0 auto;
  margin-top:25px;
  background-repeat:no-repeat;
  border-bottom:#FFFFFF;
}
#top_testo
{
  color:#333333;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  padding: 5px 5px 5px 5px;
  text-align:center;"
}
#main
{
  background: #FFFFFF;
  margin:0 auto;
  width:980px;
  height:auto;
  margin-bottom:0px;
  overflow:hidden;
}
#flash
{
  width:980px;
  height:222px;
}

/* MENU */

	#menu{
/*		margin:0 auto;*/
		width:980px;
		height:59px;
		background:url('images/menu_bg2.jpg') repeat-x;
		font-family: Trebuchet MS, Italic Verdana, Arial, Helvetica, sans-serif;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:770px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
						background:url('images/menu_h2.jpg') no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url('images/menu_h2.jpg') no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}


/* FINI MENU */


/* MENU UTENTE */
#menu_utente
{
  width:980px;
  height:47px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background-color:#a60b16; 
  /*background:url('images/barra_menu.jpg')*/
}
#menu_utente ul
{   
	margin-left: 0px; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 16px 0px 0px 14px;
	text-decoration: none;
	color: white;
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu_utente li
{
	float: left;
	margin: 0px 37px 0px 17px;
}
	
#menu_utente li a
{
	color: white;
	text-decoration: none;
}
#menu_utente li a:hover
{
	color: #000000;
	text-decoration: none;
}
#menu_utente li.dx
{
	float:left;
	margin: 0px 0px 0px 0px;
}


#top_centrale
{
  width:100%;
  height:auto;
}

#titolo_menu_verticale
{
	height:23px;
	background-color:#a60b16;
	padding: 5px 0px 3px 8px;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:5px;
}

#menu_verticale
{
	width:180px;
	height:auto;
	margin: 0px;
	padding:0px;
	/*border-bottom:1px dotted #cccccc;*/
}
#menu_verticale a
{
	display:block;
	height:25px;
	margin-top:1px;
	padding-left:13px;
	background-color:#1b1b1b; /* sfondo dei link*/
	border-left:10px solid #a60b16; /* sfondo della barra laterale dei link*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*text-transform:uppercase;*/
	text-decoration:none;
	color:#a7a7a7; /* Colore del testo */
	line-height:25px;
}
#menu_verticale a:hover
{
	background-color:#a60b16;
	border-left:10px solid #1b1b1b;
	color:#ffffff;
}
#menu_verticale a.primo
{
	margin-top:0;
}
/*
#menu_verticale ul
{   
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: white;
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu_verticale li
{
	float: left;
	margin: 0px 0px 0px 13px;
}
	
#menu_verticale li a
{
	color: #b80718;
	text-decoration: none;
}
#menu_verticale li a:hover
{
	color: #000000;
	text-decoration: none;
	/*background-color:#333333;
}
#menu_verticale li.dx
{
	float:left;
	margin: 0px 0px 0px 0px;
}
*/
#sottoverticale
{
	width:180px;
	height:50px;
	margin:0px;
	padding:0px;
	background: url('images/sfondo_sinistra.jpg') repeat-y top;
	border-top:1px solid #ffffff;
}
#dentro_sinistra
{
  width:180px;
  height:auto;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-bottom:1px dotted #cccccc;
}
#immagine
{
	width:140px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#immagine a:hover { color:#c28279; text-decoration:none; }

#descrizione
{
	width:140px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:left;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
 	font-weight: normal;
}

#descrizione a:hover { color:#c28279; text-decoration:none; }

#descrizione_2
{
	width:140px;
	height:95px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:left;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
 	font-weight: normal;
}

#descrizione_2 a:hover { color:#c28279; text-decoration:none; }

#login
{
	width:199px;
	height:auto;
	text-align:left;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
 	font-weight: bold;
}
#login a
{
	color: #000000;
	text-decoration: none;
}
#login a:hover
{
	color: #a60b16;
	text-decoration: underline;
}
#carrello
{
	width:199px;
	height:auto;
	/*padding-top:15px;*/ /* Questo deve essere ripristinato una volta che il carrello sarà attivo  */
	padding-bottom:15px;
	/*border-top:1px dotted #cccccc;*/ /* Questo deve essere ripristinato una volta che il carrello sarà attivo  */
	border-bottom:1px dotted #cccccc;
}
.carrello
{
	font-size:14px;
	font-weight:bold;
}
#barra_link
{
	width:199px;
	height:47px;
	background-color:#a60b16; 
	/*background:url('images/barra_rossa.png');	*/
	color:#FFFFFF;
	padding: 0px;
}
.testo
{
	width:170px;
	height:auto;
	color:#FFFFFF;
	font-size:14px;
	padding: 16px 0px 0px 8px;
}
#link
{
	width:182px;
	height:auto;
	padding:8px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
}
#link a
{
	color: #000000;
	text-decoration: none;
}
#link a:hover
{
	color: #a60b16;
	text-decoration: underline;
}
#verticale_contatti a
{
	color: #000000;
	text-decoration: none;
}
#verticale_contatti a:hover
{
	color: #a60b16;
	text-decoration: underline;
}
#stacco
{
  width:980px;
  margin:0 auto;
  height:40px;
}
#sinistra
{
  float:left;
  width:180px;
  height:auto;
  overflow:hidden;
  padding:0px 20px 20px 0px;
}
#sinistra_contatti
{
  float:left;
  width:200px;
  height:auto;
  overflow:hidden;
  font-family:verdana;
  font-size:12px;
  padding:20px;
}
#destra
{
  float: right;
  width:200px;
  height:auto;
  margin-right:2px;
  padding:0px 0px 0px 0px;
  /*padding:20px;*/
}
#centrale
{
  	padding-top:0px;
  	padding-left:0px;
  	padding-right:0px;
 	float:left;
 	width:558px;
  	height:580px;
  	overflow:hidden;
  	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  	font-size:12px;
 	border-left:1px dotted #cccccc;
  	border-right:1px dotted #cccccc;
}
#titolone
{
	width:520px;
	height:auto;
	font-size:16px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}
#carica_testo
{
	width:520px;
	margin-left:20px;
	margin-right:20px;
}

#carica_testo a:hover { color:#c28279;}

#prezzo_utente
{
	margin-left:20px;
	margin-right:20px;
}
#prezzo
{
	width:auto;
	height:20px;	
	padding:15px 0px 10px 0px;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	color:#a60b16;
}
#testo_prezzo
{
	width:auto;
	height:20px;	
	padding:15px 0px 10px 0px;
	text-align: center;
	font-size:11px;
	color:#000;
}
#testo_visualizzazione_prezzo
{
	margin-left:20px;
	margin-right:20px;
	font-size:9px;
	color:#999999:
}
#scelta
{
	width:auto;
	height:auto;
}
#footer_pre_studiouno
{
  width:980px;
  height:18px;
  clear:both;
  margin-top:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  border-bottom:1px solid #a60b16;
  color: #ffffff;
  font-size:10px;
}
#footer_studiouno
{
  width:980px;
  height:60px;
  clear:both;
  margin-top:0px;
  padding-right:0px;
  padding-top:12px;
  padding-bottom:5px; 
  text-align:center;
  border-bottom:1px solid #a60b16;
  color: #666666;
  font-size:9px;
  font-family:verdana;
}
#footer_studiouno a
{
  color:#a60b16;
  text-decoration:none;
}
#footer_studiouno a:hover
{
  color: #666666;
  text-decoration:none;
}
#bottom_footer
{
	    width:980px;
		height:49px;
		background:url('images/menu_bg2.jpg') repeat-x;
  /*background-image:url('images/bottom_footer2.png');
  height:30px;
  margin:0px;
  background-repeat:no-repeat;*/
}				  				  

/* Box immagini inserita nella pagina templates   */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }