/* RATING
============================================================================ */

.rating {
	margin: .5em 0;
	padding: .6em 0;
	border-top: 1px dotted #6E6E6E;
	border-bottom: 1px dotted #6E6E6E;
}

.rating h3 {
	float: right;
	width: 84px;
	background: url('../../images/site/h3_wardrobe_rating.gif') no-repeat;
	text-indent: -9999em;
}

.rating p {
	clear: both;
	float: right;
	margin: 0;
}

/* REPUTATION
============================================================================ */

.reputation h3 {
	float: right;
	width: 54px;
	background: url('../../images/site/h3_reputation.gif') no-repeat;
	text-indent: -9999em;
}

.reputation p {
	text-align: right;
	line-height: 1em;
}


/* STATS TABLE
============================================================================ */

.stats {
	margin: 1em 0;
	list-style-type: none;
	color: #231F20;
}

.stats li {
	width: 220px;
}

.stats li span {
	font-weight: 900;
}

.stats .dob_description p {
	padding: 5px 0 0;
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
	line-height: 1em;
	color: #6E6E6E;
}


/* BIO
============================================================================ */

.right {
	position: relative;
	height: 330px;
}

.right h2 {
	margin: .5em 0 .25em;
	padding: 0;
	height: 10px;
	text-indent: -9999em;
}

.right h2.style {
	width: 61px;
	background: url('../../images/site/h2_my_style.gif') no-repeat;
}

.right h2.about_me {
	margin: 1.25em 0 .25em;
	width: 67px;
	background: url('../../images/site/h2_about_me.gif') no-repeat;
}

.right p {
	margin: 0 0 1em;
	color: #6E6E6E;
}

.right p textarea {
	width: 280px;
	height: 100px;
	font-size: 1em;
	background-color: #FFFFFF;
}

.right .note,
.profile_submit {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.right .note p {
	margin: 0;
	text-align: right;
	color: #000000;
}