#celebrityProfile div.definitionList div.row {
  border-bottom: 1px solid #FEC3D7;
  clear: none;
}

#celebrityProfile div.title, #celebrityProfile div.data {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
}

#celebrityProfile div.title {
  width: 200px;
}

#celebrityProfile div.data {
  margin-left: 200px;
  color: #FF2773;
}

#celebrityProfile #celebritySidebar {
  float:left;
  width: 105px;
}

#celebrityProfile #celebritySidebar img {
  border: 2px solid #ffe9f1;
  width:100%;
}

#celebrityProfile #celebrityMeta {
  margin-left: 125px;
}

#celebrityProfile #backToList {
  padding: 15px 0 10px 0;
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
}

/** Rate **/
/** redesign'd **/

#celebrityProfile .celebrityRate {
	float:right;
	display:block;
	position:relative;
	left:-125px;
	margin-bottom:10px;
	/* has ie */
}

#celebrityProfile .alreadyRated 	{ width:120px; display:inline; padding:0 2px 4px 2px; float:left; }
#celebrityProfile .doRate 		 	{ width:120px; display:inline; padding:0 2px 4px 2px; float:left; }
#celebrityProfile .loginToRate	 	{ width:320px; font-weight:bolder; /* has ie */ }
#celebrityProfile .loginToRate span { padding-left:5px; }
#celebrityProfile .scored 			{ width:67px; display:inline; padding:0 2px 4px 2px; float:left; font-weight:bolder; }

#celebrityProfile .unknown  { background:url(/public/images/layout/unknown.gif) no-repeat; color:#526063; }
#celebrityProfile .hot      { background:url(/public/images/layout/like.gif) 	 no-repeat; color:white; }
#celebrityProfile .boring   { background:url(/public/images/layout/hate.gif)  no-repeat; color:white; }

#celebrityProfile .scored .hot 	{ background:url(/public/images/layout/hot-voted.gif) 	no-repeat; color:white; }
#celebrityProfile .scored .boring  { background:url(/public/images/layout/boring-voted.gif) 	no-repeat; color:white; }

#celebrityProfile .doRate a 	  { text-decoration:none; color:white; font-weight:bolder;}
#celebrityProfile .doRate a:hover { background:none; }
#celebrityProfile .doRate a span  { padding-left:18px; letter-spacing:-1px; font-size:13px;  }

#celebrityProfile .alreadyRated span { padding-left:28px; letter-spacing:-1px; font-size:13px; font-weight:bolder; }
#celebrityProfile .scored span 	     { padding-left:15px; letter-spacing:-1px; font-size:13px; font-weight:bolder; }

/****************************************************/


/** Gossips **/

#celebrityStories p {
  margin-top: 15px;
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
}

#celebrityStories .celebrityStory {
  magin: 5px 0;
  padding: 5px 15px 5px 38px;
  border-bottom: 1px solid #fec3d7;
  background: url('../../images/layout/bubble.gif') no-repeat center left;
  line-height: 130%;
  overflow: hidden;
}

#celebrityStories .celebrityStory .celebrityStoryTitle a {
  font-size: 15px;
  font-weight: bolder;
}


.celebrityStoryTime {
	font-size:11px;
	color:#FF2774;
}
/** Pictures **/

#celebrityPictures {
  text-align: center;
}

#celebrityPictures .oneCelebrityPicture .celebrityPicture {

}

#celebrityPictures .twoCelebrityPictures .celebrityPicture {
  float: left;
  width: 294px;
}

#celebrityPictures .threeCelebrityPictures .celebrityPicture {
  float: left;
  width: 195px;
}

#celebrityPictures p {
  margin-top: 15px;
  font-weight: bolder;
  font-size: 15px;
}

#celebrityPictures div.celebrityPicturesGroup {
  margin: 5px 0;
}

.google468x60 { 
	margin:0 auto; 
	width:468px;
	padding:15px 0 0 0;	
	margin-bottom:-20px;
}

#celebrityPictures .google468x60 {
	padding:0 0 10px 0;
	margin-top:-10px;
	margin-bottom:0;
}

a.lightbox { background:none; }


