@charset "gb2312";

/* 佳家网全局CSS定义 */

body {
	text-align: center;
	margin:0 auto;
	padding:0;
	background-color: #f5f5f5;
	font-size:12px;
	line-height: 150%;
	background-image: url(/img/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}

p{color: #333;line-height: 150%;}
	
/* 链接颜色 */
a:link {	color: #039;text-decoration: none;}
a:visited {	color: #039;text-decoration: none;}
a:hover {	color: #f00;text-decoration: none;}
a:active {	color: #f00;text-decoration: none;}

/* 颜色属性 [定义规则，小写c加颜色名称] */ 
.cred	,a.cred:link ,a.cred:visited	{ color:Red; }
.cdred	,a.cdred:link ,a.cdred:visited	{ color:#692020; }
.corg	,a.corg:link	,a.corg:visited	  { color:#CB6A29;}
.cgray	,a.cgray:link	,a.cgray:visited	{ color: #666666;}
.cwhite	,a.cWhite:link	,a.cWhite:visited	{ color: white;}
.cBlack	,a.cBlack:link ,a.cBlack:visited	{ color: Black;}
.cPurple ,a.cPurple:link ,a.cPurple:visited	{ color: #7359D8;}
.cGreen ,a.cGreen:link ,a.cgreen:visited	{ color: #189224;}
.czs ,   a.czs:link ,  a.czs:visited	{ color: #EA3DD4;}
.cblue ,a.cblue:link ,a.cblue:visited	{ color:#1A4B87;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {	font-weight: bold;}
.fn{font-weight:normal;}
.fI {	font-style: italic;}
.fc{ text-decoration: line-through;}
.hei{font-family: "黑体";}

/* 字体大小*/
.f12px { font-size:12px;}
.f13px { font-size:13px;}
.f14px { font-size:14px;}

/* 其他属性 */
.left { float: left;}
.right { float: right;}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden {display: none;}
.uLine ,.uLine a{text-decoration: underline;}
.filte,a.cfilte:link , a.filte:visited{color:#626262;padding:1px;filter: Glow(Color=#ffffff, Strength=2);height: 12px;}


/* 变色表的式样 
tr.sfhover {color: #999;background: #F6F8FF url(../img/table_line.gif) repeat-x bottom;font-size: 12px;color: #666666;}	
.td{background: #fff;font-size: 12px;color: #666666;}
.tr{background: #fff url(../img/table_line.gif) repeat-x center bottom;font-size: 12px;color: #666666;line-height: 25px;text-align: center;}
*/

h1{
	font-size: 14px;
	font-weight:bold;
	margin:0;
	text-align: left;
	text-indent: 2em;
}	
h2{
	font-size: 14px;
	text-align:center;
	font-weight: normal;
	margin:10px 0;
	font-weight:bold;
}		
h3{
	font-size: 14px;
	padding: 4px 5px 2px 22px;
	text-align: left;
	margin: 5px;
	background-image: url(../img/li_h3.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-weight:bold;
}	
h4{
	font-size: 12px;
	font-weight: normal;
	margin: 5px  auto;
	color: #f5f5f5;text-align: center;
}	

