/* eyeqlass */
*{
	margin:0px;
	padding:0px;
	}
img{ border:none;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	background:#eee url(../img/bodybg.gif) repeat-x left top;
	}
.wrapper{
	width:1000px;
	margin:auto;
	}
.wrapper a{
	color:#333;
	text-decoration:none;
	}
.wrapper a:hover{
	color:#f60;
	text-decoration:underline;
	}
	
/*top*/
.top{
	color:#a5a5a5;
	height:26px;
	overflow:hidden;
	padding-top:2px;
	border-bottom:1px solid #5b5b5b;
	}
.top span{float:right;}
.top a{
	color:#a5a5a5;
	margin:0px 5px;
	}
.top a:hover{ color:#fff;}

/*header*/
.header{
	height:75px;
	overflow:hidden
	}

.header h1{
	float:left;
	display:block;
	margin-top:16px;
	}
/*search*/
.search{
	float:right;
	width:300px;
	height:31px;
	background:url(../img/searchboxbg.gif) repeat-x left top;
	margin-top:20px;
	}
.searchText{
	width:223px;
	height:18px;
	padding:3px;
	padding-top:8px;
	font:12px Arial, Helvetica, sans-serif;
	border:none;
	float:left;
	background:none
	}
.searchBtn{
	background:url(../img/searchbtnbg.gif) repeat-x;
	width:71px;
	height:31px;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:none;
	float:left
	}
/*nav*/
.nav{
	background:url(../img/navbg.gif) repeat-x left top;
	height:34px;
	padding:5px 10px;
	}
/*navCart*/
.navCart{
	color:#fff;
	float:right;
	padding-top:5px;
	background:url(../img/mycart.gif) no-repeat left 11px ;
	padding-left:20px;
	}
.navCart a,
.navCart a:hover{ color:#fff; margin:0px 5px;}

/*container*/
.container{
	background:#fff url(../img/containerbg.gif) repeat-y;
	height:100%;
	padding:0px 3px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	}
.left{
	float:left;
	width:165px;
	}
.center{
	float:left;
	width:614px;
	padding:0px 10px;
	}
.right{
	float:left;
	width:195px;
	}
.left h3,
.right h3{
	font-weight:bold;
	color:#fff;
	font-size:13px;
	background:url(../img/boxtitbg.gif) repeat-x;
	padding:3px 10px;
	}
.right .rightmycart{background:url(../img/mycartbg.gif) repeat-x;}
.cateList,
.priceList{
	padding:5px 10px;
	}
.cateList li{
	list-style:none;
	background:url(../img/listbg.gif) no-repeat left 10px;
	padding-left:12px;
	}
.priceList li{
	list-style:none;
	color:#f60;
	}
.priceList li a{
	color:#f60;
	}
.letterBox{
	padding:3px;
	text-align:center;
	}
.letterText{
	width:130px;
	border:1px solid #ccc;
	padding:1px;
	font:12px Arial, Helvetica, sans-serif;
	margin:10px auto;
	}
.letterBtn{
	background:url(../img/letterbtn.gif);
	width:113px;
	height:26px;
	font:12px Arial, Helvetica, sans-serif;
	border:none;
	margin-bottom:10px;
	}
.boxAD{
	padding:4px;
	text-align:center
	}
.boxAD img{margin-bottom:4px;}
*html .boxAD img{margin-bottom:0px;}
*+html .boxAD img{margin-bottom:0px;}

.myCart{
	text-align:center;
	color:#333;
	padding:15px 0px;
	}
.myCart img{
	position:relative;
	top:5px;
	margin-right:5px;
	}
.banner{
	margin-bottom:15px;
	text-align:center;
	}
/*Product*/
.Product ul{
	width:614px;
	background:#fff;
	overflow:hidden;
	}
.Product ul li{
	float:left;
	width:202px;
	text-align:center;
	font-size:13px;
	color:#333;
	height:210px;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-left:-1px;
	overflow:hidden;
	padding-top:10px;
	}

.Product ul li img{ margin-top:15px;}

.Product ul li a{
	color:#666;
	text-decoration:underline;
	}
.Product ul li p a{
	color:#333;
	text-decoration:none
	}

.Product ul li a:hover{
	color:#930f24;
	text-decoration:underline;
	}
.addtocart{
	background:url(../img/addtocart.gif) no-repeat;
	border:none;
	font:12px Arial, Helvetica, sans-serif;
	width:113px;
	height:26px;
	}
.proudctBot{
	position:relative;
	top:-2px;
	background:#fff;
	height:5px;
	}
/*footer*/
.copyRight{
	background:url(../img/footerbg.gif) no-repeat left top;
	height:40px;
	padding:0px 15px;
	color:#afafaf;
	font-size:11px;
	padding-top:13px;
	margin-top:15px;
	}
.copyRight span{
	margin-right:110px;
	}
.copyRight a,
.copyRight a:hover{ color:#afafaf; margin:0px 5px;}
	
/*footer*/
.footer{ text-align:center; padding:10px 0px 30px 210px; height:100%;}
.footer img{
	float:left;
	}
/*rightList*/
.rightList{
	width:826px;
	float:left;
	background:#fff url(../img/prolistbg.gif) repeat-y left;
	padding-left:3px;
	}
.cartList{
	float:left;
	padding-left:3px;
	}
.prolist ul{
	width:809px;
	}
.rightList h3{
	font-weight:bold;
	font-size:16px;
	padding:10px 15px;
	background:#f1f1f1;
	}
.rightList h3 span{
	float:right;
	font:normal 12px Arial, Helvetica, sans-serif ;
	padding-top:5px;
	}
.ProductBox{
	padding:20px 10px;
	}
.ProductImg{
	float:left;
	width:400px;
	padding:0px 10px;
	text-align:center;
	}
.ProductImg h6{
	font-size:10px;
	font-weight:normal;
	border:1px solid #f1f1f1;
	padding:1px 0px;
	line-height:15px;
	color:#666
	}
.ProductBuy{
	float:left;
	width:350px;
	padding-left:20px;
	}
.ProductBuy h4,
.proTit{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.ProductBuy span{
	color:#f00;
	}
.ProductBuy h6{
	font-size:10px;
	font-weight:normal;
	margin:10px 0px; 
	}
.Order{
	border:1px solid #ddd;
	width:200px;
	background:#f9f9f9;
	color:#333;
	}
.Order h5{
	font-weight:bold;
	font-size:12px;
	color:#333;
	padding:3px 10px;
	background:#ddd;
	margin-bottom:10px;
	border:none;
	}
.OrderText{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background:#fff;
	padding:1px;
	width:50px;
	height:15px;
	margin-left:5px;
	}
.Order p{
	margin-bottom:10px;
	}
.container02{
	background:#fff url(../img/containerbg2.gif) repeat-y;
	}
.container03{
	background:#fff;
	}
.desCont p{
	color:#666;
	text-indent:0em;
	}
.desCont{
	padding:20px;
	}
	
/*  2009-10-23  */
.cateList span{
	float:right;
	margin-top:8px;
	}
.cateList b{
	font-weight:normal;
	color:#f60;
	}
.cartWork{
	text-align:center;
	border-top:1px solid #ddd;
	padding:8px 0px;
	line-height:15px;
	}
.cartWork a{
	font-size:11px;
	margin:1px 5px;
	}

/*09-10-24*/
.proBox ul li span img{
	position:absolute;
	margin-top:55px;
	margin-left:130px;
	}
.proListSort{
	position:absolute;
	margin-top:-35px;
	text-align:center;
	width:570px;
	padding-left:50px;
	}

.pagelink{
	color:#000;
	}
.pagelink a{
	color:#f60;
	text-decoration:none;
	}
.pagelink a:hover{
	color:#f60;
	text-decoration:underline;
	}
