/*
	[Destoon B2B System] Copyright (c) 2008-2011 Destoon.COM
	This is NOT a freeware, use is subject to license.txt
*/
@IMPORT "../common.css";
/* global */
body {margin:0px;font-size:12px;color:#000000;/*background:url(bg.gif) repeat-x top ;*/}
/* common */
.m {width:980px;margin:auto;}
.top {height:28px;line-height:28px;color:#000;background:url(top_bg.gif) repeat-x;padding:0px 10px 0px 10px;}
#top a {color:#000;text-decoration:none;}

.head {height:115px;overflow:hidden;}
.head div {float:left;}
.head .logo {padding:15px 10px 0 20px;height:90px;overflow:hidden;}
.head h1 {font-size:36px;margin:32px 0 5px 10px;color:#000;font-family:"黑体";}
.head h4 {font-size:12px;margin:0 0 0 10px;color:#414141;}
/* h4 alink */
.head h4 a{color: #414141; text-decoration: none; font-size: 12px;}
.head h4 a:hover{color: red;}

#menu a {text-decoration:none;}
.menu {height:30px;overflow:hidden;font-size:12px;}
.menu span {color:#fff;}

.menu_li {float:left;line-height:30px;padding:0 18px 0 18px;margin-left:3px;background:url(menu_bg_li.gif) no-repeat;}
.menu_on {float:left;line-height:30px;padding:0 18px 0 18px;margin-left:3px;background:url(menu_bg_On.gif) no-repeat;}

.menu_index_li{float:left;line-height:30px;padding:0 18px 0 18px;margin-left:10px;background:url(menu_bg_li.gif) no-repeat;}
.menu_index_on{float:left;line-height:30px;padding:0 18px 0 18px;margin-left:10px;background:url(menu_bg_On.gif) no-repeat;}

.menu_index_on span{color:#ffffff}
.menu_on span{color:#ffffff}

.side_head {height:30px;background:url(side_head_l.gif) no-repeat left top;}
.side_head div {padding:0px 10px 0 25px;font-size:14px;height:30px;line-height:30px;overflow:hidden;background:url(side_head_r.gif) no-repeat right top;}
.side_head div strong{ color:#fff; }
.side_body {border:#DDDDDD 1px solid;border-top:none;background:#FFFFFF;padding:10px;margin:0 0 10px;}
.side_body li {background:url('../../image/ico_arrow.gif') no-repeat 5px 7px;padding:0 0 0 20px;height:26px;line-height:26px;overflow:hidden;}

.main_head {height:30px;background:url(main_head_l.gif) no-repeat left top;}
.main_head div {padding:3px 10px 0 30px;font-size:14px;height:30px;line-height:30px;overflow:hidden;background:url(main_head_r.gif) no-repeat right top;}
.main_head div strong{ color:#007F80; }
.main_body {border:#DDDDDD 1px solid;border-top:none;background:#FFFFFF;padding:10px;margin:0 0 10px;}

.foot {text-align:center;padding:15px;line-height:28px;background:#FFFFFF url(foot.gif) repeat-x top ;}



#menu a{
    color:#fff;
    z-index: 10;
}
.menu_li{
    background:url("bg_menu_left.jpg") no-repeat scroll 0 0 transparent;
    position:relative;
}
.menu_li .bg_right{
    display:block;
    position:absolute;
    width:15px;
    height:30px;
    top:0;
    right:0;
    background:url("bg_menu_right.jpg") no-repeat scroll 0 0 transparent;
}
.menu_on{
    background:url("bgyellow_menu_left.jpg") no-repeat scroll 0 0 transparent;
}
