/*
=== Sohu Group / Forum StyleSheet File ================================
	Style Name: default
	Version: 1.0
	Author: Todd Lee (www.todd-lee.com)
	First Created: 2007-04-26
	Last Update: 2007-04-26
	Copyright: Sohu.com (www.sohu.com)
==============================================================
*/
/****** General Styles ******/
#sidebar{
	background: none;
}
#innerSidebar{
	border: none;
}
#navBox{
	background: #f0f4f5 url(images/navBox_bg.gif) no-repeat center top;
	margin-bottom: 20px;
}
#innerNavBox{
	background: url(images/nav_bg.gif) no-repeat center bottom;
}
#nav{
	margin: 0;
	padding: 10px 30px 10px 0;
}
#nav li{
	margin: 6px 0 0;
}
#nav li a{
	padding: 8px 10px 5px 16px;
}
#nav li span{
	padding: 7px 9px 4px 16px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#nav li a:hover{
	padding: 7px 9px 4px 16px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: white;
}
#joinBox{
	margin: -30px 0 0 80px;
	float:left;
}
#infoBox{
	background: white;
	border: 1px solid #eaeaea;
}
#forumInfo{
	margin: 2px;
	padding:20px 10px 10px 10px;
	background: url(images/forumInfo_bg.gif) repeat-x;
	border: none;
}
#infoBox .viewBtn{
	margin:10px 0 20px 10px;
	display:block;
	width:196px;
	padding:6px 0 5px 0;
	border:1px solid #eae8d1;
	background: url(images/viewBtn.gif) repeat-x;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	font-family:"ËÎÌå";
	text-decoration: none;
}