/* --------- Mini-Profile ------------  */

.mini_profile {
	width:450px; 
}

/* mini_profile_header */

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

.mini_profile_header .username {
	color: #333;
	float: left;
	font : 11px Verdana, sans-serif;
	font-weight : bold;
	padding: 8px 0px 4px 15px;
} 

.mini_profile_header .add_to_faves {
	font: 11px verdana, sans-serif;
	font-weight: bold;
	padding: 8px 15px 5px 0px;
	text-align: right;
}

/* tagline */

.tagline {
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 2px;
	text-align: center;
}

/* mini_profile_body */

.mini_profile_body { 
	background: #F3F3F1; 
	border-left: 1px solid #ABABAB; 
	border-right: 1px solid #ABABAB; 
	clear: both; 
	padding: 7px 15px 7px 15px; 
	height: 100%; 
}

.mini_profile_body h1 {
	color : #6E5024;
	font : 12px Georgia;
	font-weight : bold;
	height: 25px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.mini_profile_body h1 a {
	border: 0px;
	color : #6E5024;
	text-decoration: none;
}

.mini_profile_body .username_pic {
	float:left; 
	margin-right: 10px;
	padding-bottom: 7px;
	width:170px;
}

.username_pic a img  {
	border: 5px solid #555;
}

.username_pic a:hover img {
	border: 5px solid #000;
}

/* username_info_1 */

.username_info_1 {
	padding: 0px;
	margin: 0px;
}

.username_info_1 ul {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 6px;
}

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

.username_info_1 span {
	font-weight: bold;
}

.username_info_1 span.status_1 {
	/* color: #128EA4; */
	color: #6EB20C;
}

.username_info_1 span.status_2 {
	color: #999;
}

/* username_actions */

.username_actions {
	margin: 0px;
	padding: 0px;
}

.username_actions ul {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 6px;
}

.username_actions li {
	color: #999;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.username_actions a {
	background: url(images/icon_action.gif) left no-repeat;
	font-weight: bold;
	padding: 1px 3px 1px 20px;
}

.username_actions a:hover {
	background: url(images/icon_action_hover.gif) left no-repeat;
	text-decoration: underline;
}

.username_actions span {
	color: #6E5024;
	font-weight: bold;
	padding: 1px 3px 1px 20px;
}

/* username_info_2 */

.username_info_2 {
	border-top: 1px dotted #c0c0c0;
	clear: both;
	margin-top: 0px;
	padding: 0px;
}

.username_info_2 ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

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

.username_info_2 span {
}

/* mini_profile_footer */

.mini_profile_footer {
	background: url(/images/bg_mini_profile_footer.gif) no-repeat;
	border-top: 1px dotted #c0c0c0;
	clear: both;
	height: 33px;
	margin: 0px;
}

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

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

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

