/* -------------------------------------------------------------
xyecs B2B电子商务系统
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description: 公用样式-头部，底部，常用公用样式
Filename: usermange.css 
对应页面： 用户管理后台

------------------------------------------------------------- */


/* ----------------------------------------------------------
公用样式
------------------------------------------------------------- */ 
* { 
	padding:0; 
	margin:0; 
	font-size:12px;
}

html,body{ height:100%; width:100%;} 
body{
	font-family:Verdana, Arial, Helvetica, sans-serif,"宋体"; 
	color:#444;
	text-align:center; 
	line-height:21px;_line-height:normal;
	background:#fff; /* 背景颜色，要注意修改*/
}

ul,ol,li,dl,dt,dd {list-style:none;}
table{ border-collapse:collapse;}
img { border:0;}
button {cursor:pointer;}
em,i{ font-style:normal;}
.red{ color:#f00;}
.unline a:link,.unline a:visited{ text-decoration:underline;}

.clear{ 
	clear:both; 
	overflow:hidden;
}





/*表单的样式*/
textarea, input, select{padding:2px; border-color:#666 #ccc #ccc #666; border:1px solid; background:#F9F9F9; color:#333;}
.txt, select,input[type="text"]{ vertical-align:middle; }
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:focus{ border-color:#55A1D5; background:#F5F9FD; }
.txt:hover, .txt:focus, textarea:hover, textarea:focus{ border-color:#55A1D5; background:#F5F9FD; }
.txtnobd{ border:1px solid #FFF; background:#FFF; cursor:pointer; }
input[type="radio"],input[type="checkbox"]{border:none;background:none; vertical-align:middle; height:14px;  } 
.btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; vertical-align:middle; }
.uploadbtn{ width:250px; border-color:#999; }
/*搜索表单样式*/
.input_s{ height:12px;}
	/*按钮的样式*/
.button {
    margin:3px 0; padding:2px 5px; *padding:4px 5px 1px;
    BORDER-RIGHT: #7b9ebd 1px solid;
    BORDER-TOP: #7b9ebd 1px solid; FONT-SIZE: 12px;
    background:url(bgimages/btn_bg.gif) repeat-x left top; 
    BORDER-LEFT: #7b9ebd 1px solid; 
    CURSOR: hand; COLOR: black;
    BORDER-BOTTOM: #7b9ebd 1px solid;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); BORDER-LEFT: #7b9ebd 1px solid;
}


/*
默认的链接样式
——————————————————————————————————*/

a:link,a:visited{ 
	color:#2C629E; 
	text-decoration:underline;
}
a:hover{ 
	color:#f60;
	text-decoration:underline;
} 


/*-----------------------------------------------------------------
  头部样式
——————————————————————————————————*/

		#head{
			height: 65px;
			text-align: center;	
			position:relitive;
			border-bottom:4px #DCECFF solid;
			background:url(bgimages/top_bg.gif) #F9F9F9  repeat-x left top;
			color:#fff;
		}
		#head_logo{
			width:270px;
			float: left;
			text-align: left;
			padding-top: 20px;
			padding-left: 20px;
		}
		#head_logo {
			font-weight: bold;
			font-size: 14px;
		}
		#head_logo span{ color:#AFD4FF; display:block; font-weight:normal;}
		#head_logo span em{ font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-size:8px;}

/*
  快速出口
——————————————————————————————————*/
			#exit{
			    float: right;
				color: #AFD4FF;
				margin-top: 5px;
				margin-right: 10px;
			}
			#exit em{
				color:#AFD4FF;
				font-style: normal;
			}
			#exit a:link,#exit a:visited{ 
				color:#AFD4FF; 
				text-decoration:none;
			}
			#exit a:hover{ 
				color:#fff;
				text-decoration:underline;
			} 
			#exit span{ color:#FFF000;}
			
/*
  导航按钮
——————————————————————————————————*/
			#mainnav{
				width:60%;
				float: left;
				position:adsolute;
				top:90px;
				margin-top:9px;
			}
			
			#mainnav:after {
			content: "."; 
			display: block;
			height: 0; 
			clear: both; 
			visibility: hidden;
			}
			#mainnav {display: inline-table;}
			/* Hides from IE-mac \*/
			* html #mainnav{height: 1%;}
			#mainnav {display: block;}
			/* End hide from IE-mac */
			
			
			#mainnav li{
			   background-color:#215CB1;
				display:block;
				float: left;
				height: 30px;
				line-height: 33px;
				width: 83px;
				margin-right:3px;
				font-size: 14px;
				color: #fff;
				cursor:pointer;
			}
			
			#mainnav li.on{
				background:#DCECFF;
				color: #000;
				font-weight: bold;
			}


			
			
			
/*-----------------------------------------------------------------
  列表导航
——————————————————————————————————*/
			#sidenav{
			    width: 160px;
			   
				float:left;
				padding: 12px;
				height:auto!important;
				
				min-height:600px;
				background-color:#DCECFF;
				}
			
			#sidenav .userlist
			{
				text-align:left;
				_padding: 2px 10px ;
				padding: 2px 10px ;
				margin-bottom: 13px;
			}
			
			#sidenav .userlist h2{
			    border-bottom: 1px solid #AFD4FF;
				font-size:14px;
				color:#2C629E;
				padding:3px 4px;
			}
			
			#sidenav .userlist li{

				color: #2C629E;_padding:0px 0px 0px 0px;
				  _height:21px; _padding-top:5px; _margin-left:10px;
			}
			
			#sidenav .userlist li a{
				display:block;
				
				padding:3px 3px 3px 10px;
				_padding:0px 0px 0px 0px;
				color: #2C629E;
				text-decoration: underline;
			}
			#sidenav .userlist li a:link,#sidenav .list li a:visited{
				color: #2C629E;
			}
			
			#sidenav .userlist li a:hover{
				text-decoration: underline;
				color:#2C629E;
			}
			
			#sidenav .userlist li.on a{
				text-decoration: none;
			}
		
			
/*-----------------------------------------------------------------
   主要信息
——————————————————————————————————*/
			#right{
				
				padding: 10px;
				_padding: 0px;
				text-align: left;
				background:#fff;
				margin-left:180px;
				_margin-left:0px;
				margin-right:10px;				
				_width:85%;
			}

            #right .topNav{background-color: #f7f6f1; margin-bottom:15px;}
			h1
			{
			    background: #F4F4F4;
				font-weight:normal;
				color: #999;
				padding: 2px 8px;
				text-align: left;
				margin-bottom: 25px;
			}
			h1 a:link,h1 a:visited{
				color:#727272;
				text-decoration: none;
			}
			h1 a:hover{
				color:#2C629E;
				text-decoration: underline;
			}



/*
  管理首页
——————————————————————————————————*/
			.container{
				width:85%;
				text-align: left; 
				margin-left: 45px;
				float:left;
			}
			.container:after {
				content: "."; 
				display: block;
				height: 0; 
				clear: both; 
				visibility: hidden;
				}
				.container {display: inline-table;}
				/* Hides from IE-mac \*/
				* html .container {height: 1%;}
				.container {display: block;}
				/* End hide from IE-mac */


			.containerImg{
			   width: 180px;
			   float: left;
			   margin-right:10px;
			}
			
			.containerCue{
				float:left;
			}
			.containerCue li{
				font-size:12px;
				line-height: 22px;
			}
				.containerCue li.shangji{ 
				  background: #f9f9f9;
				  border:1px solid #ffffff;
				  padding:2px 5px; 
				  font-size:12px; 
				  line-height:17px;
			}
			.containerCue li.shangji em{ 
				   font-size:14px;
				   color:#f60;
				   font-weight:bold;
				   font-family:Arial, Helvetica, sans-serif;
			 }
			
			.containerCue .shangji em a:link,
			.containerCue .shangji em a:visited{
				   font-size:14px;
				   color:#f60;
				   font-weight:bold;
				   font-family:Arial, Helvetica, sans-serif;
				   text-decoration: underline;
			}
			
			.containerCue .shangji em a:hover{
				   font-size:14px;
				   color:#f60;
				   font-weight:bold;
				   font-family:Arial, Helvetica, sans-serif;
					text-decoration: none;
			}
			
			.containerCue li a:link,.containerCue li a:visited{
				   color:#2C629E;
				   font-family:Arial, Helvetica, sans-serif;
				   text-decoration: underline;
			}
			
			.containerCue li a:hover{
				color:#f60;
				text-decoration: none;
			}
			
			.containerCue em{
				color:#2C629E;
				font-size:12px;
 			    font-weight:bold;
				font-family:Arial, Helvetica, sans-serif;
				margin: 0 5px;
			}
			
			.containerCue .time{
				font-size: 12px;
				color: #F60;
			}
			
			
			
			h3{
				color:#F60;
				font-size: 14px;
				margin-top:30px;
				
			}
			
			.quick{
				border-top:1px solid #F4F4F4;
				padding:0 8px;
				margin-bottom: 20px;
				height:100%;
			}
			.quick:after {
				content: "."; 
				display: block;
				height: 0; 
				clear: both; 
				visibility: hidden;
				}
				.quick {display: inline-table;}
				/* Hides from IE-mac \*/
				* html .quick {height: 1%;}
				.quick {display: block;}
				/* End hide from IE-mac */

			
			.quick a{
				float:left;
				display: block;
				border: 1px solid #F4F4F4;
				padding: 5px 25px;
				margin:16px 10px 0 10px;
				font-size: 14px;
				color: #333;
				text-decoration: none;
			}
			
			.quick a:hover{
			   background: #3F8AE4;
				color: #fff; 
				border: 1px solid #F4F4F4;
				font-size: 14px;
				text-decoration: none;
			}
			
			.quick .red{
				color:#f00;
			}
			
			.quick a.red:link,.quick a.red:visited{
				color:#f00;
			
			}
			.quick a.red:hover{
				color: #fff; 
		
			}


			
			
/*-----------------------------------------------------------------
   底部
——————————————————————————————————*/

			#userfooter{

				border-top: 1px solid #eeeeee;
				padding-top:5px;
				padding-bottom:20px;
	            text-align:center;
				margin:0 auto;
				clear: both;
				color: #555;
			    line-height: 16px;
			}
			#userfooter p{
				width:440px;
				background:#eee;
				text-align: left;
			}
			#userfooter span{
				display:block;
				color: #888;
				font-size:10px;
				font-family:Arial;
				letter-spacing:1.1px;
				
			}
			#userfooter span a:link,#userfooter span a:visited{
			   font-size:10px;
				font-family:Arial;
				color:#888;
				text-decoration: underline;
			}
			#userfooter span a:hover{
				color:#2C629E;
				text-decoration: none;
			}



/*-----------------------------------------------------------------
   审核分类标签
——————————————————————————————————*/
.sort{ background: #FDFFF5; border:1px solid #D5D8C7;  padding:5px 20px;  color:#2C629E; margin-bottom:20px; text-align:center; }
.sort a span{ color:#2C629E;}
.sort a{ margin-left:30px;}
.sort a:link,.sort a:visited{ color:#444; text-decoration:underline;}
.sort a:hover{ color:#f60; text-decoration:none;}
/*-----------------------------------------------------------------
  列表公用样式
——————————————————————————————————*/

/*页面提示信息*/
.annotate{ width:99%; margin:0 auto 10px auto; background: url(bgimages/help_info.gif) #FDFFF5 no-repeat left top ; border:1px solid #D5D8C7; line-height:18px;}
.annotate ul{ padding:18px 15px 15px 58px; }
.annotate ul li{ list-style-type:disc; list-style-position:inherit;}

/*错误提示*/
.utip{ width:90%; margin:auto;margin-top:60px; padding:10px; background: url(bgimages/help_info.gif) #FDFFF5 no-repeat left top ; border:1px solid #D5D8C7; line-height:18px; font-size:14px;}
.utip a:hover{color:#FF6600;text-decoration:underline;}
.utip table{border:1px #eeeeee solid;}
.utip table th{ height:20px;}
.utip table td{padding:3px; text-align:left}



/*列表头部搜索*/
.content_search{ background:#F2EFED; padding:6px 10px; }


/*列表操作按钮*/
/*
.content_action{  margin:0 auto; background:#F2EFED; border-bottom:1px solid #E6DFD6; 
                  border-left:1px solid #E6DFD6; border-right:1px solid #E6DFD6;
                   padding:6px 0px; text-align:center }
*/
.content_action{ text-align:center}
.content_action td{ padding:6px 10px; text-align:left;}
.center{ text-align:center;}



/*列表样式*/
.content{ width:100%; margin:0 auto; border-width:0 0px 0px 0px; border-style:solid; border-color:#E6DFD6;}
.content caption{ background: url(bgimages/bg_arrow.gif)  no-repeat 10px 8px; margin:0px auto; }
.content caption{ text-align:left; padding-left:23px; color:#FF8F17; font-weight:bold; font-size:14px;line-height:30px; height:30px;}
.content caption span{ color:#999; font-weight:normal; }
.content caption em{ color:#f00; font-style:normal; margin:0 5px;}

.content th{ background:#FAF9F8;line-height:28px; height:28px; color:#D59A50; font-weight:bold; border-bottom:1px solid #dddddd;border-top:3px solid #C2B09A; padding:0 5px; text-align:left; padding-left:10px; }

.content table{ border:none; }
.content td{ padding: 2px 2px 2px 10px; border-bottom:1px solid #dddddd; text-align:center; color:#403527; text-align:left;  }

.conten td a{ display:inline;}
.content td a:link,.content td a:visited{ color:#DA8000; text-decoration:underline;}
.content td a:hover{ color:#333; text-decoration:none;}

.content_xz td{ padding:6px 0 6px 10px;}
.content_xz td label{ display:block;}
.content_xz td .labeltext{ font-weight:bold; padding-left:3px; color:#444; font-size:14px;}
.content_xz .xuanze{ background: #FEF9E9; font-weight:normal;}
.content_xz .xuanze td{ border-bottom:1px solid #F8B776;}
.content_xz .xuanze span{color:#f60; }
.content_xz .xuanze input{ background:none;}

/*表单样式*/
.contentl{  +margin:0 auto;+margin:0 auto !imporant;+margin:0 auto \9;  border-top:3px solid #C2B09A;}
.contentl caption{ background: url(bgimages/bg_arrow.gif) no-repeat 10px 8px; margin:0px auto; }
.contentl caption{ text-align:left; padding-left:23px; color:#f60; font-weight:bold; font-size:14px;line-height:30px; height:30px;}

.contentl caption span{ color:#FF5A00; font-weight:normal; margin-left:15px; }
.contentl caption em{ color:#f00; font-style:normal; margin:0 5px;}
.contentl caption i{ float:right;}
.contentl caption i a{ font-weight:normal;}
.contentl caption i img{ padding-top:10px;}

.contentl th{ line-height:20px; color:#333;  border-bottom:1px dotted #dddddd;padding:0 5px; text-align:left; padding-left:10px;font-weight:normal; vertical-align:top;}

.contentl th{ padding-top:5px;padding-bottom:5px; width:160px; text-align:right; padding-right:10px;}
.contentl th span{ color:#D59A50;  display:block; }
.contentl th em{  color:#D59A50; font-weight:normal; font-style:normal; }


.contentl table{ border:none; }
.contentl td{ border-bottom:1px solid #E6DFD6;text-align:center; color:#403527; text-align:left;padding:5px; }
.contentl td span,
.contentl td span a:link,
.contentl td span a:visited{ color:#f60;}
.contentl td em{font-style:normal; color:#FE8900; display:block;}
.contentl .yellows{ color:#f60; font-weight:bold;}
.c1_table th{ background:#fff; width:80px; text-align:right; padding-right:6px; vertical-align:middle;}
.c1_table th, .c1_table td{ border-right:none; border-color:#FAF9F8;}
.mt8{ margin-top:8px;}



/*---解决编辑器样式冲突---*/

#edit_title_table{ background:none; line-height:normal;width:116px;cursor:pointer; padding-left:6px;}
#right #edit_title_table h1,
#right #edit_title_table h2,
#right #edit_title_table h3,
#right #edit_title_table h4,
#right #edit_title_table h5{background:none; color:#8b0000; padding:0; margin:0; font-weight:bold; height:auto; line-height:normal; border:none; }
#edit_title_table h1{font-size:36px;}
#right #edit_title_table h2{font-size:24px;}
#right #edit_title_table h3{font-size:18px;}
#right #edit_title_table h4{font-size:14px;}
#right #edit_title_table h5{font-size:12px;}


#right .floatAlertTable{ font-size:12px; padding:6px; border:none; margin:0; border-collapse: separate;}
#right .floatAlertTable td,
#right .floatAlertTable th{border:none; padding:0; margin:0; line-height:normal;}
#right .floatAlertTable table{ border:none; margin:0;}
#right .floatAlertTable table td{ border:none; padding:0 0 5px 0; margin:0;}
#right .floatAlertTable textarea {background:none;}
#right .e_center{ text-align:center;}

#right .paddingL5Table table td{ padding-left:8px;}

#right .colorTable table{background:none; border-collapse:separate; padding:0; margin:0}
#right .colorTable table tr,
#right .specialChar table tr{padding:0; margin:0; }
#right .colorTable table td{ height:9px; width:9px; line-height:9px;border:1px solid #aaa; padding:0; margin:0;}
#right .specialChar table td{ margin:0; padding:0; line-height:normal;}

/*-----------------*endt-----------*/


/*分页*/
.page{  margin:10px auto; text-align:right;}
.page td{ text-align:right; padding:3px 5px 3px 5px; }
.page span{ color:#f60;}
.page a{ margin:0 3px;}
.page em{ float:left; font-style:normal;}
.page em strong{ color:#f00;}

/*单独定义字体颜色*/
td.orange{color:#2C629E;}


/*首页货币信息*/

.moneyCue{ width:75%; margin:10px auto 0 46px; float:left;}
.moneyCue em{ color:#2C629E; margin:0 3px; font-style:normal;}



/*新的留言 高2007.11.27 */

/*详细信息*/
.ly_100{ padding-left:4px;}
*html .ly_100{ padding-left:2px;}
#right h2{ background: url(bgimages/bg_arrow.gif) no-repeat 10px 8px; margin:0px auto;
text-align:left; padding-left:23px; color:#FF8F17; font-weight:bold; font-size:14px;line-height:30px; height:30px; padding-bottom:12px;}
#right h2 span{ float:right;}
#right h2 span a,
.ly_tit{ font-weight:normal;}

#ly_box1{ border:1px solid #ccc;}
#ly_box1 .titles{ background-color:#F6F6F6; border-bottom:1px solid #ccc; padding:6px 0 3px 6px;}
#ly_box1 ul{ padding:0 8px 0 8px;}
#ly_box1 ul li{ padding:8px 0;}
#ly_box1 .xline{ border-bottom:1px solid #999;}
#ly_box1 ul li p{ padding:12px 0;}
#ly_box1 ul li span{ width:50%; display:block; border-bottom:1px solid #999; margin-bottom:5px; padding-bottom:5px;}
.ly_tab td span,
#ly_box1 .c{ color:#989898;}
.ly_t30{ margin-top:30px;}
.ly_w99{ width:99%;}
*+html .ly_w99{ width:100%;}
.ly_t8{ margin:8px 0 8px 0;}

.ly_tit2 h4{ background:url(bgimages/ly_titbg1.gif) #E2E2E2 no-repeat left top; height:26px; line-height:26px; padding-left:12px; font-size:14px; font-weight:bold;}
.ly_tit2 ul{ border:1px solid #ccc; border-top:none; padding:8px;}
*html .ly_tit2 ul{ margin-left:3px;}
.ly_tit2 ul li{ width:99%;}
.ly_tit2 ul li.w span{ width:35%; display:block; float:left;}
.ly_tit2 ul li.s{ border-top:1px dotted #ccc; padding-top:6px; margin-top:6px;}
.ly_so{ padding-top:8px; font-size:14px; margin-top:16px; border-top:1px solid #ccc;}

.ly_tab{width:100%; margin-left:0; border-width:0 1px 1px 1px; border-style: solid; border-color: #E6DFD6;}
*html .ly_tab{width:99%;}
.ly_tab th,
.ly_tab td{ border-bottom:1px solid #ccc; padding:6px 0;}
.ly_tab th{ width:150px; text-align:right; border-right:1px solid #ccc; padding-right:8px; background-color:#F6F6F6;}
.ly_tab td{ padding-left:8px;}
.ly_tab td span{ display:block;}

.ly_tab-but{ width:100%; padding-bottom:12px;}
.ly_tab-but em,.ly_tab-but span{ display:block;}
.ly_tab-but em{ text-align:right; font-style:normal;}
.ly_tab-but span{ text-align:center;}

/*列表*/
.ly_tit3{ background:url(bgimages/ly_tit1.gif) repeat-x left bottom; padding-left:8px; height:100%; height:22px;}
.ly_tit3 span{ float:right;}
.ly_tit3 span a:link,
.ly_tit3 span a:visited{ text-decoration:none;}
.ly_tit3 span img{ margin-left:15px; vertical-align: middle;}
.ly_tit3 ul li{ float:left;  padding:0 18px; border-width:1px; border-style:solid; border-bottom:none; display:block; height:21px;}
.ly_tit3 ul li.on{background:url(bgimages/ly_tit2.gif) repeat-x left top; font-size:14px; font-weight:bold; border-color:#F1C696;}
.ly_tit3 ul li.out{background:url(bgimages/ly_tit3.gif) repeat-x left bottom;border-color:#ccc; cursor:pointer;}
.ly_tit3 ul li:after{
	content:".";
	height:0;
	clear: both;
	display: block;
	visibility:hidden;
}
.ly_tit3 li i{ background-position:0 2px; background-repeat:no-repeat; display:block; float:left; width: auto; padding:0 0 0 24px; font-style:normal;}
.ly_tit3 li i.i1{background-image:url(bgimages/allow_help.gif);}
.ly_tit3 li i.i2{background-image:url(bgimages/step_1_down.gif);}
.ly_tit3 li i.i3{background-image:url(bgimages/step_2_down.gif);}
.ly_tit3 li i.i4{background-image:url(bgimages/step_1_up.gif);}
.ly_tit3 li i.i5{background-image:url(bgimages/step_2_up.gif);}
.ly_tit3 li i.f14, .ly_tit3 li i.f14 a{ font-size:14px;}

.ly_tit32{ border:1px solid #ccc; border-top:none;}



.ly_w1{ width:100%;}
.ly_w2{ width:98%; margin:0 auto;}
.ly_tab2 caption{ text-align:left; padding:10px;}
*html .ly_tab2 caption{ text-align:left; padding:10px 0;}
*+html .ly_tab2 caption{ text-align:left; padding:10px 0;}
.ly_tab2 td{ border-right:1px solid #fff;}
.ly_tab2 thead td{ background:#fcf0e0; border-bottom:1px solid #E8E8E8; padding:1px 0 1px 8px; padding-bottom:5px;}
.ly_tab2 tbody td{ border-bottom:1px solid #E8E8E8; padding:4px 0 4px 8px;}
.ly_tab2 .c{ text-align:center;}
.ly_tab2 th{ padding:15px 0 0 9px; font-weight:normal;}
.ly_tab2 th span{ float:right;}
.ly_tab2 td span{ color:#f00;}
.ly_tab2 td em{ color:#f60; font-style:normal;}
.ly_tab2 td i{ font-style:normal; display:block; font-style:normal; padding:2px 0;}
.ly_tab2 td i img{ vertical-align:middle;}
.ly_tab2 td i span{ color:#666;}
.ly_tab2 .time a{text-decoration:none;}
#jj_box .left .c2 label,
.ly_tab2 label{ height:8px; background:url(bgimages/bg_rate.gif) #fff repeat-x left top; border:1px solid #525252; width:100px; line-height:8px; padding:0; text-align:left; display:block; float:left;}
#jj_box .left .c2 label img,
.ly_tab2 label img{ height:9px;}
.ly_tab2 td a span{display:none;}
.ly_tab2 td a:hover span{ display:block; background:#fff; border:1px solid #eee; padding:3px 8px; position:absolute; text-decoration:none;}

.ly_tx h4{color:#FF8F17; border-bottom:1px solid #999;}
.ly_tx ul li span{ color:#f00;}

/*添加的发布供求信息 07.12.04*/
.gq_step{ width:450px; border-top:1px solid #ccc; padding-bottom:8px;}
.gq_step ul li{ width:33%; float:left; font-size:14px; padding-top:10px;}
.gq_step ul li.on1{background:url(bgimages/arow.gif) no-repeat center top; color:#ff7300; }

.gq_fanhui{ text-align:right; padding:0 6px 6px 0;}
.gq_quanx{ padding:8px 0 0 4px;}
.gq_quanx p{ text-align:right; padding-right:8px;}
.gq_awoke,
.gq_succe{ border:1px solid #FFCB99; padding:8px 0 8px 62px; width:91%; margin:0 auto 8px auto;}
.gq_awoke{ background:url(bgimages/icon1.gif) #FFF8EE no-repeat 8px center;}
.gq_succe{ background:url(bgimages/icon3.gif) #FFF8EE no-repeat 8px center;}
.gq_awoke span,
.gq_awoke3 span,
.gq_succe span{ display:block; font-size:14px; color:#f60; font-weight:bold;}

.gq_awoke2{ border:1px solid #FFCB99; background-color:#FFF8EE; padding:3px 0; text-align:center; margin:8px auto; width:99%;}
.gq_awoke3{ border-bottom:1px solid #eee; padding:8px 0 8px 80px;  margin:0 auto 8px auto; height:53px; background:url(bgimages/icon1.gif) no-repeat 8px center;}

.gq_td{border:1px solid #FFCB99; background-color:#FFF8EE; padding:2px 8px; margin-bottom:4px;}
.gq_other{ width:98%; padding:15px 0 6px 0;}
.gq_other strong{ color:#f00;}

.zhaopin li{ padding:2px 0 2px 15px; width:90%;}
.zhaopin li label{width:80px; padding-right:6px; text-align:right; display:block; float:left;}

/*竞价*/
.jj_con{ padding-top:10px;}
.jj_con h4{ padding:1px 8px; background:#FCF0E0; border-bottom:1px solid #E8E8E8;}
.jj_con p{ padding:8px 8px 0 8px;}
.jj_con div{ text-align:center;}

#jj_b{padding:10px;}
#jj_b h4{ padding:16px 0; width:100%; text-align:center; font-size:14px;}
#jj_b h4 span{ color:#f60; font-size:14px;}
#jj_box{ width:100%;}
.ly_tab2 caption span,
#jj_box span{color:#f60; font-weight:bold;}
#jj_box ul li{ padding:3px 0;}
#jj_box .pd8{ padding:10px 0; width:100%;}
#jj_box .pd16{ padding:20px 0;}
#jj_box .left{ width:48%; padding-right:2%; float:left; background:url(bgimages/bg_line_y.gif) repeat-y right top;}
#jj_box .left ul{width:100%; float:left; border-bottom:1px solid #eee; clear:left;}
#jj_box .left .t1{ font-weight:bold;}
#jj_box .left .c1{ float:left; width:50%;}
#jj_box .left .c2{ width:100%; float:left;}
#jj_box .left .c2 p{ float:left;}
#jj_box .left .c2 label{ margin-top:5px;}
#jj_box .left .c3 em{ float:right; width:90px; text-align:center; font-style:normal; }
#jj_box .left .c3 .f14{ font-weight:bold; font-size:14px;}
#jj_box .left .c3 .f14 em{font-size:14px;}

#jj_box .right{ width:47%; padding-left:3%; float:right;}
#jj_box .right li{ border-bottom:1px solid #eee;}
#jj_box .right li label{ display:block; float:left; width:80px; padding-right:10px; text-align:right;}
#jj_box .right li em{ font-style:normal; font-size:18px; color:#f00; font-family:arial;}

#jj_b1{ border-bottom:1px solid #215CB1; width:99.8%;}
#jj_b1 li{ width:80px; border-right:3px solid #fff; float:left; height:27px; line-height:27px; text-align:center; background: url(bgimages/headnav_bg.gif) #EEEEF0 repeat-x left bottom;}
#jj_b1 li.on{ background:#215CB1;}
#jj_b1 li.on a{ color:#fff;}
#jj_b1 li a{ display:block; text-decoration:none; font-size:14px; font-weight:bold;}

#jj_b, #jj_b1, #jj_b2{ border-left:1px solid #ccc; border-right:1px solid #ccc;}
#jj_b2 h4{ height:30px; background:#f7f7f6; padding:20px 0 10px 8px; font-weight:normal;}
#right h5{ color:#FF8F17; font-size:14px; background:url(bgimages/tit_bg_jjb.gif) #eee repeat-x; padding-left:8px; height:27px; line-height:27px; border-top:1px solid #ddd;}
#jj_b2 .bc{ padding-bottom:10px; width:100%; clear:left;}
#jj_b2 .bso{ background:url(bgimages/jj_logo.gif) #f9f9f9 no-repeat right center; border-bottom:1px solid #ccc; padding:20px;}

#jj_b:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#jj_b1:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.jj_search{width:98%; border:1px solid #eee; margin:15px 4px; }
.jj_search li{ float:left; height:34px; line-height:34px;}
.jj_search li.left{background:url(bgimages/pic_arrow.gif) #f7f7f7 no-repeat 76px center;  width:160px; text-align:right; padding-right:6px;}
.jj_search li.left, .jj_search li.right{ padding-top:6px;}
.jj_search li.right{ padding-left:6px;}
.jj_search label img{ vertical-align:bottom;}
.jj_w98{width:98%; margin-left:4px;}
*html .jj_w98{width:98%; margin-left:2px;}

.c_center{ padding:8px 0; text-align:center; color:#f00;}
.no_tab{ margin-top:8px;}
.no_tab table td{ border:none;}

#jj_circs{ border:1px solid #ccc; border-top:none; padding:40px 8px; width:98%;}
#jj_circs a{ text-decoration:underline;}
#jj_circs:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#jj_circs .pb{ padding-bottom:22px;}
#jj_circs h4{ padding-bottom:16px; width:100%;}
#jj_circs .left{ width:48%; padding-right:2%; float:left; background:url(bgimages/bg_line_y.gif) repeat-y right top;}
#jj_circs .left li{ border-bottom:1px solid #eee; padding:4px 0;}
#jj_circs .left li label{ display:block; float:left; width:80px; padding-right:10px; text-align:right;}
#jj_circs .left li em{ font-style:normal; font-size:18px; color:#f00; font-family:arial;}
#jj_circs .right{ width:49%; padding-left:1%; float:right;}
#jj_circs .mtt{ margin-top:30px;}
#jj_circs .jj{ text-align:left; clear:both; background: url(bgimages/bg_arrow.gif) no-repeat left 12px; padding:6px 0 10px 12px;}
#jj_circs .jj strong{ padding-top:3px; display:block; float:left; font-size:14px;}
#jj_circs .jj2{ color:#999; display:block; width:95%; padding-left:12px;}
#jj_circs .jj2 span{ color:#333;}
#jj_circs .jj button{ margin-left:12px;}

.location {
	BACKGROUND: #fff;
	/* WIDTH: 85%; */
	 background-color:#dcecff; LINE-HEIGHT: 20px; text-align:left; padding-left:200px;
}
.fia A {
	TEXT-DECORATION: underline
}
.fia A:hover {
	TEXT-DECORATION: none
}
/*网店模板切换*/
.temp_con2{background:#fff; text-align:left; height:405px; 
            width:85%;}
.temp_con2 ul{ padding:10px 25px;}
.temp_con2 li{ width:250px; float:left; text-align:center;color:#172532;position:relative; }
.temp_con2 li a{padding:6px;display:block; border:1px solid #fff;}
.temp_con2 li a:hover{text-decoration:none;}
.temp_con2 li a span{display:none;}
.temp_con2 li a:hover span{color:#444; text-align:left; display:block;  padding:8px 0 8px 18px; position:absolute;top:0;left:0; width:230px;background:#fdfff4;}
.temp_con2 li a img{width:210px; height:250px;}
.temp_con2 li a:hover, .temp_con2 li a:hover span{border:1px solid #2C629E;}


/*****************************  最新弹出对话框CSS *******************************************/

.msgtitle {
	font-size: 12px;
	text-align: left;
}
.msgclose {
	font-size: 12px;
	text-align: right;
	cursor:pointer;
}
.msgcontent 
{
	color:#444;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
}
.msgbtn {
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}
.msgtable {
	color: #444;
	background-color: #215CB1;
	background-position: center center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #DDECFB;
	border-right-color: #DDECFB;
	border-bottom-color: #DDECFB;
	border-left-color: #DDECFB;
}

/******************************************************************/


/**************  在线支付反馈页面 **********************************/

.p_result{ margin:auto; width:400px; margin-top:40px; background-color:#fff8e8; border:#ffd09c 2px solid; height:60px; padding:10px; font-family:黑体; font-size:20px; color:#ff6600; margin-bottom:20px;}
.p_footer{ margin-top:20px;}
/*******************************************************************/