* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #360;
}
a:active {
	text-decoration: none;
	color: #360;
}
li {
	list-style-image: none;
	list-style-type: none;
}
small {
	font-size: 12px;
}

.border {
	border-top-color: #C6EFFF;
	border-right-color: #C6EFFF;
	border-bottom-color: #C6EFFF;
	border-left-color: #C6EFFF;
}
.input {
	border: 1px solid #999;
	height: 18px;
}
.button {
	border: 1px solid #999;
	height: 20px;
	background-color: #FFF;
	cursor: pointer;
}
.pimg {
	border: 2px dashed #CCC;
	padding: 1px;
}
.pimg:hover {
	border-top-color: #390;
	border-right-color: #390;
	border-bottom-color: #390;
	border-left-color: #390;
}

strong {
	color: #333;
}

/*----------------------  header style ----------------------*/
#header {
	padding-top: 5px;
	margin: auto;
	width: 800px;
}
#header #logo {
	float: left;
	margin-right: 10px;
	width: 200px;
}
#header #banner {
	float: left;
}
#header #toplink {
	float: right;
}
#header #menu {
	line-height: 20px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EFF7FF;
	border: 1px solid #C6EFFF;
	height: 40px;
}
#header #menu li {
	float: left;
	width: 85px;
}
#header #search {
	line-height: 22px;
	height: 22px;
	clear: both;
}
#header #search a {
	text-decoration: none;
	color: #666;
}
#header #search span {
	display: block;
	float: left;
	line-height: 12px;
	margin-top: 3px;
}
#header #search form {
	text-align: right;
	display: block;
	float: right;
	width: 210px;
}
#header #search form .input {
	height: 18px;
	width: 120px;
	background-image: url(/skin/images/icon.gif);
	background-position: 0px -66px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 18px;
}
#header #search form .button {
	width: 50px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #009AFF;
	color: #FFF;
}
/*---------- frame : channel-nav ---------*/
#typelist{
	line-height: 0px;
	display: block;
}
#typelist li {
	float: left;
	line-height: 22px;
}

#typelist a {
	padding: 5px;
}
#typelist strong {
	margin: 5px;
	font-weight: normal;
	color: #999;
}

#warp {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#warp .column1 {
	width: 585px;
	float: left;
	overflow: hidden;
}
#warp .column2 {
	width: 205px;
	float: right;
}
#footer {
	clear: both;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Tahoma;
	color: #666;
	margin-top: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#data {
	display: none;
}


/*----------------------  frame : tbox1 ----------------------*/
.head {
	background-color: #e7f3ff;
	line-height: 26px;
	padding-right: 5px;
	padding-left: 5px;
	height: 26px;
	clear: both;
}
.head strong {
	display: block;
	float: left;
	color: #333;
}
.head .more {
	float: right;
}


.tbox1 {
	margin-bottom: 8px;
	border: 1px solid #9cf;
}
.tbox1 .head {
	line-height: 26px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/skin/images/head_bg.gif);
	height: 26px;
}
.tbox1 .head strong {
	display: block;
	float: left;
	background-image: url(/skin/images/icon.gif);
	background-repeat: no-repeat;
	background-position: -3px -93px;
	padding-left: 20px;
	color: #333;
}
.tbox1 .text {
	margin: 5px;
}
.tbox1 .text li {
	background-image: url(/skin/images/ico-3.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}
.list1 {
	margin: 5px;
}
.list2 {
	margin: 5px;
}
.list1 li {
	background-image: url(/skin/images/dot3.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 8px;
}
.list2 li {
	background-image: url(/skin/images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 8px;
}

/*---------------------- frame : position ----------------------*/
.position {
	font-family: Verdana, Arial, Tahoma;
}
.position .more a {
	font-weight: bold;
	color: #C00;
}


/*----------------------  frame : pagelist ----------------------*/
.pagelist {
	height: 20px;
	margin: 5px;
	clear: both;
	display: block;
	line-height: 18px;
}
.position .location {
	float: left;
}

.pagelist .pageinfo {
	float: right;
}
.pagelist .thisclass  {
	color: #FFF;
	background-color: #09f;
	font-weight: bold;
	border: 1px solid #09f;
	padding-right: 6px;
	padding-left: 6px;
}
.pagelist li {
	margin-right: 6px;
	border: 1px solid #CCC;
	display: inline;
	float: left;
}
.pagelist li a {
	display: block;
	padding-left: 6px;
	padding-right: 6px;
}
.pagelist a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #09f;
}
/*---------------------- frame : slist ----------------------*/
.slist .s {
	clear: both;
	height: 90px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 10px;
}
.slist .s .pimg{
	display: block;
	height: 80px;
	width: 80px;
	float: left;
}
.slist .s .pimg img{
	height: 80px;
	width: 80px;
}
.slist .s .info {
	margin-left: 90px;
	display: block;
}

.slist  .s .info  dt{
	background-image: url(/skin/images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	padding-left: 20px;
}
.slist  .s .info  dt  a{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #360;
	LINE-HEIGHT: 27px;
	LETTER-SPACING: 1px
}
.slist  .s .info  dd{
	padding-left: 20px;
	color: #333333;
}
.slist  .s .info dd  span  {
	color: #999999;
}
.slist  .s .info  dd  a  {
	color: #333333;
}
.slist .search_pagelist {
	line-height: 25px;
}

.slist .othersearch {
	line-height: 30px;
}
.slist .othersearch h2 {
	font-size: 12px;
	display: inline;
}





/*---------------------- frame : newslist ----------------------*/
.newslist {
	padding-top: 5px;
	padding-bottom: 5px;
}
.newslist .pic {
	display: block;
	width: 282px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
.newslist .pic .pimg {
	height: 88px;
	width: 88px;
	display: block;
	float: left;
	overflow: hidden;
}
.newslist .pic .pimg img {
}
.newslist .pic dl {
	margin-left: 100px;
	display: block;
	height: 90px;
}
.newslist .pic .title {
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 175px;
}
.newslist .pic .info {
	font-size: 11px;
	line-height: 25px;
}
.newslist .pic small {
	color: #666;
}
.newslist .qqubb {
	margin-bottom: 10px;
}
.newslist .qqubb .ubbinfo {
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
.newslist .qqubb .ubbinfo a{
	color: #00F;
	float: left;
}
.newslist .qqubb .ubbinfo span {
	float: right;
}
.newslist .qqubb .ubbhtml {
	padding: 5px;
	border: 1px solid #999;
	line-height: 12px;
	clear: both;
}
.newslist .news {
	margin-bottom: 10px;
	border-bottom: 1px dashed #9cf;
	padding: 5px;
}
.newslist .news dt {
	background-image: url(/skin/images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}

.newslist .news small {
	margin-left: 5px;
}
.newslist .news dd {
	text-align: right;
	display: block;
}
.newslist {
	padding-top: 5px;
	padding-bottom: 5px;
}
.newslist .soft {
	display: block;
	width: 282px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
.newslist .soft .pimg {
	height: 88px;
	width: 88px;
	display: block;
	float: left;
	overflow: hidden;
}
.newslist .soft .pimg img {
	width: 88px;
}
.newslist .soft dl {
	margin-left: 100px;
	display: block;
	height: 90px;
}
.newslist .soft .title {
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 175px;
}
.newslist .soft .info {
	font-size: 11px;
	line-height: 25px;
}
.newslist .soft small {
	color: #666;
}



/*----------------------  frame : newsview ----------------------*/
.newsview {
}
.newsview h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #F90;
}
.newsview .info {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px dashed #90cae7;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.newsview #pic {
}
.newsview #pic li {
	text-align: center;
}

.newsview #pic img {
	max-width:580px;height:auto;/* firefox 6 private */
	width: expression(this.width >580 ? 580: true);/* ie 6 private */
}
.newsview #gxtx {
}
.newsview #gxtx li {
	height: 80px;
	width: 80px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 10px;
}
.newsview #gxtx img {
	width: 60px;
}
.newsview #qqubb {
}
.newsview #qqubb #ubbview {
	padding: 5px;
}
.newsview #qqubb .ubbinfo {
	margin-top: 8px;
	margin-bottom: 8px;
}
.newsview #qqubb .ubbinfo img {
	height: 12px;
	width: 70px;
}
.newsview #qqubb #ubbcode {
	width: 100%;
	height: 200px;
}
.newsview #soft .infolist .pimg {
	float: right;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.newsview #soft .handle {
	height: 70px;
}
.newsview #soft h2 {
	text-align: left;
}
.newsview #soft .content {
	margin: 8px;
}
.newsview .tags {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsview .pagelist {
	margin: 0px;
}
.newsview #newdigg {
	background-image: url(/skin/images/digg-bg.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 61px;
	font-family: Verdana, Arial, Tahoma;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.newsview #newdigg div {
	width: 62px;
	text-align: center;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.newsview #newdigg .digg_act {
	line-height: 42px;
	font-size: 1.2em;
	color: #FFF;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
}
.newsview #newdigg .digg_bad {
	float: right;
}
.newsview .related {
}
.newsview .related li {
	width: 48%;
	float: left;
	overflow: hidden;

}
.newsview .handle {
	height: 50px;
	padding: 5px;
}

.newsview .handle .prenext {
	float: left;
	width: 380px;
	display: block;
	overflow: hidden;
}
.newsview .handle .actbox {
	float: right;
	line-height: 48px;
}
.newsview .comment{
}
.newsview .comment form {
	margin: 5px;
}
.newsview .comment #msg {
	width: 96%;
	color: #666;
	padding: 5px;
	height: 50px;
}
.newsview .comment .text {
	height: 25px;

}
.newsview .comment .decmt-box {
	clear: both;
	margin: 10px;
	border-bottom: 1px dashed #999;
	height: auto;
}
.newsview .comment .decmt-box .decmt-title {
	float: left;
	height: 20px;
	line-height: 20px;
}
.newsview .comment .decmt-box .decmt-act {
	float: right;
	line-height: 20px;
	height: 20px;
}
.newsview .comment .decmt-box .decmt-content {
	clear: both;
}
.show_center {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
