/* global.css */
* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}
body {
	font-size: 9pt;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
}
a{
	text-decoration: none;	
}
a:hover{}
/*hideInfo*/
.menuskin{
	position: absolute;
	filter: Alpha(Opacity=80);
	-Moz-Opacity:0.8;
	background-color: #000;
	padding-left: 20px;
	border: 2px solid #666;
	background-image: url(menubar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	visibility:hidden;
}
/*all*/
.content .contentheader span,.content .info li,.boxcontent div,.boxcontent .marginput,.top a,.contenttit .right a,.content .contentbg2 li,.contentheader a,.contentheader2 a,.boxcontent a,.content .info li a,.content .contenttype li,.content .info dt,.introright a{
	background-repeat: no-repeat;
	background-position: left center;
}
.content .info li,.content .info dt,.menuskin a,.content .contentbg2 li,.content .contenttype li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
/* layout.css */
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.tbody{
	float: left;
	width: 100%;
	clear: both;
}
/*header*/
.header {
}
.header .top {
	background-image: url(top1.gif);
	background-repeat: repeat-x;
	height: 33px;
	text-align: right;
	line-height: 26px;
	padding-right: 10px;
}
.header .topmenu {
	background-image: url(top2.gif);
	background-repeat: repeat-x;
	line-height: 22px;
	height: 22px;
}
.header .topmenu .right{
	float: right;
}

.header .logobar {
	background-image: url(logobar.jpg);
	background-repeat: repeat-x;
	height: 156px;
}
.logobar a{
	float: right;
}
.logobar a img{
	border: none;
	margin-top: 11px;
}
/*logo*/
.header .logobar .logo {
	background-image: url(logo1.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 382px;
}
/*menu*/
.header .menu {
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	font-size: 9pt;
	line-height: 24px;
	color: #CCC;
	padding-left: 10px;
}
.header .menu span,.header .catlog span {
	padding-left: 10px;
	color: #39F;
}
.header .catlog {
	background-image: url(bar2.gif);
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #444;
	padding-left: 10px;
	line-height: 22px;
}
.maincontent {
	width: 754px;
	background-color: #464646;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: right;
	overflow: hidden;
}
.innermaincontent {
	background-color: #252525;
	margin: 4px;
	border: 4px solid #FFF;
	padding: 5px;
}
.contenttit{
	color: #CCC;
	line-height: 21px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	height: 21px;
}
.contenttit .right{
	float: right;
}
.results{
	background-color: #333;
	border: 1px solid #666;
	font-weight: bold;
	color: #FFF;
	line-height: 21px;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.content {
	background-image: url(line_04.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 10px;
	clear: both;
}
.news{
	color: #F30;
}
.content .right,.content .left{
	width: 49%;
}
.content .right{
	float: right;
}
.content .left{
	float: left;
}
.content .recommend{
	float: left;
	width: 70%;
}
.content .recomimg{
	float: right;
	width: 29%;
}
.content .contentbgy img{
	height: 100px;
	padding: 2px;
	border: 3px solid #AAA;
	margin-top: 5px;
	margin-bottom: 2px;
}
.content .contentheader .select{
	margin-top: 2px;
	margin-bottom: -2px;
	margin-left: 10px;
}
.content .contentheader,.content .contentheader2 {
	border: 1px solid #444;
	font-size: 14px;
	line-height: 27px;
	color: #FFF;
	font-weight: bold;
	background-image: url(bar.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 10px;
}
.content .contentheader span{
	background-image: url(article_icon.gif);
	padding-left: 22px;
	color: #CCFF00;
}
.content .contentbg,.content .contentbg2,.content .contenttype,.content .info,.content .intro,.content .contentbgy{
	background-color: #C8C6C7;
	padding: 10px;
	border: 1px solid #444;
}
.content .contentbg{
	height: 130px;
}
.content .contenttype{
	height: 156px;
}
.contentbg2,.contenttype{
	line-height: 21px;
}
.contentbg2 ul,.contenttype ul{
	list-style-type: none;
}
.contentbg2 li,.contenttype li{
	background-image: url(arrow_06.gif);
	padding-left: 30px;
	color: #666;
}
.contentbg2 li span,.contenttype li span{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	color: #666;
}
.contenttype .contbgimg{
	float: left;
	width: 28%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #333;
	padding: 2px;
	background-color: #EEE;
}
.contenttype .contbgimg img{
	height: 126px;
}
.contenttype .contbgright{
	float: right;
	width: 69%;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
}
.content .more,.rss{
	float: right;
	height: 27px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 5px;
}
.content .more{
	background-image: url(more.gif);
}
.rss{
	background-image: url(rss.gif);
}
.contentbg td{
	text-align: center;
}
.contentbg td img{
	border: 4px solid #444;
}
.content .info{
	color: #000;
}
.content .info .infoa img{
	height: 220px;
	margin-bottom: 5px;
}
.content .info span,.content .intro span{
	color: #FFF;
	background-color: #999;
	border: 2px solid #AAA;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.content .info ul{
	list-style-type: none;
	float: left;
	width: 465px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	overflow: hidden;
}
.content .info li,.content .info dt{
	background-image: url(arrow_07.gif);
	padding: 5px;
}
.content .info dl{}
.content .info dt{}
.content .info .input,.content .intro .input{
	background-color: #EEE;
	font-size: 9pt;
	color: #000;
	border: 2px solid #999;
}
.content .info .btn,.content .intro .btn{
	margin-left: 10px;
	font-size: 9pt;
	background-image: url(btn2.gif);
	height: 25px;
	width: 100px;
	color: #255783;
	background-color: #C8C6C7;
	border: 0px none #C8C6C7;
}
.content .intro{
	line-height: 18px;
}
.content .intro p{
	text-indent: 2em;
	margin-bottom: 5px;
}
.content .intro .introfoot{
	margin-left: 0px;
	margin-top: 5px;
	background-color: #DDD;
	border: 1px dashed #999;
	padding: 2px;
	color: #966;
	height: 18px;
}
.introright{
	float: right;
}
.content .intro .introfoot span{
	background-color: #CCC;
	color: #555;
	border: 0px none #FFF;
}
.content .intro .introtxt{
	margin-left: 0px;
	width: 696px;
	overflow: hidden;
	color: #000;
	padding: 5px;
	word-wrap : break-word ;
	word-break : break-all ;
}
.introul{
	list-style-type: none;
}
.introul li{
	background-image: url(arrow_09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	background-color: #EEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 2px solid #DDD;
	margin-bottom: 5px;
}
.introcomm{
	margin-left: 10px;
	color: #06F;
}
/*pages*/
.pages{
	color: #CC9;
	line-height: 27px;
	height: 27px;
	padding-left: 10px;
}
.pages .btn{
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 5px;
}
.pages .input{
	border: 1px solid #CCC;
}
.select,.pages .btn,.pages .input{
	font-size: 9pt;
	background-color: #666;
	color: #FFF;
}
.pages a{
	color: #EEE;
}
.pages a:hover{
	color: #CF0;
}
/*sider*/
.sider {
	background-image: url(sider_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 233px;
	overflow: hidden;
}
.icon {
	background-image: url(title_icon.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 35px;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #FFF;
	background-position: 10px center;
}
.sider  .more{
	text-align: right;
	padding-right: 20px;
}
.siderfoot{
	background-image: url(siderfoot.gif);
	background-repeat: no-repeat;
	height: 60px;
}
.sider .box {
	clear: both;
}
.sider .box1 {
	background-image: url(boxbg.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sider .boxheader {
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	height: 5px;
}
.boxcontent,.boxintro{
	color: #999;
	width: 213px;
	padding: 10px;
}
.boxcontent div{
	background-image: url(arrow_03.gif);
	padding-left: 15px;
}
.boxcontent div span{
	color: #09F;
}
.boxcontent p,.boxintro p{
	text-indent: 2em;
	margin-bottom: 5px;
}
.boxcontent .input{
	background-image: url(btn_01_bg.gif);
	border: 0px none #000;
	height: 16px;
	padding-top: 2px;
	margin-left: 12px;
	font-size: 9pt;
	color: #FFF;
	margin-top: 5px !important;
	margin-top: 4px;
	width: 170px;
}
.boxcontent .btn {
	background-image: url(btn_03.gif);
	border: 0px none #000;
	background-repeat: no-repeat;
	height: 27px;
	width: 66px;
	margin-top: 10px;
	color: #FFF;
	font-size: 9pt;
}
.boxcontent .select{
	width: 120px;
	margin-top: -3px;
	margin-bottom: 3px;
}
.boxcontent .searchbtn {
	text-align: right;
	background-image: none;
	margin-right: 15px;
	padding: 0px;
}

.boxcontent .marginput{
	background-image: url(search_bg.jpg);
	height: 27px;
	padding: 0px;
}
.link {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	color: #FC0;
}
.link .img img{
	clear: left;
	height: 31px;
	width: 88px;
	padding: 1px;
	border: 3px solid #555;
	background-color: #CCC;
	margin: 1px;
}
.link .txt{}
.sreachlink{
	color:#FC0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding: 5px;
}
/*footer*/
.footer {
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	height: 55px;
	text-align: center;
	color: #0CF;
	line-height: 25px;
	padding-top: 15px;
	clear: both;
}
/* link.css */
/*top*/
.top a{
	color: #0CF;
	background-image: url(arrow_07.gif);
	padding-right: 5px;
	padding-left: 10px;
}
.top a:hover{
	color: #CF0;
}
.topmenu a{
	color: #000;
	float: left;
	background-image: url(line_01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;
}
.topmenu a:hover{
	color: #CF0;
	background-color: #333;
}
.menuskin a{
	display: block;
	color: #FFF;
	margin: 5px;
	width: 130px;
	padding: 3px;
}
.menuskin a:hover{
	color: #000;
	background-color: #EEE;
}
.menu a,.menu span{
	margin-top: 3px;
	background-image: url(line_02.gif);
}
.menu a,.menu span,.catlog a,.catlog span{
	float: left;
	color: #999;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	padding-left: 8px;
}
.catlog a,.catlog span{
	background-image: url(line_03.gif);
}
.menu a:hover,.catlog a:hover{
	background-color: #000;
	color: #FFF;
}
.contenttit a{
	color: #FFF;
}
.contenttit a:hover{
	color: #FF9;
}
.content .info li a{
	color: #066;
	background-image: url(arrow_08.gif);
	margin-left: 10px;
	padding-left: 10px;
	text-decoration: underline;
}
.content .info li a:hover{
	color: #F00;
}
.content .contentbgy a{
	color: #C00;
	display: block;
	text-align: center;
	font-weight: bold;
}
.content .contentbgy a:hover{
	color: #000;
}
.infoa:link,.infoa:visited{
	float: right;
	text-align: center;
	color: #FFF;
	background-color: #999;
	padding: 2px;
	border: 2px solid #AAA;
	font-weight: bold;
	display: block;
	width: 220px;
	overflow: hidden;
}
.infoa:hover{
	color: #CF9;
}
.intro a{
	color: #036;
}
.intro a:hover{
	color: #069;
}
.downs:link,.downs:visited{
	color: #FFF;
	background-color: #999;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #AAA;
}
.downs:hover{
	background-color: #FFF;
}
.boxintro a{
	color: #0CF;
}
.boxintro a:hover{
	color: #CF0;
}
.contenttit .right a{
	background-image: url(arrow_08.gif);
	padding-right: 5px;
	padding-left: 10px;
}
.contentbg td a,.contenttype .contbgimg a{
	display: block;
	line-height: 21px;
	font-weight: bold;
	color: #000;
}
.contentbg td a:hover,.contenttype .contbgimg a:hover{
	color: #900;
}
.contentbg2 a,.contenttype a{
	color: #000;
	margin-right: 2px;
	margin-left: 2px;
}
.contentbg2 a:hover,.contenttype a:hover{
	color: #C00;
	text-decoration: underline;
}
.more a{
	color: #FFF;
	background-image: url(arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
	display: block;
}
.more a:hover{
	color: #09F;
}
.introright a{
	background-image: url(arrow_07.gif);
	padding-left: 10px;
	margin-right: 5px;
}
/*footer*/
.footer a{
	color: #CCC;
}
.footer a:hover{
	color: #CF0;
}
.contentheader a,.contentheader2 a{
	background-image: url(article_icon.gif);
	float: left;
	padding-left: 22px;
}
.contentheader a{
	color: #FFF;
}
.contentheader a:hover{
	color: #CF0;
	text-decoration: underline;
}
.contentheader2 a{
	color: #CF0;
}
.contentheader2 a:hover{
	color: #FFF;
	text-decoration: underline;
}
.boxcontent a{
	display: block;
	color: #CCC;
	background-image: url(arrow_01.gif);
	padding-left: 15px;
}
.boxcontent a:hover{
	color: #FFF;
	background-color: #666;
}
.link .txt a{
	color: #CCC;
	display: block;
	float: left;
	margin: 5px;
}
.link .txt a:hover{
	color: #CF0;
	text-decoration: underline;
}
.sreachlink a{
	color: #09F;
}
.sreachlink a:hover{
	color: #CF0;
}
