/* SVN.committedRevision=256675 */
* {
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f24 {
	font-size: 24px;
}

.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.noline {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.throughline {
	text-decoration: line-through;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr50 {
	margin-right: 50px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml50 {
	margin-left: 50px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.pr5 {
	padding-top: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr50 {
	padding-right: 50px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl50 {
	padding-left: 50px;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inblock {
	display: inline-block; *
	display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.zoom {
	zoom: 1;
}

.blod {
	font-weight: bold;
}

.bloder {
	font-weight: bolder;
}

.pointer {
	cursor: pointer;
}

.border_solid {
	border: 1px solid #CCC;
}

.border_dotted {
	border: 1px solid #CCC;
}

.border_dashed {
	border: 1px dashed #CCC;
}

.bordertop_solid {
	border-top: 1px solid #CCC;
}

.borderleft_solid {
	border-left: 1px solid #CCC;
}

.borderright_solid {
	border-right: 1px solid #CCC;
}

.borderbottom_solid {
	border-bottom: 1px solid #CCC;
}

.not-allow {
	cursor: not-allowed;
}

.not-allow a {
	cursor: not-allowed;
}

.bordertop_dotted {
	border-top: 1px dotted #CCC;
}

.borderleft_dotted {
	border-left: 1px dotted #CCC;
}

.borderright_dotted {
	border-right: 1px dotted #CCC;
}

.borderbottom_dotted {
	border-bottom: 1px dotted #CCC;
}

.bordertop_dashed {
	border-top: 1px dashed #CCC;
}

.borderleft_dashed {
	border-left: 1px dashed #CCC;
}

.borderright_dashed {
	border-right: 1px dashed #CCC;
}

.borderbottom_dashed {
	border-bottom: 1px dashed #CCC;
}

body {
	font-size: 12px;
	min-width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, "宋体",
		sans-serif;
	color: #666;
	background: url(../../images/default/common_bg.gif) left -727px repeat-x
		;
}

img {
	border: 0;
	margin: 0;
}

li {
	list-style: none;
	word-spacing: normal;
}

.clear {
	clear: both;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

.color_blue a {
	color: #4484DB;
	text-decoration: none;
}

.color_blue a:hover {
	color: #F60;
	text-decoration: underline;
}

.color_red a {
	color: #900;
	text-decoration: none;
}

.color_red a:hover {
	color: #fff;
	text-decoration: underline;
}

.color_gary a {
	color: #666;
	text-decoration: none;
}

.color_gary a:hover {
	color: #900;
	text-decoration: underline;
}

.color_white a {
	color: #FFF;
	text-decoration: none;
}

.color_white a:hover {
	color: #FFF;
	text-decoration: underline;
}

.color_blue_none a {
	color: #4484DB;
	text-decoration: none;
}

.color_blue_none a:hover {
	color: #F60;
	text-decoration: none;
}

.color_red_none a {
	color: #980300;
	text-decoration: none;
}

.color_red_none a:hover {
	color: #fff;
	text-decoration: none;
}

.color_gary_none a {
	color: #666;
	text-decoration: none;
}

.color_gary_none a:hover {
	color: #900;
	text-decoration: none;
}

.color_white_none a {
	color: #FFF;
	text-decoration: none;
}

.color_white_none a:hover {
	color: #FFF;
	text-decoration: none;
}

.unfold,.shopcart,.ap_cartbox button {
	background-image: url(../../images/default/common_bg.gif);
	background-repeat: no-repeat;
}

#index_header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.topnav {
	float: right;
	height: 25px;
	padding-top: 5px;
}

.topnav li {
	float: left;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	position: relative;
	z-index: 880;
}

.sina,.qq {
	background: url(../../images/default/common_bg.gif) right top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}

.qq {
	background: url(../../images/default/common_bg.gif) right -30px
		no-repeat;
	margin-left: -10px;
}

.topnav li.unfold {
	padding: 0 24px 0 5px;
	background-position: right -76px;
	cursor: pointer;
}

#ownedweb {
	background: url(../../images/default/common_bg.gif) -295px -76px
		no-repeat;
	border: #ccc 1px solid;
	width: 97px;
	padding: 0 0 0 3px;
	line-height: 18px;
	height: 18px;
	cursor: pointer;
	top: -1px;
	color: #999;
}

.welcome a {
	color: #06c;
}

.topnav li.unfold.on {
	background-color: #FFF;
	background-position: -148px -68px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-position: right -116px;
	top: -1px;
	padding: 0 23px 0 4px;
}

.topnav dl {
	display: none;
	position: absolute;
	background: #fff;
	top: 18px;
	left: -1px;
	border: 1px solid #ccc;
	border-top: none;
	padding-bottom: -1px;
	z-index: 990;
}

.unfold dl {
	width: 82px;
}

dl.hc {
	width: 75px;
}

#ownedweb dl {
	width: 100px;
}

.topnav dd {
	margin: 0 5px;
	line-height: 16px;
	height: 16px;
	padding: 4px 0;
	bottom: -1px;
	position: relative;
	background: url(../../images/default/dot.gif) bottom repeat-x;
}

.yi {
	background: url(../../images/default/common_bg.gif) -380px -450px
		no-repeat;
	padding-left: 25px;
	display: block;
}

.yao {
	background: url(../../images/default/common_bg.gif) -380px -400px
		no-repeat;
	padding-left: 25px;
	display: block;
}

.topnav dd img {
	float: left;
	margin-right: 5px;
}

.topnav li.on dl {
	display: block;
}

.topnav .on a {
	color: #900;
}

.topnav .on dd a {
	color: #666;
}

.topnav dd a:hover {
	color: #900;
}

.dcenter {
	width: 980px;
	height: 80px;
	position: relative;
	z-index: 100;
}

.dprovincebox {
	padding: 55px 0 5px 2px;
	width: 120px;
	line-height: 20px;
	background: url(../../images/default/common_bg.gif) 4px -159px no-repeat
		;
	text-align: center;
}

.dprovincebox a {
	color: #666;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
	background: url(../../images/default/bg_area.gif) left no-repeat;
	float: left;
	width: 60px;
	height: 18px;
	text-align: center;
}

.dprovincebox a:hover {
	background-position: right;
	color: #fff;
	text-decoration: none;
	color: fff;
}

.dnav {
	width: 765px;
}

.dnav a {
	width: 69px;
	height: 32px;
	background: url(../../images/default/common_bg.gif) -72px -60px
		no-repeat;
	float: left;
	margin-top: 48px;
	margin-left: 4px;
	line-height: 32px;
	text-align: center;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.dnav img {
	position: absolute;
	right: 0;
	top: -10px;
}

.dnav a:hover,.dnav .select a {
	background: url(../../images/default/common_bg.gif) 0 -60px no-repeat;
	color: #fff;
	text-decoration: none;
}

.dbottom {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	clear: both;
}

.dcategory {
	width: 205px;
	height: 24px;
	background: url(../../images/default/common_bg.gif) -165px -167px
		no-repeat;
	padding-top: 16px;
}

.dcategory h2 {
	color: #FFF;
	font-size: 16px;
	text-indent: 15px;
	display: block;
}

.dsearchbox {
	width: 377px;
	height: 30px;
	background: url(../../images/default/common_bg.gif) 0 -247px no-repeat;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.dselectbox {
	width: 75px;
	height: 30px;
	padding-right: 17px;
	line-height: 30px;
	text-align: center;
}

.dinputbox {
	width: 295px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.dsearch {
	width: 81px;
	height: 30px;
	line-height: 30px;
	color: #542E1B;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.dinput_search {
	width: 283px;
	height: 28px;
	margin-left: 5px;
}

.dinput_search input {
	width: 283px;
	height: 20px;
	padding-top: 8px;
	font-size: 14px;
	color: #666;
	background: none;
	border: none;
}

.dsearch a {
	color: #542E1B;
	text-decoration: none;
}

#index_header .dsearchbox .dsearch a:hover {
	color: #542E1B;
	text-decoration: none;
}

.dkeyword {
	overflow: hidden;
	width: 262px;
	background: url(../../images/default/common_bg.gif) 0 -287px no-repeat;
	line-height: 40px;
}

.dkeyword a {
	margin-left: 5px;
}

.dshopcartbox {
	width: 97px;
	height: 40px;
	background: url(../../images/default/common_bg.gif) right -287px
		no-repeat;
	line-height: 35px;
	padding: 5px 0 0 28px;
}

.dshopcartbox em {
	color: #fc0;
	font: bold 12px Verdana, Geneva, sans-serif;
}

#index_header .ap_my_store {
	width: 85px;
	height: auto;
	border: 1px solid #666;
	position: absolute;
	left: 695px;
	_left: 690px;
	background-color: #FFF;
}

#index_header .ap_my_store ul li {
	width: 75px;
	height: 16px;
	line-height: 16px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

#index_header .ap_my_store .select {
	width: 75px;
	height: 16px;
	background: url(../../images/default/common_bg.gif) -155px -150px
		no-repeat;
}

#index_header .ap_my_store .select a {
	text-decoration: none;
	color: #900;
}

.ap_shopcartbox {
	width: 200px;
	height: auto;
	border: 2px solid #900;
	background-color: #FFF;
	position: absolute;
	left: 1000px;
	top: 33px;
	z-index: 2;
}

.ap_shopcartbox .shopcartline {
	width: 191px;
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}

.ap_shopcartbox .shopcartline .leftpic {
	width: 50px;
	height: 50px;
	margin: 15px;
	border: 1px solid #666;
}

.ap_shopcartbox .shopcartline .right {
	width: 109px;
	height: 80px;
	line-height: 20px;
}

.ap_shopcartbox .total {
	width: 191px;
	height: 70px;
	line-height: 21px;
	margin-left: 5px;
	margin-right: 5px;
}

.ap_shopcartbox .total .sum {
	width: 97px;
	height: 21px;
	background: url(../../images/default/common_bg.gif) 0 -684px no-repeat;
	line-height: 21px;
	text-align: center;
}

#index_header .bottom {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

#index_header .category {
	width: 205px;
	height: 40px;
	background: url(../../images/default/index_css_sprite.gif) -165px -167px
		no-repeat;
}

#index_header .category h2 {
	color: #FFF;
	font-size: 16px;
	text-indent: 15px;
}

#index_header .category h2 a {
	display: block;
	padding-top: 16px;
	color: fff;
	text-align: left;
}

#index_header .searchbox {
	width: 377px;
	height: 30px;
	background: url(../../images/default/index_css_sprite.gif) 0 -247px
		no-repeat;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#index_header .searchbox .selectbox {
	width: 75px;
	height: 30px;
	padding-right: 17px;
	line-height: 30px;
	text-align: center;
}

#index_header .searchbox .inputbox {
	width: 295px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

#index_header .searchbox .search {
	width: 81px;
	height: 30px;
	line-height: 30px;
	color: #542E1B;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#index_header .input_search {
	width: 283px;
	height: 28px;
	margin-left: 5px;
}

#index_header .input_search input {
	width: 283px;
	height: 20px;
	padding-top: 8px;
	font-size: 14px;
	color: #333;
	background: none;
	border: none;
}

#index_header .searchbox .search a {
	color: #542E1B;
	text-decoration: none;
}

#index_header .searchbox .search a:hover {
	color: #542E1B;
	text-decoration: none;
}

#index_header .keyword {
	overflow: hidden;
	width: 182px;
	height: 40px;
	line-height: 40px;
}

#index_header .shopcartbox {
	width: 205px;
	height: 26px;
	background: url(../../images/default/index_css_sprite.gif) -182px -294px
		no-repeat;
	line-height: 26px;
	position: absolute;
	top: 10px;
	left: 775px;
}

#index_header .shopcart {
	width: 117px;
	height: 26px;
	padding-left: 30px;
}

#index_header .account {
	width: 48px;
	height: 26px;
	text-align: left;
	padding-left: 10px;
}

#index_header .account a {
	color: #600;
	text-decoration: none;
}

#index_header .account a:hover {
	color: #600;
	text-decoration: none;
}

#index_header .ap_my_store {
	width: 85px;
	height: auto;
	border: 1px solid #666;
	position: absolute;
	left: 695px;
	_left: 690px;
	background-color: #FFF;
	z-index: 1000;
}

#index_header .ap_my_store ul li {
	width: 75px;
	height: 16px;
	line-height: 16px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

#index_header .ap_my_store .select {
	width: 75px;
	height: 16px;
	background: url(../../images/default/index_css_sprite.gif) -155px -150px
		no-repeat;
}

#index_header .ap_my_store .select a {
	text-decoration: none;
	color: #900;
}

.ap_shopcartbox {
	background-color: #FFF;
	border: 2px solid #900;
	left: -20px;
	max-height: 560px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 26px;
	width: 220px;
	z-index: 2000;
}

.ap_shopcartbox .shopcartline {
	width: 191px;
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}

.ap_shopcartbox .shopcartline .leftpic {
	width: 50px;
	height: 50px;
	margin: 15px;
	border: 1px solid #666;
}

.ap_shopcartbox .shopcartline .right {
	width: 109px;
	height: 80px;
	line-height: 20px;
}

.ap_shopcartbox .total {
	width: 191px;
	height: 70px;
	line-height: 21px;
	margin-left: 5px;
	margin-right: 5px;
}

.ap_shopcartbox .total .sum {
	width: 97px;
	height: 21px;
	background: url(../../images/default/index_css_sprite.gif) 0 -684px
		no-repeat;
	line-height: 21px;
	text-align: center;
}

.cartproductname {
	height: 35px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 3px;
}

.ap_provincebox {
	width: 298px;
	height: auto;
	position: absolute;
	top: 75px;
	left: 128px;
	background-color: #FFF8DF;
	z-index: 999;
}

.ap_provincebox .title {
	width: 298px;
	height: 25px;
	display: block;
	line-height: 25px;
	background: url(../../images/default/common_bg.gif) 0 -326px no-repeat;
}

.ap_provincebox .close {
	width: 56px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin-right: 27px;
}

.ap_provincebox .close a {
	width: 56px;
	height: 22px;
	background: url(../../images/default/index_css_sprite.jpg) -242px -326px
		no-repeat;
}

.ap_provincebox .line {
	width: 298px;
	height: auto;
}

.ap_provincebox .sorrybox {
	background-color: #FDD;
	border-top: #900 dotted 1px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.ap_provincebox .line .left {
	width: 78px;
	height: auto;
	text-align: center;
	line-height: 25px;
}

.ap_provincebox .line .right {
	width: 220px;
	height: auto;
	background-color: #FFF;
}

.ap_provincebox .line .right ul li {
	width: 40px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	float: left;
}

.ap_provincebox .line .right .select a {
	color: #900;
	text-decoration: none;
}

.ap_provincebox .line .right .select a:hover {
	color: #900;
	text-decoration: none;
}

.ap_selectbox {
	width: 82px;
	height: auto;
	padding: 5px;
	border: 1px #CCC solid;
	background-color: #FFF;
	position: absolute;
	z-index: 100;
	left: 352px;
	top: 146px;
}

.ap_selectbox a {
	color: #999;
	text-decoration: none;
	line-height: 20px;
}

.ap_selectbox a:hover {
	color: #FFF;
	background-color: #4886D9;
	text-decoration: none;
}

.ap_inputbox {
	width: 293px;
	height: auto;
	text-indent: 5px;
	line-height: 20px;
	background-color: #FFF;
	border: 1px #CCC solid;
	position: absolute;
	z-index: 50;
	top: 145px;
	left: 438px;
	top: 35px;
}

.ap_inputbox li a {
	display: block;
	height: 20px;
	text-decoration: none;
	color: #666;
}

.ap_inputbox li a:hover {
	background-color: #4886D9;
	text-decoration: none;
	color: #FFF;
}

.ap_inputbox .bggary {
	background-color: #F2F2F2;
}

.ap_inputbox .select a {
	background-color: #4886D9;
	text-decoration: none;
	color: #FFF;
}

.ap_category {
	width: 201px;
	height: 419px;
	border-left: 2px solid #900;
	border-bottom: 2px solid #900;
	border-right: 2px solid #900;
	position: absolute;
	top: 40px;
	background-color: #F8EEDA;
	z-index: 10;
	left: 0;
}

.cateicon {
	position: absolute;
	z-index: 999;
	left: 13px;
	top: 8px;
}

.ap_category ul {
	padding-left: 8px;
	padding-right: 8px;
}

.ap_category .ap_listeg {
	list-style: none;
	float: left;
	width: 185px;
	height: 34px;
	pddding-left: 8px;
	pddding-right: 8px;
	line-height: 34px;
	background: url(../../images/default/index_css_sprite.gif) 0 -351px
		no-repeat;
}

.ap_category .ap_listeg span {
	float: left;
	display: block;
}

.ap_category .ap_listegfont a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding-left: 30px;
}

.ap_category .ap_listegfont2 a {
	display: block;
	text-decoration: none;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}

.ap_category .ap_listegfont2 a:hover {
	color: #900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.ap_category .ap_listegfont a:hover {
	color: #900;
	text-decoration: underline;
}

.ap_listboxnew {
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 1;
}

.ap_listboxnewleft {
	float: left;
	position: absolute;
	z-index: 3;
	display: block;
	width: 172px;
	height: 33px;
	border: 1px solid #900;
	border-right: none;
	background: #FFF;
	margin-left: 8px;
}

.ap_right {
	width: 578px;
	min-height: 419px;
	_height: 419px;
	float: right;
	position: absolute;
	left: 180px;
	top: 0;
	background: #FFF;
	border: 1px solid #900;
	cursor: default;
	background: url(../../images/default/ap_categoryboxbg.gif) repeat-y;
	0
	0;
}

.clearfix {
	display: block;
}

.border_ap_listeg {
	border-bottom: 1px solid #DFCA9F;
}

.navHeight0 {
	top: 0;
}

.navHeight1 {
	top: 35px;
}

.navHeight2 {
	top: 70px;
}

.navHeight3 {
	top: 105px;
}

.navHeight4 {
	top: 140px;
}

.navHeight5 {
	top: 175px;
}

.navHeight6 {
	top: 210px;
}

.navHeight7 {
	top: 245px;
}

.navHeight8 {
	top: 280px;
}

.navHeight9 {
	top: 315px;
}

.navHeight10 {
	top: 350px;
}

.navHeight11 {
	top: 385px;
}

.ap_right .left {
	width: 398px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 15px;
}

.ap_right .right {
	width: 144px;
	height: auto;
	background-color: #F8EEDA;
	padding-left: 10px;
	padding-right: 10px;
}

.ap_right .right .pinpai {
	width: 144px;
	height: auto;
	color: #000;
	font-size: 12px;
}

.ap_right .right .pinpai div a {
	width: 144px;
	height: auto;
	word-wrap: break-word;
	line-height: 20px;
}

.ap_right .right ul li {
	height: 20px;
	line-height: 20px;
	float: left;
	margin-bottom: 5px;
}

.ap_right .left .title2 {
	width: 383px;
	height: auto;
	line-height: 15px;
	margin-right: 15px;
}

.ap_right .right .title2 {
	width: 144px;
	height: 20px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

.ap_right .left .titlered {
	width: 80px;
	height: 15px;
	color: #900;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
}

.ap_right .left .title2 .titlename {
	width: 80px;
}

.ap_right .left .title2 .titlenameright {
	width: 303px;
	height: auto;
	line-height: 15px;
	white-space: nowrap;
}

.ap_right .left .titlered a {
	color: #900;
	font-weight: bold;
}

.ap_right .left .titlered a:hover {
	color: #900;
	font-weight: bold;
}

.ap_right .right span {
	height: 20px;
	line-height: 20px;
}

.ap_right .right div a {
	width: 144px;
	height: 25px;
	line-height: 25px;
}

.ap_listbox .titlenameright {
	width: 450px;
	height: auto;
	line-height: 15px;
	white-space: nowrap;
}

.ap_listbox .titlenameright span {
	width: 90px;
	text-align: center;
}

.ap_listbox .titlered {
	width: 80px;
	height: 15px;
	color: #900;
	font-weight: bold;
	line-height: 15px;
}

.ap_right .right a {
	color: #666;
	text-decoration: none;
}

.ap_right .right a:hover {
	color: #900;
	text-decoration: none;
}

.ap_right .left .titlenameright a {
	color: #666;
	text-decoration: none;
}

.ap_right .left .titlenameright a:hover {
	color: #900;
	text-decoration: none;
}

#footer {
	width: 980px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}

.footertop {
	width: 970px;
	height: 149px;
	background: url(../../images/default/index_repeatbg.gif) repeat-x 0
		-183px;
	padding: 5px;
	margin: 0 auto;
}

.footerlink {
	width: 970px;
	height: 25px;
}

.friendlink {
	width: 972px;
	height: 90px;
	padding-top: 21px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0 auto;
	background: url(../../images/default/index_repeatbg.gif) repeat-x 0
		-342px;
}

.friendlink ul {
	width: 972px;
	height: 40px;
	display: block;
}

.footerlink div {
	width: 678px;
	height: 25px;
	float: left;
	line-height: 25px;
	color: #FFF;
}

.footerlink div a {
	color: #FFF;
	text-decoration: none;
}

.footerlink div a:hover {
	color: #F60;
	text-decoration: underline;
}

#mail {
	width: 220px;
	float: left;
}

#send {
	width: 57px;
	float: left;
	margin: 0 auto;
	margin-left: 5px;
}

.btn_220 {
	width: 220px;
	height: 18px;
	border: solid 1px #999;
	font-size: 10px;
	color: #999;
	line-height: 18px;
	text-indent: 5px;
}

.btn_50 {
	width: 50px;
	height: 20px;
	background: #9C3401;
	border: 0;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}

.quicklink {
	width: 970px;
	height: 124px;
}

.quicklinkbox {
	width: 140px;
	height: 115px;
	margin-top: 9px;
	float: left;
	margin-right: 20px;
}

.quicklinkboxtitle {
	height: 27px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.quicklinkbox ul li {
	line-height: 20px;
}

.quicklinkbox ul li a {
	color: #666;
	text-decoration: none;
}

.quicklinkbox ul li a:hover {
	color: #F60;
	text-decoration: underline;
}

.footerbanner {
	width: 685px;
	height: 52px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.footerbanner ul li {
	display: block;
	float: left;
	width: 215px;
	height: 52px;
	margin-left: 10px;
}

.sitemap {
	width: 980px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}

.sitemap2 {
	width: 980px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}

.sitemap ul {
	width: auto;
	height: 25px;
	text-align: center;
}

.sitemap ul li {
	display: inline;
}

.sitemap2 ul {
	width: auto;
	height: 25px;
	text-align: center;
}

.sitemap2 ul li {
	display: inline;
}

.sitemap ul li a {
	color: #666;
	text-decoration: none;
}

.sitemap ul li a:hover {
	color: #F60;
	text-decoration: underline;
}

.sitemap2 ul li a {
	color: #666;
	text-decoration: none;
}

.sitemap2 ul li a:hover {
	color: #F60;
	text-decoration: underline;
}

.copyright {
	width: 340px;
	height: 25px;
	margin: 0 auto;
	margin-top: 5px;
}

.footerbanner2 {
	width: 980px;
	height: 31px;
	margin-top: 10px;
}

.footerbanner2 ul {
	width: 980px;
	height: 31px;
	text-align: center;
}

.footerbanner2 ul li {
	display: inline;
	width: 91px;
	height: 31px;
	margin-left: 10px;
}

.gold {
	color: #FFE260;
}

.newvapdiv {
	position: absolute;
	z-index: 1;
	top: 156px;
	left: 0;
}

.aptab_white {
	position: absolute;
	width: 478px;
	height: auto;
	background: url(../../images/default/aptabbg2.jpg) repeat-y;
	z-index: 99;
	left: 379px;
	top: 380px;
}

.aptab_header_white {
	width: 478px;
	height: 26px;
	line-height: 26px;
	padding-top: 5px;
	background: url(../../images/default/aptab_header2.jpg) no-repeat;
	color: #FFF;
}

.btn_close {
	width: 11px;
	height: 11px;
	padding-top: 1px;
	padding-top: 6px\9; #
	padding-top: 1px;
	_padding-top: 6px;
}

.btn_close a {
	background: url(../../images/default/icon_close.jpg) no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	_overflow: hidden;
	margin-top: 6px;
}

.aptab_center_136 {
	width: 460px;
	height: auto;
	padding-left: 9px;
	padding-right: 9px;
}

.province {
	width: 300px;
	line-height: 25px;
	margin: 0 auto;
}

.provincebox {
	width: 132px;
	height: 25px;
	line-height: 25px;
	background: url(../../images/default/common_bg.gif) 0 -215px no-repeat;
	text-align: center;
	display: block;
}

.btn_ok {
	width: 47px;
	height: 22px;
}

.aptab_action {
	text-align: center;
}

.input_action {
	background: url("../../images/default/btn_action.gif") no-repeat scroll
		0 0 transparent;
	border: 0 none;
	color: #FFF;
	cursor: pointer;
	font-family: "宋体", "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 110px;
}

.ap_cartbox {
	width: 330px;
	max-height: 530px;
	padding: 10px;
	border: 2px solid #900;
	background: #FFF;
	position: absolute;
	left: 628px;
	top: 148px;
	z-index: 2000;
	overflow-y: auto;
	overflow-x: hidden;
}

.scroll {
	_height: 530px;
	_overflow-y: auto;
	_overflow-x: hidden;
}

.ap_cartbox li {
	margin: 0 5px;
	clear: both;
	padding: 5px 0;
	line-height: 18px;
	overflow: hidden;
	background: url(../../images/default/dot.gif) bottom repeat-x;
	height: 50px;
}

.ap_cartbox ul span {
	float: right;
	line-height: 24px;
	text-align: right;
}

.ap_cartbox ul span a {
	color: #999;
}

.ap_cartbox img {
	margin: 5px 8px 0 5px;
	float: left;
}

.ap_cartbox li a {
	display: block;
}

.ap_cartbox .name {
	height: 36px;
	overflow: hidden;
	width: 140px;
}

.ap_cartbox.name:hover,.ap_cartbox span a:hover {
	color: #900;
}

.ap_cartbox p {
	padding: 5px 0 10px 5px;
	overflow: hidden;
}

.ap_cartbox p button {
	width: 97px;
	height: 21px;
	background-position: 0 -684px;
	border: 0;
	cursor: pointer;
}

.ap_cartbox strong {
	color: #b70000;
	font: bold 12px Verdana, Geneva, sans-serif;
}

.ap_cartbox p a {
	text-decoration: underline;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.error {
	width: 700px;
	height: 328px;
	background: url(../../images/default/error.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 196px;
}

.error_normal {
	width: 700px;
	height: 328px;
	background: url(../../images/default/error_normal.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 196px;
}

.error .error_text {
	width: 405px;
	height: 25px;
	line-height: 25px;
	padding-left: 295px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: bold;
	padding-top: 65px;
}

.error .returntext {
	width: 373px;
	height: 22px;
	line-height: 22px;
	padding-left: 327px;
	padding-top: 13px;
}

.error .returntext a {
	color: #4484DB;
	text-decoration: underline;
}

.error .returntext a:hover {
	color: #F60;
	text-decoration: underline;
}

.error_normal .error_text {
	width: 405px;
	height: 25px;
	line-height: 25px;
	padding-left: 295px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: bold;
	padding-top: 65px;
}

.error_normal .returntext {
	width: 373px;
	height: 22px;
	line-height: 22px;
	padding-left: 327px;
	padding-top: 13px;
}

.error_normal .returntext a {
	color: #4484DB;
	text-decoration: underline;
}

.error_normal .returntext a:hover {
	color: #F60;
	text-decoration: underline;
}

.error_normal .errortext {
	color: #666;
	font-size: 43px;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 496px;
	margin-top: 65px;
	line-height: 85px;
}

#container,#main,.body {
	width: 980px;
	margin: 0 auto;
}

#sidebarleft {
	width: 205px;
	height: auto;
}

#sidebarright {
	width: 205px;
	height: auto;
}

#middle {
	width: px;
	height: auto;
}

.body td p {
	padding-top: 10px;
}

.rbor {
	background: url(../../images/default/fr_bg.gif) 66px 3px no-repeat;
}

.closebtn {
	position: relative;
	top: 5px;
	left: 558px;
	background: url(../../images/default/indexsec_sprites.png) no-repeat 0
		-372px;
	width: 11px;
	height: 11px;
	display: block;
	margin-bottom: -15px;
	margin-bottom: -10px\9;
}

#main404 {
	background: url('../../images/default/404_bg.jpg') 0 0 no-repeat;
	margin: 0 auto;
	margin-top: 80px;
	width: 700px;
	height: 350px;
	padding: 68px 0 0 225px;
	position: relative;
}

#main404 a {
	color: #06C;
}

.sorry {
	color: #666;
	font: bold 26px/ 1.4 "微软雅黑", tahoma, arial, SimSun;
	padding-top: 5px;
}

.toLast {
	font-size: 14px;
	font-weight: bold;
}

.toHome {
	color: #333;
	font: normal 18px/ 1.2 "微软雅黑", tahoma, arial, SimSun;
	position: absolute;
	left: 435px;
	top: 150px;
}

.toHome a {
	font-size: 22px;
	text-decoration: underline;
	margin-left: 10px;
}

.toHome span {
	color: #fff;
	padding: 3px 0 0 8px;
	position: absolute;
	bottom: 22px;
	left: 180px;
	width: 100px;
	height: 35px;
	background: url('../../images/default/404_bg.jpg') 0 bottom no-repeat;
	line-height: 25px;
}

.toHome .pos1 {
	left: 105px;
}

.toHome .pos2 {
	left: 185px;
}

.sorryMt {
	padding-top: 42px;
}

#searchSuggest li {
	position: relative;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	_zoom: 1;
}

#searchSuggest li a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

#searchSuggest li span.num {
	position: absolute;
	top: 2px;
	right: 5px;
}

.ap_inputbox .select a,.ap_inputbox a:hover {
	background-color: #FFF4DA;
	color: #666;
}

#global_menu span {
	display: inline;
	position: relative;
	float: left;
}

#global_menu span b {
	display: block;
	position: absolute;
	right: -6px;
	bottom: 18px;
	z-index: 9999;
	width: 40px;
	height: 29px;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font: 14px Tahoma;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
	outline: 0;
}

a:hover {
	color: #c00;
}

input,select,textarea {
	font: 12px Tahoma;
	outline: none;
}

.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.clearfix { *
	zoom: 1;
}

img {
	border: none;
}

.wrap {
	position: relative;
	margin: 0 auto;
	width: 980px;
	overfslow: hidden;
	_zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt {
	margin-top: 10px;
}

.ml {
	margin-left: 10px;
}

.mt5 {
	margin-top: 5px;
}

.top_bar {
	border-bottom: 1px solid #efefef;
	height: 27px;
	line-height: 27px;
	background: #fafafa;
}

.top_bar_link div {
	padding-right: 20px;
}

.top_bar_link span a {
	color: #06c;
}

.top_bar_link ul li {
	position: relative;
	z-index: 1000;
	float: left;
	margin-right: -1px;
}

.top_bar_link ul li a {
	position: relative;
	z-index: 1001;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}

.top_bar_link li ul {
	position: absolute;
	z-index: 1000;
	top: 3px;
	left: 0;
	right: 0;
	padding-top: 21px;
	border: 1px solid #ccc;
	background: #fff;
	_zoom: 1;
}

.top_bar_link li ul li {
	height: 25px;
	float: none;
	line-height: 25px;
	background: url(../../images/default/line.gif) repeat-x left bottom;
}

.top_bar_link li ul li a {
	display: block;
	border: none;
	padding: 0 0 0 10px;
}

.top_bar_link ul li a.drop {
	padding: 0 15px 0 10px;
	background: url(../../images/default/bg_spirit.png) no-repeat right 2px;
}

.top_bar_link ul li a.drop.qixia {
	border: 1px solid #ccc;
	background: #fff url("../../images/default/bg_spirit.png") no-repeat
		right 2px;
}

.top_bar_link ul li a.drop.qixia_hover {
	border-top: none;
	border-bottom: none;
}

.top_bar_link li ul li a:hover,.top_bar_link ul li a.drop:hover {
	text-decoration: none;
}

.top_bar_link li ul li a.yi,.top_bar_link li ul li a.yao,.top_bar_link li ul li a.mall
	{
	padding: 0 0 0 30px;
	background: url(../../images/default/bg_spirit.png) no-repeat -955px
		-156px;
}

.top_bar_link li ul li.mall a {
	padding: 0 0 0 27px;
}

.top_bar_link li ul li a.yao {
	background-position: -955px -116px;
}

.top_bar_link li ul li a.mall {
	background-position: -955px -192px;
}

.top_bar_link li a.sina_weibo {
	display: block;
	margin: 3px 0 0 5px;
	border-right: 0;
	width: 16px;
	height: 16px;
	background: url(../../images/default/bg_spirit.png) no-repeat left
		-516px;
	text-indent: -999em;
}

.logo_area {
	width: 212px;
}

.logo_area h1 a {
	display: block;
	margin-top: 5px;
	overflow: hidden;
}

.logo_area p {
	margin: 5px 0 0;
	overflow: hidden;
	_zoom: 1;
	padding: 0;
	text-indent: 0;
	width: 122px;
}

.logo_area p.slogan {
	margin: 30px 0 0;
	width: 102px;
	height: 18px;
	background: url(../../images/default/bg_spirit.png) no-repeat -152px
		-150px;
	text-indent: -999em;
}

.logo_area p span {
	float: left;
	font-weight: bold;
}

.logo_area p a {
	float: left;
	margin-left: 10px;
	display: block;
	width: 60px;
	height: 18px;
	line-height: 16px;
	background: url(../../images/default/bg_spirit.png) no-repeat 0 -150px;
	text-align: center;
}

.logo_area p a:hover {
	background-position: -70px -150px;
	text-decoration: none;
	color: #fff;
}

.new_nav {
	padding-top: 45px;
}

.new_nav ul {
	_zoom: 1;
}

.new_nav ul li {
	float: left;
	position: relative;
}

.new_nav ul li img {
	position: absolute;
	right: -2px;
	top: -15px;
}

.new_nav ul li a {
	display: block;
	width: 74px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/default/bg_spirit.png) no-repeat -338px 0;
	text-align: center;
	font-weight: bold;
	color: #900;
}

.new_nav ul li.home a {
	margin-right: 10px;
	width: 70px;
	background-position: -180px 0;
	color: #fff;
}

.new_nav ul li.removehome a {
	background-position: -100px 0;
	color: #900;
}

.new_nav ul li a:hover,.new_nav ul li a.select {
	background-position: -577px 0;
	text-decoration: none;
	color: #fff;
}

.new_nav ul li.home a:hover {
	background-position: -180px 0;
}

.new_nav ul li.jf a {
	width: 78px;
	background-position: -260px 0;
}

.new_nav ul li.jf a:hover,.new_nav ul li.jf a.select {
	background-position: -500px 0;
}

.new_nav ul li.kf a {
	width: 78px;
	background-position: -412px 0;
}

.new_nav ul li.kf a:hover,.new_nav ul li.kf a.select {
	background-position: -650px 0;
}

.nav_bar {
	height: 40px;
	background: #b70000;
}

h2.all_sort_link a {
	display: inline-block;
	margin: 6px 0 0 2px;
	padding: 0 0 0 20px;
	width: 181px;
	height: 34px;
	line-height: 34px;
	background: url(../../images/default/bg_spirit.png) no-repeat -3px -56px
		;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

h2.all_sort_link a:hover {
	text-decoration: none;
	color: #fff;
}

.search_box {
	position: relative;
	margin: 6px 0 0 10px;
	height: 30px;
	background: url(../../images/default/bg_spirit.png) no-repeat -219px
		-56px;
}

.search_box button,.search_box span {
	position: absolute;
}

.search_box button {
	left: 284px;
	border: none;
	width: 105px;
	height: 30px;
	background: url(../../images/default/bg_spirit.png) no-repeat -658px
		-56px;
	text-indent: -999em;
	cursor: pointer;
}

.search_box span {
	left: 390px;
	top: 6px;
	width: 175px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.search_box input {
	margin-top: 3px;
	padding: 5px 2px 5px 10px;
	border: 0;
	width: 280px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-size: 14px;
}

.search_box span a {
	padding: 0 5px;
	color: #fff;
}

.search_box span a:hover {
	text-decoration: underline;
	color: #fff;
}

.close_account {
	padding-left: 6px;
	width: 57px;
	height: 28px;
	line-height: 30px !important;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.close_account:hover {
	text-decoration: none;
	color: #fef9f9;
}

#allSortOuterbox {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	float: left;
}

.allsort_out_box {
	position: absolute;
	top: 40px;
	left: 0;
	clear: left;
}

.allsort_out {
	clear: left;
	position: relative;
	z-index: 1500;
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #900;
	width: 201px;
	background: #fffef7;
	left: 0;
}

ul.allsort li {
	display: inline;
}

ul.allsort li h3 a {
	display: block;
	margin: 0 5px;
	padding: 0 0 0 15px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fffef7;
	background: url(../../images/default/bg_spirit.png) no-repeat 180px
		-108px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	position: relative;
}

ul.allsort li h3 a img {
	position: absolute;
	top: 5px;
	right: 20px;
}

ul.allsort li h3 a:hover,ul.allsort li.cur h3 a {
	position: relative;
	z-index: 1200;
	left: -5px;
	padding: 0 0 0 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #900;
	width: 182px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

ul.allsort li.brand h3 a {
	background: #fff9e6 url(../../images/default/bg_spirit.png) no-repeat
		180px -108px;
	color: #900;
}

ul.allsort li.brand h3 a:hover,ul.allsort li.brand.cur h3 a {
	border-color: #900 #900 #fff9e6;
	background: #fff;
}

.show_sort {
	display: none;
	position: absolute;
	top: 0;
	left: 201px;
	border: 1px solid #900;
	width: 660px;
	min-height: 416px;
	height: auto !important;
	height: 403px;
	background: #fff url(../../images/default/show_sort_bg.png) repeat-y
		right 0;
	z-index: 1000;
}

.show_sort_l {
	width: 437px;
}

.show_sort dl {
	padding: 0 0 10px 100px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	_zoom: 1;
}

.show_sort dl.dl_cur {
	background: #fff9e6;
}

.show_sort dl.dl_cur dt a {
	color: #c00;
}

.show_sort dl dt,.show_sort dl dd {
	float: left;
}

.show_sort dl dt {
	margin: 10px 0 0 -100px;
	width: 90px;
	text-align: right;
	display: inline;
}

.show_sort dl dt a {
	font-weight: bold;
	color: #333;
}

.show_sort dl dd {
	border-left: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.show_sort dl dd a {
	display: block;
	padding: 0 5px;
	float: left;
	white-space: pre;
	height: 16px;
	line-height: 16px;
}

.show_sort dl dd a.more_pr {
	color: #900;
}

.show_sort.hot_brand {
	padding: 10px;
	width: 458px;
	min-height: 396px;
	height: auto !important;
	height: 383px;
	background: #fff;
}

.show_sort.hot_brand a.enter {
	padding-right: 18px;
	background: url(../../images/default/bg_spirit.png) no-repeat right
		-243px;
	color: #333;
}

.show_sort.hot_brand a.enter:hover {
	text-decoration: none;
	color: #900;
	background-position: right -267px;
}

.show_sort.hot_brand ul,.show_sort.hot_brand p.text_link {
	padding: 0 0 10px 10px;
	overflow: hidden;
}

.show_sort.hot_brand ul li {
	float: left;
	margin: 10px 10px 0 0;
}

.show_sort.hot_brand ul li img {
	border: 1px solid #e4e4e4;
	width: 100px;
	height: 40px;
}

.show_sort.hot_brand h4 {
	padding: 0 0 8px;
	border-bottom: 1px solid #e4e4e4;
	color: #c00;
}

.show_sort.hot_brand p.text_link a {
	float: left;
	margin: 5px 0 0 0;
	width: 64px;
}

span.close_sort {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../images/default/bg_spirit.png) no-repeat -900px
		-120px;
	text-indent: -999em;
	_text-indent: 0;
	font-size: 0;
	cursor: pointer;
}

.show_sort_r {
	padding: 25px 10px 0;
	width: 202px;
}

.sort_banner {
	width: 180px;
	height: 35px;
	background: #c00;
}

.sort_banner a {
	display: block;
	height: 25px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0 6px;
}

.sort_banner a img {
	display: inline;
	margin-left: 4px;
}

.sort_banner a:hover {
	text-decoration: none;
	color: #fff;
}

.recommend_link {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.recommend_link ul li {
	display: block;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	background: url(../../images/default/bg_spirit.png) no-repeat -398px
		-118px;
}

.recommend_brand h3 {
	padding: 10px 0 0;
	font-size: 12px;
	color: #333;
}

.recommend_brand ul li {
	float: left;
	margin: 10px 0 0 0;
}

.recommend_brand ul li a {
	display: block;
	width: 101px;
	overflow: hidden;
}

.index_cart {
	position: relative;
	margin-top: 6px;
	width: 205px;
	height: 28px;
	background: url(../../images/default/bg_spirit.png) no-repeat -774px
		-56px;
	z-index: 10000;
}

.index_cart .index_cart_num {
	padding: 7px 0 0 30px;
	width: 112px;
	height: 21px;
	cursor: pointer;
}

.index_cart_num span {
	padding-right: 15px;
	background: url(../../images/default/bg_spirit.png) right 2px;
}

.index_cart_num span a {
	white-space: pre;
	color: #333;
}

.index_cart_num strong {
	padding: 0 5px 0 0;
	color: #c00;
}

#DivShim {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	padding: 0 10px;
	width: 330px;
}

.show_cart {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 10000;
	border: 2px solid #900;
	padding: 0 10px;
	width: 350px;
	background: #fff;
	cursor: auto;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 560px;
}

.show_cart li {
	padding: 10px 0;
	background: url(../../images/default/line.gif) repeat-x left bottom;
	overflow: hidden;
	display: block;
	clear: left;
	_zoom: 1;
}

.show_cart li.pr_num {
	text-align: right;
}

.show_cart li img {
	float: left;
	border: 1px solid #e4e4e4;
}

.show_cart li a.t {
	float: left;
	margin-left: 5px;
	width: 190px;
	color: #333;
}

.show_cart li a.t:hover,.show_cart li span a:hover {
	color: #900;
}

.show_cart li span {
	padding: 0;
	background: none;
	text-align: right;
}

.show_cart li span strong {
	display: block;
	padding: 0 0 5px;
}

.show_cart li span a {
	color: #06c;
}

.show_cart p {
	padding: 10px 0;
	text-align: right;
}

.show_cart button {
	border: none;
	width: 104px;
	height: 30px;
	background: url(../../images/default/bg_spirit.png) no-repeat -651px
		-151px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.brand_store_bottom {
	position: relative;
	_zoom: 1;
}

.brand_store_bottom h2 {
	padding: 0 0 5px 10px;
	border-bottom: 2px solid #c00;
	font: normal 16px "Tahoma,Simsun";
	color: #333;
	border-bottom: 2px solid #999;
}

.brand_store_bottom .more_link {
	position: absolute;
	top: 0;
	right: 5px;
	top: 5px;
}

.brand_store_bottom .more_link a.enter {
	padding-right: 18px;
	background: url(../../images/default/bg_spirit.png) no-repeat right
		-243px;
	color: #333;
}

.brand_store_bottom .more_link a.enter:hover {
	text-decoration: none;
	color: #900;
	background-position: right -267px;
}

.brand_store_bottom ul {
	padding: 0 0 20px 8px;
	height: 90px;
	overflow: hidden;
	_zoom: 1;
}

.brand_store_bottom ul li {
	float: left;
	margin: 10px 8px 0 0;
}

.brand_store_bottom ul li img {
	width: 100px;
	height: 40px;
}

.consume_news {
	height: 35px;
	line-height: 35px;
	background: #999;
	color: #fff;
}

.consume_news dl dt,.consume_news dl dd {
	float: left;
}

.consume_news dl dt {
	padding-left: 10px;
}

.consume_news dl dd a {
	padding: 0 10px;
	border-left: 1px solid #fff;
	color: #fff;
}

.consume_news dl dd a.firstlink {
	border-left: none;
}

.bottom_service_link {
	padding: 0 0 10px;
}

.bottom_service_link dl {
	float: left;
	display: inline;
	margin: 10px 20px 0 0;
	width: 128px;
}

.bottom_service_link dl dt {
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.bottom_service_link dl dd {
	height: 21px;
	line-height: 21px;
}

#footer p {
	text-align: center;
	text-indent: 0;
	line-height: 100%;
	margin: 15px 0;
	padding: 0;
}

.footer_pic_link {
	display: block;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 0;
}

.footer_pic_link a {
	display: inline-block;
	margin: 0 5px;
}

.footer_pic_link a.gs {
	cursor: text;
}

.safeguard_link {
	margin: 0 auto;
	width: 675px;
	height: 51px;
	background: url(../../images/default/bg_spirit.png) no-repeat 10px
		-440px;
}

.safeguard_link li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

.safeguard_link li a {
	display: block;
	width: 215px;
	height: 51px;
	text-indent: -999em;
}

.top_bar_link li ul,.show_cart {
	display: none;
}

.search_tips_result {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 30px;
	border: 1px solid #999;
	width: 288px;
	background: #fff;
	zoom: 1;
}

.search_tips_result a {
	height: 25px;
	line-height: 25px;
	text-indent: .5em;
	font-size: 12px;
	color: #333;
	width: 288px;
	display: block;
}

.search_tips_result li.select a {
	text-decoration: none;
	color: #333;
	background: #fff4da;
}

.search_tips_result a.indent {
	text-indent: 20px;
}

.none {
	display: none;
}

.search_tips_result li {
	position: relative;
	height: 25px;
}

.search_tips_result li span.num {
	position: absolute;
	left: auto;
	right: 5px;
	display: block;
	width: auto;
	color: #999;
	cursor: pointer;
}

.dialog_en span,.dialog_en a {
	background: url(../../images/default/dialog_en.gif) no-repeat;
}

.dialog_en {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 519px;
	margin: -84px 0 0 -260px;
	border: 1px solid #dbdbdb;
	background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

.dialog_en span {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	padding-right: 15px;
	background-position: -14px -33px;
	color: #fff;
	cursor: pointer;
}

.dialog_en span:hover {
	text-decoration: underline;
}

.dialog_en h3 {
	height: 27px;
	padding-left: 10px;
	background-color: #900;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 27px;
	text-align: left;
}

.dialog_en p {
	margin: 30px;
	color: #666;
}

.dialog_en a {
	display: inline-block;
	width: 156px;
	height: 31px;
	margin-bottom: 20px;
	background-position: 0 0;
	color: #fff;
	line-height: 31px;
	text-decoration: none;
}

.ap_area {
	background: none repeat scroll 0 0 #FFF;
	border: 2px solid #C00;
	font-family: SimSun, Arial, Helvetica;
	font-size: 14px;
	left: 50%;
	margin-left: -295px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	width: 586px;
	z-index: 9999;
}

.ap_area div.a_title {
	background: url("../../images/default/bg_r_title.png") repeat-x scroll 0
		-45px transparent;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 15px;
}

.ap_area a.fr {
	background: url("../../images/default/bg_r_title.png") no-repeat scroll
		6px 0 transparent;
	color: #FFF;
	padding-right: 18px;
}

.ap_area p {
	border-bottom: 1px solid #CCC;
	line-height: 72px;
	padding-top: 0;
	text-align: center;
}

.ap_area dl {
	clear: both;
	overflow: hidden;
	_zoom: 1;
}

.ap_area dl.last {
	margin-bottom: 15px;
}

.ap_area dt,.ap_area dd {
	border-bottom: 1px dotted #CCC;
	float: left;
	line-height: 23px;
	padding: 10px 0;
}

.ap_area dt {
	background: none repeat scroll 0 0 #FFF8DF;
	border-right: 1px dotted #CCC;
	text-align: center;
	width: 98px;
}

.ap_area dd {
	background: none repeat scroll 0 0 #F0F0F0;
	width: 485px;
}

.ap_area dd a {
	color: #666;
	float: left;
	text-align: center;
	width: 48px;
}

.ap_area p a {
	color: #4484DB;
}

.ap_area p a:hover {
	color: #900;
}

.ap_area dd a:hover {
	background: none repeat scroll 0 0 #999;
	color: #FFF;
	text-decoration: none;
}

.ap_area dd a.selected {
	background: #C00;
	color: #fff;
}

.ap_area dd a.selected:hover {
	background: #C00;
	color: #fff;
}

.ap_area dl.last dt,.ap_area dl.last dd {
	border-bottom: 1px solid #CCC;
}

.ap_area dl.first dt,.ap_area dl.first dd {
	border-top: 1px solid #CCC;
}

.ap_area p.poptips {
	color: red;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 0;
	margin-bottom: 15px;
}

.ap_area p.ip_tips {
	line-height: 25px;
	background: #F7F7F7;
	text-align: left;
	padding: 0 48px 0 20px;
	font-size: 12px;
	color: #999;
	border-bottom: 0;
}

.popwinClose {
	cursor: pointer;
}

.pop_win_bg {
	background-color: #000;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
}

.pop_win {
	MARGIN: 10px 0;
	border: 0 solid #FFF;
	background-Color: #FFF;
	z-index: 9999;
	display: none;
	position: absolute;
	top: 60%;
	left: 20%;
}

.pop_win .pop_win_title {
	background-color: #9A0201;
	color: #FFF;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	position: relative;
	padding-left: 5px;
	height: 26px;
	line-height: 26px;
}

.pop_win .pop_win_content {
	color: #000;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.pop_win .pop_win_title img {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
}

.pop_win div {
	z-index: 9999;
	margin-bottom: 0;
}

.pop_win .pop_win_button {
	width: 55px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	background: url(../../images/default/btn_action.png) no-repeat;
	border: 0;
	color: #FFF;
	font-family: "宋体", "微软雅黑";
	cursor: pointer;
	margin: 10px;
}

.popwinClose {
	cursor: pointer;
	margin-right: 8px;
}

.popwinClose a {
	color: #fff;
}

.aptab {
	position: absolute;
	width: 478px;
	height: auto;
	background: url(../../images/default/aptabbg.jpg) repeat-y;
	z-index: 99;
	left: 379px;
	top: 380px;
}

.aptab_white {
	position: absolute;
	width: 478px;
	height: auto;
	background: url(../../images/default/aptabbg2.jpg) repeat-y;
	z-index: 99;
	left: 379px;
	top: 380px;
}

.aptab_header {
	width: 478px;
	height: 29px;
	background: url(../../images/default/aptab_header.jpg) no-repeat;
	color: #FFF;
}

.aptab_header ul {
	width: 478px;
	height: 24px;
	padding-top: 5px;
	line-height: 24px;
}

.aptab_header ul li.t {
	padding-left: 10px;
}

.aptab_header_white {
	width: 478px;
	height: 26px;
	line-height: 26px;
	padding-top: 5px;
	background: url(../../images/default/aptab_header2.jpg) no-repeat;
	color: #FFF;
}

.aptab_center {
	width: 460px;
	height: auto;
	padding-left: 9px;
	padding-right: 9px;
}

.aptab_text {
	width: 438px;
	height: 40px;
	line-height: 20px;
	padding-top: 12px;
	background-color: #EEE;
	padding-left: 11px;
	padding-right: 11px;
}

.aptab_title {
	width: 438pxpx;
	height: 16px;
	line-height: 16px;
	color: #333;
	padding-left: 11px;
	padding-right: 11px;
}

.aptab .selectbox {
	width: 375px;
	height: 20px;
	padding-left: 45px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.selectbox ul li {
	width: 125px;
	height: 20px;
	line-height: 20px;
}

.aptab_action {
	text-align: center;
}

.btn_close {
	width: 11px;
	height: 11px;
	padding-top: 1px;
	padding-top: 6px\9; #
	padding-top: 1px;
	_padding-top: 6px;
}

.aptab_footer {
	width: 478px;
	height: 10px;
	background: url(../../images/default/aptab_footer2.jpg) no-repeat;
	_overflow: hidden;
}

.aptab_produce {
	width: 460px;
	height: 141px;
	background-color: #EEE;
}

.aptab_produce .leftbox {
	width: 120px;
	height: 120px;
	padding: 10px;
}

.aptab_produce .rightbox {
	width: 320px;
	height: 140px;
}

.rightbox_title {
	color: #333;
}

.rightbox div {
	height: auto;
	line-height: 20px;
}

.aptab_produce_title {
	width: 450px;
	height: 30px;
	padding-left: 10px;
	background-color: #EEE;
	line-height: 30px;
	border-bottom: 1px solid #FFF;
}

.aptab_produce_box {
	width: 460px;
	height: 215px;
}

.popbox {
	background: #f1f1f1;
	position: absolute;
}

.popc {
	position: relative;
	top: -3px;
	left: -3px;
	background: #fff;
	width: 464px;
	border: #ccc 1px solid;
	padding: 1px;
	padding-bottom: 20px;
}

.popc p {
	padding-left: 24px;
	line-height: 24px;
}

.popc p strong {
	color: #333;
}

.popbox h2 {
	background: url(../../images/default/user_bg.gif) 440px -265px no-repeat
		#900;
	color: #fff;
	padding: 0 0 0 20px;
	font: 12px/ 27px simsun, Arial, Helvetica, sans-serif;
	color: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

.popbox h2 a,.popbox h2 a:hover {
	float: right;
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
}

.popbox dl {
	background: url(../../images/default/user_bg.gif) 10px -580px no-repeat;
	padding-left: 60px;
	height: 60px;
	margin-left: 90px;
}

.popbox dt {
	font-size: 14px;
	line-height: 30px;
}

.popbox dd {
	text-indent: 0;
	margin-bottom: 10px;
}

.fkey {
	border: #ddd 1px dotted;
	border-left: none;
	border-right: none;
	margin: 10px 20px;
	padding: 10px 0;
}

.fkey li {
	color: #999;
	overflow: hidden;
	clear: both;
	line-height: 27px;
}

.fkey label {
	float: left;
	margin-right: -6px;
}

.fkey a,.fkey input {
	margin: 3px 6px;
}

.fkey a.on {
	background: #FDEBB5;
	border: #F8C77E 1px solid;
	padding: 0 5px;
	margin: 0 1px;
}

.popc .tc {
	margin: 30px 0;
}

.grade {
	overflow: hidden;
	height: 80px;
	margin: 0 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: #ccc 1px dashed;
	font-weight: bold;
}

.popc button {
	background: url(../../images/default/btn_sprite.png) 0 0;
	cursor: pointer;
	border: none;
	height: 24px;
	width: 67px;
	color: #fff;
	font-weight: bold;
}

.popc .w44 {
	width: 44px;
	height: 23px;
	background-position: -150px -80px;
	font-weight: normal;
	color: #333;
}

.popc .y44 {
	width: 44px;
	height: 23px;
	background-position: -90px -80px;
	font-weight: normal;
	color: #333;
}

.proSatisBox {
	border-bottom: 1px dashed #CDCDCD;
	padding: 12px 0;
	margin: 0 18px;
}

.proSatis {
	width: 125px;
	height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: -6px;
}

.proSatis { *
	display: inline;
}

.proSatis a:hover .starAll {
	display: inline;
	width: 150px;
}

.evaFillin {
	margin: 0 18px;
	line-height: 2;
	padding-top: 8px;
}

.evaFillin li {
	margin-bottom: 5px;
}

.evaFillin .warn {
	color: #999;
}

.evaFillin em {
	padding: 5px;
}

.evaFillin .ipt1,.evaFillin .ipt2,.evaFillin .ipt3,.evaFillin .ipt4,.evaFillin .ipt5
	{
	font-size: 12px;
	border: 1px solid #E4E4E4;
	width: 420px;
	height: 24px;
	line-height: 24px;
	box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.15);
}

.evaFillin .ipt2 {
	height: 80px;
	line-height: 1.2;
}

.evaFillin .ipt3 {
	height: 40px;
	line-height: 1.2;
}

.evaFillin .ipt4 {
	width: 750px;
}

.evaFillin .ipt5 {
	width: 750px;
	height: 80px;
	line-height: 1.2;
}

.subEva {
	text-align: center;
	margin-top: 12px;
}