/*
 * food.css
 *
 * CSS file for the food section
 */

.food_content
{
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

.food_details
{
width: 90%;
}

.food_img_container
{
float: left;
text-align: center;
width: 6em;
height: 3em;
}

.food_img_container img
{
border: none;
}

.food_img_aquarterof
{
border: none;
width: 5.5em;
}


.food_img_cadburygiftsdirect
{
border: none;
width: 2.5em;
}

.food_img_first4hampers
{
border: none;
width: 2em;
}

.food_img_clearwaterhampers
{
border: none;
width: 3.5em;
}

.food_img_merchantgourmet
{
border: none;
width: 3em;
}

.food_img_martinsseafood
{
border: none;
width: 3em;
}

.food_img_londonfinefoods
{
border: none;
width: 3em;
}



.food_text_container
{
margin-left: 6em;
}

.food_text_container a
{
text-decoration: none;
color: black;
font-weight: bold;
}

.food_text_container a:hover
{
text-decoration: underline;
color: red;
}

.food_break
{
}

.food_break hr
{
width: 80%;
margin-top: 10px;
margin-bottom: 10px;
}

.food_link
{
margin-top: 6px;
margin-bottom: 6px;
text-align: right;
}

.food_link a
{
color: blue;
}

.leftsubmenu
{
margin: 0px;
font-size: 80%;
}

