/*

IE hack
*html 		IE6
*+html		IE7

*/

/* 全局 */	
*								{margin: 0; padding: 0;}
div,span,form					{margin: 0; padding: 0; text-align: left;}
html,body						{margin: 0; font: 12px/180% "宋体"; color: #666;}
ul,li,tr,td						{list-style: none; margin: 0; padding: 0;}



/* 全局链接 */
a								{color: #445C69; text-decoration: none;}
a:link							{color: #445C69;}
a:visited						{color: #445C69;}
a:hover							{color: #DB4300; text-decoration: underline;}
a:active						{color: #445C69;}


/* 表单 */
.sear							{width: 160px; height: 19px; border: 1px solid #ACC2D6; line-height: 19px; font-size: 12px; color: #666;}
.oalog							{width: 93px; height: 17px; border: 1px solid #ccc; line-height: 17px;  font-size: 12px; color: #666;}
.listsel						{width: 160px; height: 21px; font-size: 12px;}

/* 字体 */
.nbst							{font-size: 25px; line-height: 25px; font-family: 黑体; color: #F40000; padding-bottom:10px}
.nbst a							{font-weight:bolder; color:#F40000;}
.nbst a:hover					{font-weight:bolder; color:#F40000}
.nbst a:visited					{font-weight:bolder; color:#F40000}
.nsst							{font-size: 14px; line-height: 25px;}
.nsst span						{float: right; font-family: Arial;}

.zwgkst							{line-height: 23px;}
.zwgkst span					{float: right; font-size: 11px; font-family: Arial;}

.taghitst						{color: #666;}
.taghitst a:visited				{color: #666;}
.taghitst a:hover				{font-weight: bold; color: #f40000; text-decoration: none;}

.cltitle						{color: #D75E06; font-weight: bold; font-size: 14px;}

.clnav							{color: #EB6900;}
.clnav a						{color: #EB6900;}
.clnav a:visited				{color: #EB6900;}
.clnav a:hover					{color: #D31A1A; text-decoration: underline;}

.clpos							{color: #D22929;}
.clpos a:visited				{color: #D22929;}
.clpos a:hover					{color: #D22929; text-decoration: underline;}

.mtDropdownMenu {
	POSITION: absolute; OVERFLOW: hidden; TOP: -1000px; LEFT: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}
.mtDropdownMenu .items {
	Z-INDEX: 10; BORDER: #FFF997 1px solid; POSITION: relative; TEXT-ALIGN: center; LINE-HEIGHT: 25px; TOP: 0px; LEFT: 0px
}
.mtDropdownMenu .item {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; COLOR: #FFF997; FONT-SIZE: 14px; BORDER-TOP: medium none; CURSOR: pointer; BORDER-RIGHT: medium none; TEXT-DECORATION: none; EXT-DECORATION: none
}
.mtDropdownMenu .background {
	Z-INDEX: 1; POSITION: absolute; FILTER: alpha(opacity=80); COLOR: #feffaa; TOP: 0px; LEFT: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; POSITION: absolute; FILTER: alpha(opacity=20); WIDTH: 2px; TOP: 3px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; POSITION: absolute; FILTER: alpha(opacity=20); HEIGHT: 2px; LEFT: 3px; moz-opacity: .4
}
.mtDropdownMenu .hover {
	BACKGROUND: #E11305; COLOR: #ffffff;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
