.profile-content {
	width: 98%;
	padding: 5px;
	overflow: auto;
	position: relative;
}
.profile-content .profile-left {
	float: left;
	width: 33%;
	position: relative;
}
.profile-content .profile-mid {
	float: left;
	width: 33%;
	position: relative;
}
.profile-content .profile-right {
	float: right;
	width: 33%;
	position: relative;
}
.profiles-content {
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	clear: both;
	width: 95%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: visible;
}

.profiles-header {
	font-size: 1.6em;
	background-image: url(/themes/cleanstyle/images/header-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	position: relative;
	color: #333333;
}
.profiles-sub-header {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	background-image: url(/themes/cleanstyle/images/light-green-gradient.jpg);
	background-color: #D7E2C0;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}

.profiles-text {
	font-size: 1.4em;
	position: relative;
	clear: both;
	padding: 6px;
}
.profiles-text a {
	color: #c67559;
	text-decoration: none;
}
.profiles-text a:hover {
	text-decoration: underline;
	font-style: italic;
}

.profiles-block {
	position: relative;
}
.profiles-buttons {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
.profiles-details {
	padding: 3px;
	position: relative;
	height: 150px;
}
.profiles-details .profiles-photo {
	float: left;
	width: 140px;
	position: relative;
}
.profiles-details .profiles-personal {
	float: right;
	position: relative;
	font-size: 1.2em;
	width: 200px;
}

.profiles-text label {
	display: block;
	padding-right: 5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
	margin-top: 5px;
}
.profiles-block .profiles-left-column {
	float: left;
	width: 49%;
	position: relative;
	font-size: 1.3em;
}
.profiles-block .profiles-right-column {
	float: right;
	width: 48%;
	position: relative;
}
div#profile-menu{
	position: relative;
	margin-top: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	overflow: auto;
}
ul#profile-tabs,ul#profile-tabs li{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#profile-tabs{}
ul#profile-tabs li{
	float:left;
	margin-right: 3px;
	text-align: center;
	font-size: 1.2em;
}
ul#profile-tabs a{
	float:left;
	width: 6em;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: 1px solid #333333;
}
ul#profile-tabs a:hover{
	color: #FFF;
	background-color: #c67559;
}
ul#profile-tabs li.activelink a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #c67559;
}
ul#profile-tabs li.activelink a:hover{
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
}
.profiles-editor {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
	font-size: 1.2em;
	z-index: 10;
	overflow: auto;
}
.profiles-tips-footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	position: relative;
	clear: both;
	font-size: 1.1em;
	padding: 3px;
}
.profiles-tips-footer a {
	color: #336633;
	text-decoration: none;
}
.profiles-tips-footer a:hover {
	text-decoration: underline;
}
.tag-category
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
}
