@CHARSET "UTF-8";
ul {
	list-style:none;
}
#position {
	background:url(home.png)  no-repeat;
	background-position:left center;
	text-indent:20px;
	margin-top:50px;
	font-size:14px;
	height:35px;
	line-height:35px;
}
#main {
/*	background:url(main_bg.png) repeat-y;*/
	height:auto
	margin-top:10px;
}
#main #left {
	width:700px;
	padding:0px 15px;
	float:left;
	background: #ffffff;
}

#main #left .box_wrap {
	color:#666;
	line-height:25px;
}
#main #left div.box_wrap h3 {
	margin:15px 0 0 0;
	line-height:40px;
	font-size:16px;
	color:red;
}
#main #left div.num span {
	color:#000;
	
}
#main #left div.moderator span {
	color:#333;
}
#main #left div.pages_wrap {
	margin:12px 0 0 0;
}
.pages_wrap {
	height:35px;
}
.pages_wrap .pages {
	float: left;
	width:700px;
	margin-bottom:10px;
}
.photoname {
	height:30px;
	text-align:center;
	font-size:18px;
	color:red;
	font-family:华文行楷
}
#main #right {
	width:225px;
	float:right;
	background: #ffffff;
}

#main #right .userlogo {
	margin:10px auto;
	width:220px;
}
#main #right .userlogo img {
	width:120px;
	height:120px;
	border-radius:50%;
	
}
#main #right .classList .title {
	width:220px;
	margin:0 auto;
	padding:7px 0;
	font-weight:bold;
	color:#666;
	text-indent:10px;
	border-bottom:1px solid #e8e8e8;
}
#main #right .classList ul.listWrap {
	width:180px;
	margin:15px auto 0 auto;
}
#main #right .classList ul.listWrap li h2 a {
	color:#333;
	font-weight:normal;
}
#main #right .classList ul.listWrap li ul {
	margin:5px 0 10px 10px;
}
#main #right .classList ul.listWrap li ul li {
	background:url(style_icon.png) 0px -389px no-repeat;
	line-height:200%;
    border-radius:3px;
    color: #666;
    padding-left:10px;
}
#main #right .classList ul.listWrap li ul li h3 a {
	font-weight:normal;
	color:#666;
}
#main #right .classList ul.tagList {
	width:220px;
	margin:0 auto;
}
#main #right .classList ul.tagList li {
	display:inline-block;
	margin:10px 5px 5px 0;
}
#main #right .classList ul.tagList li a {
	background:none repeat scroll 0 0 #f6f6f6;
	border-radius:3px;
	color:#333333;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	padding:0 8px;
	text-decoration:none;
}
#main #right .classList ul.tagList li a:hover {
	background:#999;
	color:#fff;
}