/***reset***/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/***global***/
.hide{display:none;}
.a-c{text-align:center;}
.a-r{text-align:right;}
.v-t{vertical-align:top;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    _zoom:1;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html,body{font:normal 13px/16px Arial;}
h1, h2, h3, h4, h5, h6, em, strong{font-weight:bold;}
td,th{padding:3px;}
th{font-weight:bold;}
a{color:#e6b666;cursor:pointer;}
legend{padding:5px 10px;border:1px solid #ddd;font-weight:bold;color:#e6b666;}

/***layout***/
.narrow{width:990px;margin:0 auto;}


/***module***/
#header{/*opacity:0.9;*filter:alpha(opacity=90);*/}
#footer{opacity:0.8;*filter:alpha(opacity=80);}
#bd,#footer{margin-top:10px;}
#top{height:63px;padding-top:10px;background:#fff;}
#logo{float:left;width:400px;height:63px;display:block;}
#user-area{float:right;padding-top:25px;}
#user-area ul li{float:left;padding:0px 10px 0px 20px;font-size:12px;}
#user-area ul a:link,#user-area ul a:visited{}
#user-area ul a:hover{text-decoration:underline;}
#user-area li.account{background:url(../image/icon_account.png) no-repeat 2px 2px;}
#user-area li.login{background:url(../image/icon_login.png) no-repeat 2px 2px;}
#user-area li.logout{background:url(../image/icon_logout.png) no-repeat 2px 2px;}
#user-area li.basket{background:url(../image/icon_basket.png) no-repeat 2px 2px;}
#user-area li.basket span.red{font-weight:bold;color:#ff0000;}
#user-area li.checkout{background:url(../image/icon_checkout.png) no-repeat 2px 2px;}

#topnav{background:#e6b666;height:35px;line-height:35px;margin:0 0 10px 0;opacity:0.8;filter:alpha(opacity=80);}

#menu{float:left;width:720px;}
#menu li{float:left;margin-right:10px;}
#menu li.first{margin-left:4px;}
#menu li a{color:#fff;display:block;margin:3px 0;padding:0 12px;height:29px;line-height:29px;font-weight:bold;_display:inline-block;}
#menu li.cur a{background:#555;cursor:default;}
#menu li a:hover{color:#e6b666;background:#fff;}
#menu li.cur a:hover{color:#fff;background:#555;}

#header_search{float:right;margin-right:10px;_margin-top:0px;_margin-top:7px;}
#filter_keyword{width:120px;color:#e6b666;font-size:12px;}
#search_btn{background:#fff;color:#e6b666;padding:2px 5px;font:bold 12px Arial;display: inline-block;}

#tags,#breadcrumbs{background:#eee;height:28px;line-height:28px;font-size:13px;color:#e6b666;}
#tags em,#breadcrumbs em{padding:0 10px;}
#tags a,#breadcrumbs a{margin:0 5px;}
#tags a{padding:0 3px;color:#e6b666;background:#fff;}
#tags a:hover{color:#fff;background:#e6b666;}

#footer{background:#e6b666;height:25px;line-height:25px;}
#informations{float:left;margin:5px auto;}
#informations li{float:left;height:15px;line-height:15px;padding-right:15px;margin-right:15px;border-right:1px solid #fff;}
#informations li.last{border-right:0;}
#informations li a{color:#fff;font-size:12px;}
#copyright{float:right;color:#888;font-size:12px;padding:0 5px;background:#eee;}
#copyright a.site{padding-right:20px;background:url(/image/favicon.png) no-repeat top right;}

#column_left{width:180px;float:left;overflow:hidden;}
#content{width:612px;margin:0 8px;float:left;background:#fff;overflow:hidden;_zoom:1;/*opacity:0.95;filter:alpha(opacity=95);*/}
#column_right{width:180px;float:left;overflow:hidden;}

#go2top{
display:inline-block;width:22px;padding:20px 0;
position:fixed;_position:absolute;right:0px;bottom:100px;cursor:pointer;
background:url(../image/go2top.png) no-repeat 0 0;
}

#category{}
#category li a{display:block;padding:3px;margin:1px 0;background:#f6f6f6;}
#category li a:hover{background:#e6e6e6;}
#category ul a.cur{background:#e6e6e6;}
#category ul ul a{padding-left:15px;}
#category ul ul{display:none;}
#category ul ul.cur{display:block;}

/******************************/
#content .top {
	padding: 8px 0px 6px 10px;
	/*background: url('../image/content_top.png') no-repeat;*/
	border:1px dashed #e6b666;
	border-bottom:0;
}
#content .top h1, .heading {
	color: #e6b666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border: 1px dashed #e6b666;
	background: #FFFFFF;
	padding: 10px;
	min-height: 380px;
}
#content .bottom {
	/*background: url('../image/content_bottom.png') no-repeat;*/
	height: 5px;
	display:none;
}
.box {
	margin-bottom: 10px;
	/*background: url('../image/box_top.png') no-repeat;*/
	background:#fff;
    _zoom:1;
    /*opacity:0.95;filter:alpha(opacity=95);*/
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #e6b666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border:1px dashed #e6b666;
	border-bottom:0;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border: 1px dashed #e6b666;
	background: #FFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	/*background: url('../image/box_bottom.png') no-repeat;*/
	display:none;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: #e6b666;
	color: #FFFFFF;
	display: inline-block;
	padding:2px 8px;font:bold 12px Arial;
	margin-right: 6px;
	cursor:pointer;
}
a.button span {
display: inline-block;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin: 10px auto;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.list td a img{padding:5px;border:1px solid #ddd;}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #ddd;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 566px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}

#add2cart{border: 1px solid #DDDDDD; padding: 10px;background: #F7F7F7 url(/image/freeshipping_s.gif) no-repeat right;}
#module_cart .middle{padding-bottom:160px;background:url(/image/freeshipping.gif) no-repeat bottom;}

#live_chat{padding-bottom:80px;background:url(/image/live_chat/bg.gif) no-repeat bottom center;}

#welcome-msg{padding-bottom:10px;}
#cateimg{margin-bottom:15px;text-align:center;overflow:hidden;}

/**zooma**/
#zoomBlock {
display:none;
    margin: 0;
    padding: 0;
    width: 310px;
    height: 250px;
    border: 1px dashed #e6b666;
    float: left;
    overflow: hidden;
    position:absolute;
    z-index:200;
}

#zoomViewfinder {
display:none;
    position: absolute;
    border: 1px dashed #e6b666;
    cursor: crosshair;
    background: none;
    
}

#zoomBlock .zoomLoading { background-color:white; text-align:center; }
#zoomBlock .zoomLoading img {  }

