/* This style sheet is used to style the index.php page */
/* Styles the layout of the page */
#recently_added_restaurants, #top_reviewed_restaurants, #most_dicussed_restaurants
{
margin-top: 10px;
width: 189px;
margin-right: 10px;
float: left;
padding-bottom: 32767px;
margin-bottom: -32767px;
}

/* Get rid of the right margin for the last block on the page...so that it can even out the spaces between the other two blocks */
#most_dicussed_restaurants
{
margin-right: 0px;
}

#top_reviewed_restaurants
{
border: 1px solid black;
border-width: 0px 1px;
background-color: #EDECF1;
}

/* This is to add inner padding inside the block */
#recently_added_restaurants_content, #top_reviewed_restaurants_content, #most_dicussed_restaurants_content
{
padding: 3px;
}

#restaurants
{
overflow: hidden;
font-size: 10px;
}

#restaurants ul
{
margin-top: 3px;
}