@charset "utf-8";
/** 
 * Author: Lianjun
 * Date: 2010-12-01
 */
ul, li, dl, dt, dd {
	margin:0; padding:0;
}
.sidebar {
	background:url(../images/sideBar_bg.gif) #ECEFF5 repeat-x left top;
	float:left;
	padding:30px 0;
	width:140px; 
	font:bold 14px Arial;
	min-height:500px;
}
/* 超链接样式 */
a:focus { outline:0; }
a:link, a:visited {
	color:#3B5888;
	text-decoration:none;
}
a:hover, .blue14px a:active {
	color:#36c;
	text-decoration:none;
}
/* 父菜单样式 */
.fatherNav {
	list-style-type:none;
	line-height:1;
}
.fatherNav li {
	clear:both;
	padding:5px 0;
}
.fatherNav i.close {
	background:url(../images/slidedown.png) no-repeat 0 5px;
}
.fatherNav i.open {
	background:url(../images/slideup.png) no-repeat 0 5px;
}
.fatherNav li a {
	float:left;
	margin-left:5px;
    padding:4px 0;
	*padding:2px 0;
	font:normal bold 14px/120% Arial;
/*	width:60px; */
}/*
.fatherNav li a.hoved { 
	background-color:#f5f8ff;
}*/
.fatherNav li b {
	width:22px;
	height:22px;
	float:left;
	margin-left:20px;
}
.fatherNav li i {
	cursor:pointer;
	width:22px;
	height:22px;
	margin:0 5px;
	*margin:-25px 5px;
	float:left;
}
.fatherNav b.system {
	background:url(../images/icons/01.gif) no-repeat;
}
.fatherNav b.channel {
	background:url(../images/icons/channe.gif) no-repeat;
}
.fatherNav b.focusmb {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -22px 0;
}
.fatherNav b.smsadmin {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -44px 0;
}
.fatherNav b.smsorder {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -66px 0;
}
.fatherNav b.reception {
	background:url(../images/icons/02.gif) no-repeat;
}
.fatherNav b.contact {
	background:url(../images/icons/03.gif) no-repeat;
}
.fatherNav b.clientmng {
	background:url(../images/icons/04.gif) no-repeat;
}
.fatherNav b.market {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -154px 0;
}
.fatherNav b.zone {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -176px 0;
}
.fatherNav b.operat {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -198px 0;
}
.fatherNav b.admin {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -220px 0;
}
.fatherNav b.cardAdmin {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -242px 0;
}
.fatherNav b.orderReport {
	background:url(../images/icons/sidebar_icon.gif) no-repeat -264px 0;
}
/* 子菜单样式 */
.sonNav {
	clear:both;
	padding-left:40px
}
.sonNav dl {
	display:block;
	background:url(../images/logIntro_dot01.gif) no-repeat center left;
	padding-left:10px;
	line-height:22px;
}
.sonNav dl a:hover {
	background-color:#94A3C4;
	color:#fff;
	
}
.sonNav dt {
	line-height:22px;
	width:100%;
	text-align:right;
	color:#3B5888;
	font-weight:bold;
	height:18px;
/*	padding:3px 6px 0 0; */
}
.sonNav em {
    display: block;
    float: left;
    font: 12px Arial;
    height: 14px;
    margin: 4px 0;
    width: 100%;
/*	padding-left:1em; */
}
.sonNav dt a {
	color:#3B5888;
	text-decoration:none;
} 
.sonNav dl a {
    border: medium none;
    display: block;
    font-size: 14px;
/*	line-height:20px;
	height:20px; */
	margin-left:0;

	text-align:left;
}
.sonNav dl .opened {
    display: inline-block;
    padding-bottom: 5px;
}
.sonNav dl .opened em a, .sonNav dl .unopen em a {
	font-weight:normal;
	font-size:12px;
}
.sonNav dl .opened em a:hover {
	background-color:#ECEFF5;
}
.sonNav dl .unopen em a {
	margin-left:-10px;
}
.sonNav dl dd a:link, .sonNav dl dd a:visited {
	color:#999;
	text-decoration:none;
}
.sonNav dl dd a:hover, .sonNav dl dd a:active {
	color:#3B5888;
	text-decoration:underline;
}
#operatesys dl, #mngadmin dl {
	float:left;
	overflow:visible;
}
/* 下载按钮的样式 */
.sndNav {
	background:url(../images/divider_bg01.gif) no-repeat center top;
	margin-top:60px;
	padding:10px 0 0 10px;
	list-style-type:none;
}
.sndNav1 {
	background:url(../images/divider_bg01.gif) no-repeat center top;
	padding-top:5px;
}
.sndNav li {
	padding-left:10px;
}
.sndNav .download {
	background:url(../images/downloadIcon.gif) no-repeat 0 2px;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
}
/* 顶部导航 
#header .private {
    background: url(../images/downtxt_icon3.gif) no-repeat right 3px;
    padding-right: 15px;
}
#header .son {
	display:none;
	width:120px;
	border-left:1px solid #C9D5DB;
	border-bottom:1px solid #C9D5DB;
	border-right:1px solid #C9D5DB;
	background-color:#0056ab;
	position:absolute;
	padding:5px;
	top:35px;
	left:235px;
	z-index:100;
}
#header .son ul li {
    padding:0;
}
#header .son li a {
    display: block;
    font: 14px/100% Verdana;
    padding: 5px 10px;
    width:100px;
}
#header .son li a:hover {
	color:#0056ab;
	background-color:#ECEFF5;
}
*/











