.mTitle{
border: 1px solid #ddd;
height: 28px;
line-height: 28px;
background-color: #f7f7f7;
overflow: hidden;
padding: 5px;
}
.mTittle h2 {
padding: 0 8px;
font-size: 14px;
}
.mContent{
border: 1px solid #ddd;
border-top: 0;
}

.notice{
color:#ff0000;
}
.tooltips_ani{
	cursor:pointer;
	margin: 0 2px;
	outline: none;
	text-indent: -9000px;
	position: relative;
}
.tooltips_ani span{
	width: 150px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #F10B4C;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,0.9);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tooltips_ani span:before,
.tooltips_ani span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tooltips_ani span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tooltips_ani:hover span{
	opacity: 0.9;
	bottom: 70px;
}

.focus_input {
	background: #ffffff;
	background: -webkit-linear-gradient(#f0f0f0, #ffffff);	
	background: -moz-linear-gradient(#f0f0f0, #ffffff);	
	background: -o-linear-gradient(#f0f0f0, #ffffff);	
	background: -ms-linear-gradient(#f0f0f0, #ffffff);	
	background: linear-gradient(#f0f0f0, #ffffff);	
	border: 1px solid #c0c0c0;
	border-radius: 2px 2px 2px 2px;
	color: #888;
	display: inline-block;
	font-family:  helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
}


.focus_input::-webkit-input-placeholder {
   color: #c0c0c0;
}

.focus_input:-moz-placeholder {
   color: #c0c0c0;
}

.focus_input:focus {
	-webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;
	background: #ffffff;
	background: -webkit-linear-gradient(#f0f0f0, #ffffff);	
	background: -moz-linear-gradient(#f0f0f0, #ffffff);	
	background: -o-linear-gradient(#f0f0f0, #ffffff);	
	background: -ms-linear-gradient(#f0f0f0, #ffffff);	
	background: linear-gradient(#f0f0f0, #ffffff);
	border-color: #ffffff;
	
	color: #000000;
	outline: none;
}

.focus_input:focus::-webkit-input-placeholder { 
	color: #c0c0c0;
}

.focus_input:focus:-moz-placeholder {
	color: #c0c0c0;
}



@-webkit-keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1);
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4);
    }
}

@-moz-keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1) ;
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4) ;
    }
}

@-o-keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1) ;
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4) ;
    }
}

@-ms-keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1) ;
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4) ;
    }
}

@keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1) ;
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4) ;
    }
}

.shadow_title
{
color: #000000;
text-shadow: #CCC 1px 1px, #FFF 1px 1px;
}
.mainCategory, .mainCategory h2 {
height: 70px;
}

.mainCategory {
width: 245px;
margin-top: -48px;
margin-left: -28px;
overflow: hidden;
}
.mainCategory h2 {
background: url(../../images/html5/category_header.png) 0px 0px no-repeat;
text-align: center;
font-size: 16px;
width: 225px;
color: #fff;
position: relative;
left: 10px;
box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
}
.mainCategory, .mainCategory h2 {
height: 70px;
}
.mainCategory h2 {
line-height: 51px;
}
.small_submit_btn{
border-radius: 6px !important;
cursor: pointer !important;
line-height: 28px !important;
font-size: 14px !important;
height: 32px !important;
font-weight: 900 !important;
}
.price_in_img
{
padding-top:135px !important;
padding-left:5px !important;
text-shadow: 1px 1px 1px #604080 !important;
}
.small_btn{
line-height: 28px  !important;
font-size: 14px  !important;
height: 28px  !important;
font-weight: 900  !important;
}
.tiny_btn {
line-height: 20px !important;
font-size: 12px !important;
height: 20px !important;
font-weight: 500 !important;
padding-left: 5px !important;
padding-right: 5px !important;
margin-right: 5px !important;
}
.user_table th{
background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
padding: 5px 5px;
text-shadow: 1px 1px 1px #fff;
}
.user_table{
border: 1px solid #d3d3d3;
background: #fefefe;
margin-top: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.user_table tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.user_table tr.odd-row td {background:#f6f6f6;}
.user_table td {
border-top: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
padding: 3px 3px 3px;
}
.cat_pan ,.box{
background: #fff;
border: 1px solid #cccfc4;
border-top: none;
z-index: 860;
box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.1),-4px -0px 5px rgba(0, 0, 0, 0.1);
}
.pay-tip {
background: #f4eed7;
border: 1px solid #ddd4c7;
padding: 0;
width: 90%;
margin: 15px auto;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.pay-tip p {
padding: 10px;
}
.common-border {
border-bottom: 1px solid #dacea8;
box-shadow: 0 1px 0 #fff;
}
.total_amount {
color: #ff0000;
font-size: 28px;
font-weight: 600;
font-family: Tahoma,Arial,sans-serif;
}
.goods_radio_btn{
    display:none;
}
 
.goods_radio_label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
	margin-left:5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
 
.goods_radio_btn:checked + .goods_radio_label  ,.goods_radio_btn:checked + .goods_radio_label:hover{
       background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#e0e0e0;
     border:2px solid #FF30B3;
  //  background: url(../../images/html5/selected_tick.gif) 100% 100% no-repeat;
}

.goods_radio_btn + .goods_radio_label:hover  {
       background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#e0e0e0;
     border:1px solid #FF30B3;
  //  background: url(../../images/html5/selected_tick.gif) 100% 100% no-repeat;
}
.free_shipping_tag {
background-image: url(../../images/html5/free_shipping_tag.png);
background-repeat: no-repeat;
background-position: -2px 0px;
width: 35px;
height: 55px;
font: bold 14px Verdana;
color: #fff;
text-align: center;
margin-top: -17px;
margin-left: -10px;
}
.xpress_shipping_tag {
background-image: url(../../images/html5/xpress_shipping_tag.png);
background-repeat: no-repeat;
background-position: -2px 0px;
width: 35px;
height: 55px;
font: bold 14px Verdana;
color: #fff;
text-align: center;
margin-top: -17px;
margin-left: -10px;
}
/*****360.css**/
a:link,a:visited{color:#333;text-decoration:none;}
a:hover{color:#c00;text-decoration:none;}
a:active{color:#900;text-decoration:none;}

.top_bar_cart_table tr:hover { 
background-color: #e0e0e0; 
}
.new_edition_hd {
display: block;
height: 150px;
min-width: 960px;
}
.new_edition_hd .hd_tp1 {
width: 960px;
height: 28px;
margin: 0 auto;
text-align: left;
position: relative;
z-index: 11;
}
.new_edition_hd .hd_tp2 {
height: 73px;
zoom: 1;
margin: 0 auto;
width: 960px;
text-align: left;
}
.new_edition_hd .hd_tp2 .logo {
height: auto;
float: left;
display: inline;
}
.new_edition_hd .hd_tp2 .logo_body {
position: relative;
z-index: 1;
float: left;
height: 105px;
overflow: hidden;
}
.hd_tp2 a {
float: left;
}
.new_edition_hd .hd_tp2 form.search_input1 {
background: url(../../images/html5/search_bar.png) 0 0 no-repeat;
width: 501px;
}
.new_edition_hd .hd_tp2 form {

width: 365px;
height: 40px;
float: right;
display: inline;
margin-top: 35px;
position: relative;
z-index: 10;
}
.new_edition_hd .hd_tp2 .search_input1 .search_txt {
width: 370px;
padding-right: 0px;
}
.new_edition_hd .hd_tp2 .search_txt {
float: left;
width: 278px;
height: 18px;
line-height: 18px;
font-size: 14px;
color: #A2A2A2;
border: 0;
padding: 8px 10px;
margin: 3px 0px 0px 3px;
}
.search_txt:focus {
	-webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;
	background: #ffffff;
	background: -webkit-linear-gradient(#f0f0f0, #ffffff);	
	background: -moz-linear-gradient(#f0f0f0, #ffffff);	
	background: -o-linear-gradient(#f0f0f0, #ffffff);	
	background: -ms-linear-gradient(#f0f0f0, #ffffff);	
	background: linear-gradient(#f0f0f0, #ffffff);
	border-color: #ffffff;
	
	color: #000000;
	outline: none;
}
.new_edition_hd .hd_tp2 .search_input1 .search_btn {
width: 50px;
height: 40px;
float: left;
margin-left: 15px;
}
.new_edition_hd .hd_tp2 .search_btn {
float: left;
width: 60px;
height: 38px;
border: none;
cursor: pointer;
background: none repeat scroll 0 0 transparent;
}
.hd_list .nhd_hover .subscribe {
display: block;
}
.hd_list .subscribe {
position: absolute;
width: 312px;
height: 73px;
border: 1px #CCC solid;
background: white;
z-index: -1;
display: none;
right: 0;
top: 26px;
_right: -1px;
}
element.style {
}
Matched CSS Rules
.hd_list .subscribe div {
overflow: hidden;
zoom: 1;
}
.hd_list .subscribe .sub_txt {
float: left;
display: inline;
width: 214px;
height: 31px;
margin-left: 10px;
background: url(http://nuomi.xnimg.cn/image_new/nhd_txt.png) no-repeat;
}
.hd_list .subscribe .sub_txt input {
width: 192px;
height: 18px;
line-height: 18px;
color: #AFAFAF;
border: none;
background: none;
padding: 6px 10px;
}
.hd_list .subscribe .sub_btn {
cursor: pointer;
float: left;
display: inline;
width: 74px;
height: 32px;
border: none;
margin-left: 6px;
color: white;
font-size: 14px;
font-weight: bold;
background: url(http://nuomi.xnimg.cn/image_new/foretaste/btn_bg1.png) no-repeat;
}
input, button, select, textarea {
outline: none;
}
:focus {outline: 0;}
.hd_tp1 .change_city {
float: left;
display: inline;
line-height: 26px;
color: #0E0E0E;
}
.hd_tp1 .hd_login {
float: right;
display: inline;
margin-left: 10px;
}
.hd_tp1 .hd_list {
float: right;
display: inline;
}
.hd_tp1 .hd_login .nhd_sp {
background: none;
}
.hd_tp1 .hd_login li {
float: left;
display: inline;
color: #616161;
padding: 0 8px;
line-height: 22px;
margin-top: 3px;
background: url(http://nuomi.xnimg.cn/image_new/nhd_xian.png) right 5px no-repeat;
}
.hd_tp1 .hd_list li {
float: left;
display: inline;
position: relative;
z-index: 10001;
color: #616161;
padding-right: 1px;
background: url(http://nuomi.xnimg.cn/image_new/nhd_xian.png) right 8px no-repeat;
}
.hd_tp1 .hd_list .nhd_a {
padding-right: 22px;
}
.hd_list .nhd_a span {
position: absolute;
right: 8px;
top: 13px;
width: 6px;
height: 3px;
font-size: 0;
overflow: hidden;
background: url(http://nuomi.xnimg.cn/image_new/nhd_icon.png) no-repeat;
}
.hd_tp1 .hd_list li a {
display: block;
color: #616161;
border: 1px #EFEFEF solid;
padding: 0 8px;
border-bottom: none;
line-height: 22px;
margin-top: 2px;
}
.hd_list .browsing_history {
position: absolute;
width: 280px;
border: 1px #CCC solid;
background: white;
z-index: -1;
display: none;
right: 0;
top: 26px;
_right: -1px;
}
.hd_list .browsing_history h3 {
position: relative;
height: 34px;
line-height: 34px;
overflow: hidden;
padding-left: 10px;
font-size: 12px;
background: url(http://nuomi.xnimg.cn/image_new/nhd_lbg.png) repeat-x;
}
.hd_list .browsing_history h3 a.all_clear {
position: absolute;
left: auto;
right: 15px;
top: 6px;
font-weight: normal;
color: #0F71C7;
font-size: 12px;
}
#history_box {
overflow: hidden;
min-height: 100px;
}
.hd_list .attention {
position: absolute;
width: 152px;
border: 1px #CCC solid;
background: white;
z-index: -1;
display: none;
right: 0;
_right: -1px;
top: 26px;
padding-bottom: 10px;
}


.top_bar {
height: 27px;line-height:27px;background: #ffffff;border-bottom: 1px solid #C5BFBF;position: fixed;width: 100%;z-index: 150;top: 0;box-shadow: 0 4px 2px -2px #C5BFBF;
}

.top_bar .wrap {
overflow: visible;
}
.wrap {
margin: 0 auto;
width: 980px;
}
.fr {
float: right;
}
.top_bar_link div {
padding-right: 10px;
}
.fl {
float: left;
}
.top_bar_link #user_name {
height: 27px;
line-height: 27px;
overflow: hidden;
text-align: right;
float: left;
padding-right: 0;
word-wrap: break-word;
word-break: break-all;
}
#user_name .vip_none {
width: 20px;
height: 16px;
display: inline-block;
vertical-align: middle;
_vertical-align: -9px;
}
.top_bar_link #user_name {
line-height: 27px;
text-align: right;
}

.hide {
display: none;
}
.top_bar_link #login {
float: left;
}
.top_bar_link span a {
color: #06C;
margin-left: 5px;
}
.top_bar_link #logout {
display: inline-block;
float: left;
}
.top_bar_link ul {
position: relative;
z-index: 1001;
}
.top_bar_link ul li {
position: relative;
z-index: 1001;
float: left;
margin-right: -1px;
}
.top_bar_link ul li a {
position: relative;
z-index: 1001;
padding: 0 10px;
white-space: nowrap;
color: #333;
}
.top_bar_link ul li a:hover {
color: #ff0000;
}
.top_bar_link ul li a.drop:hover {
text-decoration:none;
}
.top_bar_link ul li a.drop {
padding: 3px 15px 2px 20px;
border-right: 1px solid rgba(192,192,192,0);
background: url(../../images/button/top_bar_down_arrow.png) no-repeat right;
}
.top_bar_link ul li a.drop2:hover {
text-decoration:none;
}
.top_bar_link ul li a.drop2 {
padding: 0px 0px;
}

.top_bar_link ul li a.drop s {
background: url(../../images/button/cart_top_bar.png) no-repeat;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 2px;
}
.top_bar_link ul li a.drop mc {
background: url(../../images/html5/dollar_currency_sign.png) no-repeat;
position: absolute;
width: 24px;
height: 24px;
left: 0;
top: 2px;
}
.announcement #news, .announcement #voice, .top_bar_link li ul, .show_cart, .new_pr ul {
display: none;
}
.top_bar_link li ul {
position: absolute;
z-index: 1000;
top: 3px;
left: 0;
right: 0;
padding-top: 21px;
border: 1px solid #CCC;
background: white;
_zoom: 1;
}
.top_bar_link li ul li {
height: 25px;
float: none;
line-height: 25px;
}
.top_bar_link ul li {
position: relative;
z-index: 1001;
float: left;
margin-right: -1px;
}

.top_bar_link ul li.teSeColumn {
display: none;
}
/******/
/* ====================
     公共样式
==================== */
#bd {
color: #404040;
display: inline-block;
}
#bd .tb-stock .tb-disable-reduce, #bd .tb-stock .tb-disable-reduce:hover {
border-right: 0!important;
color: #ccc;
cursor: not-allowed;
background-color: #ededed;
background-image: url(../../images/html5/plus_minus.png);
background-position: -29px 0px;
}
#bd .tb-stock .tb-reduce {
border-right: 0!important;
background-image: url(../../images/html5/plus_minus.png);
background-position: -0px 0px;
}
#bd .tb-stock a {
display: block;
float: left;
width: 26px;
height: 26px;
border: 1px solid #ccc;
line-height: 26px;
padding: 0;
vertical-align: top;
text-align: center;
background-color: #ededed;
overflow: hidden;
}
#detail a {
color: #404040;
}

#bd  input {
display: inline;
float: left;
margin: 0;
padding: 0;
width: 48px;
height: 26px;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #666;
border: 1px solid #ccc;
outline: 0;
background: #fff;
}

#bd .tb-postage-toggle, #bd .tb-meta .tb-icon, #bd .tb-prop .tb-selected i, #bd .tb-paymethods li i, .tb-new #bd .tb-paymethods i, #bd .tb-amount input, #bd .tb-btn-buy a b, #bd .tb-btn-bid a b, #bd .tb-btn-add a b, #bd .tb-btn-wait a, #bd .tb-featured-services i, #bd .tb-gallery .tb-selected, #bd .tb-share-opt a, #bd .tb-share-opt i, .tb-stock a {
background: url(../../images/html5/tb_icon.png) no-repeat;
}#bd .tb-amount input {
width: 36px;
height: 16px;
margin: 0;
padding: 3px 2px 0 3px;
font-size: 12px;
color: #666;
background-color: white;
background-position: -77px 0;
border: 1px solid #A7A6AA;
outline: 0;
ime-mode: disabled;
border-right: 0;
border-left: 0;
}
#bd .tb-postage-toggle, #bd .tb-meta .tb-icon, #bd .tb-prop .tb-selected i, #bd .tb-paymethods li i, .tb-new #bd .tb-paymethods i, #bd .tb-amount input, #bd .tb-btn-buy a b, #bd .tb-btn-bid a b, #bd .tb-btn-add a b, #bd .tb-btn-wait a, #bd .tb-featured-services i, #bd .tb-gallery .tb-selected, #bd .tb-share-opt a, #bd .tb-share-opt i, .tb-stock a {
background: url(../../images/html5/tb_icon.png) no-repeat;
}

#bd .tb-stock a, #bd .tb-stock a:hover {
display: block;
float: left;
width: 26px;
height: 26px;
border: 1px solid #ccc;
line-height: 26px;
padding: 0;
vertical-align: top;
text-align: center;
background-color: #ededed;
overflow: hidden;
}
#bd .tb-stock .tb-increase {
border-left: 0!important;
margin-right: 8px;
background-image: url(../../images/html5/plus_minus.png);
background-position: -56px 0px;
}

.button {
background-color: #2b91af;
border-radius: 10px;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
color: #fff;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
}
.button.b-close{
border-radius: 7px 7px 7px 7px;
box-shadow: none;
font: bold 131% sans-serif;
padding: 0 6px 2px;
position: absolute;
right: -7px;
top: -7px;
}

section#service-banner{                                 
 float:left;                                
 width:100%;                                
 background:#FED9E5;                                
 padding:25px 0px 25px 0px;                                
 margin:0px 0px 0px 0px;     
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif; 
}                                 

section#service-banner a.navi{                                 
 float:left;                                
 width:7px;                                
 height:10px;                                
 padding:10px;                                
 margin:50px 0px 0px 0px;                                
}                                 

section#service-banner a#navi-prev{                                 
 background:url('/images/button/go_prev.png') no-repeat;                                
}                                 

section#service-banner a#navi-next{                                 
 background:url('/images/button/go_next.png') no-repeat;                                
}                                 

section#service-banner .service-banner-wrapper{                                 
 float:left;                                
 position:relative;                                
 width:903px;                                
 margin:0px 1px;                                
 overflow:hidden;                                
 overflow-x:hidden;                                
}                                 

section#service-banner ul{                                 
 position:relative;                                
 height:142px;                                
 margin-left:0px;/* controls the slide position */                                 
}                                 

section#service-banner li{                                 
 float:left;                                
 width:285px;                                
 height:100%;                                
 border:solid 1px #fff;                                
 padding:0px 0px;                                
 margin:0px 7px;                                
}                                 

section#service-banner h3{                                 
 width:160px;                                
}                                 

section#service-banner p{                                 
 width:160px;                                
 color:#666;                                
 padding:0px 0px 2px 0px;                                
}                                 

section#service-banner a{                                 
 width:160px;                                
 color:#d00;                                
}                                 

section#service-banner a.thumbnail{                                 
 width:auto;                                
 padding:15px 15px 30px 22px;                                
}                                 

section#service-banner div.info{                                 
 float:left;                                
 width:150px;                                
}                                 

section#service-banner div.info *{                                 
 float:left;                                
}                                 

section#service-banner h3 a{                                 
 color:#000000;                                
 padding:15px 0px 0px 0px;                                
}                                 

section#service-banner li *{                                 
 float:left;                                
}     

a.special_pink_button,a.special_pink_button:hover,a.special_pink_button:link, a.special_pink_button:visited {
margin-top: 17px;
color: white;
display: inline;
height: 48px;
font-size: 12px;
font-weight: normal;
text-align: center;
line-height: 17px;
letter-spacing: 0px;
float: left;
text-decoration: none;
}
a.special_pink_button span.caption {
display: block;
height: auto;
float: none;
font-size: 16px;
padding-top: 4px;
margin: 0px auto;
font-weight: bold;
background-image: none;
}
a.special_pink_button span {
display: block;
float: left;
height: 48px;
text-align: center;
background: url(../../images/button/btn_special_pink.png) left -48px no-repeat;
}
a.special_pink_button span.special_pink_button_left {
width: 36px;
background-position: 0 0;
}
a.special_pink_button span.special_pink_button_right {
width: 36px;
background-position: right top;
}

a.special_pink_button span.special_pink_button_center {
	width: auto;
	background-repeat: repeat-x;
}
blink {
-webkit-animation: blink 1s infinite linear alternate;
-webkit-font-smoothing: antialiased;
}
.btn_add_cart{text-decoration:none;display:inline-block;font-size:13px;width:140px;height:27px;line-height:27px;text-align:center;color:#313131;border:1px solid #e0d6c5;-webkit-border-radius:3px;border-radius:3px;background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);text-shadow:1px 0 0 #fff;box-shadow:1px 1px 1px #fff inset;}
.btn_top_menu{text-decoration:none;vertical-align:text-top;display:inline-block;font-size:13px;width:auto;height:27px;line-height:27px;text-align:center;color:#313131;border:1px solid #e0d6c5;-webkit-border-radius:3px;border-radius:3px;background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);text-shadow:1px 0 0 #fff;box-shadow:1px 1px 1px #fff inset;}
.box_group_buy{display:inline-block;font-size:1em;border:2px solid #FF009A;border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.box_group_buy_big{display:inline-block;border:2px solid #b0b0b0;border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

.box_add_cart{display:none;height:200px;width:330px;position:absolute;left:30%;top:350px;z-index:100001;margin:15px 0 0;font-size:1em;background:#fffdf7;border:1px solid #cdc2b0;border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.box_add_lang{display:none;height:200px;width:430px;position:absolute;left:30%;top:350px;z-index:100001;margin:15px 0 0;font-size:1em;background:#fffdf7;border:1px solid #cdc2b0;border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.grey_background{position:absolute; top:0; background-color: rgba(227,227,227,.9); background: #E3E3E3; *background-color: #E3E3E3; filter: alpha(opacity=70);  opacity:0.7; left:0; width:100%; height:5000px; z-index:10000;}
#Screen {
    position:absolute;
	visibility: hidden;
    z-index: 9998;
    top: 0px;
    left: 0px;
    
    display: none;
    
   
background-color: rgba(227,227,227,.9); background: #E3E3E3; *background-color: #E3E3E3; filter: alpha(opacity=70);  opacity:0.7;




}
#Message {
    position: absolute;
	visibility: hidden;
    z-index: 9999;
    display: none;

	width:360px; height:168px;
}


#Message .lang_sel_en {
position: relative;
        margin-left : 100px;
		margin-top   : 0px;
}
#Message .lang_sel_cn {
position: absolute;
	 margin-left : 190px;
	 margin-top : 80px;
}

body{background:#fff; font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;line-height:150%; margin:5px 0 0 0; padding:0; color:#663300;}
div{margin:0 auto; padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
margin:0; padding:0; border:none; list-style-type:none;
}
.block{
  width:960px; height:auto;
}
.f_l{float:left;}
.f_r{float:right;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.dis{display:block;}
.inline{display:inline;}
.none{display:none;}
.dashed{background:url(images/lineBg.gif) repeat-x left top; color:#3f3f3f;  padding:2px 0 3px 12px;}


.clearfix:after {
display:block;content:".";height:0;visibility:hidden;clear:both;font-size:0;line-height:0;
}
.clearfix{display: block;clear: both;}
/*英文强制换行*/
.word{word-break:break-all;}

  /*边框*/
  .B_blue{border:1px dashed #F7BECB;}
  .B_input{border:1px dashed #F7BECB;}
  .inputBg{border:1px solid #b3b3b3; background:url(images/inputbg.gif) repeat-x left top; height:18px;}
  /*字体颜色*/
  .f1{color:#ff6666;}
  .f1_left{color:#ff6666;float:left;padding-left:10px;}
  .f2{color:#663300; font-weight:bold; margin-right:15px;}
  .f3{color:#9e9e9e;}
  .f4{color:#fe596a;}
  .f4_b{color:#fe596a; font-weight:bold;}
  .f5{ font-size:14px; font-weight:bold;}
  .f6{color:#663300;}
  .market{ font-size:14px; text-decoration:line-through;}
  .shop{color:#fe596a; font-size:14px; font-weight:600;}
  .shop_blue{color:#0000ff;font-size:18px; font-weight:600;}

  .market_s{text-decoration:line-through;}
  .shop_s{color:#fe596a;font-family: Georgia, Times, serif;
font-style: italic;
font-size: medium;}
  .shop_s_left{color:#fe596a;float:left;padding-left:10px;font-family: Georgia, Times, serif;
font-style: italic;font-size: 14px;}
  
  /*模块容器*/
 /* .box{background:#f1f1f1; padding-bottom:2px; overflow:hidden;} */
  .box_1{ background-color:#fff;box-shadow:1px 1px 1px #fff inset;
        -webkit-border-radius:3px;border-radius:3px;}
  .box_2{ background:url(images/searchBg.png) repeat-x top left;
   overflow:hidden;
  }
  .boxCenterList{padding:18px;text-align:left;}
  .boxCenterList2{padding:10px;text-align:left;height:300px; overflow-x:hidden; overflow-y:scroll;}
  /*模块标题*/
  h3{height:33px; line-height:33px; font-size:12px; background:url(images/h3title.gif) repeat-x left top; text-align:right;
  padding:0 12px; font-weight:100;
  }
  h3.border{border:1px solid #c5e4ff; border-bottom:none;}
  h3 img{position:relative; top:7px;}
  h3 span{float:left; background:url(images/bg.gif) no-repeat 0px -570px;width:auto; height:33px; line-height:33px; text-align:left;
   font-weight:bold; color:#663300; padding-left:12px;}
  h5{height:26px; line-height:26px; text-align:right; background-color:#edf7ff; font-size:12px;
  color:#663300; padding:0 10px 0 0;
  }
  h5 span{float:left; font-weight:bold; background:url(images/bg.gif) no-repeat 0 -616px; padding-left:25px;}
  h6{height:23px; line-height:23px; text-align:right; font-size:12px; background:#FFC6E4; color:#3f3f3f;
  border:1px solid #fff; padding-right:10px;
  }
  h6 span{float:left; padding-left:15px;}

  /*页面留白*/
  .blank{height:8px; line-height:8px; clear:both; visibility:hidden;}
  .blank5{height:5px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
  /*布局*/
  .AreaL{background:#fff;width:200px; float:left; margin-right:10px;}
  .AreaR{background:#fff;width:750px; float:left;}

/* ====================
     导航部分
==================== */
  /*顶部管理型导航*/
  .log{height:50px;}
  .log li{float:left;}
  .log .userInfo{*margin-right:10px; /*width:300px;*/ text-align:left;}
  .log .userInfo a{color:#663300; text-decoration:none;}
  .log li img{position:relative; top:5px;}
  #topNav{background:url(images/topNavBg.gif) no-repeat left top; height:31px;
  line-height:31px; color:#663300; padding:0px 15px; margin:0px 10px; position:relative;
  }
  #topNav .topNavR{background:url(images/topNavR.gif) no-repeat; width:5px; height:31px;
  position:absolute; top:0px; right:0px;
  }
  #topNav a{color:#663300; text-decoration:none;}
  /*页面主导航*/
  #mainNav{padding:0 25px; width:910px;}
  #mainNav a{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 -29px; position:relative;
  margin-right:2px; color:#663300; text-decoration:none;
  }
  #mainNav a span{width:3px; height:26px; background:url(images/NavBg.gif) no-repeat 0 -88px;
  position:absolute; top:0px; right:0px;
  }
  #mainNav a:hover{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 0; position:relative;
  margin-right:2px; color:#FB758C; text-decoration:none;font-weight:bold;
  }
  #mainNav .cur{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 0; position:relative;
  margin-right:2px; color:#000; text-decoration:none; font-weight:bold;
  }
  #mainNav a:hover span,#mainNav .cur span{width:3px; height:26px; background:url(images/NavBg.gif) no-repeat 0 -59px;
  position:absolute; top:0px; right:0px;
  }
  /*搜索*/
  #search{background:url(images/searchBg.png) repeat-x left top; width:920px;
  padding:0px 20px; height:40px; line-height:40px;
  }
  #search a{color:#663300; text-decoration:none;}
  #search .keys{
  color:#663300; padding-left:40px;
  }
  #search .go{background:url(images/search_go.png); border:none; width:72px; height:18px;/* position:relative; top:2px; utf8下*/}
  /*当前位置*/
  #ur_here{
border-top: none;
line-height: 36px;
background-color: #f1f1f1;
background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));}
  #ur_here a{color:#663300; text-decoration:none;}

/* ====================
     模块
==================== */
   /*购物车*/
 /*  .cart{background:url(images/catBg.gif) no-repeat left top; padding:15px 05px 15px 50px;
   color:#663300; height:50px;  _padding:12px 05px 15px 50px;
   }
   .cart a{color:#663300; text-decoration:none;}
   .cart a:hover{color:#663300; text-decoration:none;}*/
   
   /*yihaodian cart*/
     .cart{ background:url(../../images/car_bg.gif) 0 center no-repeat; padding-left:0px; width:305px; height:26px;line-height:26px; float:right
; margin:0px 0 0 8px; position:relative; font-size:12px;  float:right; }
  /* .tel{  position:absolute; right:13px;top:42px; color:#FFF; font-family: Arial; font-weight:bold; font-size:14px; }*/
   .cart a{color:#000000; text-decoration:none;font-size:12px; background-color:none; }
   .cart b{ color:#4800ff}
   .cart img{ position:absolute; top:0px; right:2px; }
   /*商品分类*/
   #category_tree dt{color:#763B58;text-align:left;width:140px;display:inline-block;line-height:30px;text-decoration:none;padding-left:35px;}
   #category_tree{font-size:13px; font-family: Tahoma,Arial,sans-serif;background-color:#FFF;}
   #category_tree dl{border-bottom: 1px solid #c9c9c9;padding-bottom: 11px;margin-left: 8px;margin-right: 8px;}
   /*#category_tree dt{background:url(images/line2.png) repeat-x left bottom;
   color:#663300;  padding:2px 0 15px 12px;
   }*/
   #category_tree dt a{
   color:#663300; padding-left:0px; text-decoration:none;
   }
   /*#category_tree dd{background:url(images/2f75aecbc055cabbc8176821.jpg) no-repeat 0 1px;padding:8px 0 6px 12px;}*/
   #category_tree dd{vertical-align:top;}
  /* #category_tree dd a{padding-left:15px;color:#FF95C2; text-decoration:none;}*/
    #category_tree dd a{text-decoration:none;padding-left:15px;line-height:30px;height:30px;color:#333333;width:160px;
	background:url(images/tb_pink.png) no-repeat -263px -515px;
	}
	#category_tree dd  .sub_sub_menu{padding-left:15px;line-height:30px;height:30px;color:#333333;width:160px;
	background:url(images/tb_pink_ss_menu.png) no-repeat 0px 0px;
	padding-bottom:15px;
	}
   /*#category_tree dd a:hover{color:#ff6600; text-decoration:none;}*/
   #category_tree dd a:hover{color:#333;text-decoration:none;font-weight:900;}
   /*销售排行*/
   .top10Tit{background:url(images/bg.gif) no-repeat 0px -85px; height:30px;}
   .top10List{background-color:#fff; margin:0px 0px 0px 0px;} /*0px 4px 4px 4px*/
	 .top10List ul{border-bottom:1px solid #e2f3fd; position:relative;}
	 .top10List .iteration{position:absolute; top:6px; left:6px;} 
	 .top10List .iteration1{padding-left:3px;} 
	 .top10List li.topimg{width:35px; height:35px;}
	 .top10List .samllimg{width:35px; height:35px; margin-bottom:4px;}
   .top10List li{padding:1px 1px 1px 23px; float:left;} /*padding:3px 3px 3px 23px; float:left;*/
   /*linkCOLOR*/
   .top10List li a,#mallNews .NewsList li a,.boxCenterList li a{color:#3f3f3f; text-decoration:none;}
   .top10List li a:hover,#mallNews .NewsList li a:hover,.boxCenterList li a:hover{color:#ff6600; text-decoration:none;}
   /*首页焦点图*/
   #focus{padding:8px; background:url(images/foucsBg.gif) repeat-x left top;}

   /*今日特价和品牌*/
   #sales{width:750px; background:url(images/salesBg.gif) repeat-x left bottom;
   border-bottom:2px solid #f0f1f3; background-color:#eef8ff;
   }
   #sales h1{font-size:12px; background:url(images/salesTitBg.gif) no-repeat; height:43px; text-align:right;}
   #sales h1 img{position:relative; top:10px; right:8px;}
   #sales .goodBox{margin:10px 0px 10px 10px; _margin-left:5px;}
     #sales .goodBox .goodList p{text-align:left; color:#3f3f3f;}
     #sales .goodBox .goodList p a{color:#3f3f3f; text-decoration:none;}
   #sales .goodBox .goodList p a:hover{color:#ff6600; text-decoration:none;}
   #sales .goodList{width:165px; margin:0px 5px 0px 10px; float:left;}
   #sales .goodList img{border:1px dashed #F7BECB; width:150px; height:150px; padding:5px;
   }
   #sales .goodList p{ margin-top:3px; text-align:center;}

   /*精品推荐，新品上市，热卖商品*/
   .centerPadd{padding:5px 8px 8px 8px; overflow:hidden;}
   .itemTit{height:30px; background:url(images/bg.gif) no-repeat 0px -195px; padding-left:190px; text-align:right;
   /*margin-bottom:-3px; _margin-bottom:-2px;*/
   }
   .itemTit.New{background:url(images/bg.gif) no-repeat 0px -225px;}
   .itemTit.Hot{background:url(images/bg.gif) no-repeat 0px -256px;}
   .itemTit img{position:relative; top:7px;}
   .itemTit h2{float:left; height:27px; background:url(images/itemH2Bg.gif) repeat-x left top; border:1px dashed #F7BECB;
   font-size:12px; text-align:center; color:#3f3f3f; font-weight:100; padding:0px 10px; line-height:28px; margin:0 6px 0 0;
   border-bottom:none; position:relative; bottom:-3px; display:inline; white-space:nowrap;
   }
   .itemTit h2 a{color:#3f3f3f; text-decoration:none;}
   .itemTit .h2bg{height:27px; line-height:28px; border:none; background:none;
   font-size:12px; text-align:center; color:#006ace; font-weight:100; padding:0px 10px;
     display:inline; white-space:nowrap;
   }
   .itemTit .h2bg a{color:#006ace; text-decoration:none;}
   .centerPadd .goodsBox{background:#fff; padding:5px 0px 0px 5px; *padding:12px 0px 0px 17px;
   _padding:12px 0px 0px 0px;}
   .centerPadd .goodsBox .more{text-align:right; clear:both; margin:0 8px 8px 0;}
       /*单个商品*/
       .goodsItem{width: 164px;
			float: left;
			position: relative;
			overflow: hidden;
			margin: 0px 03px 03px 03px;
			border: 1px ridge;
			padding: 5px;}
       .goodsItem .goodsimg{width:150px; height:150px; border:1px dashed #F7BECB; margin-bottom:4px;display: inline-block;}
       .goodsItem img{width:52px; height:17px;}
       .goodsItem p{text-align:left; color:#3f3f3f;}
       .goodsItem p a{color:#3f3f3f; text-decoration:none;}
       .goodsItem p a:hover{color:#ff6600; text-decoration:none;}
       .goodsItem span{width:70px; height:50px; position:absolute;left:0px; top:0px;}
       .goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
       .goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
       .goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}
	   .goodsItem span.discount_arrow{background:url(../../images/html5/discount_down.png) no-repeat 0px 0px;color: #fff;text-shadow: 0 2px 0 rgba(0,0,0,.8);padding-left: 0px;padding-top: 20px;}
/*adv_item*/
.advItem{width:287px;height:142px;}	   
.advItem span{width:70px; height:70px; position:relative;left:0px; top:0px;}
.advItem span.price_tag{background:url(../../images/html5/price_tag.png) no-repeat 0px 0px;color: #fff;text-shadow: 0 2px 0 rgba(0,0,0,.8);padding-left: 0px;padding-top: 20px;}
   /*帮助*/
 
   .helpTitBg{text-align:left; padding:0 0 10px 15px;
   }
   .helpTitBg dl{float:left; margin-right:30px; _margin-right:20px; _width:130px;}
   .helpTitBg dt{border-bottom: 1px solid #ddd;width:auto; height:33px; line-height:33px; text-align:left;
   font-weight:bold; color:#663300; padding-left:12px; margin-bottom:8px;}
     .helpTitBg dt a{font-weight:bold; color:#663300; text-decoration:none;}
   .helpTitBg dd a{color:#999; text-decoration:none; background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px;}

   /*相关商品*/
   .boxCenterList ul{ margin-bottom:5px;}
 /*  .boxCenterList li{float:left;width:90px;}*/
   .boxCenterList li.goodsimg{width:70px; margin-right:10px;}
   .boxCenterList li.goodsimg img{width:70px; height:70px; display:block;}
   /*相关文章(其它带有小三角点的文字列表共用)*/
  /* .RelaArticle a,.alone{background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px; color:#3f3f3f; text-decoration:none;}
   .RelaArticle a:hover{background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px; color:#ff6600; text-decoration:none;}
*/   /*浏览历史，收藏*/
   .history h2{height:26px; line-height:26px; padding:0px 10px 0 20px; text-align:center; font-size:12px;
   background:url(images/bg.gif) no-repeat 0px -466px; float:left; color:#57a7f0;
   margin:6px 5px 0 0; border:1px solid #c5e3ff; border-bottom:none; background-color:#FFFFFF;
   }
   .history .h2bg{height:26px; line-height:26px; padding:0px 10px 0 20px; text-align:center; font-size:12px;
   background:url(images/bg.gif) no-repeat 0px -508px; float:left; color:#a0a0a0;
   margin:6px 5px 0 0; border:none;
   }
     #history li{width:100%;}
		 #clear_history a{background:none; padding:0px; color:#3f3f3f; text-decoration:none;float:right;cursor:pointer;}
   .colle a{background:none; padding:0px; color:#3f3f3f; text-decoration:none;}
   .colle a:hover{background:none; padding:0px; color:#ff6600; text-decoration:none;}
   /* ====================
     商品详情页面部分模块
==================== */

#show_pic a.MagicZoom {
cursor: crosshair;
}
.MagicZoomBigImageCont {
border: 1px solid #333333;
}
.MagicZoomPup {
border: 1px solid #F0A09B;
background: #ffffff;
cursor: crosshair;
}


   #goodsInfo{background:#FFFFFF; _height:1%;border: solid 1px #ccc;}
   #goodsInfo .imgInfo{width:300px; float:left; padding:8px;margin-right:5px; overflow:visible;}
   #goodsInfo .imgInfo .thumb{width:230px; height:230px; display:block;}/*商品详情图片*/
   #goodsInfo  span {
		width: 18px;
		height: 55px;
		background: url(../../images/html5/plus_minus.png) no-repeat -117px 0px;
		float: left;
	}
   #goodsInfo span.spanR {
		width: 18px;
		height: 55px;
		background: url(../../images/html5/plus_minus.png) no-repeat -135px 0px;
		float: right;
	}
   #goodsInfo .gallery {
		width: 255px;
		float: left;
		margin-left: 5px;
		_margin-left: 5px;
		overflow: hidden;
		padding-top: 1px;
	}
   #goodsInfo .gallery ul{width:auto;}
   #goodsInfo .gallery li{float:left; margin:0 2px;}
   #goodsInfo .gallery li img{ height:50px; display:block;}
   #control_prev {left: 0;background-position: -117 0px;}
   #gallery-list .spec-control {
		display: block;
		position: absolute;
		top: 0;
		width: 17px;
		height: 54px;
	}
	#gallery-list .spec-items {
		position: absolute;
		top: 0;
		left: 21px;
	}
	.spec-control{
		background-image: url(../../images/html5/plus_minus.png);
		background-repeat: no-repeat;
	}
	#gallery_list a.disabled {
		cursor: default;
	}
	#spec-forward.disabled {
		background-position: -185px 0px;
	}
	#spec-forward {
		left: 0;
		background-position: -117px 0px;
	}
	#spec-forward:hover {
		background-position: -152px 0px;
	}
	#spec-backward {
		right: 0;
		background-position: -135px -0px;
	}
	#spec-backward.disabled {
		background-position: -202px 0px;
	}
	#spec-backward:hover {
		background-position: -169px 0px;
	}
   /*文字信息*/
   #goodsInfo .textInfo{background:#fff; width:420px; float:left; }
   #goodsInfo .textInfo p{font-size:14px; font-weight:bold; padding:0 5px 5px 8px;}

   #goodsInfo .textInfo li{ padding:0px 8px; _height:1%;}
   #goodsInfo .textInfo li.padd{padding:7px 5px 7px 8px;}
   #goodsInfo .textInfo li dd{float:left; padding:7px 0px;}
   #goodsInfo .textInfo li dd.ddR{}
     #goodsInfo .textInfo li dd.ddL{ width:100px; padding-left:8px;color:#999;}
   #goodsInfo .textInfo a{color:#663300; text-decoration:underline;}
   #goodsInfo .textInfo .loop{margin-top:7px;margin-bottom:7px;width:95%;border:1px solid #FBD2D2; float:left; margin-left:5px; background:#FCF0F0;}
   /*用户评论*/
   .ie6{padding-left:20px; _padding-left:15px; height:1%;}/*购买此商品的人还购买的商品*/
   .comments li{background:url(images/lineBg.gif) repeat-x left bottom; padding:3px 8px; width:97%; _height:1%; text-align:left; position:relative;
   margin-bottom:8px;
   }
   .comments li img{position:absolute; right:0px; top:3px;}
   .comments li p{margin:3px auto; text-align:left;}
   .commentsList{border:1px solid #ccc; background:#f7f7f7; padding:10px;}
   .commentsList .inputBorder{border:1px solid #ccc; background:#fff;}
     .captcha{margin-left:0px; position:relative; top:-1px; *margin-left:8px; *position:relative; top:3px; cursor:pointer;}
    /* ====================
     品牌推荐
==================== */
    /*品牌列表*/
    #brandList{background:url(images/brandBg.gif) repeat-y top center; margin-top:12px; height:1%;}
    #brandList .brandBox{width:240px; _width:236px; float:left; margin:0 5px 20px 5px; text-align:center; overflow:hidden; height:160px;}
        #brandList .brandBox .brandLogo{width:188px; height:52px; overflow:hidden;}
    #brandList .brandBox h4{height:23px; line-height:23px; background:#e9e9e9; margin:15px 0 8px 0; padding:0 10px; text-align:right;
    font-weight:100; font-size:12px;
    }
    #brandList .brandBox h4 span,#brandList .brandBox h4 span a{float:left; font-weight:bold; color:#3f3f3f; text-decoration:none;}
    #brandList p{text-align:left; margin-bottom:5px; color:#909090; padding:8px;}
    #brandList p.brandCategory,#brandList p.brandCategory a{text-align:left; color:#663300; text-decoration:none;}
    #brandList .brandArticle{border:1px dashed #d9d9d9; background:#f8f8f8; text-align:left;}
    .brandCategoryA a{ margin-right:15px;}

    /* ====================
     用户中心
==================== */
    .box_1 .userCenterBox{border:4px solid #f1faff; background-color:#fff;}
    .usBox{background:#f2f2f2; border:1px solid #e2e2e2; padding:15px; width:928px;}
    .usBox_1{background:#fff; text-align:left; width:297px; height:208px; padding:43px 153px 60px 123px;}
    .usBox_1 .logtitle{height:30px; background:url(images/ur_bg.gif) no-repeat 0px 0px;}
    .login_en_us{border: none;width: 120px;height: 40px;background: url(../../images/html5/category_header.png) no-repeat 0px -458px;cursor: pointer;margin-right: 10px;}
    .register_en_us{border: none;width: 120px;height: 40px;background: url(../../images/html5/category_header.png) no-repeat 0px -419px;cursor: pointer;margin-right: 10px;}
    .login_zh_cn{border: none;width: 120px;height: 40px;background: url(../../images/html5/category_header.png) no-repeat -127px -458px;cursor: pointer;margin-right: 10px;}
    .register_zh_cn{border: none;width: 120px;height: 40px;background: url(../../images/html5/category_header.png) no-repeat -127px -419px;cursor: pointer;margin-right: 10px;}
  
	.usTxt{width:265px; height:267px; padding:43px 0 0 90px; background:#f2f2f2; float:right;
    text-align:left; background:url(images/ur_bg1.gif) no-repeat 0 50%; line-height:23px;
    }
    .usTxt img{margin-top:15px;}
    /*注册*/
    .usBox_2{background:#fff; text-align:left; padding:43px 53px 60px 123px;}
    .usBox_2 .regtitle{height:30px; background:url(images/ur_bg.gif) no-repeat 0px -34px;}
    .actionSub a{color:#006acc; text-decoration:underline;
    background:url(images/ur_bg.gif) no-repeat 0px -68px; padding-left:14px;
    }
    .box_1 .userCenterBox .userMenu a{display:block; height:25px; line-height:25px; background:url(images/menuBg.gif) no-repeat 0 -30px;
    color:#3f3f3f; text-decoration:none; margin:0 0 3px 10px; padding-left:3px;
    }
    .box_1 .userCenterBox .userMenu a.curs{background:url(images/menuBg.gif) no-repeat 0 0px; font-weight:bold;}
    .box_1 .userCenterBox .userMenu a img{ margin-right:3px;}
    .msgBottomBorder{clear:both; background:url(images/lineBg.gif) repeat-x left bottom; padding-bottom:8px; margin-bottom:8px;}

/* ====================
     商品分类页面
==================== */
    /*属性组合搜索*/
		.screeBox{padding:10px;}
		.screeBox a{color:#404040;}
		.screeBox span{background:#91d3f7; padding:3px 5px; margin:0 3px;}
		
    .sort a{ position:relative; bottom:5px;}
    .sort input{position:relative; top:3px;}
    /*商品列表显示方式*/
    .goodsList{ padding:10px 10px 0 10px;}
    .goodsList ul{ margin-bottom:10px;}
    .goodsList ul#bgcolor{background:#fbfbfb; border-top:1px dashed #e8e8e8; border-bottom:1px dashed #e8e8e8;}
    .goodsList li{float:left; padding-top:8px;}
    .goodsList li.thumb{width:80px; text-align:center;}
    .goodsList li.thumb img{width:50px; height:50px; border:1px solid #ccc; padding:1px;}
    .goodsList li.goodsName{width:290px; margin-right:10px;}
    .goodsList li.action{float:right; margin-left:10px;}
    .goodsList li.action a.abg{background:url(../../images/bg.gif) no-repeat 0px 0px; padding-left:18px; position:relative; bottom:5px;}

/* ====================
     团购
==================== */
    .group{margin-left:-10px; padding:2px;}
    .group li{float:left; background:#fff; padding:2px;}

/* ====================
     购物流程
==================== */
    .flowBox{border:1px solid #FFC6E4; border-top:2px solid #F9A9D1;background-color: #ffffff;}
    .flowBox table{ margin:5px auto;}
		/*2.62在购物车里面显示相关配件*/
		.flowGoodsFittings{padding:10px;}
		.flowGoodsFittings ul{height:1%; margin:5px 4px; float:left;}
    .flowGoodsFittings li{float:left; width:120px;}
    .flowGoodsFittings li.goodsimg{width:48px; margin-right:10px;}
    .flowGoodsFittings li.goodsimg img{width:48px; height:48px; display:block;}
		
/* ====================
     文章列表页-2009.6.8
==================== */
    .article_search{margin:8px 0;}
		.article_search .inputBg{width:300px;}
/* ====================
    打印报价单
==================== */
    .quotation{ margin:20px auto 20px auto; text-align:center;}




   /*翻页*/
   .pagebar{height:20px; float:right;}
   .pagebar img{position:relative; top:2px;}
   .pagebar a{display:block; float:left; margin:0 2px; color:#0066cc; text-decoration:none;}
   .pagebar a:hover{color:#ff5a6a; text-decoration:none;}
   .pagebar .page_now{display:block; float:left; margin:0 5px; color:#ff5a6a; font-weight:bold; background:#fff;}
   #pager a{color:#0066cc; text-decoration:none;}

   /*底部导航+友情链接*/
   #bottomNav{width:958px;}
   .bNavList{border:1px solid #fff; background:#B6CDEC; height:27px; line-height:27px; padding:0 12px;}
   .links{border:1px solid #fff; padding:0 2px;}
   .bNavList a,.links a{color:#006acd; text-decoration:none;}
   .bNavList img{_position:relative; top:8px;}
   .links img{height:60px; margin:5px;}
   /*版权*/
   #footer{    background: url(../../images/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 200px; padding-left:200px; width:760px; margin:10px auto;}
   #footer .text{ padding-left:50px; *padding-bottom:20px;}
   #footer .text a{color:#404040; text-decoration:none;}


/* ======商品比较浮动块 ====== */
#compareBox {
 width:128px;
 background:url(images/compareBg.gif) no-repeat top center;
 background-color:#edf8ff;
 padding:35px 0 8px 0;
 border: 1px solid #c5e4ff;
 position: absolute;
 right:1px;
 top:200px;
}

#compareBox input {
    width:52px; height:13px;
    border:none;
    background:url(images/compareSub.gif) no-repeat;
}

#compareList {
 margin:0px 0px 8px 0px;
 padding:0px;
 width:120px;
 background:#FFFFFF;
 border:1px solid #d6ecff;
}

#compareList li {
 color: #333;
 text-align:left;
 background: #fff;
 padding: 3px 5px;
 margin: 3px 0;
}

#compareList li img {
 float:right;
 padding-top:4px;
}

/*购物车提示点击更新按钮式样2.6.2版本添加*/
.messageli {
 list-style-type:none;
 padding:5px;
 color:red
}
.messagediv {
 font-size:12px;
 position:absolute;
 border:1px solid #FFD700;
 text-align:center;
 padding:5px;
 background-color:#FFFACD;
 filter:alpha(opacity=50);
 -moz-opacity:0.7;
 opacity: 0.7;
}

/*  积分兑换样式修改 */
.point li{
 float:left;
 width:300px;
}
.cart_total{
border-radius: 50px;
background-color: #FF0000;
padding: 0px 4px;
margin-left: -16px;
margin-bottom: 10px;
font-size: 12px;
color: #FFF;
}
.blank_left_btn
{
display: inline-block;
height: 37px;
border-radius: 3px;
font-family: Arial;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 40px;
font-size: 18px;
color: #ffffff;
background: #9E0326;
background: -webkit-gradient(linear,0 0,0 100%,color-stop(0,#9E0326),color-stop(1,#72001A)); /* Saf4+, Chrome */
background: -webkit-linear-gradient(top, #9E0326, #72001A); /* Chrome 10+, Saf5.1+ */
background:  -moz-linear-gradient(top, #9E0326, #72001A); /* FF3.6+ */
background:  -ms-linear-gradient(top, #9E0326, #72001A); /* IE10 */
background:     -o-linear-gradient(top, #9E0326, #72001A); /* Opera 11.10+ */
background:  linear-gradient(top, #9E0326, #72001A); /* W3C */
}
.blank_right_btn
{
display: inline-block;
height: 37px;
border-radius: 3px;
font-family: Arial;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 40px;
font-size: 18px;
color: #ffffff;
background: #FF9F42;
background: -webkit-gradient(linear,0 0,0 100%,color-stop(0,#FF9F42),color-stop(1,#FF8004)); /* Saf4+, Chrome */
background-image:  -webkit-linear-gradient(top, #FF9F42, #FF8004); /* Chrome 10+, Saf5.1+ */
background-image:      -moz-linear-gradient(top, #FF9F42, #FF8004); /* FF3.6+ */
background-image:       -ms-linear-gradient(top, #FF9F42, #FF8004); /* IE10 */
background-image:       -o-linear-gradient(top, #FF9F42, #FF8004); /* Opera 11.10+ */
background-image:          linear-gradient(top, #FF9F42, #FF8004); /* W3C */
}
#goodsInfo span.add_to_cart, .add_to_cart {
display: inline-block;
width: 140px;
height: 37px;
font-family: Arial;
margin-right: 10px;
text-indent: 35px;
line-height: 40px;
font-size: 18px;
color: #ffffff;
background: #9E0326;
background-image: url(../../images/html5/qq_icon.png); /* fallback */
background: url(../../images/html5/qq_icon.png) no-repeat 0 -6px,-webkit-gradient(linear,0 0,0 100%,color-stop(0,#9E0326),color-stop(1,#72001A)); /* Saf4+, Chrome */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -6px, -webkit-linear-gradient(top, #9E0326, #72001A); /* Chrome 10+, Saf5.1+ */
background: url(../../images/html5/qq_icon.png) no-repeat 0 -6px,    -moz-linear-gradient(top, #9E0326, #72001A); /* FF3.6+ */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -6px,     -ms-linear-gradient(top, #9E0326, #72001A); /* IE10 */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -6px,      -o-linear-gradient(top, #9E0326, #72001A); /* Opera 11.10+ */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -6px,         linear-gradient(top, #9E0326, #72001A); /* W3C */
border-radius: 3px;
}

#goodsInfo span.add_to_fav, .add_to_fav
{
display: inline-block;
width: 140px;
height: 37px;
font-family: Arial;
margin-right: 10px;
text-indent: 35px;
line-height: 40px;
font-size: 18px;
color: #ffffff;
background: #FF9F42;
background-image: url(../../images/html5/qq_icon.png); /* fallback */
background: url(../../images/html5/qq_icon.png) no-repeat 0 -41px,-webkit-gradient(linear,0 0,0 100%,color-stop(0,#FF9F42),color-stop(1,#FF8004)); /* Saf4+, Chrome */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -41px, -webkit-linear-gradient(top, #FF9F42, #FF8004); /* Chrome 10+, Saf5.1+ */
background: url(../../images/html5/qq_icon.png) no-repeat 0 -41px,    -moz-linear-gradient(top, #FF9F42, #FF8004); /* FF3.6+ */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -41px,     -ms-linear-gradient(top, #FF9F42, #FF8004); /* IE10 */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -41px,      -o-linear-gradient(top, #FF9F42, #FF8004); /* Opera 11.10+ */
background-image: url(../../images/html5/qq_icon.png) no-repeat 0 -41px,         linear-gradient(top, #FF9F42, #FF8004); /* W3C */
border-radius: 3px;
}

.CartNav{background:url(../../images/cartnav-bg.gif);height: 64px;padding-right:10px;}
.thicktitle{height:27px;padding:0 10px;background:#F3F3F3;line-height:27px;font-family:arial,"\5b8b\4f53";font-size:14px;font-weight:bold;color:#333;border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}

.btn_ico_modify{
background:url(../../images/button/modify_ico.png) no-repeat 5px 5px;
text-indent:23px;
display:block;
}
.btn_ico_login{
background:url(../../images/button/login_ico.png) no-repeat 5px 5px;
text-indent:23px;
display:block;
}
.btn_ico_cart{
background:url(../../images/button/cart_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico_register{
background:url(../../images/button/register_ico.png) no-repeat 3px 3px;
text-indent:23px;
display:block;
}
.btn_ico_refresh{
background:url(../../images/button/refresh_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico_delete{
background:url(../../images/button/delete_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico_ok{
background:url(../../images/button/ok_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico_mail{
background:url(../../images/button/mail_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
z-index:100;
}
.btn_ico_home{
background:url(../../images/button/btn_home_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
z-index:100;
}
.btn_ico_track{
background:url(../../images/button/track_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:inline-block;
z-index:100;
}
.btn_ico_user_center{
background:url(../../images/button/btn_user_center_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
z-index:100;
}
.btn_ico_user_center{
background:url(../../images/button/btn_user_center_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
z-index:100;
}
.btn_ico_logout{
background:url(../../images/button/logout_ico.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico_fav{
background:url(../../images/button/fav_on_24.png) no-repeat 3px 3px;
text-indent:29px;
display:block;
}
.btn_ico,.btn_submit,.bnt_blue_1,.bnt_blue,.bnt_blue_2,.bnt_bonus{text-decoration:none;display:inline-block;
font-size:13px;width:auto;height:27px;
line-height:27px;text-align:center;color:#313131;border:1px solid #e0d6c5;-webkit-border-radius:3px;
border-radius:3px;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-image: linear-gradient(to center top, #f9f3e9 0%, #ece5d6 100%);
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);text-shadow:1px 0 0 #fff;
box-shadow:1px 1px 1px #fff inset;
padding-right:5px;
background-color: #f9f3e9;
}
.btn_ico_minimum{
text-decoration:none;display:inline-block;
font-size:13px;width:auto;
text-align:center;color:#313131;border:1px solid #e0d6c5;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-image: linear-gradient(to center top, #f9f3e9 0%, #ece5d6 100%);
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);text-shadow:1px 0 0 #fff;
box-shadow:1px 1px 1px #fff inset;
padding-right:5px;
background-color: #f9f3e9;
}
input:hover.btn_ico,input:hover.bnt_blue_1,input:hover.bnt_blue,input:hover.bnt_blue_2,input:hover.bnt_bonus,input:hover.btn_ico_minimum{
color:#0066CC;
cursor: hand; cursor: pointer;
}
a:hover.btn_ico,a:hover.btn_ico_minimum{
color:#0066CC;
cursor: hand; cursor: pointer;
}
.header{display:block;position:relative;height:41px;color:#fff;text-align:right;overflow:hidden;}
.header-btn{position:relative;}
.header-btn a{display:inline-block;vertical-align:middle;height:55px;line-height:55px;
padding:0 2px;color:#fff;font-size:.875em;border:1px solid #e0d6c5;
-webkit-border-radius:3px;border-radius:3px;
background-color:#f9f3e9;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);text-shadow:1px 0 0 #fff;box-shadow:1px 1px 1px #fff inset;}
.grand_total {
float: right;
color: #C00;
font-size: 20px;
font-weight: 400;
font-family: Verdana,Arial;
}
pop_nav {
	margin: 0px auto; 
	text-align: left;
}

pop_nav ul ul {
	display: none;
}

	pop_nav ul li:hover > ul {
		display: block;
	}


pop_nav ul {
	text-align:top;
	text-decoration:none;

font-size:13px;
border:1px solid #e0d6c5;-webkit-border-radius:3px;
border-radius:3px;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);
text-shadow:1px 0 0 #fff;box-shadow:1px 1px 1px #fff inset;
	

	list-style: none;
	position: relative;
	display: inline-table;
}
	pop_nav ul:after {
		content: ""; clear: both; display: block;
	}

	.p_n_ul_li{
		float: left;
		height:27px;
		line-height:27px;
		background-color:rgb(249, 243, 233);
	}
 pop_nav .menu:hover .menu-hd B {BORDER-LEFT-COLOR: #fff; FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); BORDER-BOTTOM-COLOR: #fff; BORDER-TOP-COLOR: #666; TOP: 5px; BORDER-RIGHT-COLOR: #fff; -moz-transform: rotate(180deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; transform: rotate(180deg); transform-origin: 50% 30%}
pop_nav .hover .menu-hd B {BORDER-LEFT-COLOR: #fff; FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); BORDER-BOTTOM-COLOR: #fff; BORDER-TOP-COLOR: #666; TOP: 5px; BORDER-RIGHT-COLOR: #fff; -moz-transform: rotate(180deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; transform: rotate(180deg); transform-origin: 50% 30%}
    pop_nav .menu-hd B {BORDER-RIGHT: #eee 4px solid; BORDER-TOP: #666 4px solid; FONT-SIZE: 0px; RIGHT: 10px; BORDER-LEFT: #eee 4px solid; WIDTH: 0px; LINE-HEIGHT: 0; BORDER-BOTTOM: #eee 4px solid; POSITION: absolute; TOP: 7px; HEIGHT: 0px; -webkit-transition: -webkit-transform .2s ease-in; -moz-transition: -webkit-transform .2s ease-in; -o-transition: -webkit-transform .2s ease-in; transition: -webkit-transform .2s ease-in}

		pop_nav ul li:hover {
border:0px;-webkit-border-radius:3px;
border-radius:3px;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-color:#ece5d6;
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);
text-shadow:1px 0 0 #fff;
		}
			pop_nav ul li:hover a {
				color: #000;
				border:0px;
				height:27px;
		line-height:27px;
			}
		
		pop_nav ul li a {
			display: block; padding: 3px 3px;
			color: #757575; 
			text-decoration: none;
			border:0px;
		}
			
		
	pop_nav ul ul {
		border:1px solid #e0d6c5;-webkit-border-radius:3px;
border-radius:3px;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-color:#f9f3e9;
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);
text-shadow:1px 0 0 #fff;box-shadow:1px 1px 1px #fff inset; padding: 0;
		position: absolute; top: 100%;
		width:110px;
		height:27px;
		line-height:27px;
	}
		pop_nav ul ul li {
			float: none; 
			border:0px;-webkit-border-radius:3px;
border-radius:3px;
background:-webkit-gradient(linear,left top,left bottom,from(#f9f3e9),to(#ece5d6));
background-image:-moz-linear-gradient(center top,#f9f3e9,#ece5d6);
background-color:#f9f3e9;
text-shadow:1px 0 0 #fff; position: relative;
		}
			pop_nav ul ul li a {
				padding: 3px 3px;
				color: #fff;
				border:0px;
				line-height:27px;
					height:27px;
			}	
				pop_nav ul ul li a:hover {
					-webkit-border-radius:3px;
border-radius:3px;
					background:-webkit-gradient(linear,left top,left bottom,from(#d7d1c7),to(#cac3b4));
					background-image:-moz-linear-gradient(center top,#d7d1c7,#cac3b4);
					background-color:#d7d1c7;
					border:0px;
					line-height:27px;
					height:27px;
				}
		
	pop_nav ul ul ul {
		position: absolute; left: 100%; top:0;
		line-height:27px;
					height:27px;
	}
.taxis{float:left;}
.taxis a{float:left;width:40px;height:16px;padding-left:5px;border:solid 1px #ccc;border-bottom-width:2px;line-height:16px;margin-left:-1px;color:#333;background-color:#eee;}
.taxis a:hover{color:#000;text-decoration:none;}
.taxis .ASC,.taxis .DESC{position:relative;z-index:1;border-color:#308ED1;}
.taxis .icon{background:url(../../images/html5/tb_ico.png);background-position:-64px -24px;height:16px;}
.taxis .ASC .icon{background:url(../../images/html5/tb_ico.png);background-position:-96px -24px;}
.taxis .DESC .icon{background:url(../../images/html5/tb_ico.png);background-position:-112px -24px;}
.taxis .price{padding-top:0;}

@keyframes specification1 {
	10%   {background-color: #F7B2EB;}
	20% {background-color: #FCF0F0;}
	30%   {background-color: #F7B2EB;}
	40% {background-color: #FCF0F0;}
	50%   {background-color: #F7B2EB;}
	60% {background-color: #FCF0F0;}
	70%   {background-color: #F7B2EB;}
	80% {background-color: #FCF0F0;}
	90%   {background-color: #F7B2EB;}
	100% {background-color: #FCF0F0;}
/*    0%   {background-color: #FCF0F0;}
    5%  {background-color: #FF1E96;}
    10%  {background-color: #FF77E8;}
    15% {background-color: #FCF0F0;}
	20%   {background-color: #FCF0F0;}
    25%  {background-color: #FF1E96;}
    30%  {background-color: #FF77E8;}
    35% {background-color: #FCF0F0;}
	40%   {background-color: #FCF0F0;}
    45%  {background-color: #FF1E96;}
    50%  {background-color: #FF77E8;}
    55% {background-color: #FCF0F0;}
	60%  {background-color: #FF1E96;}
    65%  {background-color: #FF77E8;}
    70% {background-color: #FCF0F0;}
	75%   {background-color: #FCF0F0;}
    80%  {background-color: #FF1E96;}
    85%  {background-color: #FF77E8;}
    90% {background-color: #FCF0F0;}
	95%   {background-color: #FCF0F0;}
    97%  {background-color: #FF1E96;}
    98%  {background-color: #FF77E8;}
    100% {background-color: #FCF0F0;}*/
}

@keyframes specification2 {
	10%   {background-color: #F7B2EB;}
	20% {background-color: #FCF0F0;}
	30%   {background-color: #F7B2EB;}
	40% {background-color: #FCF0F0;}
	50%   {background-color: #F7B2EB;}
	60% {background-color: #FCF0F0;}
	70%   {background-color: #F7B2EB;}
	80% {background-color: #FCF0F0;}
	90%   {background-color: #F7B2EB;}
	100% {background-color: #FCF0F0;}
 /*   0%   {background-color: #FCF0F0;}
    5%  {background-color: #FF1E96;}
    10%  {background-color: #FF77E8;}
    15% {background-color: #FCF0F0;}
	20%   {background-color: #FCF0F0;}
    25%  {background-color: #FF1E96;}
    30%  {background-color: #FF77E8;}
    35% {background-color: #FCF0F0;}
	40%   {background-color: #FCF0F0;}
    45%  {background-color: #FF1E96;}
    50%  {background-color: #FF77E8;}
    55% {background-color: #FCF0F0;}
	60%  {background-color: #FF1E96;}
    65%  {background-color: #FF77E8;}
    70% {background-color: #FCF0F0;}
	75%   {background-color: #FCF0F0;}
    80%  {background-color: #FF1E96;}
    85%  {background-color: #FF77E8;}
    90% {background-color: #FCF0F0;}
	95%   {background-color: #FCF0F0;}
    97%  {background-color: #FF1E96;}
    98%  {background-color: #FF77E8;}
    100% {background-color: #FCF0F0;}*/
}
