@charset "utf-8";
/*
描述: Cavan主题样式表第二十六套
作者: linli
版本: 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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a{ color:#b9b9b9; text-decoration:none;}
html body a:hover, #default_link_hover_color, #Footer a:hover{ color:#ee3839; text-decoration:underline;}

/* common 2.01版本增加 begin*/
input, textarea, select{ color:#333;}
h4.title{ color:#e1e1e1; 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:2px 0 3px 3px; vertical-align:middle;}
.popup label.error{ padding:3px 0 5px; display:block;}

/* common 2.01版本增加 end*/

/* =1 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{color:#b9b9b9;background:#353535;}
#Container{width:1003px; background:#353535;}

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{position:relative; width:255px; overflow:hidden; padding-top:100px;z-index:101;}
#Logo{ top:0; left:40px;}
.logoText{font-size:22px; line-height:70px; position:absolute;}
#Logo .logoText a{color:#000; font-family:Arial;}
.logoText a:hover{ text-decoration:none;}

#Navbar{ margin-left:40px; width:162px; background:url(images/nav_bg.png) no-repeat -324px bottom;}
.scrollNav{ width:124px; height:24px; margin:-14px auto 0; padding-bottom:10px; position:relative;}
.navleft,.navright{ background:url(images/navbtn.gif) no-repeat; position:absolute; width:49px; line-height:24px; height:24px; _height:24px; cursor:pointer;}
.navleft{ left:0;}
.navright{ right:0; background-position:center -25px;}

.nav,.nav_in{ background:url(images/nav_bg.png) no-repeat;}
.nav{ padding-top:10px;}
.nav_in{ background-position:-162px 0; background-repeat:repeat-y; padding-bottom:40px;}
.nav_inner{ width:141px; margin:0 auto;}
.nav li{ background:url(images/nav_itembg.png) no-repeat; padding-bottom:2px; margin-bottom:3px;}
.nav li a{ height:22px; _width:110px;background:url(images/navico.gif) no-repeat 8px 8px; display:block; padding-left:19px; line-height:23px; color:#d10000; overflow:hidden;}
.nav li a:hover { color:#d10000; text-decoration:none;}
.nav .liImg{display:none;}
.nav li.navhover a{background-position:7px -15px; font-weight:bold;}

.submenu{ display:none; padding:8px 0;}
.submenu .subline{ height:8px; display:block; overflow:hidden;}
#Navbar .submenu a{ height:20px;_width:110px; overflow:hidden; line-height:20px; color:#fff; padding-left:35px; background:url(images/navsubico.gif) no-repeat 22px center; font-weight:normal;}
#Navbar .submenu a:hover, #Navbar .submenu a.submenu_cur{ font-weight:bold;}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{ width:708px; margin-right:40px; overflow:visible;}
#Banner{position:relative; width:1003px; overflow:hidden; margin:0 -40px 0 -255px; padding-bottom:14px; background:#fff;}
.bannerText{position:absolute; left:247px; top:128px; color:#c00; font-size:26px; font-family:"微软雅黑";}

#Wrapper{ position:relative; width:708px; padding:0 40px 20px 255px; margin:0 -40px 0 -255px; background:url(images/body_bg.png) no-repeat #353535; min-height:200px; /*overflow:visible;*/ display:inline;}

#Main{}
.product,.faq{width:576px; overflow:hidden;}

/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ background:#fff; padding:8px 40px; *padding-top:4px; color:#5d5d5d; line-height:23px; position:relative;}
#Footer a{ color:#5d5d5d;}
.footer_stat{ position:absolute; right:40px; top:8px;}
.footer_links{ margin-right:190px;}
.footer_authentication{ margin-right:10px;}
.footer_records,.footer_authentication{ display:inline;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.com_title,.com_title_in,.com_title_inner{ height:28px; background:url(images/com_titlebg.png) no-repeat; color:#fff;}
.com_title{ padding-left:104px; position:relative;}
.com_title_in{ padding-right:10px; background-position:right -60px;}
.com_title_inner{ background-repeat:repeat-x; background-position:0 -30px;}
.com_title h2{ white-space:nowrap; margin-left:-90px; position:absolute; line-height:27px; font-weight:bold;}

/* 2.01版本修改增加begin */
.more{ padding-top:6px;}
.more a{ color:#ee3839; line-height:normal; text-decoration:underline;}
.more a:hover{ color:#f60;}
.more a span{ font-family:"宋体",simsun;}
/* 2.01版本修改增加end */

/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content,#Main .MenuCompon{ padding:10px 10px 20px; background:#353535; position:relative;}
#Main .MenuCompon{ padding-top:0;}
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold; color:#f4f4f4; margin-bottom:5px;}
.com_image_title_text1{ padding-bottom:10px;}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.feedback_con{}
.feedback_con table td { height:26px; }
.edit_tbl .btn{ margin-top:5px;} /*modify 2.01版本增加*/
.edit_tbl .btn,
.item_search .btn, 
.feedback_con .btn,
.vote_btn .btn{ background:url(images/btn.png) no-repeat; width:58px; height:22px; font-size:12px; color:#fff; border:none; cursor:pointer;}
.feedback_con table input { color:#fff; padding:1px; border:1px solid #404040; background:#5d5d5d; width:132px; height:15px; }
.feedback_con table textarea{ color:#fff; padding:1px; width:286px; height:136px;  border:1px solid #404040; background:#5d5d5d;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#SideBar.Sub_special{ margin-left:-708px!important;}
#Sub.Sub_special{ width:120px!important;}
.product_sidecon{ background:#353535; position:relative;}
.product{ margin-left:130px; color:#999;}
.tree{ line-height:24px; padding-top:15px;}
.tree li{ zoom:1;}
.tree li.open{}
.tree li a{ color:#959595; }
.tree_parent{ background:url(images/parent_ico.gif) no-repeat 16px 10px; *background-position:16px 8px; line-height:24px; _height:24px; cursor:pointer; padding-left:28px;}
.faq_sidecon .tree_parent{ cursor:default;}
.admin_sidecon .tree_parent{ padding-left:20px; background-position:8px 10px;}
.tree li a:hover{}
.tree .open a{color:#c7c7c7; font-weight:bold;}
.tree_sub{ margin-left:20px;}
.tree .tree_sub li{ padding-left:20px; background:url(images/prd_subico.gif) no-repeat 10px 8px;}
.tree .tree_sub li a{color:#959595; font-weight:normal;}
.tree .tree_sub .cur a{ color:#c7c7c7; font-weight:bold;}

.product h3 a{ font-size:12px; color:#c7c7c7;}

.prdcrumb{ font-family:Simsun; margin:20px 10px 20px 0;}
.prdcrumb strong{ font-weight:bold; color:#fff;}
.product_con_detail{ padding:0 10px;}
.product_con_detail .pic{ margin:0 0 20px;}
.product_con_detail .info{ margin-left:10px;}
.product_con_detail .info table{ color:#bcbcbc; font-family:Verdana; border:solid #353535; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ background:#656565; border:solid #353535; border-width:0 1px 1px 0; text-align:right; width:60px; padding:0 5px 0 10px;}
.product_con_detail .info td{ background:#4f4f4f; height:28px; border:solid #353535; border-width:0 1px 1px 0; padding:0 5px;}
.prdname td{}
.prdpromotion td{ color:#fff;}

.page{ margin:20px 10px; clear:both; text-align:right; padding:5px 0;}
.page a{ color:#808080; text-decoration:underline; margin-right:10px;}
.page a:hover{ color:#fff;}
.page .disabled{ color:#6d6d6d; margin-right:10px;}
.page select{ color:#808080;}


/***********************主内容区域 2.01版本修改增加 begin **************************************/
.result_con{ line-height:1.8;}
.result_con .result_suc{ padding:10px 10px 0;}

/*gray button*/
.gray_btn{ background:#f1f1f1; 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 #bdbdbd;}
.input{ padding:3px 1px 3px 3px; height:16px; line-height:16px;}
.content .input, .content textarea{ background:#5D5D5D; border:1px solid #404040; color:#FFFFFF;}
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:270px;}

.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:#ddd; 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{ text-decoration:underline;}
.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; color:#333; padding:2px 1px 2px 5px; line-height:24px;}
.gridlist tr.over{ background:#454545;}
.popup .gridlist tr.over{ background:#FFF9D2;}

.orderlist{ margin-bottom:12px;}
.orders_nav li.cur{ border-bottom-color:#F47604; color:#F47604;}
.orders_nav li{ border-bottom-color:#868686; color:#868686;}

/*产品详细页面*/
.product_con_detail .prd_summary{}
.product_con_detail .prdtitle{ color:#ccc; font-weight:bold; font-size:16px;}
.product_con_detail .important_info th{ color:#ddd; line-height:25px;}
.product_con_detail .important_info .morehilite{ font-size:16px;}

.product_con_detail .prd_info_tab{ border-bottom:1px solid #bbb;}
.product_con_detail .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;}
.product_con_detail .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; min-height:390px;}
.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版本修改增加 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.faq, .admin, .news{ margin-left:130px; line-height:20px;}
.faq_con{ padding-top:18px;}

h3.h3_title, .guestbook .msg_question{ background:url(images/faq_ico.gif) no-repeat 0 5px; color:#c7c7c7; font-size:14px; font-weight:normal; line-height:25px; padding-left:20px; margin:26px 10px 0; position:relative;}
.h3_title a{ 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{ background-position:0 3px; border-bottom:1px dotted #5F5F5F; font-size:12px; line-height:22px; margin-top:13px;}
.faq_sidecon, .news_sidecon, .admin_sidecon { background:#353535; padding:0 10px 0 0; position:relative;}
.sidecon,.side .MenuCompon{ padding-bottom:20px;}
.faq .page, .news .page{ background:none;}

.answer{ line-height:1.8; padding:0 10px 0 30px;}
.news_detail_con .answer{ padding:15px 0 10px 2px; width:99%; overflow:hidden; }
.news_detail_con .news_tit{ 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:1003px;/* background:url(images/top_log_bg3.gif) #353535 repeat-x 0 0;*/ height:30px; line-height:30px; }
.topLogBox_in a{ color:#B9B9B9;}
.topLogBox_in a:hover{ color:#ff6600;}
.lanLine{ color:#DBDBDB;}

/*弹出框*/
.popup_inner{ background:#fff; border:4px solid #808080; color:#333;}
.popup_inner h3{ background:#DFDFDF; 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:#699716; 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:#438207; 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:#24fd00;}
.morehilite{ color:#24fd00;}
.popup .hilite, .popup .state_success, .popup .morehilite{ color:#f60;}
.state_wait{ color:#61B212;}
.state_stop{ color:#196AFF;}

.order_more a{ color:#ee3839; display:inline-block; font-family:"宋体",simsun;}




/*admin sidebar*/
.admin_sidecon{ padding-right:0 !important;}
.admin_sidecon .open a{ color:#ee3839;}

/*admin content*/
.admin_con{ padding:10px 5px 10px 10px; *padding-bottom:0px;}
.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{ color:#A64A00;}
.admin_info small{ font-size:12px;}
.admin_info span{ padding-right:23px;}
/* =12 administrator  2.01版本增加 end*/
/* =13 job recruitment 招聘 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.recruitment{ margin-left:130px; line-height:20px;}
.job_sidecon {
    background: none repeat scroll 0 0 #353535;
    padding: 0 10px 0 0;
    position: relative;
}
.job_con .page{ background:none;}
/*job recruitment  招聘列表*/
 .tab_reclist th{ background-color:#5f5f5f; color:#fff;}
 .tab_reclist td{ border-bottom:1px solid #5f5f5f;}
 .tab_reclist td a{ color:#f60;} 
/*vote 投票*/
 .voted_details{ border-top:1px dashed #5f5f5f;}
 .voted_details li .vote_mem{ color:#EE3839;}
