﻿#celeb_grid 
{
    float:left;
    width: 600px;
    overflow: hidden;
    clear: both;
    margin: 80px 0 0 0;
}

#celeb_grid .mask {
	margin-left: -10px;
	float: left;
	width: 600px;
}

.celeb_cell 
{
    float:left;
    margin: 10px 0 0 10px;
    width:110px;
    padding-bottom: 5px;
    position: relative;
}

.celeb_img {
	position: relative;
	width: 110px;
	height: 110px;
}

.celeb_img span.corner {
	display: block;
	height: 14px;
	width: 14px;
	background: url(http://assets.moviefill.com/images/nav/sprite.gif?v=02152009) -81px -432px no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.celeb_cell img
{
    border:none;
}

.celeb_title 
{
    text-align:center;
    overflow:hidden;
    font-size:12px;
    
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    color: #8e0066;
}

.celeb_rank
{
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://assets.moviefill.com/images/nav/sprite.gif?v=02152009) -37px -426px no-repeat;
	width: 28px;
	height: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

/* Latest Headlines */

div#latest-headlines h2 {
	float: left;
	width: 300px;
	padding: 0;
	background: url(http://assets.moviefill.com/images/nav/thelatest.gif?v=02152009) 0 0 no-repeat;
	height: 40px;
	position: relative;
}

div#latest-headlines h3 a {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	color: #b01215;
	text-decoration: none;
	text-transform: capitalize;
}
div#latest-headlines ul, div#latest-headlines li {
	float: left;
}

div#latest-headlines li {
	padding: 14px 0 12px 0;
	border-bottom: 1px dotted #625551;
	width: 100%;
}	

div#latest-headlines li.last {
	padding-bottom: 0;
	border: none;
}

div#latest-headlines li a.photo {
	float: left;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 10px 0 0;
}

div#latest-headlines li p {
	float: right;
	display: block;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}