/* 
    Document   : lite_place_order.css
    Created on : Oct 11, 2010, 5:41:17 PM
    Author     : jared
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#legend	td {
		font-size:12px;
		vertical-align: middle;
		padding:0px;
		margin:0px;
}

#LiteMealsList	{
	width:260px;
	height:450px;
	overflow: auto;
}

#LiteMealsList a {
	display:			block;
	padding-left:		10px;
	text-indent:		-10px;
}

#SelectedMeal	{
	width:480px;
	height:300px;
	overflow: auto;
}

#content img.icon		{
	float:none;
	border-style:none;
	margin:0px;
}

table.menu td,th {
	padding: 0px 5px 20px 5px;
	text-align:left;
}

table.meal-portions th {
	padding-top:10px;
	padding-bottom:0px;
}

table.meal-portions td {
	padding-bottom:10px;
}

td.selected-meal-pic img {
	margin:0px;
	padding:0px;
	float:none;
}

table.selected-meal td {
	margin:0px;padding:0px;
	vertical-align:top;
}