html {
background: #777;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	width: 100%;
	display: table;
	}

#container {
	width: 940px;
	margin: auto;
	background: url(../images/container_bg.jpg);
	}

#header_section {
	width: 940px;
	height: 293px;
	background: url(../images/header.jpg) no-repeat;
}
/* Head Menu */
.pagination{
	margin: 0px 10px 3px 10px;
}
.pagelink_regular{
	font: 13px Arial;
	color: #ffffff;
	text-decoration: none;
}

.pagelink_regular:hover{
	font: 13px Arial;
	color: #ffffff;
	text-decoration: underline;
}

.pagelink_highlighted{
	font: 16px Arial;
	color: #ff0000;
	text-decoration: none;
}

.pagelink_highlighted:hover{
	font: 16px Arial;
	color: #ffffff;
	text-decoration: underline;
}

#menu {
	float: right;
	width: 680px;
	height: 100px;
	}

* html #menu{
	margin-left: 350px;
	}

#menu ul {
	float: left;
	width: 210px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	}


#menu ul li{
	display: inline;
	}

#menu ul li a{
	float: left;
	padding-left:10px;
	margin-left:5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7f7f7f;
	background:url(../images/head_menu.jpg) no-repeat;
	}

#menu li a:hover, #menu li .current{
	color: #058fdd;
	}

/* Menu */

.ver_menu {
	float: right;
	width: 235px;
	margin: 0px 40px 0px 0px;
	}

* html .ver_menu {
	margin: 108px 20px 0px 0px;
	}

.ver_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	width: 235px;
	}

.ver_menu li a {
	display: block;
	height: 25px;
	padding-top: 7px;
	color: #fff;
	padding-left: 50px;
	font-weight: bold;
	background: url(../images/menu_button.jpg);
	text-decoration:none;
	}

.ver_menu li a:hover, .ver_menu li .current {
	background: url(../images/menu_current.jpg);
	text-decoration:none;
	}
/* End of Menu */


#content{
	float:left;
	background: url(../images/content_bg.jpg) repeat-x #ABABAB;
	width: 940px;
	}

#left_section{
	float:left;
	width:260px;
	background:url(../images/left_content_pic.jpg) no-repeat top #3f3f3f;
	background-position: 0px 49px;
	margin: 0px;
	}
	
.left_section_text{
	padding: 15px;
}

.leftsection_a{
	color: #eeeeee;
	text-decoration: none;
	font-size: 16px;
}

.leftsection_a:hover{
	color: #eeeeee;
	text-decoration: underline;
	font-size: 16px;
}

#left_section .validater{
	float:left;
	width:200px;
	height:120px;
	margin:380px 0px 0px 15px;
	text-align:center;
	}

#left_section .validater a{
	color:#fff;
	text-decoration:none;
	}

#left_section .validater a:hover{
	color:#fff;
	text-decoration:none;
	}

#center_section{
	float:left;
	width:370px;
	padding-top:5px;
	}

#center_section .new{
	margin: 0px 10px 3px 10px;
	display: table;
	}

#center_section .new h3{
	color: #AA3300;
	font-size:12px;
	margin:0px;
	}

#center_section .new p{
	color: #fff;
	font-size:11px;
	text-align:justify;
	}

#center_section .new  a{
	color :#66d2ff;
	text-decoration: none;
	}

#center_section .new  img{
	float:right;
	border:none;
	margin: 5px 10px 5px 0px;
	}

#center_section .new .product {
	margin: 0px 10px 0px 10px;
	width: 330px;
	}

#center_section .new .product img{
	float:left;
	border:none;
	margin: 3px 0px 3px 5px;
	}

#center_section .new .product .product_text{
	float: right;
	margin-left: 5px;
	width: 200px;
	}

#center_section .new .product .product_text h3{
	margin : 2px 0px 3px 0px;
	color: #0066CC;
	font-size:9px;
	}

#center_section .new .product .product_text p{
	margin : 0px 3px 0px 3px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	}

#center_section .new .product .product_text span a{
	color:#ff0000;
	font-size:9px;
	text-decoration:none;
	}

span.price {
	color: #333333;
	font-size:9px;
	margin:0px;
	}

span.detail {
	color: #404040;
	font-size: 12px;
	text-decoration: none;
	}

#right_section{
	float:right;
	width:295px;
	}

#right_section .hot{
	float:right;
	width: 255px;
	background: url(../images/hotproduct_center.gif);
	margin: 0px 40px 0px 0px;
	}
	
.hotproduct_top{
	
}

* html #right_section .hot{
	margin-right:20px;
	}

#right_section .hot .hot_text{
	float:right;
	width:150px;
	margin: 30px 10px 0px 0px;
	}

#right_section .hot .hot_text h2{
	color:#66d2ff;
	font-size:11px;
	}

#right_section .hot .hot_text p{
	color:#666;
	font-size:10px;
	text-align:justify;
	}

#right_section .hot .hot_text a{
	color:#66d2ff;
	text-decoration:none;
	}

#right_section .promotion{
	width: 235px;
	background-color: #000000;
	float: right;
	margin-right: 40px;
	padding: 2px;
	}

* html #right_section .promotion{
	margin-right:20px;
	}

#right_section .promotion h1{
	color :#2f92d7;
	font-size:18px;
	margin-left:10px;
	}

#right_section .promotion h2{
	color :#fff;
	font-size:12px;
	margin-left:10px;
	}

#right_section .promotion p{
	color :#808080;
	font-size:11px;
	margin:0px 10px 0px 10px;
	text-align:justify;
	}

#right_section .promotion a{
	color :#fff;
	text-decoration:none;
	}

#right_section .promotion img{
	float:right;
	margin-right:20px;
	border:none;
	}
	
.bottom{
	width: 100%;
	background-color: #000000;
	padding: 10px;
}