body {
	font-family: Verdana;
	font-size: 11px;
	color: #5b5b5b;
	background: #cccccc;
	margin: 0px;
	height: 100%;
	
	//background-image: url(../img/bg.jpg);
	//background-repeat: repeat-y;
	//background-position: center;

}

.Clear {
	clear: both;
}

table {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.Main_Container {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 900px;
}

.Top{
	height: 200px;
	line-height: 20px;
	width: 960px;
	background: url(../img/top.gif);
}

.TopBarTxt{
	width: 960px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	color: #f8a11c;
	font-weight: bold;
}

.Block{
	float: left;
	width: 80px;
	height: 80px;
}

.Main_iContainer {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	padding-top: 10px;
}

.Container{
	background: url(../img/content_bg.gif);
	overflow: hidden;
}

.Menu{
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	width: 200px;
}

.iMenu{
	width: 180px;
	height: 400px;
	background: url(../img/bg_menu.gif);
}

.Button{
	width: 156px;
	height: 34px;
	line-height: 30px;
	background: url(../img/btn.gif);
	float: right;
	margin-top: 6px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.Button a{
	color: #ffffff;
	text-decoration: none;
}

.Button a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.Content{
	margin-top: 10px;
	padding: 10px;
	float: left;
	width: 620px;
	background: #ffffff;
	border: 1px solid #000;
	color: #251a06;
}

.bottomLeft{
	float: left;
	width: 80px;
}

.bottomCenter{
	float: left;
	width: 800px;
}

.bottomButton{
	float: left;
	width: 80px;
	height: 50px;
	cursor: pointer;
}

.catProdName{
	float: left;
	height: 20px;
	line-height: 20px;
}

.catProdName a{
	text-decoration: none;
	color: #000000;
}

.catProdName a:hover{
	text-decoration: underline;
	color: #000000;
}

.catProdPrice{
	float: right;
	width: 100px;
	height: 20px;
	line-height: 20px;	
}

.catProdPrice a{
	text-decoration: none;
	color: #000000;
}

.catProdPrice a:hover{
	text-decoration: underline;
	color: #000000;
}

.searchContainer{
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}

.searchKey{
	float: left;
	font-weight: bold;
	width: 150px;
	height: 25px;
	line-height: 25px;
}

.searchValue{
	float: left;
	height: 25px;
	line-height: 25px;
}

.prodLeft{
	height: 100px;	
	float: left;
	width: 120px;
	overflow: visible;
}

.prodRight{
	float: right;
	width: 480px;
	overflow: visible;
}

.prodName{
	font-weight: bold;
}

.prodName a{
	text-decoration: none;
	color: #000000;
}

.prodName a:hover{
	text-decoration: underline;
	color: #000000;
}

.prodPrice{
	font-style: italic;
}

.prodMsg{
	margin-top: 10px;
}

.Partner{
	height: 100px;
	border-bottom: 1px dotted #000000;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a{
	color: #000000;
	text-decoration: none;
}

.pages a:hover{
	color: #000000;
	text-decoration: underline;
}

div.overlayBG {
			display: none;
			position: fixed;
			_position: absolute;
			height: 100%;
			width: 100%;
			left: 0;
			top: 0;
			background: #000000;
			z-index: 100;
		}

		div.overlayPopup {
			display: none;
			position: fixed;
			_position: absolute;
			background:#ffffff;  
			border:2px solid #ff9900;  
			z-index:100;  
			padding:10px;  
		}
