#tab_lookit a{
  background-position:left bottom;
}
#centercol{
  padding-left:44px;
  /*padding-left:17px;*/
  float:left;
  width:636px;
}
#membertitle{
  width:311px;
  height:20px;
  font-weight:bold;
  color:#990000;
  font-size:16px;
  padding-top:20px;
}
#centercol p{
  margin-right:40px;
  line-height:16px;
}
#centercol p.disclosure{
  color:#666666;
}
/*************** subnav **************/

#subnav{
  top:181px;
  right:80px;
  padding:0;
  margin:0;
}
#subnav li{
  list-style-type:none;
  display:inline;
  padding:0;
  margin:0 0 0 15px;
}
#subnav li img{
  position:relative;
  top:7px;
}
#subnav a.current{
  color:#660000;
}

/*--------------browsedivs-----------------*/
#browsewrapper{
  margin-top:20px;
}
div.browseindwrapper{
  float:left;
  margin-right:10px;
  width:144px;
  margin-bottom:30px;
}
.browseindwrapper div{
  width:144px;
  overflow:hidden;
  white-space: nowrap;
}
div.byline a{
  color:#000000;
}
/*---------------browsenav---------------*/

#browsenavcont{
  width:636px;
  text-align:right;
}
#browsenav1{
  position:absolute;
  top:240px;
  right:247px;
  width:400px;
}
#browsenav2{
  margin:0 28px 0 0;
  padding:0;
  clear:left;
}
.browsenav li{
  list-style-type:none;
  display:inline;
  margin:0 1px 0 1px;
  padding:0;
}
.browsenav a{
  font-weight:normal;
}
.browsenav strong{
  color:#990000;
}




/*************** zing rating stuff **************/

	/*             styles for the star rater                */	
.yy_rater{
  width:144px;
  color:#8E8E8E;
}
	.star-rating{
    list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url(/images/v2/lookit/rating1.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height:20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/images/v2/lookit/rating1.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url(/images/v2/lookit/rating1.gif) left center;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		


	.voted{
		background-image: url(/images/v2/lookit/rating2.gif);
		}
	.voted li a:hover{
		background-image: url(/images/v2/lookit/rating2.gif);
		}
	.voted li.current-rating{
		background-image: url(/images/v2/lookit/rating2.gif);
		}




