@CHARSET "UTF-8";

#community_container {
	margin-top: 10px;
	padding: 2px;
}

#community_side {
	width: 215px;
	float: left;
	margin-right: 10px;
}

#community_side .box {
    background-color: #F6F3E3;
    margin-bottom: 10px !important;
    padding: 5px;
}

#community_side #userimg li {
	float: left;
	text-align: center;
	width: 66px;
}

#community_side #userimg li .centerimg {
	background-color: #CCC;
	height: 55px;
	margin: auto;
	overflow: hidden;
	width: 55px;
}

#community_side #userimg li img {
	margin-left: 0px;
	margin-right: 0px;
	width: 55px;
}

#community_side#userimg li span {
	display: table-cell;
	height: 55px;
	vertical-align: middle;
}

#community_main {
	width: 460px;
	float: left;
}

#community_item p {
	border-bottom: 1px solid #ccc;
}

#community_item p span {
	padding-left: 5px;
}


#community .cbox {
	border: 3px solid #CCC;
	padding: 15px;
	font-size: 13px;
	margin-bottom: 10px;
}

#community h2 .sub {
	font-size: 12px;
	font-weight: normal;
}

#community_main ul {
	margin-bottom: 10px;
}

#community_main ul li {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

#community h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #ccc;
	padding: 5px;
}
.c_topic th,.c_res th {
	text-align:left;
}
