/* component Media Comments style */

a#profile_comments_header_title
{
	color: #ffcf4f;
	font-weight: bold;
	text-decoration: none;
}

span#profile_comment_list_info
{
	margin: 2px;
	color: #bfbfbf;
}

a#load_profile_comment_form
{
	text-decoration: none;
}

div.profile_comment_container
{
	position: relative;
	margin: 4px 1px 10px 1px;
	border-top: 1px solid #980611;
	border-bottom: 1px solid #980611;
	padding: 2px;
}

a.delete_profile_comment:link,
a.delete_profile_comment:visited
{
	display: block;
	float: right;
	top: 2px;
	right: 2px;
	color: #DFC3DC;
	text-decoration: none;
}

a.delete_profile_comment:active,
a.delete_profile_comment:hover
{
	color: #C24EB3;
}

div.profile_comment_side_block
{
	float: left;
	width: 106px;
	padding: 0 4px;
	text-align: center;
}

div.profile_comment_side_block a
{
	text-decoration: none;
}

div.profile_comment_side_block span
{
	margin: 2px;
	font-weight: bold;
	text-decoration: underline;
}

div.profile_comment_side_block img
{
	margin: 4px auto;
}

div.profile_comment_body
{
	float: left;
	margin: 4px 4px;
}

div.profile_comment_bottom
{
	margin-top: 2px;
	padding: 1px 2px;
	font-size: 10px;
	text-align: right;
}


div#profile_comment_form_container
{
	position: relative;
}

a#profile_comment_form_close_btn
{
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 14px;
	height: 14px;
	background: #000 url('../../img/close.gif') no-repeat scroll center center;
}

div#profile_comment_form_container
{
	margin-bottom: 28px;
	border-bottom: 1px solid #4f4f4f;
	text-align: right;
}

textarea#profile_comment_form_body
{
	width: 410px;
	height: 100px;
	margin: 0px;
}

input#profile_comment_form_submit_btn
{
	position: absolute;
	right: 2px;
	bottom: -17px;
}

div#profile_comments_bottom
{
	text-align: right;
}

.profile_comment_short_info
{
	color: #CCCCCC;
	font-size: 10px;
	padding: 3px;
	text-align: right;
	background: #980611;
}

.profile_comment_short_info a:link,
.profile_comment_short_info a:visited,
.profile_comment_short_info a:active
{
	color: #fff;
}

.comment_title
{
	border-bottom: 2px solid #980611;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 3px;
}

#add_comment_form_cont
{
	display: none;
	padding: 10px;
	text-align: right;
}

#add_comment_form_cont textarea
{
	width: 250px;
	height: 100px;
}

.add_comment
{
	text-align: right;
}

.add_comment a:link,
.add_comment a:visited,
.add_comment a:active
{
	font-size: 13px;
}