@charset "utf-8";
/*
描述: Cavan主题样式表第十四套
作者: linli
修改: guwj@35.cn
版本: 0.1

[目录表]

0- common
1- Container
2- Header
3- Body
4- Footer
5- main
6- sidebar
7- content
8- feedback
9- product
10- faq
*/

/* =0 common
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table,textarea,select,input{ font-size:12px;}
a{color:#8a8a8a;}
html body a:hover, #default_link_hover_color, #Footer a:hover{ color:#f60; text-decoration:underline;} 

/* common 2.01版本增加 begin*/
input, textarea, select{ color:#333;}
h4.title{ color:#fff; font-weight:bold; font-size:14px; padding:10px 0;}
.popup h4.title{ color:#000;}
.msg{ color:#666666; padding:5px 0 10px;}
.star_note{ color:#f00; padding:0 3px;}
label.error{ color:#f00; display:inline-block; line-height:normal; padding:3px 0 5px 3px; vertical-align:middle;}
.popup label.error{ padding:3px 0 5px; display:block;}
/* common 2.01版本增加 end*/

/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{color:#8a8a8a; background:#090909;}
#Container{ width:870px; background:#090909 url(images/body_bg.jpg) repeat-x 0 0;}

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{ width:870px; margin:0 auto; height:165px; position:relative; z-index:100;}
#Logo{ position:relative; height:110px;}
.logoText { position:absolute; font-size:24px; top:50px; left:110px;}
#Logo .logoText a{ color:#a6a6a6; text-decoration:none; font-family:Verdana;}
#Logo img{ position:absolute; top:30px; left:38px;}

#Navbar{ position:relative; top:0; left:0; background: url(images/nav_bg.jpg) no-repeat; border-top:1px solid #010101; height:55px; z-index:101;}
.scrollNav{ position:absolute; right:11px; top:10px; width:27px; height:29px; padding:0 10px; background: url(images/scrollNav.jpg) no-repeat;}
.navleft,.navright{ width:12px; height:13px; margin-top:10px; cursor:pointer;}
.navleft{ float:left; background:url(images/navLeft.jpg) no-repeat right 0; width:10px; height:29px; margin-top:0;}
.navright{ float:right; background:url(images/navRight.jpg) no-repeat left 0; width:10px; height:29px; margin-top:0;}

.nav{ position:absolute; z-index:102; margin:9px 11px 0;}
.nav li{ float:left;}
.nav li .nav_level_one{ display:inline-block; height:32px; line-height:31px; font-size:12px; color: #fff; text-decoration:none; text-align:center;}
.nav .liImg{ width:0px; overflow:hidden; margin-left:0px;}
.nav li .nav_level_one:hover,.nav .navhover a{ color:#f9dfc5; font-weight:bold; }
/******nav_level_one 一级菜单 ******/
.nav_span_in, .nav_span_inner{ display:inline-block;}
.nav_level_one { padding-left:20px; margin:0 1px;}
.nav_span_in { padding-right:20px;}

.nav .nav_level_one, .nav_level_one .nav_span_in, .nav_level_one .nav_span_inner { background-image:url(images/nav_bg.gif);} 
.nav .nav_level_one { background-position:left top; background-repeat:no-repeat;}
.nav .nav_level_one .nav_span_in {  background-position:right bottom; background-repeat:no-repeat;}
.nav .nav_level_one .nav_span_inner { background-position:left -48px; background-repeat:repeat-x;}
.nav .nav_level_one:hover,.nav .nav_level_one .nav_span_in:hover,.nav .nav_level_one .nav_span_inner:hover,.navhover .nav_level_one,.navhover .nav_span_in,.navhover .nav_span_inner { background-image:url(images/hover.gif); text-decoration:none;} 
.nav .nav_level_one:hover,.navhover .nav_level_one{ background-position:left top; background-repeat:no-repeat;}
.nav .nav_level_one .nav_span_in:hover,.navhover .nav_level_one .nav_span_in { background-position:right bottom; background-repeat:no-repeat; }
.nav .nav_level_one .nav_span_inner:hover,.navhover .nav_level_one .nav_span_inner { background-position:left -61px; background-repeat:repeat-x;}

.level_wid .nav_level_one{ width:98px;  overflow:hidden;}
.level_wid .nav_level_one {padding-left:0px; }
.level_wid  .nav_span_in { padding-right:0px;}
.level_wid .nav_level_one,.level_wid .nav_level_one .nav_span_in,.level_wid .nav_level_one .nav_span_inner { background:none; } 
.level_wid .nav_level_one{ background:url(images/nav_a_bg.jpg) repeat-x left center; }
.level_wid .nav_level_one:hover,.level_wid .nav_level_one .nav_span_in:hover,.level_wid .nav_level_one .nav_span_inner:hover,.level_wid .navhover .nav_level_one,.level_wid .navhover .nav_span_in,.level_wid .navhover .nav_span_inner { background:none;}
.level_wid .nav_level_one:hover,.level_wid .navhover .nav_level_one{ background:url(images/nav_ahover_bg.jpg) repeat-x left center; text-decoration:none;}

.submenu{ position:absolute; display:none; top:32px; padding-bottom:2px; z-index:5; background-color:#f4e8d1; opacity:0.9; filter:alpha(opacity=90);}
.submenu .subline{ display:none; width:0; overflow:hidden;}
#Navbar .submenu a{ width:auto; display:block; color:#955c43; font-weight:normal; min-width:90px; _width:100px; padding:0 5px; text-indent:20px; text-align:left; white-space:nowrap; line-height:30px; text-decoration:none;}
#Navbar .navhover .submenu a{ background:#f4e8d1 url(images/submenu_a_bg.gif) no-repeat 10px 11px; font-size:12px;}
#Navbar .submenu a:hover, #Navbar .submenu a.submenu_cur{ color:#f60; text-decoration:underline;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{ z-index:1; margin:0 auto; overflow:hidden;}
#Banner{ position:relative; z-index:2; /*height:351px;*/ overflow:hidden; background: url(images/banner_bg.jpg) no-repeat; margin-bottom:8px;}
#Banner img{/* margin-left:11px;*/}
.bannerText { position:absolute; color:#7d7d7d; font-weight:bold; font-size:26px; left:540px; top:20px;}

#Wrapper{ float:left; overflow:hidden; width:100%;}
#Main{ margin:0 210px; overflow:hidden;}
#SideBar{ float:left; margin-left:-870px;}
#Sub,#Extra{ width:199px;}

/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ position:relative; width:870px; overflow:hidden; padding-top:10px; padding-bottom:5px; margin:10px auto; background:#090909 url(images/foot.gif) repeat-x; color: #939393; text-align:center; line-height:22px; border-bottom:1px #535353 dashed; }
#Footer a{ color:#939393; text-decoration:none;}
.footer_links a:hover{ text-decoration:underline;}
.footer_authentication, .footer_stat, .footer_records {display:inline; margin-right:15px;}
.footer_stat img{ margin-right:2px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 .com_title{ height:28px; overflow:hidden; background: url(images/content_title_bg.gif) repeat-x; margin-bottom:2px;}
.com_title h2{ float:left; background:url(images/content_title.jpg) no-repeat; color:#B9B9B9; font-weight:bold; height:28px; overflow:hidden; line-height:28px; padding-left:40px;}
.main_row_span1{ margin-bottom:10px;}
.main_row_span1 .com_image_title_text1{ background:#1f1f1f; padding:12px 10px; border:none;}

.com_title .more{ display:none; position:absolute; top:7px; right:5px; width:38px; height:16px; line-height:16px; text-align:center; overflow:hidden; text-indent:-9999px; color:#c59008; font-size:11px; text-decoration:none;}
.side .com_title .more{ top:7px; background:none;}

/* 2.01版本修改增加begin */
.more{ padding-top:6px;}
.more a{ color:#D45F12; line-height:normal; text-decoration:underline;}
.more a:hover{ color:#f60;}
.more a span{ font-family:"宋体",simsun;}
/* 2.01版本修改增加end */

/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.side .com_title{ height:30px; overflow:hidden; background: url(images/side-com-title-bg.gif) repeat-x;}
.side .com_title_in{ height:30px; background: url(images/side-com-title-l.jpg) no-repeat;}
.side .com_title_inner{ height:30px; background: url(images/side-com-title-r.jpg) no-repeat right 0;}
.side .com_title h2{ background:none; height:30px; line-height:30px; padding-left:26px; overflow:hidden; font-weight:bold; font-size:12px; color:#b9b9b9;}
.side .content,.side .MenuCompon,.side .AttentnCompon{ background:#090909 url(images/side_content_bg.gif) repeat-x; border-left:2px solid #1d1d1d; border-right:2px solid #1d1d1d; border-bottom:2px solid #161616; margin-bottom:10px; }
.side .content a{ line-height:22px; text-decoration:none; font-weight:normal;}
.side .content a:hover{ text-decoration:underline;}
.side .discUL li{ background: url(images/side_li_icon.gif) no-repeat 10px 10px; padding-left:20px; list-style:none;}

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content,#Main .MenuCompon ,#Main .AttentnCompon{ background:#1f1f1f; padding:12px 10px; border:2px solid #2e2e2e;}
 #Main .AttentnCompon{ padding-right:0; padding-left:0;}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}
.text a{ color:#D6E3F6}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.feedback_con{ margin-bottom:20px;}
.feedback_con{ padding:10px;}
.feedback_con table td { height:35px; }
.edit_tbl .btn, .feedback_con .btn{ margin-top:6px;} /*modify 2.01版本增加*/
.edit_tbl .btn,
.item_search .btn, 
.feedback_con .btn,
.vote_btn .btn,.btn{ background:url(images/btn.jpg) no-repeat; width:63px; height:20px; font-size:12px; border:0px; color:#fff; cursor:pointer;}
.feedback_con table input { border:1px solid #6E6E6E; background:#474747; color:#fff; width:132px; padding:2px 1px 2px 3px; height:16px; line-height:16px;}
.feedback_con table textarea{ border:1px solid #6E6E6E; background:#474747; color:#fff; width:286px; height:136px; padding:2px;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product_sidecon{border-bottom:2px solid #161616; border-left:2px solid #1D1D1D; border-right:2px solid #1D1D1D; margin-bottom:10px;
padding:1px 2px;}
.tree{ line-height:27px;}
.tree li{ zoom:1;}
.tree li.open{}
.tree_parent{ padding-left:33px; background:url(images/tree_close.gif) no-repeat 12px 8px; line-height:27px; _height:27px;}
.product_sidecon .tree_parent{ cursor:pointer;}/*伸缩-改动*/
.tree li a:hover{}
.tree .open .tree_parent{ font-weight:bold; background:url(images/tree_open.gif) no-repeat 12px 8px;}
.tree li a{ text-decoration:none;}
.tree li a:hover{ font-weight:bold;}
.tree .open a{ font-weight:bold;}
.tree_sub{ padding-bottom:5px; padding-left:25px;}
.tree .tree_sub li{ padding-left:13px; line-height:24px; background:url(images/tree_sub.gif) no-repeat 3px 11px;}
.tree .tree_sub li a{ font-weight:normal;}
.tree .tree_sub li a:hover{ font-weight:bold;}
.tree .tree_sub .cur a{ font-weight:bold;}
/*------------------------新闻中心,faq,站点管理,列表图标更改------------*/
.faq_sidecon .tree_parent, .admin_sidecon .tree_parent{ cursor:default; background:none;}
.faq_sidecon .tree li, .admin_sidecon .tree li{ background:url(images/tree_child_icon.gif) no-repeat 20px 10px; }
/*------------------------新闻中心,faq,站点管理,列表图标更改------------*/
.product_con1,.product_con2,.product_con_detail{background:#1f1f1f; padding:12px 10px; border:2px solid #2e2e2e;}
.prdcrumb{ font-family:Simsun; margin:20px 10px;}
.prdcrumb strong{ font-weight:bold;}
.product_con_detail{ padding:0 10px;}
.product_con_detail .pic{ margin:0 0 20px 10px;}
.product_con_detail .info{ margin-left:10px;}
.product_con_detail .info table{ margin-bottom:10px; font-family:Verdana; line-height:18px;}
.product_con_detail .info th{ background:#090909; border:solid #1f1f1f; border-width:0 1px 1px 0; text-align:right; padding:0 10px;}
.product_con_detail .info td{ background:#373737; height:28px; border:solid #1f1f1f; border-width:0 1px 1px 0; padding:0 10px;}
.prdname td{ font-size:14px; font-weight:bold;}
.prdpromotion td{ font-size:14px; color:#f6ad27; font-weight:bold;}

.page{ margin:10px 10px; clear:both; text-align:center; padding:5px 0;}
.page a{ color:#555; text-decoration:underline; margin-right:10px;}
.page a:hover{ color:#f60;}
.page .disabled{ color:#6d6d6d; margin-right:10px;}
.page select{ color:#f60;}


/***********************主内容区域 2.01版本修改增加 begin **************************************/
.result_con{ line-height:1.8;}
.result_con .result_suc{ padding:10px 10px 0;}

/*gray button*/
.gray_btn{ background:#ffffff; border:1px solid #bbb; display:inline-block; line-height:normal; margin:4px 3px 5px 0; *padding:1px;}
body .gray_btn a,
body .gray_btn input,
body .gray_btn_on input{ background:#f1f1f1 url(images/btn_bg.gif) repeat-x 0 0; border:1px solid #fff; *border:none; color:#666; cursor:pointer; display:inline-block; height:16px; line-height:16px; padding:2px 6px; *padding:3px 6px 1px; min-width:30px; *width:auto; text-align:center; text-decoration:none;}
body .gray_btn input,
body .gray_btn_on input{ height:22px; *height:20px; line-height:22px; padding:0 5px 1px; *padding:1px 5px; min-width:52px; *min-width:auto;}
.popup .gray_btn input{ font-weight:bold;}
body .gray_btn a:hover, body .gray_btn_on input{ background-image:url(images/btn_bg_on.gif); color:#666666; text-decoration:none;}
body .gray_btn a:active{ background-image:url(images/btn_bg.gif);}
body .edit_tbl .gray_btn a{ font-weight:normal; padding-left:15px; padding-right:15px; min-width:20px; *width:auto;}

.btn_box{ text-align:center; padding-top:10px;}
.btn_box .gray_btn a{ padding-left:10px; padding-right:10px;}

/*input*/
.input, textarea{ border:1px solid #747474; background:#474747; color:#fff;}
.popup .input, .popup textarea{ background:#fff; color:#000;}
.input{ padding:3px 1px 3px 3px; height:16px; line-height:16px;}
html body .input:focus, html body input[type="text"]:focus, html body textarea:focus{ border-color:#ff6600;}
input.short{ width:150px;}
input.middle{ width:230px;}
.input_addr{ width:315px;}
.order_con input.middle, .order_con .input_addr{ width:290px;}
#Main .item_search input.long{ height:18px; line-height:18px; padding:3px 1px 1px 3px; width:300px;}

.num_desc, .num_ascend{ background:url(images/ico_desc.png) no-repeat 0 2px; width:14px; height:14px; font-size:16px; font-weight:bold; }
.num_desc{ font-size:20px; background-position:-14px 1px;}

/*edit-table*/
.edit_tbl{ margin-top:4px;}
.edit_tbl th{ text-align:right; padding-top:3px; *padding-top:4px;}
.edit_tbl td{ height:36px; padding-top:3px; }
.buyer_info_check { padding-bottom:10px; *padding-top:5px;}
.buyer_info_check th,.buyer_info_check td{ text-align:left; height:27px;}/*收货人信息确认表格行高较小*/

/*search table*/
.search_msg{ color:#555; padding:10px 0 0; margin:0 0 20px 0;}
.item_search{ padding:3px 10px 15px 0;}
.item_search th{ font-family:"宋体",arial; text-align:right;}
.item_search td{ font-family:"宋体",simsun; height:auto; padding:3px 1px 3px 5px;}
.item_search input, .item_search span{ vertical-align:middle;}
.admin_con .item_search{ padding:10px 0;}
.admin_con .item_search .gray_btn{ margin:0;}
.admin_con .edit_tbl .gray_btn{ margin-top:7px;}

/*gridlist table*/
.gridlist a{}
.gridlist{ border:1px solid;}
.gridlist td{ border-top:1px solid; padding:2px 1px 2px 5px; line-height:19px;}
.gridlist, .gridlist td{ border-color:#C5C5C5;}
.gridlist th{ background:#DDE1E4; padding:2px 1px 2px 5px; line-height:24px;}
.gridlist tr.over{ background:#404040;}
.popup .gridlist tr.over{ background:#EFF4FC;}

.orderlist{ margin-bottom:12px;}

/*产品详细页面*/
.product_con_detail .prd_summary{}
.product_con_detail .prdtitle{  font-weight:bold; font-size:16px;}
.product_con_detail .important_info th{  line-height:25px;}
.product_con_detail .important_info .morehilite{ font-size:16px;}

.prd_info_tab{ border-bottom:1px solid #bbb;}
.prd_info_tab li a{ position:relative; bottom:-1px; background:#e6e6e6 url(images/tabmenu_bg.gif) repeat-x 0 0; border:1px solid #d8d8d8; border-bottom:none; color:#707070; display:inline-block; height:25px; line-height:25px; padding:0 12px; text-decoration:none;}
.prd_info_tab li.cur_tab a{ background:#fff url(images/tabmenu_bg_cur.gif) repeat-x 0 0; border:1px solid #bbb; border-bottom:none; color:#f60; font-weight:bold; text-decoration:none;}
.product_con_detail .prd_description{ line-height:1.8;}

/*订单提交页面*/
.order_con{ padding-top:0;}
.order_con h4.title .gray_btn{ position:relative; top:1px; *top:3px; display:inline-block; font-size:12px; font-weight:normal; margin:0 0 6px 25px; *margin-bottom:0; }
.order_con .select_addr{ padding:3px 0 0; margin-bottom:12px;}

.order_con .order_edit{ padding:5px 0 17px;}
.order_con .order_edit .input_num{ padding:2px; *padding-left:0; _padding-left:1px; height:14px; line-height:14px; width:25px; text-align:center; overflow:hidden;}
.order_con .order_totals{ line-height:22px;}

.order_btn{ margin:10px 0 30px; text-align:center;}
.order_btn .btn{ display:inline-block;}
/***************************主内容区域 2.01版本修改增加 end */

/* =10 faq & news 2.01版本修改增加
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.sidecon{ background:#090909 url(images/side_content_bg.gif) repeat-x scroll 0 0;border-bottom:2px solid #161616; border-left:2px solid #1D1D1D; border-right:2px solid #1D1D1D; padding:13px 10px 20px 10px; margin-bottom:10px; zoom:1;}
.faq{ margin-bottom:20px;}
.faq_con{ padding:16px 0 0 30px; line-height:20px; padding-bottom:20px;}

h3.h3_title, .guestbook .msg_question{ background:url(images/faqico.gif) no-repeat 0 6px; color:#C0D3F1; font-size:14px; font-weight:normal; line-height:25px; padding-left:20px; margin:26px 10px 0; position:relative;}
.h3_title a{ color:#555; text-decoration:none;}
.h3_title a:hover{ text-decoration:underline;}
.h3_title .time, .msg_question .time{ color:#aaa;}

.faq_con2 .h3_title, .news_con .h3_title, .guestbook .msg_cell{ border-bottom:1px dotted #3E3E3E; font-size:12px; line-height:22px; margin-top:13px;}

.answer{ line-height:1.8; padding:0 10px 0 30px;}
.news_detail_con .answer{ padding:15px 0 10px 2px;}
.news_detail_con .news_tit{ color:#141414; font-size:16px; font-weight:bold; text-align:center; padding:0 0 5px;}
.news_detail_con .news_time{ color:#A7A7A7; font-size:12px; display:block; text-align:center;}
.news_detail_con .btn{ text-align:center;}

/* =11 top loginBar   2.01版本增加 begin
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.topLogBox_in{ width:870px; background:#141414;}
.topLogBox_in, .topLogBox_in a{}
.topLogBox_in a:hover{}
.lanLine{ color:#616161;}

/*弹出框*/
.popup_inner{ background:#fff; border:4px solid #878484; color:#333;}
.popup_inner h3{ background:#eae9e9; line-height:27px; height:27px;}
.popup_inner h3 span{ color:#000; cursor:pointer; height:21px; line-height:21px;}
.popup_inner h3 span.on{ background:#fff; color:#c60c09; font-weight:bold;}
.popup_inner h3 .close, .popup_inner h3 .close_hover{ background:url(images/close.gif) no-repeat 0 0; width:16px; height:16px; overflow:hidden; cursor:pointer;}
.popup_inner h3 .close_hover{ background-position:0 -16px;}
.popup_inner .popup_con a{ color:#1f1f50; text-decoration:underline;}
.popup_inner .popup_con a:hover{ text-decoration:none;}
.popup_inner .popup_con input.middle{ padding:3px 1px 3px 3px; height:16px; line-height:16px; width:190px; color:#333;}
.popup_inner .popup_con .gray_btn a{ color:#666666; font-weight:bold; text-decoration:none;}
.popup_inner .popup_con .suc{ color:#2B8521;}
.popup_inner .buy_notlogin span a{ color:#f60; font-size:14px; font-family:microsoft yahei; font-weight:bold;}
/* =11 top loginBar   2.01版本增加 end*/


/* =12 administrator  2.01版本增加 begin
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*admin common*/
.hilite, .morehilite{ font-style:normal;}
.hilite, .state_success{ color:#f60;}
.morehilite{ color:#f60;}
.state_wait{ color:#61B212;}
.state_stop{ color:#196AFF;}

.order_more a{ color:#f60; display:inline-block; font-family:"宋体",simsun;}




/*admin sidebar*/
.admin_sidecon .open a{ color:#f60;}
/*------------------------站点管理列表高度更改------------*/
.admin_sidecon .tree li.open .tree_parent{ background:none;}
.admin_sidecon li { padding:0px;}
/*------------------------站点管理列表高度更改------------*/
/*admin content*/
.admin_con{ padding:13px 10px 20px 19px;}
.admin_con .edit_tbl{ padding-left:10px;}
.admin_crumb{ padding-bottom:10px;}
.admin_info{ line-height:25px; margin-bottom:15px;}
.admin_info strong{}
.admin_info strong span{}
.admin_info small{ font-size:12px;}
.admin_info span{ padding-right:23px;}
/* =12 administrator  2.01版本增加 end*/

/* =13 job recruitment 招聘 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.job_con .page{ background:none;}
/*job recruitment  招聘列表*/
 .tab_reclist th{ background-color:#474747; color:#fff;}
 .tab_reclist td{ border-bottom:1px solid #3e3e3e;}
 .tab_reclist td a { color:#f60;}
/*vote 投票*/
 .voted_details{ border-top:1px dashed #3e3e3e;}
 .voted_details li .vote_mem{ color:#D6E3F6;}
      /* 4.3 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.LoginReg{ background-color:#1f1f1f; border:1px solid #2e2e2e;padding-top:10px; padding-bottom:10px;}
.LoginReg .td-b1 { border-left: 1px solid #747474;}