/** Dawuhan.com.cn Global CSS Version 1.0 **/
* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body { 
    margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background-color:#FFF;
}
body,p,th,td,input,select,textarea{
    font-size:12px;
    color:#111111;
}
table{ text-align: left; }
hr{
	border:#000000 0 solid;
	border-top: #D1D7DC 1px solid;
	height: 0;
}
div,ul,li,p,h1,h2,h3{
	margin:0;
	padding:0;
}
img{
	border:0;
}


/* Fonts */
.B,H1,.boldFontSize12{
	font-size:12px;
	font-weight:bold;
	
}
.C,.fontSize14 {
	font-size:14px;
}
.CB,.M,.L,.boldFontSize14{
	font-size:14px;
	font-weight:bold;
}
.D,.C1,.fontSize16{
	font-size:16px;
}
.DB,.boldFontSize16{
	font-size:16px;
	font-weight:bold;
}

.E { color: #999999; }
.R { color: #FF0000; }
.W { color: #FFFFFF; }
.H{
	color:#FF5500;
}
.G{
	color:#666666;
}

.EN{
	font-family: Arial;
}

.LM,.lh12{
	line-height:120%;
}

.LL,.lh15{
	line-height:150%;
}

.LG,.lh20{
	line-height:200%;
}

.ImgB {
	border: 1px solid #DDDDDD;
	padding: 1px;
}


/* Links */
a:link,a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover,a:active{
	color:#FF0000;
	text-decoration:underline;
}

a.U:link,a.U:visited{
	color:#0044DD;
	text-decoration:underline;
}
a.U:hover,a.U:active{
	color:#FF5500;
	text-decoration:underline;
} 

a.E:Link,a.E:Visited{ color: #BBBBBB; }
a.E:Hover,a.E:Active{ color: #AAAAAA; }

a.N:Link,a.N:Visited{ color: #000000;}
a.N:Hover,a.N:Active{ color: #BBBBBB;}

a.P:Link,a.P:Visited{ color: #7214A8;}
a.P:Hover,a.P:Active{ color: #FF7300; }

a.R:Link,a.R:Visited{ color: #FF6600; }
a.R:Hover,a.R:Active{ color: #FF9900; }

a.W:Link,a.W:Visited{ color: #FFFFFF; }
a.W:Hover,a.W:Active{ color: #FFFF00; }

a.G:Link,a.G:Visited{ color: #009933; }
a.G:Hover,a.G:Active{ color: #FF6600; }


.hidden{
	display:none;
}

.invisible{
	visibility:hidden;
}

.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}




Body {
	background-image: url(../Images/bg.gif);
}
#Head,#Content,#Foot{
	width: 780px;
	background-color: #FFFFFF;
	padding: 0 5px 0 5px;
}




/* Head */
#Head a:link, #Head a:visited{
	color:#ffffff;
}
#Head a:hover, #Head a:active{
	color:#ffffff;
}
#Head a.current:link,#Head a.current:visited{
    color:#FF3300;
	text-decoration:none;
}
#Head a.current:hover,#Head a.current:active{
    color:#FF3300;
	text-decoration:underline;
}
#Head ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#Head #HeadTop {
	clear: both;
	height: 26px;
	background-color: #25C7E9;
	color: #FFFFFF;
}
#Head #HeadTop #CurrentDate {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 6px;
}
#Head #HeadTop #HeadNavBar {
	float: right;
}
#Head #HeadTop #HeadNavBar ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#Head #HeadTop #HeadNavBar ul li {
	float: left;
	padding-right: 6px;
	height: 26px;
	line-height: 26px;
}

#Head #TopBanner {
	clear: both;
	margin:0px;
	padding: 0px;
	height: 120px;
	background: url(../Images/TopBanner.jpg) no-repeat left top;
	margin-top: 1px;
}
#Head #TopBanner #TopBanner_Flash {
    float: left;
	height: 120px;
}
#Head #TopBanner #TopBanner_Right {
    float: right;
	width: 300px;
	height: 120px;
}




/*-----------------S:ChannelMenu---------------------*/
#Head #ChannelMenu {
	clear:both;
	margin:0px;
	padding:0px;
	height:30px;
	background: url(/Images/ChannelMenu_bg.jpg) repeat-x 0 0;
	margin-top:1px;
}
#Head ul#ChannelMenuItems{
	width:750px;
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
#Head ul#ChannelMenuItems li.MenuItem{
    position:relative;
	float:left;
	height:30px;
	line-height:30px;
	background:url(/Images/ChannelMenu_Separator.jpg) no-repeat right 0;
	z-index:999;
}
#Head ul#ChannelMenuItems li.MenuItem_End{
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
}
#Head ul#ChannelMenuItems a.MenuItem,#Head ul#ChannelMenuItems li a.MenuItem_End{
    display:block;
	padding:0px 24px 0px 23px;
}

#Head #ChannelMenu ul li ul{
    margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	position:absolute;
	top:30px;
	left:-999em;
	background-color:#31BAD7;
	z-index:9999;
}
#Head #ChannelMenu ul li:hover ul,#Head #ChannelMenu ul li.sfhover ul{
	left:auto;
}
#Head #ChannelMenu ul li ul li{
    border:1px solid #139CB9;
	border-top:none;
	letter-spacing:1px;
}
#Head #ChannelMenu ul li ul li a{
	padding:0 28px 0 10px;
	display:block;
	text-decoration:none;
	white-space:nowrap;
}
#Head #ChannelMenu ul li ul li a:hover{
	text-decoration:underline;
	background-color:#159EBB;
}
/*-----------------E:ChannelMenu---------------------*/






















/* Foot */
#Foot {
	clear: both;
	border-top:2px solid #999999;
	text-align:center;
	position: relative;
}
#Foot ul{
	display:block;
	width:500px;
	margin:15px auto 0;
	height:20px;
	color: #001D4C;
}
#Foot ul li{
	display:block;
	float:left;
	margin:0 3px;
}
#Foot ul li a:link, #Foot ul li a:visited{
	color: #001D4C;
	text-decoration: none;
}
#Foot ul li a:hover, #Foot ul li a:active{
	color: #FF0000;
	text-decoration: underline;
}
#Foot #Copyright{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Foot #Icp{
	position: absolute;
	top: 50px;
	left: 80px;
}
#Foot #Police{
	position: absolute;
	top: 40px;
	left: 600px;
}










/*----------------- S:ListPathLinks -----------------*/
#ListPathLinks {
	height: 26px;
	margin:0 auto;
	text-align: left;
	background: url(/Images/ListPathLink_bg.gif) no-repeat left top;
	overflow:hidden;
	margin-top:5px;
	color:#1288BA;
}
#ListPathLinks a:link,#ListPathLinks a:visited{
	color:#1288BA;
	text-decoration:underline;
}
#ListPathLinks a:hover,#ListPathLinks a:active{
	color:#FF0000;
	text-decoration:none;
} 
#ListPathLinks .PathLinksLevel{
    margin:8px 0 0 120px;
}
/*----------------- E:ListPathLinks -----------------*/






/*----------------- S:NumberPager -----------------*/
.NumberPager {
    font-size: 13px;
	letter-spacing: 1px;
	color: #000000;
}
.NumberPager a {
	color: #261CDC!important;
	text-decoration: underline!important;
}
.NumberPager .Current {
	color: #ff0000!important;
	font-weight: bold;
}
.NumberPager .Separator {
	padding: 0 5px;
}
/*----------------- E:NumberPager -----------------*/






/*----------------- S:CategoryList -----------------*/
#CategoryList div.Content{
    text-align:left;
}
#CategoryList div.Content a{
	color:#0066FF;
	text-decoration:underline;
}
#CategoryList div.Content a:hover{
	color:#ff0000;
	text-decoration:none;
}

#CategoryList div.Content h3{
    height:20px;
	line-height:20px;
	font-size:12px;
	letter-spacing:1px;
	clear:both;
	margin-top:4px;
}

#CategoryList div.Content ul{
	margin:0;
	padding:0;
	list-style:none;
}
#CategoryList div.Content ul li{
	float:left;
	height:20px;
	line-height:20px;
	white-space:nowrap;
}
#CategoryList div.Content ul li.Separator{
	width:6px;
	font-size:0;
}
/*----------------- E:CategoryList -----------------*/






/*----------------- S:ListSubCategory -----------------*/
#ListSubCategory {
    margin:0 auto;
    height:30px;
	margin-top:5px;
	border:1px solid #B5CFE8;
	padding-bottom:12px;
	text-align:left;
}
#ListSubCategory h3 {
    height:26px;
	line-height:26px;
	background-color:#E7F5FF;
	letter-spacing:3px;
	padding-left:12px;
	color:#004299;
	font-size:12px;
}
#ListSubCategory h3 a{
	color:#004299;
	text-decoration:underline;
}
#ListSubCategory h3 a:hover{
	color:#ff0000;
	text-decoration:none;
}
#ListSubCategory ul {
    display:block;
	height:20px;
	margin:20px 0 0 30px;
	padding:0;
	list-style-type:none;
}
#ListSubCategory ul li {
	width:185px;
	height:30px;
	float:left;
	white-space:nowrap;
	text-align:left;
	letter-spacing:1px;
	color:#004299;
}
#ListSubCategory ul li i{
	font-family:arial,sans-serif;
	font-size:10px;
	font-style:normal;
	color:#333;
}
#ListSubCategory ul li a:link,#ListSubCategory ul li a:visited{
	text-decoration:underline;
	color:#0099FF;
}
#ListSubCategory ul li a:hover,#ListSubCategory ul li a:active{
	text-decoration:none;
	color:#FF0000;
}
#ListSubCategory ul li.Current {
	color:#FF0000;
}
#ListSubCategory ul li.Current a:link,#ListSubCategory ul li.Current a:visited{
	color:#FF0000;
}
/*----------------- E:ListSubCategory -----------------*/






/*----------------- S:HListSubCategory -----------------*/
#HListSubCategory {
    margin:0 auto;
    height:30px;
	margin-top:5px;
	border:1px solid #B5CFE8;
	padding-bottom:12px;
	text-align:left;
}
#HListSubCategory h3 {
    height:26px;
	line-height:26px;
	background-color:#E7F5FF;
	letter-spacing:3px;
	padding-left:12px;
	color:#004299;
	font-size:12px;
}
#HListSubCategory h3 a{
	color:#004299;
	text-decoration:underline;
}
#HListSubCategory h3 a:hover{
	color:#ff0000;
	text-decoration:none;
}
#HListSubCategory ul {
    display:block;
	margin:6px 0 0 30px;
	padding:0;
	list-style-type:none;
}
#HListSubCategory ul li {
	width:185px;
	float:left;
	margin:5px 0;
	white-space:nowrap;
	text-align:left;
	letter-spacing:1px;
	color:#004299;
}
#HListSubCategory ul li i{
	font-family:arial,sans-serif;
	font-size:10px;
	font-style:normal;
	color:#333;
}
#HListSubCategory ul li a:link,#HListSubCategory ul li a:visited{
	text-decoration:underline;
	color:#0099FF;
}
#HListSubCategory ul li a:hover,#HListSubCategory ul li a:active{
	text-decoration:none;
	color:#FF0000;
}
#HListSubCategory ul li.Current {
	color:#FF0000;
}
#HListSubCategory ul li.Current a:link,#HListSubCategory ul li.Current a:visited{
	color:#FF0000;
}
/*----------------- E:HListSubCategory -----------------*/






/*----------------- S:VListSubCategory -----------------*/
#VListSubCategory{
    font-size:12px;
}
#VListSubCategory a{
	color:#333333;
	text-decoration:none;
}
#VListSubCategory a:hover{
	color:#ff0000;
	text-decoration:none;
}

#VListSubCategory ul{
    margin:0;
	padding:0;
	list-style:none;
}
#VListSubCategory ul li{
	height:26px;
	line-height:26px;
}

#VListSubCategory .Level1_ul_li_a{
	background:url(/Images/Product/ListSubCategory_Level1_bg.gif) no-repeat left center;
	padding-left:20px;
}
#VListSubCategory .SelectedLevel1_ul_li_a{
	background:url(/Images/Product/ListSubCategory_SelectedLevel1_bg.gif) no-repeat left center;
	padding-left:20px;
}

#VListSubCategory .Level2_ul{
	margin-left:30px;
	*display:none;*
}
#VListSubCategory .SelectedLevel2_ul{
	margin-left:30px;
	display:block;
}
#VListSubCategory .SelectedLevel2_ul_li{
	background:url(/Images/Product/ListSubCategory_Level2_bg.gif) no-repeat left center;
	padding-left:10px;
	color:#FF0000;
}
#VListSubCategory .Level2_ul_li_a{
	background:url(/Images/Product/ListSubCategory_Level2_bg.gif) no-repeat left center;
	padding-left:10px;
}
#VListSubCategory .SelectedLevel2_ul_li_a{
	background:url(/Images/Product/ListSubCategory_Level2_bg.gif) no-repeat left center;
	padding-left:10px;
	color:#FF0000;
}
/*----------------- E:VListSubCategory -----------------*/





/*-----------------S:popdialogbox---------------------*/
.pop_shadowbox {
	background:#8F8F8F none repeat scroll 0%;
	display:none;
	left:300px;
	position:absolute;
	top:200px;
	width:300px;
	z-index:101;
}
.pop_dlgbox {
	background-color:#FFFFFF;
	border:1px solid #777777;
	left:-4px;
	padding-bottom:15px;
	position:relative;
	text-align:left;
	top:-6px;
}
.pop_dlgbox .right {
	left:-4px;
	top:-4px;
}
.pop_dlgbox .left {
	right:-4px;
	top:-4px;
}
.pop_dlgbox .poptitle {
	background-image:url(/images/dialogbox_titlebackground.gif);
	cursor:move;
	margin-bottom:10px;
	padding:11px 0pt 13px 7px;
}
.pop_dlgbox .close {
	position:absolute;
	right:10px;
	top:9px;
}

.gray_background{background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0;z-index:100;display:none;filter:alpha(opacity=50);-moz-opacity:0.5;}

/*-----------------E:popdialogbox---------------------*/


