 BODY, HTML {
	color:#333333;
	margin: 0;
	height: 100%;
}
img {
	behavior:	url("pngbehavior.htc");
	border:5px;
}
TD
{
	color:#333333;
}
A
{
	color:#333333;
}
h2 
{
	font-size:110%;
}
h1
{
	font-size:120%;
}
.maintext {padding:20; font-size:80%;}
.menu {color:#ffffff; text-decoration:none; margin: 0 5 5 0;}
.menusel {color:#34c924; text-decoration:none;}
.att {width:80%; color:#ededed; font-size:80%;}
.att TD{border:1px solid #000000;}
.tnb {width:100%; height:100%;}
.tnb TD{border:none; font-size:80%; }
.pod {background:#878787;}
.pod A{color:#ffffff;}

#itemimg {position:relative; height:160px; vertical-align:center; background:#ededed;}
#zoom{position:absolute; bottom:0px; right:0px;}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 80%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
.white_content {
			display: none;
			position: absolute;
			top: 20%;
			left: 35%;
			width: 400px;
			height: 480px;
			padding: 16px;
			background-color: white;
			z-index:1002;
			overflow: auto;
			text-align:center;
		}
