@charset "gb2312";


/*  Public Css style for compatible other view  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquoto,th,dd,img,bottom{
	margin:0px;
	padding:0px;
	color:#666;
	line-height:20px;
}
body{ background:#fff;}
ul,ol,li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ul,ol{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
body,div{
	zoom:1;
	font-size:12px;
	font-family:font-family: "宋体";
}
a,a:hover{
	color:#666666;
	font-family: "宋体";
	text-decoration:none;
}
a:hover{ color:#025a9a;text-decoration:underline}
p{
	text-indent:25px;
}
/*  Test Css Style  */
.test {
	border:1px solid red;
}
/*  Public Css Style  */
.block{
	display:block;
}
.none {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}
.box {
	margin-bottom:10px;
}
.cont{
	padding:10px;
}
.mt10 {
	margin-top:10px;
}
.mr10 {
	margin-right:10px;
}
.mb10 {
	margin-bottom:10px;
}
.ml10 {
	margin-left:10px;
}
.pt10 {
	padding-top:10px;
}
.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}
.pl10 {
	padding-left:10px;
}
p0{
	padding:0px;
}
p10{
	padding:10px;
}
/*
*    左图片，右文字公用样式
*/
.word_pic img {
	padding:1px;
	float:left;
	margin:10px;
	border:1px solid #ccc;
}
.mar_top{ margin-top:10px;}
.mar_left{ padding-left:5px;}

strong{ font-weight:bold!important;}
.border{ border-bottom:solid 1px #ccc; margin:10px 0}

/*帐单列表 ls新增加样式 2012-02-27*/
.ml20{margin-left:20px;}
.c505{color:#8e989e;}
.c0e6eb9{color:#0e6eb9;}/* 蓝色 */
.cfff{color:#fff;}/* 白色 */
.c000{color:#000;}/* 黑色 */
.font12{font-size:12px;}/* 12号字体不加粗*/
.font14b{font-size:14px;font-weight:bold;}/* 12号字体不加粗*/
.width950{width：950px;}