#mainContent {
	padding: 10px 0;
	margin-left:-210px !important;
	margin-right:-260px;
}

#mainInnerContent {
	margin-left:210px !important;
	margin-right:260px;
}

#sidebar {
	float:left;
	width:200px;
	padding: 10px 10px 10px 0;
	position:relative;
	z-index:1;
}

#sideList {
	width:250px;
	padding:10px 0 10px 10px;
	float:right;
	position:relative;
	z-index:1;
}
* html #sideList {width:240px;}

td {
	word-break:break-all;
}

.panel-title h3 img {
	display: inline;
}

.profile_content {
	padding: 0 0 10px 10px;
	line-height: 26px
}

.profile_content ul {
	margin: 0;
	padding: 0
}

.profile_content li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: outside
}

.profile_content td {
	padding:5px;
}

.notice {
	background: #FFFBE2;
	color:#666;
	border: 1px solid #FFE222;
	padding: 20px;
	width: 200px;
	margin: 100px auto 0;
	text-align: center;
}

.profile-content #joinedQListEle ul {
	margin:0;
	padding:0;
} 

.profile-content #joinedQListEle li {
	list-style:none;
	margin:0;
	padding:5px 0;
	clear:both;
} 

.profile-content #joinedQListEle .group_ico {
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	height:15px;
	margin-right:5px;
	padding:1px;
	width:20px;
}

.profile-content #joinedQListEle a:hover .group_ico {
	border:1px solid #f63;
}

#sideList .friends_list .friendItem {
	float:left;
	margin:0 10px 20px 10px;
}
* html #sideList .friends_list .friendItem {margin:0 8px 20px;}
	#sideList .friends_list .friendIco {
		margin-bottom:5px;
	}
		#sideList .friends_list .friendIco a {
			width:52px;height:52px;
		}
		#sideList .friends_list .friendIco img {
			width:48px;
			height:48px;
			padding:1px;
			border:1px solid #ccc;
		}
		#sideList .friends_list .friendIco a:hover img {
			border:1px solid #f63;
		}
	#sideList .friends_list .friendItem span a {
		display:block;
		height:18px;
		line-height:18px;
		overflow:hidden;
		width:50px;
	}