@CHARSET "ISO-8859-1";
body {
	background-color: #fff;
}
#desk_wrap {
	background-image: none;
	background-color: #fff;
}
#profile_wrap {
	padding: 10px;
}
#profile_bar {
	width:900px;
	margin:0px auto;
}
hr {
	height:1px;
	background-color:#ccc;
	border:none;
}
#summary_wrap {
	position: relative;
	background-color: #efefef;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	width: 970px;
	margin: 0px auto;
	margin-top: 10px;
	min-height:300px;
	padding-bottom:20px;
}
#summary_col {
	position: absolute;
	left: 365px;
	width: 570px;
	top: 22px;
}
#summary_text {
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}
#summary_text ul {margin: 0px; padding: 0px;}
#summary_text li { list-style-image: none; list-style-type: none;}
#summary_text .data { display: block; float: left; font-weight: normal; color: #666; width: 95px; text-align: right; margin-right: 10px;}

#content_wrap {
	width: 970px;
	margin: 0px auto;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}

#main_photo {
	margin-top: 20px;
	margin-left: 20px;
	border: 10px solid #fff;
}
#thumbs_wrap {
	background-color: #ccc;
	-moz-border-radius: 5px;
	border: 1px solid #fff;
	width: 570px;
	height: 110px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.thumb_wrap {
	background-color: #fff;
	margin-right: 5px;
	height: 110px;
	width: 110px;
	position: relative;
	float: left;
	text-align: center;
}
#last_thumb_wrap {
	margin-right: 0px;
}
.thumb {
	margin-top: 5px;

}
#options_wrap {
	position:relative;
	top:400px;
	left:100px;
}
#about_wrap { width: 400px; float: left; }

#me_wrap, #match_wrap {
	background-color: #efefef;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#me_wrap h2, #match_wrap h2 {
	text-transform: uppercase;
	font-family: Arial;
	color: #666;
	font-size: 1em;
}
#me_wrap td, #match_wrap td {
	font-weight: bold;
}

#me_wrap .data, #match_wrap .data {
	color: #666;
	font-weight: normal;
}

.detail_term { font-weight: bold;}

#desc_wrap {background-color: #efefef;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-left: 420px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#profile_links_list {
height:50px;

}
#profile_links_list li {
	float:left;
	display:block;
	margin-right:17px;
}
#search_back_li {
	position:relative;
	background: transparent url(../../images/buttons/search-back.png) 0px 0px no-repeat;
	width: 193px;
	height: 43px;
}
#compose_li {
	position:relative;
	background: transparent url(../../images/buttons/compose.png) 0px 0px no-repeat;
	width: 193px;
	height: 43px;
}
#add_bookmark_li {
	position:relative;
	background: transparent url(../../images/buttons/add-bookmark.png) 0px 0px no-repeat;
	width: 193px;
	height: 43px;
}
#chat_li {
	position:relative;
	background: transparent url(../../images/buttons/start-chatting.png) 0px 0px no-repeat;
	width: 193px;
	height: 43px;
}
#profile_links_list a {
	display:block;
	text-decoration:none;
	width:100%;
	height:43px;
	position:absolute;
	top:12px;
	left:48px;
}
#compose_li a {
	left:60px;
}
#chat_li a {
	left:73px;
}
#profile_links_list a:hover {
	color: #DD6600;
}
#add_bookmark{
	width:193px;
	height:43px;
	cursor:pointer;
	background-color:transparent;
	border:none;
	padding-left:28px;
	padding-bottom: 3px;
}
