@charset "utf-8";
/* CSS Document */
html,table {
	font:11px Arial, Helvetica, sans-serif;
}
body{
	margin:0;
	text-align:left;
	background:#BBA27A url(../images/bg/bg_body.jpg) center top repeat-y;
	font:11px/16px Arial,Helvetica, sans-serif; 
	color:#000000;
	/* WinIE behavior call */
}
/* @group 常用标签 */
	/*
	 * 基本标签默认样式取消
	 * @overlay HTML标签
	 * @desc 取消基本标签默认样式,防止不同浏览器显示效果不同
	 * @Prop text-align:center; 解决不同浏览器剧中问题
	 */
	body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{margin:0;padding:0;}
	input,td,th{font-size:12px;vertical-align:middle;}
	select{font-size:12px;vertical-align:top;}
	/*
	 * 设置内容左对齐
	 * @overlay div
	 * @desc 恢复因BODY设置剧中产生的继承
	 */
	body div{text-align:left;}
	
	/*
	 * 标签属性
	 * @overlay textarea,input
	 * @desc 强制输入时内容超出时换行
	 */
	button{ text-align:center;}
	textarea,input{	word-wrap:break-word;word-break:break-all;padding:0px;}
	/*
	 * 清除ul列表标记的样式
	 * @overlay  li
	 * @desc	ul列表更多的用在不需要列表前置符号的样式里
	 */
	li{list-style-type:none;}
	/*
	 * 定义图片边框
	 * @overlay img
	 * @desc	当图片作为链接内容被填充时，会有默认边框出现，重定义掉
	 */
	img{border:0 none; cursor:pointer;}
	/*
	 * 定义默认的链接样式
	 * @overlay a
	 * @desc	仅仅是作为默认样式提供，可以在各自的实例中覆盖掉
	 */

	/*
	 * 标题样式定义
	 * @Pro PTit
	 * @desc 在定义p标签元素或其它元素时,需要同时定义行高和高度,一般使用在标题显示中.
	 */
	
	.PTit25,.PTit20,.PTit18,.PTit30,.PTit,.PTit1,.PTit22{	width:100%;	overflow:hidden;}
	.PTit30{line-height:30px;height:30px;}
	.PTit25{line-height:25px;height:25px;}
	.PTit22{line-height:22px;height:22px;}
	.PTit20{line-height:20px;height:20px;}
	.PTit18{line-height:18px;height:18px;}
	.PTit15{line-height:15px;height:15px;}
	.PTit10{line-height:10px;height:10px;}
	.PTit1{line-height:1px;height:1px;}

.AaarghNormal {font-weight: normal; font-style: normal;line-height:normal; font-family: 'AaarghNormal', sans-serif;}
.Yanone {font-weight: normal; font-style: normal;line-height:normal; font-family: 'YanoneKaffeesatzRegularRegula', sans-serif;}
.Vegur {font-weight: normal; font-style: normal;line-height:normal; font-family: 'VegurRegular', sans-serif;}

.red,a.red:link,a.red:visited {color:#A72D2C;}
.b_blue,a.b_blue:link,a.b_blue:visited {color:#0066CC;}
.black,a.black:link,a.black:visited {color:#000;}
.gray,a.gray:link,a.gray:visited {color:#666;}
.blue,a.blue:link,a.blue:visited {color:#1e4e8e;}
.yellow,a.yellow:link,a.yellow:visited {color:#fecf77;}
.orange,a.orange:link,a.orange:visited {color:#ee5d04;}
.white,a.white:link,a.white:visited {color:#fff;}
.green,a.green:link,a.green:visited {color:#589246;}

.u,a.u:link,a.u:visited {text-decoration:underline}
.u_,a.u_:link,a.u_:visited {text-decoration:none;}
.b,a.b:link,a.b:visited {font-weight:bold;}
.b_,a.b_:link,a.b_:visited {font-weight:normal;}
.big3,a.big3:link,a.big3:visited {font-size:14px;}
.big,a.big:link,a.big:visited {font-size:12px;}
.big_,a.big_:link,a.big_:visited {font-size:11px;}
/*bgs*/
.bg_none {background:none;}
.blue_bg {background-color:#E1F1F6;}
.white_bg {background-color:#fff;}
.gray_bg {background-color:#ebe9df;}
.dark_bg {background-color:#ededed;}

/*borders*/
.dark_border{border:1px solid #ededed;}
/*position*/
.relative {position:relative;}
.absolute {position:absolute;}
/*display*/
.hide {display:none;}
.show {display:block; clear:both;}
.block {display:block;}
.clear{clear:both;}

/*aligns*/
.center {margin:0 auto;}
.g_t_l {text-align:left;}
.g_t_c {text-align:center;}
.g_t_r {text-align:right;}
.g_t_j {text-align:justify;}
.g_t_t {vertical-align:top;}
.g_t_m {vertical-align:middle;}
.g_t_b {vertical-align:bottom;}
/*boxes*/
ul,li {padding:0;margin:0; list-style:none;}
img {border:0;margin:0;}
dl,dd,dt,form,h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2 {font-size:16px;color:#000;}
h3 {font-size:14px;color:#000;}
h4 {font-size:12px;color:#000;}
del {color:#000;font-size:10px;}

/*basics*/
.margin_t {margin-top:10px;}
.pad_10px {padding:10px;}
.pad_l {padding-left:4px;}
.pad_text {padding-left:2px;}
.pad_l_90px {padding-left:90px;}
.pad_1em {padding-left:10px;}
.pad_em {padding-right:10px;padding-left:10px;}
.pad_r_5px {padding-right:5px;}
.pad_l_28px {padding-left:28px;}
.pad_t {padding-top:0;}
.pad_top {padding-top:10px;}
.pad_bottom {padding-bottom:10px;}
.pad_b2 {padding-bottom:2px;}
.pad_5 {padding:5px;}
.pad_3 {padding:3px;}

.font_normal{font-style:normal;font-weight:normal;}

.maxwidth{width:100%;}
.halfwidth {width:50%;}
.fl{float:left;}
.fr{float:right;}

/*img_float*/
.img_fl {float:left;margin:0.5em 0.8em 0 0;}
.img_fr {float:right;margin:0.5em 0 0 0.8em;}
/*letter_spaing*/
.letter_1px {letter-spacing:1px;}
/*cursor*/
.hand {cursor:pointer;}
/*forms*/
.s_select,.s_input,.l_select,.l_input {border:1px solid #b9b9b9;}
.s_input,.l_input {font-size:12px;}
.s_select {width:93px;}
.s_input {width:90px;}
.l_select {width:323px;}
.l_input {width:320px;}
.h1 {display:inline;font-size:12px;}
.flow {overflow:hidden;}


	/*
	 * 定义间距,上下2个DIV间距
	 * @Pro 使用DIVH开头.
	 * @desc 上下DIV有间距时使用,尽量不使用margin/padding值,防止不同浏览器出现BUG,
	 *	     使用下面属性可兼容大多浏览器.
	 */
	.DivH5,.DivH10,.DivH15,.DivH20,.DivH25,.DivH30,DivH1,.DivH40,.DivH50{width:100%;overflow:hidden;clear:both; height:0px; }
	.DivH1{ height:1px;}
	.DivH5{height:5px;}
	.DivH10{height:10px;}
	.DivH15{height:15px;}
	.DivH20{height:20px;}
	.DivH25{height:25px;}
	.DivH30{height:30px;}
	.DivH40{height:40px;}
	.DivH40{height:50px;}

