/* --------- View-Profile ------------  */


#view_profile * {

}

/* view_profile_actions */

.view_profile_actions {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
}

.view_profile_section {
	background: #fff;
	width:450px; 
	margin-bottom: 3px;
}

/* view_profile_header */

.view_profile_header {
	margin: 0px;
	height: 28px;
	background: url(/images/bg_mini_profile_header.gif) no-repeat;
	border-bottom: 1px dotted #c0c0c0;
}

.view_profile_header .section_name {
	color: #6E5024;
	padding: 8px 0px 3px 15px;
	font : 11px Verdana, sans-serif;
	font-weight : bold;
	float: left;
} 

.view_profile_header .section_name_info {
	padding: 9px 15px 4px 0px;
	font: 10px verdana, sans-serif;
	text-align: right;
}

.view_profile_section {

}

/* view_profile_body */

.view_profile_body {
	background: #F3F3F1;
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}

/* view_profile_thumbs */

.view_profile_thumbs {
	margin:0px;
	background: #F3F3ED;
	text-align: center;
	padding: 7px 10px 6px 10px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}

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

.view_profile_thumbs li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.view_profile_thumbs a img {
	border: 1px solid #555;
}

.view_profile_thumbs a:hover img {
	border: 1px solid #000;
}

/* view_profile_info */

.view_profile_info {
	padding: 0;
	margin: 0;
}

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

.view_profile_info li {
	font: 11px verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	line-height: 16px;
}

.view_profile_info li.alt {
	background: #fff;
}

.view_profile_info a:hover {
	text-decoration: underline;
}

.view_profile_info span {
	font-weight: bold;
}

/* view_profile_stories */

.view_profile_stories {
	padding: 0;
	margin: 0;
}

.view_profile_stories ul {
	margin: 0;
	padding: 5px 0px 4px 0px;
	border-bottom: 1px dotted #C0C0C0;
}

.view_profile_stories li {
	font: 11px verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 4px 5px;
}

.view_profile_stories span {
	font-weight: bold;
}

.view_profile_stories span.story_title a {
	font: 11px Georgia;
	font-weight: bold;
}

/* view_profile_comments */

.view_profile_comment { 
	padding: 0px 0px 10px 0px; 
	margin: 0px 0px 8px 0px; 
	border-bottom: 1px dotted #c0c0c0; 
	/* background: #fff; */ 
}

.view_profile_comment .comment_body { 
	font: 11px Verdana; 
	margin: 0; 
	padding: 6px 6px 2px 8px; 
	border-top: 1px solid #7C7569; 
	border-right: 1px solid #7C7569; 
	border-left: 1px solid #7C7569; 
	background:#fff; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.view_profile_comment_user {
	margin: 0;
	padding: 0;
}

.view_profile_comment .comment_footer {
	height: 14px;
	background: url(/images/bg_comment_footer.gif) center bottom no-repeat;
}

.view_profile_comment_thumb {
	border: 1px solid #555;
	float: left;
	margin-right: 5px;
}

.view_profile_comment_info {
	padding-top: 10px;
	height: 50px;
}

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

.view_profile_comment li {
	font: 11px verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 4px 5px;
}

.view_profile_comment span {
	font-weight: bold;
}

.submit_comment {
	text-align: center;
}

.submit_comment input {
	font: 12px Verdana, sans-serif;
}

/* view_profile_footer */

.view_profile_footer {
	margin: 0px;
	height: 30px;
	background: url(/images/bg_mini_profile_footer.gif) center bottom no-repeat;
	border-top: 1px dotted #c0c0c0;
}

.view_profile_footer .rating {
	float: left;
	padding: 7px 0px 6px 15px;
	color : #6E5024;
	font : 11px verdana, sans-serif;
	font-weight : bold;
}

.view_profile_footer .rating span {
	color : #FF9C00;
}

.view_profile_footer .view_more, .rating_buttons {
	padding: 7px 15px 6px 0px;
	color : #6E5024;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	text-align: right;
}

.view_profile_footer .top {
	padding: 8px 15px 5px 0px;
	color : #6E5024;
	font: 10px verdana, sans-serif;
	text-align: right;
}
