@charset "utf-8";
/* CSS Document */
body{ background-image:url(../images/bg.gif);margin:0px;padding:0px;color:#817268;font-size:9pt; font-family:"宋体"}
img{margin:0;padding:0;border:0;font-size:0;}
dl,ul{ list-style-type:none; padding:0; margin:0;}
a:link,a:visited{color:#817268; text-decoration:none;border:0;padding:0;margin:0;}
a:hover{color:#666; text-decoration:none;border:0;padding:0;margin:0;}
.bg{width:1000px;margin:auto; }
.bg_inside{width:1000px;margin:auto; float:left;background-color:#fff}
.ttbold{font-family:"微软雅黑"; font-weight:bold; font-size:12px}

/*---------------head-------------*/
a.head_manu:link,a.head_manu:visited{color:#A6957C; padding:2px;text-decoration:none}
a.head_manu:hover{color:#A6957C; text-decoration: underline;padding:2px; }
.head,.middle,.banner,.bottom{margin:0px 15px 0px 15px;width:970px;}
.head_logo{width:195px;float:left}
.head_search{width:775px;height:76px;float:right}
.head_wel{padding-top:20px;width:750px;float:right;margin:0px; font-size:9pt;}
.head_cart{width:750px;float:right;margin-top:5px; font-size:9pt}
.search_l{width:14px;height:34px; background-image:url(../images/search_left.jpg);margin:0px;padding:0px; background-repeat:no-repeat;float:left}
.search_r{width:12px;height:34px; background-image:url(../images/search_right.jpg); margin:0px;padding:0px;background-repeat:no-repeat;float:right}
.search_m{width:724px;height:34px; background-color:#5A3E2E;float:left;padding:0px;color:#A5C1D1;margin:0px}
a.search_cart:link,a.search_cart:visited{color:#A5C1D1; text-decoration:none}
a.search_cart:hover{color:#A5C1D1; text-decoration: underline;}
.select{width:100px;border:1px solid #ccc; font-size:9pt; color:#888888}
.key_search{width:200px;border:1px solid #ccc;font-size:9pt; color:#999999;padding:2px 5px 0px 25px ;background-color:#fff; background-image:url(../images/fangdajing.jpg); background-repeat:no-repeat; background-position:left}
.search_manu{float:left;width:20px;padding-left:10px;padding-top:4px}
/*------------main-----------*/
.main{width:970px;margin:0px ;height:28px;padding:0px; float:left; background-image:url(../images/tel.jpg); background-position:right; background-repeat:no-repeat;}
.menu {font-size:9pt; margin:0px;width:690px;float:left; background-image:url(../images/category_bg.jpg);height:28px;position:relative;z-index:999;}
.menu ul {padding:0px ;margin:0;list-style-type:none;background:transparent;z-index:999;}
.menu ul ul {width:100px;}
.menu ul li {float:left;height:20px; display:block;}
.menu ul ul li {display:block;height:auto;border:1px solid #897a6f;border-top:none; }
.menu ul ul ul li {display:block;height:auto;border:1px solid #e5dfd4;border-top:none}
.menu a:link, .menu a:visited {display:block;width:auto;float:left;height:20px;text-decoration:none;color:#fff; background-image:url(../images/cate_linked.gif); background-repeat:no-repeat; background-position:right; padding:8px 10px 0px 8px; cursor:pointer ;}
* html .menu a:link, * html .menu a:visited {height:20px;padding:8px 10px 0px 8px;cursor:pointer }
.menu ul ul a:link, .menu ul ul a:visited {display:block;background:#817268;width:100px;color:#fff;height:100%;line-height: inherit; padding:0.5em  1em;margin:0px; cursor: pointer}
* html .menu ul ul a:link, * html .menu ul ul a:visited  {width:100px; }
.menu table {border-collapse:0; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}
.menu ul ul ul a:link, .menu ul ul ul a:visited {color:#6E5B4F;background:#DCD6CA; }
.menu ul ul ul ul a:link, .menu ul ul ul ul a:visited {background:#c4ceac ;}
.menu ul a.sub1:link,.menu ul a.sub1:visited {background:#817268; position:relative;background-image:url(../images/help_arrow.gif); background-repeat:no-repeat; background-position:right}
.menu ul a.sub1:hover  {background:#6E5B4F; position:relative;background-image:url(../images/help_arrow.gif); background-repeat:no-repeat; background-position:right}
.menu ul ul a:hover  {width:100px; background-color:#6E5B4F}
* html .menu a:hover {color:#fff; background-image:url(../images/cate_hover.gif); background-position:right;  background-repeat:no-repeat; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#fff;background-image:url(../images/cate_hover.gif); background-position:right; background-repeat:no-repeat;}
/* second */
* html .menu ul ul a:hover{color:#fff;background:#6E5B4F; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;background:#6E5B4F;}
.menu ul ul a:hover > a:link {color:#fff;background:#ccc6bb;}
/* third */
.menu ul ul ul a:hover {color:#6E5B4F;background:#C3BEB3; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#C3BEB3;}
/* fourth */
.menu ul ul ul ul a:hover {background:#C3BEB3; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px; left:-1px; width:80px;}

/* position the third level flyout menu */
.menu ul ul ul{left:12px;top:0;width:126px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0 0em 3em 0em;  left:0em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:125px;border-top:1px solid #e5dfd4;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.menugray{color:#cdcdcd}

a.home_menu:link,a.home_menu:visited{color:#fff; text-decoration:none;width:24px; background-image:url(../images/cate_home_linked.gif);background-position:left center; background-repeat:no-repeat;height:20px;padding:8px 12px  0px 12px; margin:0px;float:left}
a.home_menu:hover{color:#fff; width:24px;text-decoration:none; margin:0px;background-image:url(../images/cate_home_hover.jpg);background-position:left center; background-repeat:no-repeat;height:20px;padding:8px  12px 0px 12px;float:left}

a.hot_key:link,a.hot_key:visited{color:#ffffff; text-decoration:none;padding:0px; background-image:none; margin:0px}
a.hot_key:hover{color:#ffffff;text-decoration:underline;padding:0px; background-image:none; margin:0px}

/*------------banner-----------*/
.banner{width:970px;height:390px; margin:5px auto;padding:0px;}
.banner_left{width:482px;height:380px;float:left}
.banner_right{width:486px;height:390px;margin:0px 0px 0px 2px;float:left;}
.banner_left_ad2,.banner_left_ad5{width:480px;float:left;margin:0px 0px 2px 0px;height:116px;padding:0px;border:1px solid #ddd;font-size:0px;line-height:0px;}
.banner_left_ad3{width:238px;height:83px;float:left;margin:0px 0px 2px 0px;border:1px solid #ddd;overflow:hidden}
.banner_left_ad4{width:238px;height:83px;float:right;margin:0px 0px 2px 0px;border:1px solid #ddd;overflow:hidden}
.banner_left_ad5{width:480px;float:left;margin:0px 0px 2px 0px;height:94px;padding:0px;border:1px solid #ddd;font-size:0px;line-height:0px;}
.ad_text{border:1px solid #ddd;width:480px;background: url(../images/banner_bg.jpg) bottom repeat-x; height:82px;float:left; }
.ad_text ul{ list-style-type:none; font-size:9pt; padding:0px;margin:10px 0px 0px 20px;line-height:20px}
.ad_text li{ background-image:url(../images/dot.jpg); background-repeat:no-repeat; background-position:left center; font-size:9pt; color:#ccc;padding:5px ;margin:0px;width:46%;float:left;color:#888888; }
.clssMainRoll {	FILTER: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1); CURSOR: pointer}
.banner_left p,.banner_left p img,.banner_left p a{margin:0;padding:0;border:0;}
.middle_right_content form{height:0;width:0;padding:0;margin:0;border:0;font-size:0;line-height:0;}
.brand_logo img{}

/*------------center-ad-----------*/
.center_ad{width:805px;float:left;margin:0px 0px 5px 0px;}
.center_ad_left{width:482px;float:left;margin:0px 0px 0px 0px;overflow:hidden}
.center_ad_right{width:321px;float:right;margin:0px 0px 0px 0px;overflow:hidden}
.center_ad1{width:480px;height:82px;float:left;margin:0px 0px 2px 0px;border:1px solid #ddd;overflow:hidden}
.center_ad2{width:319px;height:82px;float:right;margin:0px 0px 2px 0px;border:1px solid #ddd;overflow:hidden}
.center_ad3{width:319px;height:82px;float:right;margin:0px;border:1px solid #ddd;overflow:hidden }
form{margin:0;padding:0;}
pre{margin:0;padding:0;font-size:0;line-height:0;display:inline;border:0;height:0px}
pre img{margin:0;padding:0;font-size:0;line-height:0;display:inline;border:0;}
pre p{margin:0;padding:0;font-size:0;line-height:0;border:0;}
.focus_pic{width:320px;height:387px;float:left; border:1px solid #ddd}
.focus_mimi_content{width:162px;height:179px;float:left;margin-left:2px}
.focus_pic img{width:320px;height:387px;border:0px}
.focus_mini{width:162px;height:59px;margin-bottom:1px;float:left}
.middle_right_ad p {padding:0;margin:0;height:auto;line-height:0;}

/*-----------index-middle-----------*/
.gride_pic_height{text-align:center;height:130px;}
.list_pic_height{text-align:center;height:130px;width:130px;float:left}
.pic_bg{background:url(../images/loading_pic.gif) center   no-repeat; }
.middle_left{width:805px;float:left;margin:0px;padding:0px;background-color:#fff; }
.index_title_border{width:803px; text-align:center;border:1px solid #ddd;margin:0px 0px;float:left; }
.promotion_title{width:791px; float:left;padding:3px 0px 3px 10px;text-align:left;margin:1px; background-color:#ddd;color:#f39221; font-family:微软雅黑; font-weight:bold; font-size:12px}
.promotion_title span{float:left}
.index_title_en{color:#838383;padding-left:10px;}
.hot_products_ad_text{float:right;padding-right:20px;}
a.gray:link,a.gray:visited{color:#888888; text-decoration:none;}
a.gray:hover{color:#888888; text-decoration:underline;}


.middle_ad_bottom{width:805px;float:left;padding:0px;font-size:0px;line-height:0px;margin:0px}

/*-----------index-middle-right-----------*/
.middle_right{width:162px;float:right;margin:0px;padding:0px; }
.middle_right ul{ list-style-type:none;width:160px;float:left;padding:0px;margin:0px;color:#888888; }
.middle_right li{margin:5px 0px  ;padding-left:7px ;width:150px; font-size:9pt;float:left}
.middle_right_ad{width:162px; text-align:right;margin:0px 0px 3px 0px;float:right}
.middle_right_content{width:162px;padding:0;margin:0px 0px 3px 0px;float:right}
.middle_right_content_top{width:162px;height:32px;float:left; background-image:url(../images/index_right_top.jpg); background-position:top center; background-repeat:no-repeat;text-align:left}
.middle_right_content_newstop{width:162px;height:32px;float:left; background-image:url(../images/index_right_top.jpg); background-position:top center; background-repeat:no-repeat;text-align:left}
.middle_right_content_storetop{width:162px;height:32px;float:left; background-image:url(../images/index_right_topstore.jpg); background-position:top center; background-repeat:no-repeat;text-align:left}
.middle_right_content_searchtop{width:162px;height:32px;float:left; background-image:url(../images/index_right_newstop.jpg); background-position:top center; background-repeat:no-repeat;text-align:left}
.middle_right_content_center,.middle_right_content_inquiry,.sorts{width:160px; background-color:#fff; border-left:1px solid #ececec; border-right:1px solid #ececec;float:left }
.middle_right_content_center ul{width:150px;padding:0px 2px 0px 8px;margin:0px; list-style-type:none;font-size:9pt;color:#888888;float:left; line-height:15px; }
middle_right_content_inquiry ul{width:158px;padding:0px 2px 0px 2px;margin:0px; list-style-type:none;font-size:9pt;color:#888888;float:left; line-height:15px; }
.middle_right_content_inquiry li{word-break:break-all;width:151px;padding:5px 0px 0px 7px;line-height:20px ;margin:0px  }
.middle_right_content_center li{word-break:break-all;width:136px;padding:0px  0px 0px 12px; background-image:url(../images/squaredot.jpg); background-position:left; background-repeat:no-repeat;line-height:16px}
.middle_right_content_top_titletext{margin-left:8px;padding:0px 0px 2px 20px;color:#F39221; background-image:url(../images/title_letter2_icon.jpg); background-position:left top; background-repeat:no-repeat;float:left;margin-top:8px;}
.middle_right_content_top_forumtext{margin-left:8px;padding:0px 0px 0px 20px;color:#F39221; background-image:url(../images/title_letter2_icon.jpg); background-position:left top; background-repeat:no-repeat;float:left;margin-top:8px}
.middle_right_content_top_inquirytext{margin-left:8px;padding:0px 0px 0px 20px;color:#F39221; background-image:url(../images/title_inquiry_icon.jpg); background-position:left top; background-repeat:no-repeat;float:left;margin-top:8px}
.middle_right_content_top_sorttext{margin-left:8px;padding:0px 0px 0px 20px;color:#F39221; background-image:url(../images/title_sort_icon.jpg); background-position:left top; background-repeat:no-repeat;float:left;margin-top:8px}
.inquiry_button{width:25px;float:left}
.inquiry_select{width:120px;float:left}
a.inquiry_manu:link,a.inquiry_manu:visited{padding:5px 10px 5px 10px;margin:0px;color:#fff;  font-size:9pt;background-color:#817268;}
a.inquiry_manu:hover{padding:5px 10px 5px 10px;color:#817268; margin:0px;background-color:#ddd; font-size:9pt;}
a.clear_manu:link,a.clear_manu:visited{padding:5px 20px 5px 20px;margin:0px;color:#fff; font-size:9pt;background-color:#817268;margin-top:3px}
a.clear_manu:hover{padding:5px 20px 5px 20px;color:#817268; margin:0px;background-color:#ddd; font-size:9pt;margin-top:3px}
.sorts ul{width:158px;padding:0px 1px 0px 1px;margin:0px; list-style-type:none;font-size:9pt;color:#888888;float:left; line-height:15px;  text-align:left}
.sorts li{width:52px;padding:0px ;margin:0px; list-style-type:none;font-size:9pt;color:#888888;float:left; line-height:15px; text-align:center}
.middle_right_content_bottom{width:162px; height:8px;float:left;background-image:url(../images/index_right_bottom.jpg); background-position:bottom center; background-repeat:no-repeat;}
a.text_ad:link,a.text_ad:visited{color:#888888; text-decoration:none}
a.text_ad:hover{color:#877468; text-decoration: underline}
.cosoon{width:803px;margin:5px 0px;padding:0px;float:left; border:1px solid #ddd;overflow:hidden}

/*-------sort----------------*/
a.tab:link,a.tab:visited,a.tab:active{color:#888888; text-decoration:none}
a.tab:hover,.currentab{color:#817268;text-decoration:none; }
#sort { width:156px; float:left; margin:0px; overflow:hidden;}
#sort .list{ width:154px;}
#sort .list li{ overflow:hidden; display:block; width:146px; height:24px; background-color:#f3f3f3;margin-bottom:3px; padding:2px 4px; line-height:26px; cursor:pointer; text-align:left}
#sort .list li span{ float:right; padding-right:4px;overflow:hidden}
#sort .list .on{ height:53px; width:144px; background-color:#fff; cursor:default; padding:5px; overflow:hidden;}
#sort .list .on img{ border:#efefef 1px solid; display:block; float:left; margin-right:8px;width:50px;height:50px}
#sort .list .on h4{ padding:1px 0 0 0!important; overflow:hidden; height:14px; width:60px; font-weight:normal; line-height:14px;}
#sort .list .on h4 a{ color:#222;}
#sort .list .on span{ display:block;  width:80px; float:left; text-align:left; line-height:16px;height:48px;overflow:hidden;}
#sort .list .on span a{ text-decoration:none; color:#877468;}
#sort .list, .font_orange{color:#ff9900;}
/*------------index_products_grid---------*/
.index_products{width:805px;margin:5px 0px;padding:0px;float:left;}
.index_products ul{ list-style-type:none;width:805px;float:left;padding:0px;margin:0px ;border-top:1px solid #ddd;border-left:1px solid #ddd }
.index_products li{ list-style-type:none;width:200px;margin:0px ;float:left;padding:0px;border-right:1px solid #ddd;text-align:center;border-bottom:1px solid #ddd;}
.index_products li ul {width:160px;margin:0px;padding:5px 0px 10px 20px; border:0px;}
.index_products li ul li {width:160px;margin:0px ;padding:0px 0px 2px 0px;border:0px;line-height:17px;text-align:center;color:#817268}
.index_products_name{word-break:break-all;height:50px;overflow:hidden;/*719 3行 yangshaohui*/} 
.brand_logo{float:right; position:relative ; top:10px}
.index_price{font-family: Georgia, "Times New Roman", Times, serif;font-size:19px; font-weight:bold;  }
a.pname:link,a.pname:visited{color:#666666;text-decoration:none;}
a.pname:hover{color:#666666;text-decoration:none; border-bottom:1px dashed #888888 }
.zp{color:#DF7A20}
.freeshipping{color:#527B2B}

/*-------------bottom-----------*/
.bottom_cart{width:970px;margin:0px;float:left; font-size:9pt}
.bottom_search_m{width:944px;height:34px; background-color:#5A3E2E;float:left;padding:0px;color:#A5C1D1;margin:0px}
.bottom_rule{width:970px;float:left;margin:0px;font-size:9pt;}
.bottom_left{width:210px;height:155px;float:left; padding:0px;margin:0px;background-image:url(../images/bottom_left.jpg); background-repeat:no-repeat; background-position:left}
.bottom_left ul{width:150px;margin:50px 0px 0px 0px;float:left; padding:0px;list-style-type:none;color:#888888}
.bottom_left li{width:150px;margin:1.5px;float:left; padding-left:32px;list-style-type:none}
.bottom_middle{width:751px;height:155px; background-image:url(../images/bottom_bg.jpg); background-repeat:repeat-x;float:left}
.bottom_middle ul{width:110px; list-style-type:none;font-size:9pt;margin:5px;padding:0px;float:right}
.bottom_middle li{width:110px; font-size:9pt;margin:6px 0px 0px 0px;padding:0px;float:left;text-align:left}
.bottom_right{width:9px;height:155px; background-image:url(../images/bottom_right.jpg); background-repeat:no-repeat; background-position:right;float:left}
.bottom_b{width:970px; }
.bottom_title{color:#877468}
/*------------status-----------*/
.bottom_status{width:970px; padding:0px;margin:10px 0px;float:left; text-align:center  }
.bottom_status_text{width:970px; padding:0px;margin:5px 0px;float:left; text-align:center; font-size:9pt;line-height:22px }
.bottom_status_icon{width:970px; padding:0px;margin:5px 0px;float:left; text-align:center; }
a.text_rule:link,a.text_rule:visited{color:#888888; text-decoration:none}
a.text_rule:hover{color:#877468; text-decoration: underline}

/*product_grid*/
.product_ad{width:970px;margin:3px 0px ;text-align:center;padding:0px;float:left}
.products_grid{width:805px;margin:0px 0px 5px 0px;padding:0px;float:left;border-left:1px solid #ddd;border-top:1px solid #ddd}
.products_grid ul{ list-style-type:none;width:805px;float:left;padding:0px;margin:0px ; }
.products_grid li{ list-style-type:none;width:200px;margin:0px;float:left;padding:0px;padding-bottom:30px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center}
.products_grid li ul {width:160px;margin:0px;padding-left:20px; border:0px;height:300px;}
.products_grid li ul li {width:160px;margin:0px ;padding:0px 0px 2px 0px;border:0px;line-height:17px;text-align:center;color:#817268;}
/*product_list*/
.products_list{width:803px;margin:0px 0px 5px 0px;padding:0px;float:left;border:1px solid #ddd;}
.products_list ul{ list-style-type:none;width:800px;float:left;padding:0px;margin:0px ; }
.products_list li{width:800px;list-style-type:none;margin:5px 0px 5px 0px;float:left;padding:0px;border-bottom:1px dashed #dddddd;text-align:left}
.products_list li span{width:150px;float:left;padding:0px;margin:5px 5px;text-align:left;text-align:center }
.list_pic{width:150px;float:left;padding:0px;margin:5px 5px;text-align:left;text-align:center }
.products_list li ul{width:610px;float:right;padding:10px 10px 5px 5px;margin:0px 5px}
.products_list li ul li{word-break:break-all;width:500px;float:left;padding: 0px;margin:0px ;text-align:left; line-height:18px; border:0px;color:#888888;}
.product_addcart{margin-top:5px;}
.product_compare{width:auto;margin:2px;float:left}
a.product_compare_text:link,a.product_compare_text:visited{color:#888888; text-decoration:none}
a.product_compare_text:hover{color:#888888; text-decoration:none}
.bread{width:783px;margin:2px 0px 2px 0px;padding:6px 10px; text-align:left; font-size:9pt;float:left}
/*products_compare*/
.products_compare{width:783px; background-color:#efefef;color:#888888;margin:3px 0px;padding:2px 10px;float:left;border:1px solid #ddd}
.products_compare ul{width:785px;list-style-type:none;padding:0px;margin:0px;float:left}
.products_compare ul li{width:200px;float:left;text-overflow : ellipsis ;white-space : nowrap ;overflow:hidden;padding:5px 5px 0px 5px;margin:0px 5px; border-right:1px solid #efefef}
.products_compare_menu{font-size:9pt;border:1px outset #ddd;background-color:#d4d0c8;padding-top:2px;padding-bottom:2px;color:#666666; }
/*filters*/
.filters{width:805px;padding:10px 0px;margin:3px 0px;float:left}
.filters ul{width:795px;padding:0px;margin:0px;list-style-type:none;float:right}
.filters li{width:775px;padding:0px 0px 0px 10px;margin:0px; text-align:left;float:left;line-height:30px; background-image:url(../images/arrow_right.gif); background-position:0 12px; background-repeat:no-repeat; border-bottom:1px dashed #dddddd}
.filters li span{margin:0px;padding:0px 10px;float:left;text-align:right;width:80px}
.filters li ul{width:660px;padding:0px 0px 0px 0px;float:left;list-style-type:none;background-image:none; border:none;}
.filters li ul li{float:left;padding:0px 5px; margin:0px 8px;float:left; background-image:none; border:none;width:auto;white-space:nowrap;}
a.filter_all:link,a.filter_all:visited{ background-color:#5a3e2e;padding:3px;color:#fff; text-decoration:none;border:1px solid #fff}
a.filter_all:active{background-color:#fff;padding:3px;color:#5a3e2e; text-decoration:none;border:1px solid #fff}
a.filter_all:hover{ background-color:#5a3e2e;padding:3px;color:#fff; text-decoration:none; border:1px solid #ccc}
a.filter_menu:link,a.filter_menu:visited{background-color:#fff;padding:3px;color:#888; text-decoration:none;border:1px solid #fff}
a.filter_menu:hover{ background-color:#5a3e2e;padding:3px;color:#fff; text-decoration:none;border:1px solid #ccc}
a.filter_menu:active{background-color:#5a3e2e;padding:3px;color:#fff; text-decoration:none;border:1px solid #fff}
.products_status{ width:783px;height:25px;border:1px solid #efefef;float:left;padding:8px 10px 0px 10px ;font-size:9pt;color:#888888; text-align:left;margin-bottom:5px ; }
.page{width:40px;font-size:9pt;color:#888888}
.products_sort{width:120px;font-size:9pt;color:#888888}

/*-------------------------deatails----------------------------*/
.deatails_title{width:970px;text-align: center;margin:5px 0px;padding:10px 0px; font-size:16px; font-weight:bold;float:left; font-family:微软雅黑; background-color:#efefef;color:#5a3e2e}
.deatails_content{width:970px;float:left;margin:5px 0px;padding:0px;font-size:9pt;color:#888888}
.deatails_content_left{float:left;width:340px;margin:0px;padding:0px; text-align:center;}
.deatails_content_right{float:left;width:610px;margin:0px;padding-left:20px; text-align:left}
.deatails_content_right ul{float:left;width:610px;margin:0px;padding:0px; text-align:left;list-style-type:none}
.deatails_content_right ul li,.deatails_content_right ul li ul{float:left;width:610px;margin:3px 0px;padding:3px 0px; text-align:left; list-style-type:none}
.deatails_content_right ul li ul li{float:left;width:140px;margin:0px;padding-left:10px; text-align:left; background-image:url(../images/arrow_yellow.jpg); background-repeat:no-repeat; background-position:left center;line-height:24px}
.deatails_content_right ul li input{width:20px;font-size:9pt;color:#888888;padding-left:5px}
.deatails_brand_logo{float:left; padding:13px 0px 0px 30px }
.deatails_status{width:340px;text-align:center;margin:20px 0px;padding:0px}
.deatails_border_tb{border-bottom:1px dashed #ddd}
.deatails_info{background:none;padding:0px}
.deatails_ltt{float:left;width:60px}
.deatails_ltt_content{float:left;width:540px;}
.box{border:border:1px solid #ececec;margin:0px 10px 0px 0px; padding:0px;float:left}
.box a img {border:1px solid #ececec;margin:0px 10px 0px 0px; padding:0px}
.box a:hover img{border:1px solid #817268;margin:0px 10px 0px 0px;padding:0px}
.deatails_zp{width:180px;float:left;margin-bottom:5px;padding:0px}
.deatailsbox{width:50px;margin:0px 10px 0px 0px; padding:0px;float:left}
.deatailsbox a img {border:1px solid #ececec;margin:0px 10px 0px 0px; padding:0px;float:left}
.deatailsbox a:hover img{border:1px solid #817268;margin:0px 10px 0px 0px;padding:0px;float:left}
.deatailsbox_right{width:90px;padding:0px;margin-top:15px;0px;float:left; overflow:hidden}
.deatails_button{width:133px;float:left;margin-right:10px}
.deatails_tongzhi{width:73px;float:left;margin-top:3px;margin-right:10px}
.des_title_border{width:970px; text-align:center;border:1px solid #ddd;margin:5px 0px;float:left}
.description_title{width:958px; /*background:url(../images/suits.jpg)  ; background-repeat:no-repeat; background-position:left center;*/padding:3px 0px 3px 10px;text-align:left;margin:1px ; background-color:#ddd;color:#f39221; font-family:微软雅黑; font-weight:bold; font-size:12px}
.suits{width:970px;float:left;padding:0px}
.suits_top{width:970px;height:12px;  padding:0px;margin:0px;}
.suits_middle{width:968px;height:129px; background-image:url(../images/suits_middle.jpg);  padding:0px;margin:0px;border-left:1px solid #E6E7E8;border-right:1px solid #E6E7E8}
.suits_bottom{width:970px;height:12px; padding:0px;margin:0px;}
.suits_middle_left{width:748px;padding:0px 10px;margin:0px;float:left}
.suits_middle_right{width:200px;padding:0px;margin:0px;float:left; text-align:center;line-height:40px}
.plus{width:20px;height:50px;float:left; background-image:url(../images/plus.gif);margin-right:5px}
.boxassc{margin:0px 5px 0px 0px; padding:0px;float:left}
.boxassc a img {border:1px solid #ececec;margin:0px ; padding:0px}
.boxassc a:hover img{border:1px solid #817268;margin:0px ;padding:0px}
.sheng{ font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#ff9900; font-weight:bold}
.blk_29 {border: #efefef 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; OVERFLOW: hidden;  PADDING-TOP: 10px; ZOOM: 1; POSITION: relative}
.blk_29 .LeftBotton {	BACKGROUND: url(../images/coson_leftmenu.jpg) no-repeat ; LEFT: 5px; FLOAT: left; WIDTH: 29px; CURSOR: pointer; POSITION: absolute; TOP: 20px; HEIGHT: 91px}
.blk_29 .RightBotton {	RIGHT: 5px; BACKGROUND: url(../images/coson_rightmenu.jpg) no-repeat ; FLOAT: right; WIDTH: 29px; CURSOR: pointer; POSITION: absolute; TOP: 20px; HEIGHT: 91px}
.blk_29 .Cont {	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 888px; PADDING-TOP: 5px}
.blk_29 .box2 {	FLOAT: left; WIDTH: 150px; TEXT-ALIGN: center}
.blk_29 .box2 IMG { border:1px solid #D0CECE;  DISPLAY: block; PADDING: 4px; BACKGROUND: #EAEAEA; MARGIN: 0px auto;}
.blk_29 .box2 A:hover IMG { border:1px solid #909090;}
.blk_29 .box2 P {word-break:break-all;MARGIN: 6px auto 0px; WIDTH: 97px; LINE-HEIGHT: 17px;text-overflow : ellipsis ;white-space : nowrap ;overflow:hidden;text-align:center;color:#888888}

.blk_28 { PADDING-RIGHT:0px;  PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; OVERFLOW: hidden; PADDING-TOP: 10px;  ZOOM: 1; POSITION: relative;}
.blk_28 .LeftBotton {BACKGROUND: url(../images/coson_leftmenu.jpg) no-repeat ; LEFT: 5px; FLOAT: left; WIDTH: 29px; CURSOR: pointer; POSITION: absolute; TOP: 20px; HEIGHT: 91px}
.blk_28 .RightBotton {RIGHT: 5px; BACKGROUND: url(../images/coson_rightmenu.jpg) no-repeat ; FLOAT: right; WIDTH: 29px; CURSOR: pointer; POSITION: absolute; TOP: 20px; HEIGHT: 91px}
.blk_28 .Cont {	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH:780px; PADDING-TOP: 5px; }
.blk_28 .box2 {	FLOAT: left; WIDTH: 150px; TEXT-ALIGN: center}
.blk_28 .box2 IMG { border:1px solid #efefef;  DISPLAY: block;  MARGIN: 0px auto;BACKGROUND: #EAEAEA;}
.blk_28 .box2 A:hover IMG { border:1px solid #ddd;}
.blk_28 .box2 P {word-break:break-all;MARGIN: 6px auto 0px; WIDTH: 97px; LINE-HEIGHT:17px;text-overflow : ellipsis ;white-space : nowrap ;overflow:hidden;text-align:center;color:#888888}
.rollphotos {MARGIN-TOP: 0px;WIDTH: 970px;float:left}
.description{width:730px;margin-top:5px;padding:0px ;float:left;color:#888888;line-height:22px;font-size:9pt;}
.product_img{cursor: pointer; border:1px solid #ddd }
#slider1 {width: 300px; height: 300px; overflow: hidden;float:left;clear:right}
#slider1 img{border: 0px;}
#slider1Content{top: 0;	margin-left: 0px;width: 300px;}
.slider1Image {float: left;display: none;}
.qa_status{width:950px;float:left;text-align:right;margin:0px 0px 5px 0px}
.qa_all{width:950px;float:left;margin-bottom:5px;padding:0px;}
.qa_name{width:950px;margin:2px 0px;border:1px  solid #ddd;  background-color:#ececec;padding:3px 10px;float:left }
.qa_cont{width:950px;margin:1px 0px;padding:3px 0px;float:left}
.qa_cont ul{width:950px;margin:1px 0px;padding:3px 0px;float:left; list-style-type:none}
.qa_cont li{word-break:break-all;float:left;color:#817268;float:left}
.qa_page{width:970px;float:left;padding:5px 0px;margin:5px 0px; text-align:right; border-top:1px dashed #888888}
.qa_info{width:970px;float:left;padding:5px 0px;margin:5px 0px; text-align:left; line-height:25px}
.qa_info textarea{width:720px;height:200px;font-size:9pt; background:url(../images/textarea_bg.jpg) no-repeat right center}
.deatails_price{ font-family: "Arial Black", Gadget, sans-serif;font-size:28px; font-weight:bold;  }
.deatails_seen{width:970px;margin:5px 0px 10px 0px;padding:0px;float:left}
.deatails_seen ul{width:970px;float:left; list-style-type:none;padding:0px}
.deatails_seen li{width:100px;margin:8px 4px;float:left;padding:0px; margin-right:17px}
.deatails_seen li span{width:100px;margin:0px;float:left;padding:0px;  }
.deatails_seen li p{word-break:break-all;line-height:17px;padding:3px 0px;float:left;width:100px;}
.deatails_seen a img {border:1px solid #ececec;margin:0px 10px 0px 0px; padding:0px}
.deatails_seen a:hover img{border:1px solid #817268;margin:0px 10px 0px 0px;padding:0px}
.search_right_cont{width:162px;float:left;margin-top:10px;padding:0px; }
.search_filter{width:160px;margin:0px;padding:0px; border-left:1px solid #ececec; border-right:1px solid #ececec;float:left}
.search_filter li{width:125px;float:right;line-height:25px;text-align:left;margin-right:5px}
.search_filter li span{width:125px;float:left;line-height:25px;text-align:left;color:#888888}
.search_result{width:805px;float:left;padding:30px 0px;text-align:center}
.search_fil{width:805px;float:left;margin:5px 0px;text-align:left}
.search_fil ul{width:805px;float:left;text-align:left; list-style-type:none}
.search_fil li{width:805px;float:left;line-height:25px}

/*------------reg-------------*/
.reg_left{width:485px;margin:40px 0px;padding:0px;float:left;text-align:center}
.reg_left ul{width:330px;margin:0px auto;padding:0px; text-align:right;list-style-type:none}
.reg_left li{width:330px;margin:0px;padding:7px; text-align:right;}
.reg_left li input{width:190px;border:1px solid #ddd;color:#888888;font-size:9pt}
.reg_right{width:484px;border-left:1px solid #ddd;margin:40px 0px;padding:0px;float:right;text-align:center}
.reg_right ul{width:330px;margin:0px auto;padding:0px; text-align:left;list-style-type:none}
.reg_right li{width:330px;margin:0px;padding:7px; text-align:left;}
.reg_right li input{width:190px;border:1px solid #ddd;color:#888888;font-size:9pt}
a.reg_button:link,a.reg_button:visited{width:112px;height:30px; background-image:url(../images/reg_button.jpg); background-position:center center; background-repeat:no-repeat;color:#fff; text-decoration:none;padding:10px 30px;}
a.reg_button:hover{width:112px;height:30px; background-image:url(../images/reg_button.jpg); background-position:center center; background-repeat:no-repeat;color:#fff; text-decoration:none;padding:10px 30px;}
a.reg_button2:link,a.reg_button2:visited{width:112px;height:30px; background-image:url(../images/reg_button2.jpg); background-position:center center; background-repeat:no-repeat;color:#5A3F2E; text-decoration:none;padding:10px 28px;}
a.reg_button2:hover{width:112px;height:30px; background-image:url(../images/reg_button2.jpg); background-position:center center; background-repeat:no-repeat;color:#5A3F2E; text-decoration:none;padding:10px 28px;}

/*--------------shoppingcart-----------*/
.cart_title{ width:780px;height:22px; background-image:url(../images/mycart.jpg); background-position:left; background-repeat:no-repeat;padding:30px 0px 0px 150px ;float:left;margin:5px 0px;color:#888888}
.cart_cont{width:970px;float:left;margin:0px;padding:0px}
.cart_cont ul{width:970px;float:left;margin:0px;padding:0px;list-style-type:none}
.cart_cont li{width:968px;float:left;padding:0px;margin:0px;border-left:#E5E5E5 1px solid ;border-right:1px solid #E5E5E5; border-bottom:1px dashed #E5E5E5;color:#888888;}
.cart_cont li span{width:80px;float:left;padding:10px 3px;margin-top:18px;text-align:center;text-overflow : ellipsis ;white-space : nowrap ;overflow:hidden;}
.cart_cont li span input{width:20px; color:#888888;font-size:9pt;border:1px solid #ddd}
.cart_cont li span select{width:40px; color:#888888;font-size:9pt;border:1px solid #ddd}
.cart_pay{width:950px;float:left;margin:0px 20px 0px 0px;text-align:right;padding:20px 0px;}
.cart_cont a img {border:1px solid #ececec;}
.cart_cont a:hover img{border:1px solid #817268;}

/*--------------invoice-----------*/
.invoice{width:400px;margin:10px auto; background-color:#fff;color:#888888}
.invoice ul{width:380px;margin:0px;padding:10px;list-style-type:none;float:left;background-color:#fff}
.invoice li{width:380px;margin:5px 0px;padding:0px;line-height:25px;float:left; text-align:left;background-color:#fff}
.invoice_input{width:190px;color:#888888;font-size:9pt;border:1px solid #dddddd}
.invoice textarea{width:350px;height:100px;color:#888888;font-size:9pt;border:1px solid #dddddd}
a.invoice_baoxiu:link,a.invoice_baoxiu:visited{color:#F4972D; text-decoration:none}
a.invoice_baoxiu:hover{color:#F4972D; text-decoration:underline}

/*--------------------user-----------------*/
.user_order_left{width:102px;margin:10px 2px 10px 0px;float:left;padding:0px}
.user_order_left ul{width:100px;list-style-type:none;margin:0px;float:left;border-left:1px solid #F1F2F2; border-right:1px solid #F1F2F2;text-align:center}
.user_order_left li{width:70px;text-align:left;float:left;line-height:25px;color:#A6957C;padding-left:15px}
a.user_menulist:link,a.user_menulist:visited{color:#A6957C; background-image:url(../images/gray_sq.jpg); background-repeat:no-repeat; background-position:left center; padding-left:18px;text-decoration:none;}
a.user_menulist:hover,.current{color:#A6957C; background: url(../images/red_sq.jpg); background-repeat:no-repeat; background-position:left center;text-decoration: none;padding-left:18px;  }
.user_list_top,.user_list_bottom{width:102px;float:left}
.user_order_middle{width:694px;margin:10px 2px 10px 3px;float:left;}
.user_order_info{width:694px;margin:0px;float:left;}
.user_order_info_left{width:20px;height:96px; background-image:url(../images/user_order_info_left.jpg); background-repeat:no-repeat; background-position:left;float:left}
.user_order_info_right{width:20px;height:96px; background-image:url(../images/user_order_info_right.jpg); background-repeat:no-repeat; background-position:left;float:left}
.user_order_info_middle{width:654px;height:96px;background-image:url(../images/user_order_info_middle.jpg); background-repeat:repeat-x;float:left;}
.user_order_info_cont{width:654px;margin:10px 0px;line-height:40px;float:left; color:#888888}
.user_order_content{width:694px;margin:5px 0px;float:left;padding:0px}
.user_order_content_top,.user_order_content_bottom{width:694px;margin:0px;float:left;padding:0px}
.user_order_content_center{width:692px;margin:0px;float:left;border-left:1px solid #F1F2F2; border-right:1px solid #F1F2F2;padding:0px}
.user_order_middle  ul{width:674px;margin:0px 0px 30px 0px ;float:left; list-style-type:none;padding-left:10px}
.user_order_middle li{width:660px;line-height:30px;margin:3px 0px 0px 0px;text-align:left;color:#888888;float:left;padding:0px}
.user_order_middle  li span{width:70px;float:left;margin:0px ;padding: 5px;line-height:20px;text-align:center;border-top:1px dashed #ddd}
.user_order_middle li select{width:100px;color:#888888;font-size:9pt}
.user_order_middle li input{width:200px;color:#888888;font-size:9pt;border:1px solid #ddd;padding-left:5px}
.user_order_middle li textarea{width:500px;height:150px;font-size:9pt;border:1px solid #ddd}
.orange{color:#F5A13F}
.user_order_content_center a img {border:1px solid #ececec;margin:0px 10px 0px 0px; padding:0px}
.user_order_content_center a:hover img{border:1px solid #817268;margin:0px 10px 0px 0px;padding:0px}



/*---------------------productNotify----------------------*/
.Notify{color:#5a3e2e; background-image:url(../images/title_letter_icon.jpg); background-position:left center; background-repeat:no-repeat;padding:0px 0px 10px 30px;line-height:normal; border-bottom:1px dashed #ddd;}




/*----------------compare-----------------------*/
.compare_list{color:#A6957C}







/*----------------fenqi-----------------------*/
.fenqi{width:550px;margin:10px auto;background-color:#fff}
.fenqititle{line-height:30px;border-bottom:1px dashed #A6957C; }
.fenqi ul{width:550px;margin:0px  auto;float:left;list-style-type:none; background-color:#fff}
.fenqi li{width:530px;margin:5px 10px;float:left ; line-height:25px; border-bottom:1px dashed #ccc}
.fenqi_logo{width:130px;float:left}
.fenqi_cont{width:380px;padding:5px 10px;float:left;text-align:left;color:#888888}


/*---------------------help-----------------------*/
.help_left{width:147px;padding:0px 3px 0px 0px;float:left;margin:10px 0px}
.help_cate_top{width:147px; height:9px;float:left}
.help_cate_bottom{width:147px;height:9px;float:left}
.help_cate_cont{width:145px; border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2;float:left; background-color:#fff }
.help_cate_cont ul{list-style-type:none;width:105px;float:left; padding-left:30px}
.help_cate_cont li{width:100px;line-height:25px;float:left; text-align:left;  }
.help_menutitle{padding-left:15px; background-image:url(../images/arrow_yellow.jpg); background-position:left; background-repeat:no-repeat;}
.help_right{width:817px;float:right;margin:10px 0px}
.help_right_top{width:817px;height:18px;background-image:url(../images/help_right_top.jpg); background-repeat:no-repeat; background-position: bottom center;float:left}
.help_right_bottom{width:817px;height:18px;background-image:url(../images/help_right_bottom.jpg); background-repeat:no-repeat; background-position:top center;float:left}
.help_right_cont{width:815px;border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2;float:left; color:#888888}
.help_right_cont ul{list-style-type:none;width:815px;float:left;}
.help_right_cont li{width:750px;line-height:24px;text-align:left;margin-left:15px;float:left;padding-left:0px }
.vip_pic{width:700px;float:left;border:1px solid #ddd;}
.vip_pic ul{width:700px;float:left; list-style-type:none;}
.vip_pic li{width:700px;float:left;text-align:center;border-bottom:1px solid #ddd;margin:0px;padding:0px}
.vip_pic li span{width:175px;float:left;padding:10px 0px;text-align:center;line-height:22px;margin:0px;padding:50px 0px 0px 0px}
.help_right_7day{width:720px;text-align:left;float:left;margin:0px;padding:0px }
.help_right_7day ul,.help_right_7day li{width:700px;line-height:24px;text-align:left;float:left;margin:0px;padding-left:6px }

.help_problem{width:700px;float:left;border:1px solid #ddd;border-right:0px}
.help_problem ul{width:700px;float:left; list-style-type:none;}
.help_problem li{width:700px;float:left;text-align:center;border-bottom:1px solid #ddd;margin:0px;padding:0px}
.help_problem li span{width:139px;float:left;padding:10px 0px;border-right:1px solid #ddd;text-align:center;line-height:22px;margin:0px;padding:5px 0px 5px 0px}


.aboutus_ul{width:950px;line-height:25px;padding:0px 0px 10px 10px;margin: 10px 0px 0px 0px;border-bottom:1px dashed #ddd;float:left}
.categories_ul{width:950px;line-height:30px;padding:0px 0px 10px 10px;margin: 10px 0px 0px 0px;float:left}
.categories_ul li{width:930px;padding:0px;margin:0px}
.categories_ul li a:link,.categories_ul li a:visited{color:#777777; text-decoration:none;padding:3px 2px 2px 2px }
.categories_ul li a:hover{color:#ffffff; text-decoration:none; background-color:#817268;padding:3px 2px 2px 2px}


.middle{clear:both;}
.clearAll{width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;clear:both;}
#LeftArr,#RightArr{z-index:9999;}

.sepresent{width:auto;padding-right:30px;padding-top:5px;margin:0px;float:left}
.seprice{width:auto;padding-right:30px;padding-top:5px;margin:0px;float:left;text-align:left}
.stock{color:#817268}

/*tabar*/
.tabar_cont{width:970px;padding:0px;}
.tabar_top{width:970px;padding:5px 0px;margin:5px 0px;list-style-type:none}
.tabar_tab{float:left;padding:8px 0px;margin-right:4px;}
.tabar_text{float:left;width:970px;padding:15px 0px 0px 0px;;text-align:left;line-height:25px;font-size:9pt;color:#777777;margin:0px; list-style:none}
.tabar_text_ul{word-break:break-all; width:970px;list-style:none;padding:3px 0px;margin:0px}
.tabar_text_border_bottom{border-bottom:1px dotted #cfcfcf;padding:5px 0px 10px 0px}
.tab_infotitle_style{ background-image:url(../images/letter.gif);padding-left:20px; background-position:left; background-repeat:no-repeat}
.tab_fqtitle_style{ background-image:url(../images/fq.gif);padding-left:20px; background-position:left; background-repeat:no-repeat}
.tab_tt{text-decoration:none;float:left; }
.tab_fq_tt{background-color:#eeeeee;padding:2px;color:#5C3211;}


 /*pingjia*/
.assessment,pinglun{width:805px;margin:0px 0px 10px 0px;padding:0px;float:left;border:1px solid #efefef;}
.pingjia{width:795px;margin:5px 0px 5px 0px;padding:5px;float:left;border:1px solid #efefef; background:#a6957c;color:#fff}
.pingjia_content{width:795px;margin:5px 0px 5px 0px;padding:5px;float:left;border:1px solid #efefef;line-height:30px;overflow:hidden}
.assessment ul,pinglun ul{ width:805px;float:left;padding:0px;margin:0px ; }
.assessment li{ list-style-type:none;width:auto;float:left;border-right :1px solid #efefef; text-align:center;padding: 5px 10px; }
.assessment ul li a:link,.assessment ul li a:visited{width:auto; float:left;padding: 5px 10px; }
.assessment ul li a:hover{width:auto; background:#5a3e2e;float:left;padding: 5px 10px;color:#ec7811 }
.assessment_current{width:auto; background:#5a3e2e; color:#ec7811;margin: 5px 10px;border-right :1px solid #efefef;}

.pinglun li{width:805px;float:left; text-align:left;margin-bottom:10px;border:1px solid #efefef}
.pinglun_img{width:120px;padding:10px 5px;float:left;text-align:center;line-height:24px;}
.pinglun_img img{width:80px;height:80px; background:#ddd;}
.pinglun_content,.pinglun_replay{width:660px;float:right;padding:6px 5px;}
.pinglun_replay ol{width:620px;float:right; }
.pinglun_replay li{width:620px;float:right;line-height:20px; border:none;border-bottom:1px dotted #ddd}
.pinglun_replay li span{color:#5a3e2e}
.pinglun_title{border-bottom:1px dotted #ddd;font-weight:bold; font-family:微软雅黑;}
.character_title{width:40px;float:left;color:#ec7811;line-height:20px;}
.character_cont{width:620px;float:left;line-height:20px;color:#666666}
.date{width:100px;float:right;text-align:right;font-size:9pt;font-weight:normal;font-family:宋体}

.assessmentproductinfo{width:160px;margin:0px;padding:0px; border-left:1px solid #ececec; border-right:1px solid #ececec;float:left}
.assessmentproductinfo ul{list-style-type:none;}
.assessmentproductinfo li{width:125px;line-height:18px;text-align:left;margin: 5px auto}
.assessmentproductinfo li a{text-decoration:none}
.assessmentproductinfo li a:hover{text-decoration:underline}
.assessmentproductinfo  div{width:131px;line-height:20px;text-align:center;margin:auto}
.proctor_img{width:130px;height:130px; background:#efefef; border:0}





