/*Sfondo della pagina*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #8f675b;
	background-image:url('/images/sfondo-body-8f675b.gif');
	background-repeat:repeat-x;
	text-align: center;
	margin: auto;
}
/*Contenitore principale*/
div#contenitore {
	width: 95%;
	font-size: 9pt;
	background-color: #8f675b;
	text-align: center;
	margin: auto;
}

															/*Testa*/

/*Contenitore che contiene il logo e la form per l'accesso*/
div#testa {
	height: 150px;
	background-image:url('/images/sfondo-testa-8f675b.gif');
	background-repeat:repeat-x;
	text-align: left;
}

div#testa div#logo
{
	width: 300px;
	float: left;
}

div#testa div#div_login
{
	position: relative;
	width: 50%;
	float: right;
}

div#testa div#div_login table#table_login
{
	position: relative;
	background-color: #eeeeee;
	float: right;
}

														/*Menu*/

/*Contenitore del menu principale*/
div#menu {
	width: 100%;
	height: 30px;
	text-align: center;
}


table.table_menu
{
	width: 100%;
	height: 100%;
}

table.table_menu tbody.tbody_table_menu td.td_table_menu
{
	height: 20px;
	width: 15%;
	background-color: #eeeeee;
	text-align: center;
	font-size: 9pt;
	border:1px solid #eeeeee;
}

table.table_menu tbody.tbody_table_menu td:hover.td_table_menu
{
	height: 20px;
	width: 15%;
	background-color: #cccccc;
	text-align: center;
	font-size: 9pt;
	border:1px dashed #800000;
}

table.table_menu tbody.tbody_table_menu td.td_table_menu a
{
	font-size: 9pt;
	text-decoration: none;
	color: #333333;
}

table.table_menu tbody.tbody_table_menu td.td_table_menu a:hover
{
	font-size: 9pt;
	text-decoration: underline;
	color: #800000;
}

table.table_menu2
{
	width: 100%;
	height: 100%;
}

table.table_menu2 tbody.tbody_table_menu td.td_table_menu
{
	height: 20px;
	width: 15%;
	background-color: #eeeeee;
	text-align: center;
	font-size: 9pt;
	border:1px solid #eeeeee;
}

table.table_menu2 tbody.tbody_table_menu td:hover.td_table_menu
{
	height: 20px;
	width: 15%;
	background-color: #cccccc;
	text-align: center;
	font-size: 9pt;
	border:1px dashed #800000;
}

table.table_menu2 tbody.tbody_table_menu td.td_table_menu a
{
	font-size: 9pt;
	text-decoration: none;
	color: #333333;
}

table.table_menu2 tbody.tbody_table_menu td.td_table_menu a:hover
{
	font-size: 9pt;
	text-decoration: underline;
	color: #800000;
}


															/*Mappa*/

/*Contenitore della mappa per la posizione sul sito*/
div#mappa {
	text-align: left;
}

															/*Corpo della pagina*/

/*Contenitore del contenuto della pagina*/
div#corpo {
	width: 99%;
	text-align: center;
	overflow: auto;
	background-color: #eeeeee;
	padding: 5px;
	margin: auto;
	min-height: 300px;
}
															/*Menu sinistro*/

div#menu_sx
{
	background-color: #cccccc;
	width: 30%;
	float: left;
	height: 100%;
}

div#menu_sx table#menu_prodotti  td.td_categoria_menu_prodotti
{
	background-color: #8f675b;
	text-align: left;
}

div#menu_sx table#menu_prodotti  td:hover.td_categoria_menu_prodotti
{
	background-color: #eeeeee;
	text-align: left;
}

div#menu_sx table#menu_prodotti  td.td_sottocategoria_menu_prodotti
{
	background-color: #eeeeee;
	text-align: left;
}
div#menu_sx table#menu_prodotti  td.td_sottocategoria_menu_prodotti:hover
{
	background-color: #8f675b;
	text-align: left;
}
table#elenco_prodotti  tr.tr_sottocategoria_menu_prodotti
{
	background-color: #eeeeee;
	text-align: left;
	height: 60px;
}
table#elenco_prodotti  tr.tr_sottocategoria_menu_prodotti:hover
{
	background-color: #8f675b;
	text-align: left;
	
}
table#elenco_prodotti  td.td_sottocategoria_menu_prodotti
{
	background-color: #eeeeee;
	text-align: left;
	height: 60px;
}
table#elenco_prodotti  td.td_sottocategoria_menu_prodotti:hover
{
	background-color: #8f675b;
	text-align: left;
	
}

span.nome_prodotto a
{
	font-weight: bold;
	text-decoration: underline;
}
tbody#tbody_prodotti tr:hover
{
	background-color: #8f675b;
}
tbody#tbody_prodotti td
{
	border-bottom: 1px solid #800000;
}

tbody#tbody_prodotti td
{
	height: 60px;
}


															/*Piede*/

/*Contenitore del piede con il copyright*/
div#piede {
	height: 25px;
	background-image:url('/images/sfondo-piede-8f675b.gif');
	background-repeat:repeat-x;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

/*Impostazione per tutte le immagini sul sito*/
img
{
	border: 0px;
}

/*Stile delle text box*/
.button       
{ 
	font-size: 9pt;
	border: 1px solid #333333;
	background-color: #eeeeee;
	width: 100px;
	font-weight: bold;
	color: #333333;
}
:hover.button       
{ 
	font-size: 9pt;
	background-color: #cccccc;
	width: 100px;
	color: #800000;
	border:1px dashed #800000;
}
input
{
	font-weight: bold;
	color: #333333;
	width: 90%;
	font-size: 8pt;
}
h1
{
	font-size: 14pt;
	color: #666666;
}
p.sottile
{
	text-align: left;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
a:visited
{
	color: navy;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
select       
{ 
font-size: 8pt 
}

															/*Stili della Vetrina*/
															
table#table_vetrina
{
	width: 90%;
	border: 2px solid #800000;
	margin-left: auto;
	margin-right: auto;
}
table#table_vetrina td
{
	background-color: #eeeeee;
}
table#table_vetrina td:hover
{
	background-color: #ccff99;
}
															/*Stili della Lightbox.....da non toccare*/
															
															
#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; }


															/*Stili img gallery*/
															
table#img_gallery td.td_img_gallery
{
	border: 1px solid #ffffff;
}
table#img_gallery td:hover.td_img_gallery
{
	border: 1px solid #800000;
}

															/*Stili tabella fatta con i div per la gallery*/

div#div_gallery
{
	display: table;
}
div#div_gallery > div
{
	display: table-row;
}
div#div_gallery > div > div
{
	display: table-cell;
}
