body {
	font-family: arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#top {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -400px;
	width: 800px;
	background: url("../images/day_top_bg.png") #9B9BEC;
	background-repeat: repeat-x;
}

div#logo {
	background: url("../images/logo.png");
	width: 760px;
	height: 250px;
}

div#listing {
	margin: 10px;
	padding: 0px 0px 5px 0px;
}

div#listing h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

div#listing table {
	border: 1px solid #000000;
	background: #C4C4FF;
	font-size: small;
	margin: 10px 10px 0px 10px;
	border-spacing: 5px;
	padding: 10px;
}

div#main_image {
	position: absolute;
	top: 150px;
	right: 20px;
	background: url("../images/steak_sandwich.png");
	width: 408px;
	height: 251px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}

div#bottom {
	background: #9B9BEC;
	position: relative;
	left: 50%;
	margin: -10px 0px 0px -400px;
	padding: 30px 20px 20px 20px;
	width: 760px;
}

div#panel {
	background: #C4C4FF;
	border: 1px solid black;
	position: relative;
	padding: 10px;
}

div#panel p {
	font-size: small;
}

div#panel_left {
	background: #C4C4FF;
	border: 1px solid black;
	position: relative;
	width: 440px;
	padding: 10px;
}

div#panel_left p {
	font-size: small;
}

div#panel_right {
	background: #C4C4FF;
	border: 1px solid black;
	position: absolute;
	width: 240px;
	top: 50px;
	right: 20px;
	padding: 10px;
}

div#panel_right p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#bottom h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#footer {
	background: url("../images/day_bottom_bg.png") #FFFFFF;
	background-repeat: repeat-x;
	padding: 5px 0px 20px 0px;
	text-align: center;
	font-size: x-small;
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -400px;
	width: 800px;
}

div#time_of_day {
	position: absolute;
	top: 20px;
	left: 250px;
	font-size: x-large;
}

div#subtitle {
	display: none;
}

.italic {
	font-style: italic;
}

table.food_table {
	width: 440px;
}

td.picture_cell {
	width: 120px;
	height: 90px;
/*	background: red;*/
}

.item_name {
	font-weight: bold;
}

.small {
	font-size: xx-small;
}

.error {
	color: #FF0000;
}

table#checkout_table {
	border: 1px solid black;
	width: 735px;
	margin: auto;
	text-align: center;
}

table#checkout_table td, table#checkout_table th {
	margin: 0px;
	border-collapse: collapse;
	border: 1px solid black;
	padding: 5px;
}

table#checkout_table td.totals {
	text-align: right;
}

table#checkout_table .item_name {
	font-size: larger;
	font-weight: normal;
}

table#checkout_table li {
	text-align: left;
	position: relative;
	left: 20px;
}

div#locations {
	margin-top: 20px;
}

div#new_location {
	font-size: smaller;
	margin-top: 20px;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

div#front_page_ads {
	text-align: right;
}

div#front_page_ads img {
	border: 0px;
}

table.cart_item {
	width: 100%;
}

div.remove_item {
	display: none;
}

div.remove_item img {
	border: 0px;
}

div#cart_buttons {
	position: relative;
}

div#coupon_buttons {
	position: absolute;
	top: 0px;
	right: 10px;
}

div#datePicker {
	position: absolute;
	right: 10px;
	top: 10px;
}

table#history_table {
	text-align: center;
	font-size: smaller;
	width: 400px;
	margin: auto;
	border-collapse: collapse;
}

table#history_table td {
	padding: 2px;
	border: 1px solid #000000;
}

table#history_table a {
	color: #777777;
}

table#order_items, table#order_overview {
	margin: 4px auto 10px auto;
	border-collapse: collapse;
	font-size: small;
}

table#order_items label, table#order_overview label {
	display: block;
	font-weight: bold;
}

table#order_items td, table#order_overview td {
	padding: 4px;
	border: 1px solid #000000;
}

p#order_history_back {
	font-size: small;
}

div#tip_div {
	margin: 10px 0px 10px 0px;
}

div#recover_password {
	margin: 10px;
	font-size: small;
}

div#admin_login {
	margin: 20px;
}

div#admin_content {
	position: absolute;
	top: 0px;
	left: 200px;
}

div#admin_content table {
	border-collapse: collapse;
}

div#admin_content table tr td {
	padding: 4px;
	border: 1px solid #000000;
}

p.food_option img {
	border: 0px;
}

#delivery_content table {
	margin: 5px 10px;
	border: 1px solid #000000;
}

#delivery_content table tr td {
	padding: 2px 10px;
}

select#fopts {
	display: none;
}

ol.option_cart_listing {
	font-size: x-small;
	margin-left: 20px;
}

td.food_table_desc {
	width: 55%;
}
