/*----------------------------导航栏设定-------------------------*/
* 									{ margin: 0; padding: 0;}
#page-wrap							{ width: 820px;} 
ul									{ list-style: none; z-index:99;}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index:99; font-family:"微软雅黑" ; font-size:14px;}
ul.dropdown li                      { float: left; zoom: 1; z-index:99 ;}
ul.dropdown a:hover		            { color: #ffffff; background: #996666; text-decoration:none;} 
ul.dropdown a:active                { color: #ff0000;}
ul.dropdown li a                    { display: block; padding: 10px 30px; border-right: 1px solid #fff;
	 								  color: #ffffff; background:#990000 ;}
ul.dropdown li:last-child a         { border-right: none;} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #dadada; color: black; position: relative;}
ul.dropdown li.hover a              { color: #fff;}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0;}
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0;}
ul.dropdown li:hover > ul 			{ visibility: visible;}
/*---------------------页面基础定义----------------------------------*/
body,table,tr,td,th,p {
	font-size: 12px;
	color: #333333;
	line-height:150%
;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;}
a:hover {
	color: #990000;
	text-decoration: underline;}
a:active{
	color: #996633;
	text-decoration: none;}

/*---------------------其他设定----------------------------------*/

.e {
	font-family: Arial; color:#FFFFFF;}
.e2 {
	font-family: Arial; line-height:12px; font-size:10px
;}
.title {
	color:#ff6600;
	font-weight: bold
	;}
.subtitle {
	font-weight: bold;
	color: #666666;}
input,select,textarea {
	font-size:9pt;}
.buttonstyle {
	font-size: 9pt;
	color: #000000;
	font-family: 'Verdana';
	background-color: #ffffff;
	border: 1px solid #000000;}
.bgimg_1 {
	background-image: url(images/navi1.jpg);
	border: 0px;
	background-repeat: no-repeat;}
.tableborder1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;}
.tableborder2 {
	border: 2px solid #990000;}
.tableborder5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;}
.firsttitle {
	font-size: 14px;
	font-weight: bold;
	color: #336600;}
.more {
	font-family: Arial;
	font-size: 8pt;
	letter-spacing: 1px;}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;}
/*---------------------正文部分样式设定----------------------------------*/	
#artical_topic {
	text-align: center; padding-bottom: 6px; line-height: 37px; margin: 0px auto; padding-left: 0px; padding-right: 0px; font-family: "黑体"; clear: left; font-size: 20px; font-weight: normal; padding-top: 0px;}
#artical_real ul {
	list-style-type:disc;
	list-style-position: inside;
	margin:5px;
	padding-left:24px		
;}
#artical_real ol {
	list-style-type: decimal;
	list-style-position: inside; 
	margin:5px;	
	padding-left:24px
;}
#artical_real {
	text-align: left; line-height: 24px; margin: 20px auto 28px; font-size: 14px
;}
#artical_real P {
	font-size: 14px;
	margin-bottom:14px;
	line-height:24px;
	text-indent:28px;}
#tablelist td{
	padding:3px; font-family:Arial, Helvetica, sans-serif
;}
#contnormal ul{
	list-style-type:disc;
	list-style-position: inside;
	margin:5px;	
	padding-left:24px
;}
#contnormal ol{
	list-style-type: decimal;
	list-style-position: inside;
	margin:5px;
	padding-left:24px
;}
#artical_real #playerDiv {
	margin: 0px 10px 10px 0px; width: 300px; float: left; height: 225px
;}
#artical_real #noPlayerDiv {
	padding-bottom: 20px; padding-left: 20px; padding-right: 20px; font-size: 14px; font-weight: bold; padding-top: 20px
;}
