﻿@charset "utf-8";

.productshow {
	        max-width: 150px;
	        max-height: 64px;
	        _width:expression((this.offsetWidth > this.offsetHeight)? Math.min( parseInt(this.offsetWidth), 120 )+'px' : 'auto');
/*	  	_height:expression((this.offsetHeight >= this.offsetWidth)? Math.min( parseInt(this.offsetHeight), 64 )+'px' : 'auto');
*/
}

/*
Author: Roger Xia
Author URI: http://www.ecthk.net/
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 11px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
p {
	line-height:1.4em;
}
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
.form{
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
}
/*header*/
.header {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:100px;
}
.logo {
	position:absolute;
	top:24px;
	left:4px;
	width:376px;
	height:26px;
	background:url(../images/logo.png) no-repeat;
}
.logo a {
	display:block;
	width:376px;
	height:26px;
	text-indent:-9999em;
}
/*crumb*/
.crumb {
	margin:0 auto;
	width:980px;
	height:24px;
	padding:2px 10px 0 10px;
	background:url(../images/crumb_bg.png) repeat-x;
	color:#666;
}
.crumb a {
	color:#666;
}
.main {
	width:980px;
	overflow:hidden;
	margin:0 auto;
}
.aside-left {
	float:left;
	width:186px;
	display:inline;
}
.find-product {
	margin-top:10px;
	width:186px;
	height:66px;
	background:url(../images/find_product_bg.png) no-repeat;
}
.tit-1 {
	font-size:12px;
	color:#333;
	padding:6px 10px;
}
.tit-2 {
	font-size:12px;
	color:#333;
	padding:6px 10px 6px 10px;
	background:url(../images/tit_bg_1.png) no-repeat;
}
.find-product .p1 {
	padding:10px;
}
.sub {
	margin-left:16px;
	border:none;
	width:18px;
	height:18px;
	background:url(../images/search.png) no-repeat;
}
.category, .information {
	margin-top:10px;
	width:186px;
	overflow:hidden;
}
.category-list {
	border:1px solid #ccc;
	padding:6px;
}
.category-list h3 {
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
}
.category-list h3 a {
	color:#000;
}
.category-list ul {
	padding:2px 10px;
}
.category-list ul li {
	line-height:1.2em;
}
.category-list ul li a {
	color:#000;
}
.information-list {
	border:1px solid #ccc;
	padding:6px;
}
.information-list ul li {
	line-height:1.4em;
	padding-left:20px;
	background:url(../images/arrow-gray.png) 0 3px no-repeat;
}
.information-list ul li a {
	color:#000;
}
.aside-center {
	float:left;
	width:550px;
	margin:0 29px;
	display:inline;
}
.tbox{
	background:#FFF;
}
.tbox dt {
	height:24px;
	background:url(../images/tit_bg_2.png) no-repeat;
}
.tbox dt strong {
	float:left;
	padding-top:6px;
	padding-left:10px;
}
.tbox dt .more {
	padding-top:6px;
	padding-right:10px;
	float:right;
}
.tbox dd {
	border:1px solid #ccc;
	overflow:hidden;
}
.tbox dd ul {
	padding:4px 0 10px 0;
	overflow:hidden;
}
.tbox dd ul li {
	float:left;
	width:146px;
	height:160px;
	/*background:#F9F8F5;*/
	text-align:center;
	margin:5px 18px;
	display:inline;
}
.tbox dd ul li .price {
	color:#C02C32;
}
.aside-right {
	float:left;
	width:186px;
	display:inline;

}
.login-box {
	width:186px;
	height:121px;
	background:url(../images/login_box.png) no-repeat;
}
.lbox {
}
.lbox dt {
	padding:6px 10px;
}
.lbox dd {
	margin-top:4px;
	padding:0 6px;
	clear:both;
}
.lbox dd .l {
	display:block;
	float:left;
	width:56px;
	line-height:22px;
}
.in1 {
	width:100px;
}
.lbox dd .r {
	display:block;
	float:right;
	width:110px;
}
.in2 {
	margin-left:64px;
	border:none;
	width:45px;
	height:20px;
	background:url(../images/login_ico.png) no-repeat;
}
.in3 {
	margin-left:14px;
	border:none;
	width:45px;
	height:20px;
	background:url(../images/register_ico.png) no-repeat;
}
.lbox .d1 {
	padding-left:70px;
	line-height:1.2em;
}
.cart-box{
	margin-top:10px;
	width:186px;
	height:66px;
	background:url(../images/shopping_cart.png) no-repeat;	
}
.cart-box dt{
	padding:6px 10px;
}
.cart-box dd{
   padding:12px 10px;	
}
.sign-up {
	width:166px;
	margin-top:10px;
	background:#FFBD33;
	padding:10px;
}
.bestsellers{
   margin-top:10px;	
}
.bestsellers dt{
	font-size:11px;
	padding:6px 10px;
background:url(../images/tit_bg_2.png) no-repeat;	
}
.bestsellers dl{
	
}
.bestsellers dd{
    padding:10px;
	border:1px solid #ccc;	
}
.bestsellers dd ol{
	list-style:decimal;
	margin-left:18px;
}
.bestsellers dd ol li{
	line-height:1.4em;	
}
/*pages begin*/
.pages {
	clear:both;
	height:22px;
	padding:10px 0;
}
.pages li {
	float:left;
	display:block;
	margin-right:2px;
}
.pages li a {
	display:block;
	padding:3px 6px 2px 6px;
	background:#eee;
	border:1px solid #666;
}
.pages .current, .pages li a:hover {
	display:block;
	padding:3px 6px 2px 6px;
	background:#999;
	border:1px solid #666;
	color:#fff;
}
/*pages end*/
.member-box{
	/**padding:10px 0;**/	
}
.member-title{
	font-size:11px;
	padding:6px 10px;
	background:url(../images/tit_bg_2.png) no-repeat;
}
.reg{
	padding:10px 0;
	border:1px solid #ccc;	
}
.reg-tab{
}
.reg-tab .td1{
	line-height:30px;
	padding:0 10px;	
}
.reg-tab input{
	padding:2px 3px 2px 3px;
}
.on{
	color:#2c6fc3;
	font-weight:bold;	
}
.a1{
	padding:2px 2px 2px 24px;
	background:url(../images/u2.gif) no-repeat;	
}
.a2{
	padding:2px 2px 2px 24px;
	background:url(../images/u3.gif) no-repeat;	
}
.a3{
	padding:2px 2px 2px 24px;
	background:url(../images/u4.gif) no-repeat;	
}
.a4{
	padding:2px 2px 2px 24px;
	background:url(../images/logout.gif) no-repeat;	
}
/*member end*/
/*footer*/
.footer{
	width:1000px;
	height:80px;
	margin:20px auto 0;
	border-top:1px solid #ccc;
	padding-top:10px;
}
.copyright{
	text-align:center;
	font-size:11px;
}
.orderTab{
	width:100%;
	border:2px solid #ECECEC;
	margin:0 auto;
}
.orderTab tr td{
	padding:5px;
}
/**Detail**/
.detail-box {
	overflow:hidden;
}
.goods-big-pic {
	float:left;
	width:250px;
	margin:0 10px 10px;
	border:5px solid #ccc;
	display:inline;
}
.goods-small-pic {
	float:;
	width:100px;
	margin: 2px;
border:2px solid #ccc;
	display: inline;
}
.summary {
	float:left;
	width:250px;
	display:inline;
}
.summary-price {
	font-weight:bold;
	padding:8px 0;
}
.summary-buy {
	font-weight:bold;
	padding:8px 0;
}
.pro-overview{
	padding:10px;
}
.pro-overview a{
	text-decoration:underline;
}
.title-01 {
	font-size:12px;
    padding:10px 0 4px 0;
margin:0 0 10px;
	border-bottom:1px dashed #ccc;
}