
html,body{
margin:0px;
padding:0px;
height:100%;
text-align:center;
font-family: 'Arial CE', 'Helvetica CE', 'Arial', 'helvetica', sans-serif;
color:#CCCCCC;
line-height: 13pt;
background-color:#333333;
}

html,body,a,div{
	font-size:12px;
}
	
#frame {
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	width:800px;
	text-align:left;
	border:1px solid #666666;
	background-color:#333333;
	}
	
#main{
	margin:10px 10px 10px 10px;
	width:780px;
	}
	
#contentheader {
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
#contentleft {
	float:left;
	padding:0px;
	margin:0px;
	width:150px;
	height:100%;
	background-image:url(../img/menubackground01.jpg);
	background-repeat:no-repeat;
	}
	
#contentcenter {
	margin:0px; 
	padding:0px;
	width:760px;
	float:left;
}
#contentproductandmenu{
	float:left; 
	padding:0px 0px 0px 10px;
}

#contentproduct{
	height:375px; 
	width:620px; 
	overflow:auto;
	border-bottom:1px solid #EBE0B8; 
	scrollbar-base-color:#E8DBAA; 
	scrollbar-darkshadow-color: #DBC97D;
}

#contentright {
	float:left;
	padding:0px 0px 0px 14px;
	margin-left:0px;
	width:150px;
	height:100%;
	border-left-color:#E1E3F1;
	border-left-style:dotted;
	border-left-width:1px;
}
	
#contentfoot {
	margin:0px;
	padding:4px;
	width:754px;
	background-color:#DFCE8A;
	color:#FFFFFF;
	clear:both;
}
#divZoomBack {
	z-index: 1500; 
	/*filter: alpha(opacity=60); */
	position:fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	/*-moz-opacity: 0.6; */
	/*opacity: 0.6;*/
	visibility:hidden;
}
#divZoomImg {
	z-index: 1700;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	visibility:hidden;
}
.divZoomImgLoading {
	/* For showing laoding picture*/
	background-image:url(../imgshow/loading.gif); 
	background-position:center; 
	background-repeat:no-repeat; 
}
#divZoomImgFile{
	background-color:#000000;
}
#divZoomClose{
	position:fixed; 
	left:0px;
	bottom:0px; 
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index:2000;
	visibility:hidden;
}
.imgZoomThumb{
	float:left;
	display:inline;
	width:100px;
	height:80px;
	margin:4px;
	padding:4px;
	border:1px solid #666666;
}
