div.profile_content .profile_thread div.lastpost {
	text-align: right;
}

div.profile_content .profile_thread:hover,
div.profile_content .profile_post:hover {
	background: #FBD9FF;
}

div.profile_content .profile_post span.title,
div.profile_content .profile_thread span.title {
	font-size: 15px;
}

div.profile_content .profile_post img {
	vertical-align: middle;
}

div#profile_container h2 {
	padding: 0;
	margin: 0;
	font-size: 19px;

	margin-bottom: 7px;
}

div#profile_container .left {
	width: 30%;
	margin-right: 10px;
}

div#profile_container .right {
	width: 68%;
	margin-top: 5px;
}

div#userbox {
	background: #efefef;
	border: 1px solid #CCC;
	padding: 7px;
}

div#userbox .avatar {
	margin-right: 7px;
	border: 1px solid #848484;
}

div.profile_content .content_area {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 7px;
	margin-top: 10px;
}

div.profile_content .content_area div.quote {
	margin: 10px 7px 7px 27px;
	border-left: 3px solid #CCC;
	padding-left: 10px;
}

div.profile_content .content_area div.no_content {
	margin-top: 7px;
}

div.profile_content div#ddaitional_info div.quote span,
div.profile_content div#posts_additional_info div.quote span,
div.profile_content div#threads_additional_info div.quote span {
	display: block;
	margin: 7px 0;
}

div.inline {
	display: inline-block;
	vertical-align: top;

	zoom: 1;
	*display: inline;
}

span.invisible {
	display: none;
}

/* Nav Tabs */
.nav_tabs {
	margin-top: 17px;
	margin-bottom: 10px;
}

.nav_tabs ul#tab_container {
	padding: 0;
	margin: 0;
	height: 27px;

	list-style: none;
}

.nav_tabs #tab_container li {
	float: left;
	padding-right: 7px;
	margin-top: -3px;
}

.nav_tabs #tab_container li.right {
	float: right;
	padding-left: 7px;
	padding-right: 0;
}

.nav_tabs #tab_container li a {
	float: left;
	display: block;
	height: 20px;

	font-family: Lucida Grande, Segoe UI, Trebuchet MS, Verdana, Sans-Serif;
	letter-spacing: -1px;
	font-size: 17px;
	color: #AAA;

	margin-top: 3px;
	padding: 5px 9px 3px 9px;

	background: #f7f7f7;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.nav_tabs #tab_container li a:hover {
	background: #f1f1f1;
	text-decoration: none;
}

.nav_tabs #tab_container li.active {
	margin-top: -9px;

	position: relative;
	z-index: 2;
}

.nav_tabs #tab_container li.active a {
	color: #666;
	font-weight: bold;
	font-size: 19px;

	padding-top: 7px;
	border-bottom: 0;
	background: #efefef;

	height: 25px;
}

.nav_tabs .profile_content {
	background: #efefef;
	padding: 9px 10px 9px;
	font-size: 95%;

	border: 1px solid #CCC;
}/* rndz */