/*=html元素设置
=============================================================================================*/
.clear{
   clear:both;
   line-height:0;
   font-size:0;
   height:0;
   height:1%;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
	display: inline-table;
}
div,form,h1,dl,dt,dd,ul,table,td,th,menu{
	margin:0;
	padding:0;
	list-style:none;
}
h2,h3,h4,h5,h6{
	padding:0;
	margin:8px 0 0 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(../Images/items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
h3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f60;
}
fieldset{
	margin:0 15px;
	border:3px solid #f2f2f2;
	padding:10px;
	
}
fieldset legend{
	font-size:14px;
	color:#f90;
	font-weight:700;
	margin:5px 0;
}
form{
	line-height:23px;
}
/*
form label{
	display:block;
	width:65px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
*/
form br{
	clear:both;
}
img {
	border: 0;
}
a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #f63;
	text-decoration: none;
}

/*=字体颜色设置
=============================================================================================*/
.p9black {
	color: #000;
	font-weight:700;
}
.p9v {
	color: #ccc;
}
.p9gray {
	color: #666;
	
}
.p9navyblue {
	color: #369;
}
.p9navygreen {
	color: #090;
}
.p9orange {
	color: #f63;
}
.inputstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #fff;
	font-size:12px;
	background:url(../Images/buttonbg.gif);
	height:25px;
	padding-top:3px
}
.buttonstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #fff;
	font-size:12px;
	background:url(../Images/buttonbg.gif);
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.p9orangeb {
	color: #f50;
	font-weight:700;
	padding-left:6px;
}
.p14redb {
	color:#f60;
	font-size:14px;
	font-weight:700;
}
.domtab{
	padding:0 1em 0 0.5em;
	position:relative;
	margin-top:25px;
}
.domtab p{
	padding:0 1em;
}
.domtab ul.domtabs {
	position:absolute;
	left:12px;
	_left:-2px;
	top:-22px;
}
.content .domtab ul.domtabs {
	position:absolute;
	left:-18px;
	top:-35px;
}
.domtab ul.domtabs li{
	float:left;
	padding:0;
	color:#000;
	font-weight:700;
}
.domtab ul.domtabs a{
	display:block;
	text-decoration:none;
	float:left;
	color:#666;
	background:url("../images/newtabs.gif") no-repeat;
	width:80px;
	height:22px;
	margin-left:1px;
	text-align:center;
	line-height:22px;
	border:none;
	

}
.domtab ul.domtabs a:hover{
	background:url("../images/newtabs-o.gif") repeat-x;
	height:29px;
}
.domtab .domtabs li.active a{
	background:url("../images/newtabs-a.gif") repeat-x;
	height:29px;
	color:#4B9DD5;
	font-weight:700;
}
.domtab div{
	display:none;
	padding:8px;
	border:1px solid #ddd;
}
.domtab div p{
	padding:3px;
	margin:0;
}
.domtab div ul a{
	display:block;
	background:url("../images/ra.gif") no-repeat 0 6px;
	padding-left:12px;
	border-bottom:1px dotted #ccc;
	color:#666;
	line-height:22px;
	width:95%;

}
.domtab div ul  a:hover{
	background:#f2f2f2 url("../images/linksup.gif") no-repeat 0 3px;
	color:#000;

}
