/** user profile **/
.user_profile img {
	border: 0px;
	display: block;
	padding-bottom: 6px;
}
.user_content {
	width: 740px;
	float: left;
	padding-left: 10px;
	border-left: solid 1px #f4f4f4;
}
.user_profile {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	color: #1a1a1a;
}
.user_profile h2, .user_profile a h2{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 7px;	
	color: #1A1A1A;
}
.user_profile .user_review_votes {
	color: #888;
	font-size: 11px;
	padding-bottom: 3px;
}
.user_profile .info {
	display: block;
	width: 160px;
	padding-bottom: 30px;
}
.user_profile .info ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 5px;
}
.user_profile .info li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #727272;
}
.user_profile .info li .label {
	color: #9d9d9d;
	font-weight: bold;
}
.user_stats {
	padding-bottom: 5px;
	line-height: 14px;
}
.user_profile a.user_stat {
	text-decoration: none;
	font-size: 10px;
	color: #4875b9;
	padding-left: 10px;
	font-style: italic;	
	background: transparent url(../images/add_friend.gif) 0 2px no-repeat;
}
.user_profile a.user_stat:hover {
	text-decoration: underline;
}
.user_profile .list {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.user_profile .list a {
	display: block;
	width: 133px;
	background-color: #fff5ec;
	color: #735b31;
	text-decoration: none;
	border: solid 1px #f5e6d3;
	margin-bottom: 0px;
	margin-top: -1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.user_profile .list a:hover {
	text-decoration: underline;
}
.user_profile .list a.add_friend {
	background: #fff5ec url(../images/add_friend.jpg) 6px 3px no-repeat;
}
.user_profile .list a.settings {
	background: #fff5ec url(../images/settings.jpg) 5px 3px no-repeat;
}
.user_profile a.message {
	background: #fff5ec url(../images/private.jpg) 8px 4px no-repeat;
}
.user_profile .list a.my_dashboard {
	background: #fff5ec url(../images/dashboard.jpg) 7px 4px no-repeat;
}
.user_profile a.send_compli {
	background: #fff5ec url(../images/compliment2.jpg) 8px 4px no-repeat;
}
.user_profile .list a.photos {
	background: #fff5ec url(../images/p_photos.jpg) 5px 2px no-repeat;
}


/**----**/
ul.user_tabs {
	width: 730px;
	height: 25px;
	list-style-type: none;
	background-color: #fffce8;
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	border-bottom: solid 1px #ffaa4f;
	margin-bottom: 10px;
} 
ul.user_tabs li {
	float: left;
}
ul.user_tabs li a {
	display: block;
	float: left;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fff3d6;
	margin-right: 4px;
	color: #939292;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	border-left: solid 1px #fffce8;
	border-right: solid 1px #fffce8;
	border-top: solid 1px #fffce8;
}
ul.user_tabs li a.review {
	background: #fff3d6 url(../images/starred.jpg) 5px 5px no-repeat;
}
ul.user_tabs li a.list {
	background: #fff3d6 url(../images/reviews.jpg) 5px 5px no-repeat;
}
ul.user_tabs li a.friend {
	background: #fff3d6 url(../images/friends.jpg) 5px 7px no-repeat;
}
ul.user_tabs li a.photo {
	background: #fff3d6 url(../images/photos.jpg) 6px 6px no-repeat;
}
ul.user_tabs li a.blog {
	background: #fff3d6 url(../images/blog.jpg) 5px 5px no-repeat;
}
ul.user_tabs li a.compliment {
	background: #fff3d6 url(../images/compliment.jpg) 5px 6px no-repeat;
	padding-left: 20px;
}
ul.user_tabs li a.fave {
	background: #fff3d6 url(../images/fave.jpg) 5px 8px no-repeat;
	padding-left: 23px;
}
ul.user_tabs li a.bookmark {
	background: #fff3d6 url(../images/bookmark.jpg) 5px 8px no-repeat;
	padding-left: 23px;
}
ul.user_tabs li a:hover {
	background-color: #ffdfb7;
}
ul.user_tabs li.selected a {
	border-top: solid 1px #ffaa4f;
	border-left: solid 1px #ffaa4f;
	border-right: solid 1px #ffaa4f;
	background-color: #fff;
	color: #646464;
}
ul.user_tabs li.selected {
	top: 1px;
	position: relative;
}
ul.user_tabs li.selected a:hover {
	background-color: #fff;
}


.m_reviews {
	padding-bottom: 2px;
}
.reviewbox {
 	position: relative;
	padding-top: 7px;
	padding-bottom: 9px;
	width: 622px;
	padding-left: 70px;
	color: #1a1a1a;
	border-bottom: solid 1px #f4f4f4;
	clear: both;
}
.reviewbox img.site {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	border: 0px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 3px;	
}
.reviewbox .address {
	position: absolute;
	font-size: 11px;
	color: #777;
	left: 530px;
	top: 7px;
	width: 150px;
}
.reviewbox .cats, .list_show .cats {
	font-size: 11px;
	color: #333;
	padding-bottom: 2px;
}
.reviewbox .cats a, .list_show .cats a {
	color: #26c;
	text-decoration: none;
}
.reviewbox .cats a:hover, .list_show .cats a:hover, a.list_linkback:hover {
	color: #e60;
}

.list_preview {
	width: 320px;
	height: auto;
	padding-bottom: 5px;
}
.list_show {
	
}
a.list_linkback {
	position: absolute;
	left: 800px;
	font-size: 11px;
	color: #26c;
	text-decoration: none;
}
.list_show ul li {
	clear: both;
}
.list_show .list_info {
	font-size: 11px;
	color: #666;
}
.listbox ul img.list_thumb {
	margin-top: 2px;
	padding: 2px;
	border: solid 1px #d5d5d5;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
}
.listbox {
	padding-top: 10px;
	float: left;
	border-bottom: solid 1px #f4f4f4;	
}
.listbox h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.listbox a.list_title, .list_title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.listbox a.list_title:hover {
	color: #cc3106;
}
.listbox .list_desc {
	padding-top: 5px;
	padding-right: 20px;
	color: #777;
}
.listbox ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	list-style-type: none;
	z-index: 1;
}
.listbox ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	position: relative;
	z-index: 1;
}
.listbox ul li a.b_name {
	color: #e60;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.listbox ul li a.b_name:hover {
	text-decoration: underline;
}
.listbox ul li span.testi_preview {
	font-style: italic;
	font-size: 11px;
	color: #555;
}
.listbox ul img.b_thumb {
	margin-top: 2px;
	padding: 1px;
	border: solid 1px #d5d5d5;
	float: left;
	margin-right: 5px;
}
.listbox a.list_total {
	color: #4875b9;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}
.listbox a.list_total:hover, .listbox a.list_link:hover {
	text-decoration: underline;
}
.listbox a.list_link {
	color: #2266cc;
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-top: -1px;
	margin-left: 2px;
	width: 138px;
}


#compliments {
	position: absolute;
	width: 320px;
	background-color: #fff;
	/*border: solid 1px #e60;*/
	height: 193px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 11px;
	padding-right: 11px;
	top: 170px;
	left: 25px;
	z-index: 5;
	display: none; 
	background: url('../images/bg_compli.gif') 0 0 no-repeat;
}
#compliments form {
	margin: 0px;
	padding: 0px;
}
#compliments form .radio {
	float: left;
}
#compliments .compli_type {
	float: left;
	width: 105px;
	height: 22px;
}
#compliments .ctype {
	padding-left: 20px;
	padding-top: 2px;
	float: left;	
}
#compliments .thankyou {
	background: url(../images/compliments.gif) 0px -2px no-repeat;	
}
#compliments .greatlist {
	background: url(../images/compliments.gif) 0px -58px no-repeat;	
}
#compliments .cool {
	background: url(../images/compliments.gif) 0px -116px no-repeat;	
}
#compliments .note {
	background: url(../images/compliments.gif) 0px -78px no-repeat;	
}
#compliments .hot {
	background: url(../images/compliments.gif) 0px -21px no-repeat;	
}
#compliments .funny {
	background: url(../images/compliments.gif) 0px -135px no-repeat;	
}
#compliments .writer {
	background: url(../images/compliments.gif) 0px -40px no-repeat;	
}
#compliments .cute {
	background: url(../images/compliments.gif) 0px -97px no-repeat;	
}
#compliments .photo {
	background: url(../images/compliments.gif) 0px -154px no-repeat;	
}
#compliments textarea.compli_text {
	border: solid 1px #c7c7c7;
	width: 316px;
	height: 80px;
}
#compliments .compli_buttons {
	text-align: right;
	position: relative;
}
#compliments .compli_buttons a {
	color: #4875b9;
	text-decoration: none;
}
#compliments .compli_buttons a:hover {
	text-decoration: underline;
}
#compliments #compli_status {
	position: absolute;
	top: 183px;
	left: 12px;
	text-align: left;
	
}
#compliments input.compli_send {
	background-color: #e0e0e0;
	border: solid 1px #7f7f7f;
	width: 55px;
	height: 19px;
	margin-top: 5px;
	margin-left: 10px; 
	margin-right: 5px;
	padding-bottom: 1px;
}
#compliments form label {
	color: #7a7a7a;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.compli_msg {
	color: #b1b0b0;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/****************************/
.friendbox {
	width: 150px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 15px;
	float: left;
}
.friendbox img.avatar {
	border: 0px;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 1px;
	border: solid 1px #ccc;
}
.friendbox .total_friend, .complimentbox .total_friend {
	display: block;
	float: left;
	color: #e60;
	width: 45px;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 2px;
	background: url(../images/fr_icons.gif) 0px 0px no-repeat;
}
.friendbox .total_review, .complimentbox .total_review {
	display: block;
	float: left;
	color: #e60;
	width: 45px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 11px;
	background: url(../images/fr_icons.gif) 0px -17px no-repeat;
}
.friendbox .user_nama, .complimentbox .user_nama {
	clear: both;
}
.friendbox .user_nama h3, .complimentbox .user_nama h3 {
	margin: 0px;
	padding: 0px;	
}
.friendbox .user_nama h3 a, .complimentbox .user_nama h3 a {
	font-size: 11px;
	color: #919191;
	font-weight: bold;
	text-decoration: none;
}
.friendbox .user_nama h3 a:hover, .complimentbox .user_nama h3 a:hover {
	text-decoration: underline;
}
.friendbox .user_nama h4, .complimentbox .user_nama h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #919191;
	padding-bottom: 10px;
}

.complimentbox {
	padding-top: 2px;
	clear: both;
}
.complimentbox .cb_type {
	padding-bottom: 12px;
	border-top: solid 1px #f4f4f4;
	padding-top: 10px;
	padding-left: 5px;
}
.complimentbox .cb_type img {
	padding-right: 5px;
	vertical-align: middle;
}
.complimentbox .cb_type_name {
	font-weight: bold;
	color: #555;
	padding-right: 5px;
}
.complimentbox .cb_type_date {
	font-size: 11px;
	font-style: italic;
}
.complimentbox .cb_left {
	width: 125px;
	padding-bottom: 10px;
	float: left;
}
.complimentbox .cb_left a img {
	border: 0px;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: solid 1px #ddd;
	margin-right: 5px;
	float: left;
}
.complimentbox .cb_text a {
	font-weight: bold;
	color: #e60;
	text-decoration: none;
}
.complimentbox .cb_text a:hover {
	text-decoration: underline;
}
.complimentbox .cb_text {
	width: 530px;
	color: #555;
	float: left;
	padding-bottom: 10px;
}

.complimentbox .user_nama a.message, .complimentbox .user_nama a.send_compli {
	display: block;
	width: 133px;
	color: #4875b9;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 18px;
}
.complimentbox .user_nama a.message:hover, .complimentbox .user_nama a.send_compli:hover {
	text-decoration: underline;
}
.complimentbox .user_nama a.send_compli {
	background: url("../images/compliment_s.jpg") 4px 1px no-repeat;
}
.complimentbox .user_nama a.message {
	background: url("../images/private_s.jpg") 2px 3px no-repeat;
}

.journalbox {
	padding-left: 5px;
	padding-bottom: 8px;
}
.journalbox h3.title {
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 3px;	
}
.journalbox h3.title a {
	color: #26c;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}
.journalbox h3.title a:hover {
	color: #e60;
}
.arc_head {
	padding-left: 10px;
	padding-top: 5px;
}
.journal_text {
	padding-top: 5px;
	padding-right: 10px;
}
.j_info {
	padding-top: 3px;
}
.j_label {
	font-weight: bold;
	color: #919191;
}
.j_info a {
	color: #e60;
	font-weight: bold;
	text-decoration: none;
}
.j_info a:hover, .j_months a:hover { 
	text-decoration: underline;
}
.j_months {
	padding-left: 10px;
	color: #555;
	font-size: 11px;
}
.j_months a {
	color: #26c;
	font-size: 12px;
	text-decoration: none;
}
.j_year {
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
}
/** end user profile **/ 