@charset "utf-8";
/* CSS Document */

#c_profileViewIndex
{
	float: left;
	width: 596px;
	height: 441px;
	border-top: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: white;
}

#c_profileCredits
{
	float: left;
	width: 596px;
	height: 21px;
	text-align: left;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: url('/templates/default/images/ge_profile_creditsbg.png') repeat-x;
}

#c_profileCredits p
{
	margin: 0;
	padding: 4px 0px 0px 2px;
	/*font-weight: bold;*/
	color: #aaaaaa;
	font-size: 11px;	
}

#c_profileCredits p a
{
	color: #9b9b9b;
	font-weight: bold;
	text-decoration: none;
}

#c_profileRating
{
	float: left;
	position: relative;
	width: 596px;
	height: 31px;
	background: url('/templates/default/images/ge_profile_ratingbg.png') repeat-x;
}

#c_profileCreditsIcon
{
	float: left;
	width: 21px;
	height: 21px;
	background: url('/templates/default/images/ge_profile_creditsicon.png') no-repeat;
}

#c_modelInfo
{
	float: left;
	width: 396px;
	height: 429px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: white;
}

#c_modelGalleries, #c_modelVideos, #c_modelPlugs
{
	float: left;
	position: relative;
	width: 596px;
	height: 272px;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: white;
}

#c_PopularSitesProfilepage
{
	float: left;
	width: 396px;
	height: 169px;
	border-right: 2px solid #ebebeb;
	background-color: white;
}

#c_PopularVideosProfilePage
{
	float: left;
	width: 396px;
	height: 334px;
	border-right: 2px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: white;
}

/** Rating **/
#profileLoveContainer
{
	float: left;
	width: 206px;
	height: 31px;
	font-size: 11px;
	text-align: center;
	background: url('/templates/default/images/ge_profile_ratingdevider.png') no-repeat right;
}

#profileLovedContainer
{
	float: left;
	width: 206px;
	height: 31px;
	background: url('/templates/default/images/ge_profile_loved.png') 10px 7px no-repeat;
}

#profilePreLovedContainer
{
	float: left;
	width: 206px;
	height: 31px;
	background: url('/templates/default/images/ge_profile_preloved.png') 10px 7px no-repeat;
}

#profileHatedContainer
{
	float: left;
	width: 206px;
	height: 31px;
	background: url('/templates/default/images/ge_profile_hated.png') 10px 7px no-repeat;
}

#profilePreHatedContainer
{
	float: left;
	width: 206px;
	height: 31px;
	background: url('/templates/default/images/ge_profile_prehated.png') 10px 7px no-repeat;
}

#profileLoveWaiting
{
	float: left; 
	width: 86px; 
	height: 28px;
	display: none;	
	background: url('/templates/default/images/ge_blog_prc.gif') 76px 15px no-repeat; 
}

#profileLoveLink { float: left; width: 102px; height: 31px; display: inline; }
#profileLoveLink a { background: url('/templates/default/images/ge_profile_loveher.png') no-repeat; width: 102px; height: 31px; float: left; }
#profileLoveLink a:hover{ background: url('/templates/default/images/ge_profile_loveher.png') 0px -31px no-repeat; height: 31px; float: left; }

#profileHateLink { float: left; width: 102px; height: 31px; display: inline; }
#profileHateLink a { background: url('/templates/default/images/ge_profile_hateher.png') no-repeat; width: 102px; height: 31px; float: left; }
#profileHateLink a:hover{ background: url('/templates/default/images/ge_profile_hateher.png') 0px -31px no-repeat; height: 31px; float: left; }

#profileRatingRed
{
	position: absolute;
	top: 8px;
	left: 446px;
	height: 16px;
	z-index: 50;
	background: url('/templates/default/images/ge_profile_ratingred.png') no-repeat;
}

#profileRatingBlack
{
	position: absolute;
	top: 8px;
	left: 446px;
	width: 107px;
	height: 16px;
	z-index: 49;
	background: url('/templates/default/images/ge_profile_ratingblack.png') no-repeat;
}

#profileRatingNumbers
{
	float: right;
	width: 42px;
	height: 23px;
	color: #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
}

#profileNotRated
{
	position: absolute;
	top: 8px;
	left: 439px;
	width: 107px;
	height: 16px;
	font-size: 11px;
	color: #737373;
}

/** ModelInfo **/
#profileModelTitle
{
	float: left;
	width: 396px;
	height: 37px;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	background: url('/templates/default/images/ge_profile_modeltitlebg.png') repeat-x bottom;
}

#profileModelTitle p
{
	margin: 0;
	padding: 0 0 0 5px;
}

#profileModelBio
{
	float: left;
	width: 386px;
	height: 110px;
	color: #737373;
	font-size: 12px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ebebeb;
	background: #f9f9f9 url('/templates/default/images/ge_profile_modelbiobg.png') repeat-x bottom;
}

.profileModelDetails
{
	float: left;
	width: 396px;
	height: 25px;
	border-bottom: 1px solid #ebebeb;
	background: url('/templates/default/images/ge_profile_modeldetailsbg.png') repeat-x;
}

.profileModelDetailsInfo
{
	float: left;
	color: #8d8d8d;
	font-size: 11px;
	display: inline;
	font-weight: bold;
	margin: 6px 0px 0px 5px;
}

.profileModelDetailsData
{
	float: right;
	overflow: hidden;
	color: #8d8d8d;
	font-size: 11px;
	display: inline;
	margin: 6px 5px 0px 0px;
}

#profileModelAddedBy
{
	float: left;
	width: 396px;
	height: 21px;
	border-bottom: 1px solid #ebebeb;
	background: url('/templates/default/images/ge_profile_addedbybg.png') repeat-x;
}

#profileModelAddedByName
{
	float: left;
	color: #bcbcbc;
	font-size: 11px;
	display: inline;
	margin: 4px 0px 0px 5px;
	padding-left: 10px;
	background: url('/templates/default/images/ge_profile_addedbyicon.png') 1px 3px no-repeat;
}

#profileModelAddedByTime
{
	float: right;
	color: #bcbcbc;
	font-size: 11px;
	display: inline;
	margin: 4px 5px 0px 0px;
	padding-left: 18px;
	background: url('/templates/default/images/ge_profile_timeicon.png') 0px 0px no-repeat;
}

/** Reklaim **/
#c_largeProfileReklaim
{
	float: left;
	width: 396px;
	height: 309px;
	border-right: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	background-color: white;
}
