/* css copyright Moką www.cpmoka.it - progetto di www.kina.it */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	background-position:top;
	background-attachment: fixed;
}

.copyright, a.copyright:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
} 

a.copyright:link {
	text-decoration: underline;
} 

.table {
	background-image:url(images/bg_sito.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000099;
	text-decoration:none;
}

.titolo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

.menu, a.menu:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	color: #666;
}

.imggalleria {
	padding: 2px;
	border:solid 2px #000;
}

.td-testo {
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	width:371px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	text-decoration:none;
	line-height:16px;
}

.td-gallery {
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.img-dx {
	padding-bottom:10px;
}




/* CATALOGO */

.div-catalogo {
	width:616px;
	float:left;
}

.div-categorie {
	width:190px;
	float:left;
}

.titolo-categorie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #03C;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#div-catalogo-testo {
	width:616px;
	float:left;
	clear:both;
	margin-top:20px;
}

.div-2-photo {
	width:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	height:135px;
}

.div-2-testo {
	width:490px;
	float:left;
	height:135px;
	margin-bottom:20px;
}


.testo-grigio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	text-decoration:none;
}

.testo-continua {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #900;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}

#div-3-photo {
	width:280px;
	float:left;
	/* height:379px; */
	margin-right:20px;
}

#div-3-testo {
	width:315px;
	float:left;
	height:379px;
	display:table;
}

#div-3-testo-vero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	text-decoration:none;
	margin-top:10px;
}

#div-galleria {
	width:616px;
	float:left;
	clear:both;
	margin-top:15px;
}

.div-galleria-miniature {
	width:60px;
	float:left;
	margin-right:5px;
}




/* css lightbox */


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

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
