/* CSS Document */
/*
*	公共样式
*
*全局样式，用于整个系统页面
*/
html,body,dl,dd,dt,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,table,img,div,tr,td {
	padding: 0;
	margin: 0;
}
html,body{background:#fff;}
body{
    font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    _height:100%;
}
/*页面中出现的所有图片样式*/
img{
	border:0;
}
/*清除浮动，放在父容器闭合标签前，使父容器自适应高度*/
.divclear {
	clear:both;
}
/*
*
* 头部样式
*应用于frame的头部
*包括：顶端信息，导航条，logo。
*
*顶端信息包括：用户欢迎，用户快捷操作，网站快捷操作
*导航条：由div和无序列表组成的一个两级横向菜单
*
*/
.header{
	margin:0 auto;
    width:1000px;
}
.heder-left{
	background:url(../img/frame/header_lbg.gif);
	float:left;
    height:74px;
    width:16px;
}
.heder-right{
	background:url(../img/frame/header_rbg.gif);
	float:left;
	height:74px;
    width:16px;
}
/*头部最外层父容器样式*/
.header-c{
	background:url(../img/frame/header_bg.png);
	float:left;
    width:968px;
}
/*
*顶端信息样式
*/

/*顶端信息父容器*/
.header-top{
    margin:0 auto;
    height:23px;
    line-height:23px;
    width: 968px;
    z-index: 2;
    position: relative;
}

/*顶端信息中左边用户欢迎信息*/
.header-top-welcome{                           
    float:left;
}
/*
*用户快捷操作
*/

/*快捷操作父容器*/
.header-top-middle{
    float:right;
    margin-right:5px;
    line-height:21px;          
}
/*快捷操作文字样式*/
.header-top-middle a{  
	display:block;
	height:21px;
	font-family:黑体,微软雅黑; 
	padding-left:5px;
	padding-right:5px;
}
/*快捷操作文字链接鼠标动作样式*/
.header-top-middle a:link,.header-top-middle a:visited {
	color:#4d4d4d;
	text-decoration: none;
}
.header-top-middle a:hover{
	background:#aaa;
	text-decoration:none;
	color:#fff;
}
.header-top-middle-2{
	background:url(../img/frame/down_icon.gif) no-repeat 100% 50%;;
	display:block;
	width:65px;
}
.header-top-middle-2 a:hover{
	background:#aaa url(../img/frame/down_hover_icon.gif) no-repeat 100% 50%;
}
/*快捷操作"安全退出"，鼠标动作样式*/
.header-top-middle-3{
	font-weight:bold;
}
/*快捷操作"字号"样式*/
.header-top-right{	
	font-family:黑体,微软雅黑;
	float:right;
	height:21px;
	line-height:21px;
	margin-left:2px;
	_margin-left:1px;   /*for ie6*/ 
}
/*快捷操作容器样式*/
.header-top-right td{	
	color:#999;
}
/*快捷操作"变换字体容器"样式*/

.font-change a{
    background:url(../img/frame/font_bg.gif) center no-repeat;
    color:#fff;
	padding: 5px 4px;
	text-decoration: none;
}
.header-top-right a:hover{
	background:url(../img/frame/font_hover_bg.gif) center no-repeat;
	text-decoration: none;	
}
/*快捷操作"变换"间空隙样式*/
#changeFrame{
	background: #CCC;
	padding: 3px 5px;
}
/*
*横向两级导航条样式
*/
/*两级导航条父容器*/

.header-main-c{
	margin:0 auto;
	width:968px;
	height:52px;
}
.logo{
	background:url(../img/frame/logo.gif) 0% 50% no-repeat;  /*-----公司LOGO---*/
	_background-image:url(../img/frame/logo.gif);
	_background: none transparent scroll repeat 0% 50%; 
	_FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/frame/logo.gif',sizingMethod='scale');
	float:left;
	margin-top:-23px;
	_margin-top:-10px;
	width:235px;
	height:70px;
}

/*两级导航条样式*/
 #nve {  
   font: 14px "微软雅黑";
   float:right;
   margin-top: 9px;
   margin-right: -6px;
}
/*导航条一级菜单样式*/
#nve ul{
   float: right;
   margin:0;
   padding-top: 0;
}      
/*导航条一级菜单单项tabs样式*/
.nav-li2{     
   background:url(../img/frame/ui_tabsnav_li_bg.png) repeat-x;
   border:none;
   float: left;
   height:41px;
   line-height:41px;
   list-style:none;
   white-space: nowrap;
   z-index: 1;
   position: relative;
}

.nav-left{
   background:url(../img/frame/ui-tabslLeft_bg.png) no-repeat;
}

.nav-right{
   background:url(../img/frame/ui-tabslRight_bg.png) no-repeat;
}
.navLi2-selected{
   background:url(../img/frame/ui-tabs_select_bg.png) repeat-x;
}
.nav-left-selected{
   background:url(../img/frame/ui-tabslLeft_selectbg.png) no-repeat;
}
.nav-right-selected{
   background:url(../img/frame/ui-tabslRight_selectbg.png) no-repeat;
}

/*导航条一级菜单动态链接样式*/
.nav-li2 a{
   background:url(../img/frame/ui_tabsnav_space_bg.png) 0% 100% no-repeat;
   color:#095395;
   float: left;
   font-weight: bold;
   letter-spacing:0.1em; 
   text-align:center;
   text-decoration: none;
   padding: 0px 15px;
}
.nav-li2 a:hover{
	color:#FF0000;
}
.nav-left a,.nav-right a{
	width:110px;
	padding:0;
}
.navLi2-selected a{
   background:url(../img/frame/ui_tabsnav_space_bg.png) 0% 100% no-repeat;
   color:#fff;
}
.nav-left-selected a,.nav-right-selected a,.nav-left-selected a:hover,.nav-right-selected a:hover,.navLi2-selected  a:hover{
	color:#fff;
}

 /*
 *页面中间内容部分（middle）样式，定义页面主要内容样式
 *包括：leftiframe和rightiframe
 *
 *leftiframe包括：用户信息，下拉菜单，服务热线
 *rightiframe包括：访问路径，滚动新闻，rightframe
 */
 /*中间（middle）部分最外层父容器样式*/
.middle{	
 	margin:0 auto;
 	width:auto;
 }
 .middle-c{
   margin:0 auto;
   width:1000px;
     background:url(./image/left_frame.png) no-repeat;
     background-size:250px 100%;
      background-repeat:no-repeat;
 }
/*
*
*left iframe样式
 *包括：用户信息，下拉菜单，服务热线
*/
 .leftiframe{	
 	float:left;
 	position: relative;
 	width:250px;
 	z-index:1;
 	overflow:hidden;
 }
 
 /*
*用户信息和菜单项大标题样式
*/
.leftiframe-title{
	height:20px;
	text-align:center;
	width:250px;

}
/*标题内容主体样式*/
.leftiframe-title-text{
	background:#A9955B;
	float:left;
	height:20px;
	width:250px;
}
/*标题内容文字样式*/
.leftiframe-title-text span{
	color:#095395;
	font-size:15px;
    font-weight: bold;
    line-height:35px;
 }
 /*控制内容显示按钮样式*/
#leftiframe-onoff{
 	margin-right:12px;
 	_margin-right:3px;    /*ie6*/	
 	cursor:pointer;
 	float:right;
 	height:27px;
 	width:41px;
 	position: absolute;
    margin-left: 142px;
    margin-top: -27px;
 }
  .leftiframe-on{
   background:url(../img/frame/leftiframe_onoff.gif) no-repeat; 
   background-position:0px 0px;	
  }   
 .leftiframe-off{
     background:url(../img/frame/leftiframe_onoff.gif) no-repeat;
     background-position: 0px -27px; 	
 }
  .leftiframe-onoff-hover{
     background:url(../img/frame/leftiframe_open_hover.gif) no-repeat; 	
  }
 /*
*用户信息样式
*/

 /*用户信息父容器样式*/
.leftiframe-userinfo{
	background:#fff url(../img/frame/left_yy.png) bottom no-repeat;
	width:183px;
	padding-bottom:4px;
 }
 /*用户名称容器样式*/
.user{
		border:#d9d9d9 1px solid;
	border-bottom:none;
	padding: 7px 7px 10px 7px;
	background:url(../img/frame/user_bg.gif) bottom no-repeat;
}
/**/
.user-detail{

	width:100%;
}
/*用户名字容器样式*/
.username a{
	font-size:16px;
	font-weight:bold;
	color:#095395;
}
.username a:hover{
	color:#FF0000;
}
.gray{
	color:#888;
}
.lastlogin{
	color:#888;
	display:block;
	height:23px;
	line-height: 30px;
}
/*用户等级文本样式*/
.rating{
	
}
/*用户头像容器样式*/
.user-photo{
	float:right;
	padding:0;
}
.user-photo-img{
	width:45px;
	_width:40px;
}
 /*用户信息表格样式*/
.leftiframe-userinfo-detail{	
 	background:#f6f6f6; 
	border:#d9d9d9 1px solid;
	border-top:none;
	padding:7px;
 }
.leftiframe-userinfo-detail table{
	border-top:none;
	border-collapse: separate;
 	table-layout:fixed;
 	width: 100%;
 }

.leftiframe-userinfo-detail a{
	color:#4d4d4d;
}
.leftiframe-userinfo-detail a:hover{
	color:#095395;
	text-decoration:underline;
}
  /*用户信息表格第一列样式*/
.leftiframe-userinfo-detail-tdeq0{
	width: 62px;
 }
 /*用户信息表格第二列样式*/
.leftiframe-userinfo-detail-tdeq2,.leftiframe-userinfo td{
	height:20px;
	line-height:20px;
	overflow:hidden;
	word-break:keep-all;
    white-space:nowrap;
	text-overflow:ellipsis;
 }
 /*用户信息表格第三列样式*/
.leftiframe-userinfo-detail-tdchild3 {
 	color:#095395;
 	font-weight:bold;
 	text-align:right;
 }

/*
*左边竖向下拉两级菜单
*/

/*竖向下拉两级菜单父容器*/
.leftmenu{
 	width:250px;
 	float:left;
 }
 /*竖向下拉两级菜单容器样式*/
.leftmenu-list{
	margin: 0 auto;

}

/*未展开的一级菜单样式*/
.leftmenu .menu-li1{

    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    line-height: 44px;
    background:  url(../img/frame/j.png) 206px 18px no-repeat;
}
/*未展开的一级菜单，鼠标样式*/
/*一级菜单链接样式*/
.leftmenu .menu-li1 a{
    background:url(../img/frame/icon_leftlist.png) no-repeat;
	 display:block;
     width:250px;
     height:44px;
	 line-height: 44px;
     color:#fff;
    text-indent:75px;
     blr:expression(this.onFocus=this.blur());   /* IE Opera */
    /* text-shadow: 1px 1px white;*/
     outline:none; /* FF Opera */ 
}

.leftmenu .menu-li1 a#mnu01{
    background-position:35px -13px;
}
.leftmenu .menu-li1 a#mnu02{
    background-position: 35px -62px;
}
.leftmenu .menu-li1 a#mnu03{
    background-position:35px -106px;
}
.leftmenu .menu-li1 a#mnu04{
    background-position:35px -153px;
}
.leftmenu .menu-li1 a#mnu05{
    background-position: 35px -200px;
}
.leftmenu .menu-li1 a#mnu06{
    background-position: 35px -250px;
}
.leftmenu .menu-li1 a#mnu07{
    background-position: 35px -306px;
}
.leftmenu .menu-li1 a#mnu08{
    background-position: 35px -358px;
}
/* .leftmenu .menu-li1 a#mnu09{
    background-position: 35px -358px;
} */
.leftmenu .menu-li1 a#mnu09{
    background-position: 35px -408px;
} 

/*选中展开的一级菜单样式*/
.menuLi1-selected{
	/*background:url(../img/frame/menu_bg.png) no-repeat 0px -37px !important;
	color: black !important;
    font-weight: bold;*/
}

/*未展开的一级菜单，链接鼠标动作样式*/
.leftmenu .menu-li1 a:hover{
    text-decoration: none;
	display:block;
}
 /*一级菜单项收起时，二级菜单隐藏样式*/
.menu-item-hide{
	display:none;
}
 /*一级菜单项展开时，二级菜单显示样式*/
.leftmenu .menu-ul2{
    margin-top:1px;
}
.leftmenu .menu-li2{
	background: #e8e8e8 url(../img/frame/menu_04.png) no-repeat 50% 100%; 
    font-size:12px;
    height:30px;
    line-height:30px;

}
 /*二级菜单显示时，菜单链接样式*/
.leftmenu .menu-li2 a{
	background:#D4C79F;
	color:#595757;
	_color:#000;
	display: block;
	height: 30px;
    line-height:30px;
    border-top:1px solid #FAF8F3;
    border-bottom:1px solid #FAF8F3;
}
.leftmenu .menu-li2 a:hover{
    background:#B82241;
	color:#fff;
}
.leftmenu  .menu-li2 .menublue{
    background: #B82241 url(../img/frame/menuCurrent.gif) no-repeat 197px 0;
	color:#fff;
}
/*
*服务热线样式
*/
.online-service{
	background:url(../img/frame/left_yy.png) no-repeat 50% 100%;
	margin:5px 0px;
	height:83px;
	padding-bottom:4px;
	width:100%;
}
.online-service .banner-img{
  	background:url(../img/frame/sevice_img_bg.png) no-repeat;
  	height:83px;
  	text-align:center;
  	width:185px;
  	display: block;
}

 /*
 *
 *右边iframe样式
 *包括：访问路径，滚动新闻，rightframe
 */
 
 /*右边iframe最外层父容器样式*/
 .rightiframe{
 	float:right;
	width: 697px;
  	overflow:hidden;
     background: #fff;
     padding:26px;
}

  /*右边iframe最外层父容器样式IE6 下使用*/
 .rightiframeIE6{
 	float:right;
	width: 680px;
  	overflow:hidden;
     background: #fff;
     padding:35px;
}

 /*
 *
 *动态滚动信息
 *包括：面包屑，滚动新闻，
 */
 
 /*动态滚动信息父容器*/
 .scrollnews{	
	margin:0 auto;
	margin-bottom: 10px;
}
 
 /*动态滚动信息左边框,右边框*/
 .scrollnews-left,.scrollnews-right{
   	display:hidden;
 }
 /*动态滚动信息内容框*/
.scrollnews-text{
   position: relative;
}

 /*访问路径样式*/
.location{	
	background:url(../common/img/home-icon.gif) left no-repeat;
	float:left;
	height:20px;
	line-height:20px;
	padding-left:25px;
}

 /*访问路径间隔号样式*/
.location .location-image{
	background:url(../img/frame/location_sign.gif) 100% no-repeat;
	display:block;
	float:left;
	margin:0px 5px;
	_margin:0px 3px;  /* for ie6*/	
	height: 20px;
	padding:0;
	width:4px;
}
/*访问路径文字及其链接样式*/
 .location span{
    background:url(../frame_red/img/home_icon.gif) left center no-repeat ;
    padding-left:15px;
 }
.location span, .location a{
	color:#999;
	display:block;
	float:left;
}

.location .locat-current{
	color:#095395;
	text-decoration: none;
}
.location a:hover,.locat-current a:hover{
	color:#095395;
	text-decoration:underline;
}

/*滚动新闻分隔号图片样式*/
.scrollnews-l{
	float:left;
	margin-left:80px;
	_margin-left:40px;
}

/*滚动热门新闻父容器样式*/
.hotnews{
	float:right;
	height:20px;
	line-height:20px;
	width:405px;
}
/*滚动热门新闻里文字链接样式*/
.hotnews marquee a{
	color:#095395;
}
.hotnews marquee a:hover{
	color:#ff0000;
}

/*公告牌*/
.bell{
	background:url(../img/frame/bell.gif) no-repeat;
	float:right;
	width:20px;
	height:20px;
}
/*.bulletin{
	 background:url(../img/frame/bulletin_bg.gif) no-repeat bottom;
	 float:left;
	 margin-top:5px;
	 padding-bottom:7px;
	 width:785px;
	 _width:780px;
}
.bulletin-title ,.bulletin-content{
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	padding:10px 20px;
}
.bulletin-title{
	border-bottom:0;
	height:20px;
	line-height:20px;
}
.bulletin-title span{
	color: #fe8614;
	display:block;
	font-size:16px ;
	font-weight:bold;
	float:left;
	height:20px;
	line-height:20px;
}
.bulletin-content {
	border-top:0;
	line-height:20px;
	padding-bottom:15px;
}
.bulletin-content ul{
	list-style:none;
}
.bulletin-close{
	background:url(../img/frame/close.gif);
	cursor:pointer;
	display:block;
	float:right;
	height:20px;
	width:20px;
}
*/
/*
*rightframe样式
*/
 #rightFrame{
 	width:100%;
 }
 
/*
*regulations样式
*/
 #regulations{
 	width:100%;
 	height: 840px;
 }
 
 
 /*
 *页脚样式
 *包括：客服热线和copyright
 */
 
 /*页脚父容器样式*/
 #footer{  
    border-top:1px #717171 solid;
 	height:100px;
 	margin:70px auto 0 auto;
 	text-align:center;
 }
 /*页脚顶部链接样式*/
 .footer-top{
     height:25px;
     margin-top: 20px;
     text-align:center;
 } 
/*页脚顶部文本样式*/
.footer-top span{
     padding:15px;
 } 
/*页脚顶部文本链接样式*/
.footer-top a{
     color:#333;
     text-decoration: none;
 } 

.footer-top a:hover,.footer-top a:active{
     color:#ff542e;
     text-decoration: none;
 } 
  /*页脚客服热线样式*/
.serviceTel{
	 color: #666;
	 height: 25px; 
        
 }
  /*页脚版权样式*/
  .copyright{
     color: #666;
     height: 25px;
 }
 
 /*
*显示/隐藏处理等待提示框
*遮罩层
*/
.mask,.mask1{
	background:#000;	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);    /* this works in IE6, IE7, and IE8 */  
	left:0;	
	height:100%; 
    position:fixed;
    *position:absolute;  
    opacity:0;    /* other browsers */  
    top: 0;
    width:100%;
    z-index:1000;
}
.mask1{  
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);    /* this works in IE6, IE7, and IE8 */  
    opacity:0.4;    /* other browsers */  
     *top:expression(eval(document.documentElement.scrollTop));  	
}
.waiting,.waiting1{	
	background:#f5f5f5;
	color:#4d4d4d;
	height:80px;
    left:40%;
    padding-top:20px;
    position:fixed;
    *position:absolute;
    text-align:center;
    *top:expression(eval(document.documentElement.scrollTop +250));   
     width:250px; 
    z-index:1001;
    border: #ccc 3px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#divWaiting  .divWaiting-img{
	background:url(../common/img/waiting.gif) 50% no-repeat;	
	height:32px;
	margin:5px auto;
	width:228px;
}
/*系统对话框父容器样式*/
.ui-dialog {
	background: #fff;
	height: 150px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 380px;
	_width: 390px;
}

/*对话框层叠公共样式*/
.ui-resizable-handle {
	display: block;
	font-size: 1px;
	position: absolute;
	z-index: 999;
}
/*对话框上边框样式*/
.ui-resizable-n {
	border-top: #ccc 3px solid;
	cursor: n-resize;
	left: 0;
	top: 0;
	width: 100%;
}
/*对话框右边框样式*/
.ui-resizable-e {
	border-right: #ccc 3px solid;
	cursor: e-resize;
	height: 100%;
	_height: 150px;
	right: 0;
	top: 3px;
}

/*对话下边框样式*/
.ui-resizable-s {
	border-bottom: #ccc 3px solid;
	bottom: 0px;
	cursor: s-resize;
	left: 0;
	width: 100%;
}
/*对话框左边框样式*/
.ui-resizable-w {
	border-left: #ccc 3px solid;
	cursor: w-resize;
	height: 100%;
	_height: 150px;
	left: 0;
	top: 3px;
}
/*对话框右下脚框样式*/
.ui-dialog .ui-resizable-se {
	bottom: 0;
	border-bottom: #ccc 3px solid;
	border-right: #ccc 3px solid;
	background: url(../common/img/dialog/dialog_se.gif) top left no-repeat;
	height: 13px;
	right: 0;
	width: 14px;
}
/*对话框左下脚框样式*/
.ui-dialog .ui-resizable-sw {
	bottom: 0;
	border-bottom: #ccc 3px solid;
	border-left: #ccc 3px solid;
	cursor: sw-resize;
	left: 0;
}
/*对话框左上脚框样式*/
.ui-dialog .ui-resizable-nw {
	border-top: #ccc 3px solid;
	border-left: #ccc 3px solid;
	cursor: nw-resize;
	left: 0;
	top: 0;
}
/*对话框右上脚框样式*/
.ui-dialog .ui-resizable-ne {
	border-top: #ccc 3px solid;
	border-right: #ccc 3px solid;
	cursor: ne-resize;
	right: 0;
	top: 0;
}

/*对话框标题容器样式*/
.ui-dialog .ui-dialog-titlebar {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: url(../common/img/table_tittle_bg.gif) bottom repeat-x;
	border-bottom: #ccc 1px solid;
	height: 35px;
	margin: 0 auto;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	letter-spacing: 2px;
	padding: 0;
	position: relative;
	width: 100%;
}
/*对话框标题样式*/
.ui-dialog .ui-dialog-title {
	color: #0b4096;
	float: left;
	font-size: 1.2em;
	padding-left: 15px;
	_padding-left: 7px;
	line-height: 35px;
}
/*对话框关闭右上角关闭按钮样式*/
.ui-dialog .ui-dialog-titlebar-close {
	height: 18px;
	margin: -10px 0 0 0;
	position: absolute;
	padding: 1px;
	right: .3em;
	top: 50%;
	width: 19px;
}
/*对话框关闭右上角关闭按钮为文字时样式*/
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
/*对话框关闭右上角关闭按钮鼠标动态样式*/
.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0;
}

/*对话框内容容器样式*/
.ui-dialog .ui-dialog-content {
	border: none;
	background: none;
	color: #4d4d4d;
	clear: both;
	overflow: auto;
	padding: 10px 20px 0 10px;
	position: relative;
	zoom: 1;
}
/*对话框内容提示图片样式*/
.kfit_dlg_img {
	margin: 5px 0px 0px 5px;
	_margin: 5px 0px 0px 2px; /*ie 6*/
	float: left;
}
/*对话框内容样式*/
.kfit_dlg_msg {
	float: left;
	font: 1.1em "宋体" "黑体";
	line-height: 25px;
	margin-top: 10px;
	width: 80%;
	padding-left: 10px;
	_padding-left: 5px;
}
/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #ccc;
	background-image: none;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: left;
	width: 82%;
}
/*对话框操作按钮父容器样式*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
/*对话框操作按钮样式*/
.ui-dialog .ui-dialog-buttonpane button {
	background: url(../common/img/button_bg.gif) repeat-x;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 5px 10px;
	text-align: center;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: url(../common/img/button_bg_hover.gif) repeat-x;
}
/*对话框操作按钮内文字样式*/
.ui-dialog  .ui-button-text {
	display: block;
	line-height: 20px;
	padding: 2px 10px;
}
#mnu0104{position:relative;}
#mnu0104:before{
	position:absolute;
	top:11px;
	left:38px;
	content:"";
	width:30px;
	height:9px;
	display:inline-block;
	background:url(../dc/images/Public/hot.gif) no-repeat center;
}