body {
	font: 14px Arial;
	background:#fff; 
	/* url('/images/cnybg.jpg') center center no-repeat;*/
	background-attachment: fixed;
	color:#000;
	padding:0;
	margin:0;
	behavior: url('/csshover.htc');
}

form {
	padding:0;margin:0;
}

a {
	color:#c02;
	text-decoration:none;
}

a:hover {
	color:#1be;
	text-decoration:underline;
}

a:visited {
	color:#699;
}

table, tr, th {
	font-size:inherit;
}

th {
	text-align:left;
}

.xlarge { font-size: 18px; }
.large  { font-size: 16px; }
.small  { font-size: 12px; }
.xsmall { font-size: 10px; }

h1 {
	color:#c02;
	font:bold 22px SimHei;
}

h2 {
	color:#c02;
	font:bold 20px SimHei;
}

.w960 {
	/*background:#fff;*/
	width:960px;
	margin:0 auto;
}

.w940 {
	background:#f10;
	width:940px;
}

/*.w660 {
	background:#f00;
	width:655px;
	margin-right:10px;
	float:left;
}*/

.w660 {
	width:660px;
	float:left;
	overflow:hidden;
}

.w650l {
	width:650px;
	margin-left:10px;
	float:left;
	overflow:hidden;
}

.w650r {
	width:650px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.w630r
{
	width:630px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.w280 {
	width:280px;
	float:left;
}
.w300
{
	width:300px;
	float:left;
}
.w330 {
	width:330px;
	float:left;
}

.w320r {
	width:320px;
	margin-right:10px;
	float:left;
}

.sep {
	clear:both;
	margin:10px 0;
	border-top:1px solid #ccc;
}

.w360c {
	width:360px;
	margin:0 10px;
	float:left;
}

*[onclick] {
 cursor:pointer;
}

.clickable {
 cursor:pointer;
}

.hilight {
	background:#ff0;
}

#hilight {
	background:#ff9;
	border-bottom:1px solid #dd3;
	width:100%
}

#hilight marquee {
	color:#c02;
	font-weight:bold;
	font-size:12px;
	padding:5px;
}

#hilight a, #hilight:hover { color:#c02 }

#header {
	/*url('/images/kwyp-header.jpg') */
	background:transparent -30px -30px no-repeat;
	width:950px;
	padding:5px;
	margin:0 auto;
	font-size:12px;
	padding-top:30px;

}

#top_menu {
	padding-top:20px;
	padding-left:480px;
	height:23px;
}

#top_menu ul {
	padding:0;margin:0;
	list-style:none;
}

#top_menu ul li {
	float:left;
	display:block;
	margin-left:2px;
 	// width:70px;
}

#top_menu li li {
 	// width:120px;
}

#top_menu a {
	white-space:nowrap;
 	display:block;
	padding:4px 10px;
	line-height:20px;
	height:20px;
	background:#eee url(/images/menu_bg.jpg) repeat-x;
	color:#000;
}

#top_menu a:hover {
	color:#fff;
	background:#c02 url(/images/menu_sel.jpg) repeat-x;
}

#top_menu a.active {
	color:#fff;
	background:#c02 url(/images/menu_sel.jpg) repeat-x;
}

#top_menu a.special, ul#menu_others a {
	color:#000;
	background:#c02 url(/images/nav_bg.jpg) repeat-x;
}

ul#menu_others a:hover {
	color:#000;
	background:#eee url(/images/menu_bg.jpg) repeat-x;
}

ul#menu_others  {
	position:absolute;
}

ul#menu_others li {
	float:none;
	margin:0;
}

#top_menu li ul {
	visibility:hidden;
}
#top_menu li:hover ul {
	visibility:visible;
}

#nav_menu, #nav_footer {
	background:#c02 url(/images/menu_sel.jpg) repeat-x;
	width:950px;
	margin:0 auto;
	padding:8px 5px;
	/*letter-spacing:2px;*/
	text-align:center;
	color:#c00;
    font-size:12px;
}

#nav_menu {
	font-weight:bold;
}

#nav_menu a, #nav_footer a {
	color:#fff;
	padding:5px 10px;
}

#nav_menu a:hover, #nav_footer a:hover {
	background:#fff;
	color:#c02;
}

#nav_menu a.active {
	background:#fff;
	color:#000;
}

#footer {
	font-size:12px;
	padding:10px 0;
	width:960px;
	margin:0 auto;
	text-align:center;
}

#slideshow_holder {
	width:280px;
	height:380px;
}

.slideshow {
    position:absolute;
	width:280px;
	height:380px;
	overflow:hidden;
	background:#fff;
	font-size:12px;
	color:#666;
}

ul.newsitem {
	padding:0;
	margin:0;
	list-style-image:url(/ui/arrow1.gif);
	padding-left:20px;
	line-height:1.5em;
}

ul.tagsitem {
	padding:0;
	margin:0;
	list-style-image:url(/ui/tag.gif);
	padding-left:20px;
	line-height:1.5em;
}

ol.newsitem {
	line-height:1.5em;
}

.bluebox {
	border:1px solid #069;
	background:#fff url(/images/nav_bg.jpg) left -15px repeat-x;
	padding:5px;
}

.redbox {
	border:1px solid #c02;
	background:#fff url(/images/menu_sel.jpg) left -15px repeat-x;
	padding:5px;
}

.blackbox {
	border:1px solid #000;
	background:#fff url(/images/nav_black.jpg) left -15px repeat-x;
	padding:5px;
}

.greybox {
	border:1px solid #ccc;
	background:#fff url(/images/menu_bg.jpg) left -15px repeat-x;
	padding:5px;
}

.newsitem a, .yellowbox a, .bluebox a {
	color:#000;
}

.newsitem a:hover, .yellowbox a:hover, .bluebox a:hover {
	color:#c02;
}


.newsitem a:visited, .yellowbox a:visited, .bluebox a:visited {
	color:#699;
}

.b, a.b, a.b:hover, a.b:visited {
	color:#069;
}


.blackbox .boxtitle, .redbox .boxtitle, .bluebox .boxtitle {
	font-weight:bold;
	color:#fff;
	padding-bottom:6px;
}

.greybox .boxtitle {
	font-weight:bold;
	color:#000;
	padding-bottom:6px;
}

.title {
	font-weight:bold;
	color:#06f;
	padding-bottom:6px;
}

.title2 {
	font-weight:bold;
	color:#c02;
	padding-bottom:6px;
}


.time {
	color:#666;
	white-space:nowrap;
}

.newsphoto {
	padding:4px;
}

.newsphoto img {
	border:1px solid #999;
	margin-bottom:4px;
}

.content {
	line-height:1.75em;
}

.comment {
	line-height:1.5em;
	padding:5px 0;
	border-top:1px dashed #000;
	margin-top:5px;
}

.nowrap {
	white-space:nowrap;
}

input.red[type=button], input.red[type=submit] {
	background:#eee url(/images/menu_bg.jpg) repeat-x;
	/*padding:0px;*/
	color:#000;
	font-weight: bold;
}

#horoscope {	
	height:100px;
	overflow:hidden;
	background:url(/images/horobg.jpg) no-repeat;
	padding:10px 20px;
}

#horo_img {
	width:60px;
	height:60px;
	border:1px solid #999;
	margin-right:5px;
	margin-top:5px;
	float:left;
}
#horo_desc {
	padding:5px;
	font-size:12px;
	color:#000;
	margin-left:65px;
}

#multi_tab  {
}

#multi_tab_content {
	height:270px;
	width:268px;
	overflow:auto;
	padding:5px;
	border:1px solid #d72b2b;
}

#multi_tab ul {
	padding:0; margin:0; list-style: none;
}
#multi_tab li {
	display:inline;
	background:#f99;
	padding:4px 5px;
	margin-right:1px;
	border:1px solid #d72b2b;
    border-bottom:none;
    cursor:pointer;
}

#multi_tab li.active {
    background:#fff url(/images/menu_sel.jpg) left -15px repeat-x;
    border:1px solid #d72b2b;
    border-bottom:none;
    color:#fff;
    font-weight:bold;
}

#multi_tab div.hide {
    display:none;
}

#multi_tab div.active {
    display:'';
}

#link_exchange {
	border:1px solid #667;
	padding:10px;
	background:#F4F5FF;
}

#link_exchange img{
	border:2px solid #999;
}

ul.search_img {
	margin:0; padding:0; list-style:none;
}
ul.search_img li {
	margin:0 10px; padding:0; float:left;
	width:200px;
	height:200px;
	text-align:center;
}


ul#kwtv_list {
	margin:4px 0;padding:0;list-style:none;
	height:210px; overflow:auto; overflow-x:hidden;
	font-size:10px;
	line-height:14px; 
	background:#fff;
	border:1px solid #ccc;
}
ul#kwtv_list li { margin:0;padding:0;list-style:none; }
ul#kwtv_list a, ul#kwtv_list a:hover { text-decoration:none; }
ul#kwtv_list a {
	display:block;
	border-bottom:1px solid #ccc;
	padding:2px 8px;
}

