@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- product detail
11- faq
*/

/* =0 common
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table,textarea,select,input{ font-size:12px;}
a{ color:#33990B;}
html body a:hover, #default_link_hover_color, #Footer a:hover{ color:#528118; text-decoration:underline;}

/*common 2.01版本增加 begin*/
input, textarea, select{ color:#333;}
h4.title{ color:#000; font-weight:bold; font-size:14px; padding:10px 0;}
.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:#57784b; background:#f0f5e5; }
#ContainerOut{ background:url(images/body_bg.gif) 0 0 repeat-x;}
#Container{ width:963px;  background:#f0f5e5; }

/* =2 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{position:relative; margin:0 auto; height:108px; width:963px; background: url(images/header_bg.jpg) no-repeat;}	
.logoText{font-size:24px; position:absolute; top:46px; left:10px; }
#Logo .logoText a{color:#51b500; text-decoration:none; font-family:Verdana; font-weight:bold;}

#Navbar{ width:780px; top:43px; right:6px; }
.nav{background:url(images/nav_bg.gif) repeat-x; height:36px;}
.nav_in{ background:url(images/nav_left.jpg) no-repeat; padding-left:18px; height:36px;}
.scrollNav{ background:url(images/nav_right.jpg) no-repeat right 0; height:36px; width:36px; position:absolute; top:0; right:0; padding-right:20px;}
.navleft,.navright{ position:absolute; top:13px; width:16px; height:17px; cursor:pointer;}
.navleft{ background:url(images/navLeft.gif) no-repeat right 0; left:16px;}
.navright{ background:url(images/navRight.gif) no-repeat; left:38px;}

.nav li{ float:left;}
.nav li .nav_level_one{ float:left; overflow:hidden; display:inline-block; line-height:36px; height:36px; font-size:12px; color:#fff; text-decoration:none; text-align:center;}
/*.nav li .nav_level_one:hover,.nav .navhover a{ background:url(images/nav_cur.gif) no-repeat center; color:#dc7919; font-weight:bold; text-decoration:none;}*/
.nav li .nav_level_one:hover,.nav .navhover a{color:#dc7919; font-weight:bold; }
.nav .liImg{ width:1px; height:36px; background:url(images/nav_line.gif) no-repeat; }
/******nav_level_one 一级菜单 ******/
.nav_span_in, .nav_span_inner{ display:inline-block;}
.nav_level_one { padding-left:10px;}
.nav_span_inner { padding-right:10px;}
.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:left -49px; background-repeat:repeat-x; }
.nav .nav_level_one .nav_span_inner:hover,.navhover .nav_level_one .nav_span_inner { background-position:right -99px; background-repeat:no-repeat; text-decoration:none;}

.level_wid .nav_level_one{ width:78px; overflow:hidden;}
.level_wid .nav_level_one {padding-left:0px; }
.level_wid  .nav_span_inner { padding-right:0px;}
.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_cur.gif) no-repeat left center; text-decoration:none;}

.submenu{ position:absolute; top:36px; display:none; background:url(images/subnav_bg.gif) repeat-x;}
.submenu div{  background:url(images/subnav_left.gif) no-repeat; height:27px; float:left; padding-left:4px;}
.submenu div div{ background:url(images/subnav_right.gif) no-repeat right 0; height:27px; float:left; padding-right:4px; white-space:nowrap;}
.submenu .subline{ display:none;}
#Navbar .submenu a{ background:none; width:auto; float:none; display:inline-block; padding:0 10px; font-size:12px; color:#dc7919; font-weight:normal; font-family:Arial,Helvetica,sans-serif; height:24px; line-height:27px; text-decoration:none;}
#Navbar .submenu a:hover, #Navbar .submenu a.submenu_cur{ text-decoration:underline;}
#Navbar .submenu a:hover, #Navbar .submenu a.submenu_cur,#Navbar .navhover .submenu a{}

/* =3 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body,.links{width:963px;margin:0 auto;}
#Banner{ width:963px; text-align:center; position:relative;}
.bannerText{ position:absolute; right:266px; bottom:156px; color:#75d343; font-size:20px; font-weight:bold; font-family:Microsoft Yahei;}
#SideBar{ margin-left:-963px;}

/* =4 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{ background: url(images/footer_bg.jpg) no-repeat center bottom; padding:30px 0; line-height:22px; text-align:center}
#Footer a{ color:#57784b; text-decoration:none; margin:0 6px;}
#Footer a:hover{ color:#ED870E; text-decoration:underline;}
.footer_stat{}
.footer_stat img{ margin-right:2px;}

/* =5 main
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Main{ margin:0 220px; padding-top:16px;}
.com_title{ clear:both; background:url(images/com_title_bg.gif) repeat-x; height:31px; width:auto;}
.com_title_in{ background:url(images/com_title_left.jpg) no-repeat; padding-left:22px; height:31px; }
.com_title_inner{ background:url(images/com_title_right.gif) no-repeat right 0; padding-right:45px; height:31px;}
.com_title h2{ color:#217600; font-weight:bold; font-size:14px; height:31px; line-height:31px;  background:url(images/com_title_h2_bg.gif) no-repeat right 0; float:left; padding-right:36px; padding-left:3px;}

.com_title .more{ display:none; position:absolute; top:12px; right:0; background:url(images/more.gif) no-repeat; width:29px; height:9px; overflow:hidden; text-indent:-9999px; display:block;}

/* 2.01版本修改增加begin */
.more{ padding-top:6px;}
.more a{ color:#516800; line-height:normal; text-decoration:underline;}
.more a:hover{ text-decoration:none; color:#E37600;}
.more a span{ font-family:"宋体",simsun;}
/* 2.01版本修改增加end */

.main_cell{ margin-bottom:10px; border-bottom:1px solid #cfea99;}
#Main .content,.links .content,#Main .AttentnCompon{border:1px solid #cfea99; border-top:none; background:#fff;}
.links{ padding-bottom:10px;}
/* =6 sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Sub,#Extra{ width:207px;}
.side .com_title{ background: url(images/side-com-title-bg.gif) repeat-x left 16px; height:43px;}
.side .com_title_in{ background: url(images/side-com-title-l.gif) no-repeat left 16px; height:43px;}
.side .com_title_inner{ background: url(images/side-com-title-r.gif) no-repeat right top; height:43px;}
.side .com_title h2{ background:none; padding-right:0; padding-top:18px; line-height:25px;color:#217600; font-weight:bold; padding-left:26px; font-size:14px;}
.side .content,.side .MenuCompon,.side .AttentnCompon{ padding:10px 5px 18px; margin-bottom:10px; border:1px solid #85c30d; border-top:none; background:#fdfff8; overflow:hidden;}
.side .com_rotate_pic{ width:200px;}
.com_bullet li{ line-height:24px; padding-left:12px; color:#33990b;}
.com_bullet a{ color:#33990b;}
.com_bullet a:hover{ color:#ed870e;}

.side .discUL li{ list-style:none; list-style-position:outside; background:url(images/li_icon.gif) no-repeat 10px 9px; padding-left:26px;}

/* =7 content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.content img{ vertical-align:middle;}
.content h3{font-size:12px; font-weight:bold;}
.content,#Main .MenuCompon{ padding:10px; }
#Main .MenuCompon,.side .MenuCompon .tree{ padding-top:0;}

.page{ padding:10px 0 20px; text-align:center; clear:both; color:#33990b; background:#fff; margin-bottom:20px; border:1px solid #cfea99; border-top:none;}
.page input{ width:17px; height:15px; border:1px solid #631b02; background:#eee2bc; padding:1px;}
.page a{ color:#33990b; text-decoration:underline; margin-right:10px;}
.page a:hover{ color:#ED870E;}
.page .disabled{ margin-right:10px;}

/* =8 feedback
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.feedback_con{ padding:10px;}
.feedback_con table td { height:37px; }
.edit_tbl .btn{ margin-top:5px;} /*modify 2.01版本增加*/
.feedback_con .btn, .item_search .btn, .btn_box .btn, .vote_btn .btn,.btn{ background:url(images/btn.gif) no-repeat; width:58px; height:22px; font-size:12px; color:#fff; border:0; cursor:pointer;}
.feedback_con table input { padding:1px 1px 1px 2px; border:1px solid #e2e2e2; width:132px; height:16px; }
.feedback_con table textarea{ padding:1px 1px 1px 2px; width:286px; height:136px;  border:1px solid #e2e2e2;}

/* =9 product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.product_sidecon{ border:1px solid #85c30d; border-top:none; background:#fdfff8; width:191px; overflow:hidden;}
.tree{}
.tree li{display:block; line-height:26px;}
.tree li.open{}
.tree li a{color:#33990b;  text-decoration:none;}
.tree_parent{background:url(images/tree-close.gif) no-repeat 0 8px; line-height:26px; _height:26px; cursor:pointer; padding-left:32px;}
.tree li.open .tree_parent{background: url(images/tree-open.gif) no-repeat 0px 8px;}
#Main .tree_parent{background:url(images/tree-close0.gif) no-repeat 15px 8px;}
#Main .tree li.open .tree_parent{background: url(images/tree-open0.gif) no-repeat 15px 8px;}
.faq_sidecon .tree_parent{ cursor:default;}
.tree li a:hover{ text-decoration:underline;font-weight:bold; color:#57784b;}
.tree .open a{font-weight:bold;}
.tree_sub{ padding-left:20px;}
.tree .tree_sub li{ background:url(images/subtree_icon.gif) no-repeat 12px 10px; padding-left:23px;}
.tree .tree_sub li a{ color:#57784b; font-weight:normal;}
.tree .tree_sub li a:hover{ font-weight:bold;}
.tree .tree_sub .cur a{color:#57784b; 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 22px 10px; }
/*------------------------新闻中心,faq,站点管理,列表图标更改------------*/
.product_con1,.product_con2{ padding:20px; border-left:1px solid #cfea99; border-right:1px solid #cfea99; background:#fff;}
.prd_row_span2, .prd_row_span3{ margin-bottom:0;}

.prdcrumb{ padding:0 7px 10px;}
.prdcrumb strong{ font-weight:bold;}
.prdcrumb a{ color:#33990B;}
.prdcrumb a:hover{ text-decoration:underline;}

.prd_cell{ margin-top:5px; overflow:hidden;}
.prd_cell .pic a{ display:inline-block; }
.prd_cell .info{ line-height:18px; padding-top:5px;}
.product h3 a{ color:#57784b; font-weight:bold; text-decoration:none; line-height:22px;}

/* =10 product detail
--------------------------------------------------------------------*/
.product_con_detail{ padding:15px 10px; background:#fff; border:1px solid #CFEA99; border-top:none;}
.product_con_detail .info{ margin:5px 0 0 10px; line-height:18px;}
.product_con_detail .pic{ margin:0 0 20px 10px;}
.product_con_detail .info table{ font-family:Verdana; border-width:1px 0 0 1px; line-height:18px;}
.product_con_detail .info th{ color:#17370a; font-weight:bold; text-align:right;}
.product_con_detail .info td{ height:28px;}
.prdname td{ font-size:14px; font-weight:bold;}
.prdpromotion td{ font-size:14px; color:#f60; font-weight:bold;}



/***********************主内容区域 2.01版本修改增加 begin **************************************/
.result_con{ line-height:1.8;}
.result_con .result_suc{ padding:10px 10px 0;}

/*gray button*/
.gray_btn{ 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;}
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{ color:#333; 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{ color:#707070;}
.gridlist{ border:1px solid;}
.gridlist td{ border-top:1px solid; color:#777; padding:2px 1px 2px 5px; line-height:19px;}
.gridlist, .gridlist td{ border-color:#C5C5C5;}
.gridlist th{ background:#EEE; color:#333; padding:2px 1px 2px 5px; line-height:24px;}
.gridlist tr.over{ background:#EBF5DC;}

.orderlist{ margin-bottom:12px;}

/*产品详细页面*/
.product_con_detail .prd_summary{}
.product_con_detail .prdtitle{ color:#333; font-weight:bold; font-size:16px;}
.product_con_detail .important_info th{ color:#333; line-height:25px;}
.product_con_detail .important_info .morehilite{ font-size:16px;}

.prd_info_tab{ border-bottom:1px solid #bbb; margin-left:10px;}
.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:#ECF5C6 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:10px 15px 19px;}
.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版本修改增加 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Main .news_con { border-bottom:none;}
.sidecon/*,.side .MenuCompon*/{ width:175px; border:1px solid #85c30d; border-top:none; background:#fdfff8; overflow:hidden; padding:10px 5px 13px 11px;}
.content{ padding:10px 15px 15px 20px; line-height:22px; border-left:1px solid #cfea99; border-right:1px solid #cfea99; background:#fff;}

h3.h3_title, .guestbook .msg_question{ color:#008e75; background:url(images/side_h2.gif) no-repeat 0 6px; *background-position:0 4px; padding-left:14px; font-size:12px; font-weight:normal; margin:26px 10px 0; position:relative;}
.h3_title a{ color:#555; text-decoration:none;}
.h3_title a:hover{ color:#516800; 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 #e1e1e1; font-size:12px; line-height:22px; margin-top:13px;}

.answer{ background:url(images/product_line.gif) repeat-x bottom; line-height:1.8; padding:0 10px 0px 25px;}
.news_detail_con .answer{ padding:15px 0 10px 2px;}
.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:963px; background:#f0f5e5; }
.topLogBox, .topLogBox a{ color:#526901;}
.logInfo{ color:#526901;}
.logInfo a{color:#526901;}
.logInfo a:hover{ color:#E37600; text-decoration:none;}
.lanLine{ color:#A4BE7F;}

/*弹出框*/
.popup_inner{ background:#fff; border:4px solid #81C03F;}
.popup_inner h3{ background:#D9ECC5; 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:#526901; 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:#516800; text-decoration:underline;}
.popup_inner .popup_con td a{ color:#777777; text-decoration:none;}
.popup_inner .popup_con td a:hover{ color:#707070; text-decoration:underline;}
.popup_inner .popup_con a:hover{ color:#FF6600; 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:#516800; display:inline-block; font-family:"宋体",simsun;}




/*admin sidebar*/
.admin_sidecon .open a{ color:#FF6600;}
/*------------------------站点管理列表高度更改------------*/
.admin_sidecon .tree li.open .tree_parent{ background:none;}
.admin_sidecon li { padding:0px;}
/*------------------------站点管理列表高度更改------------*/
/*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{ color:#888; line-height:25px; margin-bottom:15px;}
.admin_info strong{ color:#333;}
.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 招聘 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.job_con .page{ background:none; border:0;}
/*job recruitment  招聘列表*/
 .tab_reclist th{ background-color:#9bcd38; color:#fff;}
 .tab_reclist td{ border-bottom:1px solid #e1e1e1;}
 /*vote 投票*/
 .voted_details{ border-top:1px dashed #E1E1E1;}
 .voted_details li .vote_mem{ color:#516800;}
 /* 4.3 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.LoginReg{ background-color:#fff; padding-top:10px; padding-bottom:10px;}