/* @override http://www.defendpatch.com/CSS/Level3_3.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:  #226622 url(../img/grass3.jpg) repeat;
	margin-top: 0;
	margin-left: 0;
}

.head {
	background-color: yellow;
}

.main {
	background: #226622;
	border: 1px solid #000;
}

.content {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-shadow: black 2px 2px 3px;
	vertical-align: top;
	padding: 10px;
}

.header {
 	color: #FFFF33;
	font-size: 16px;
	padding-top: 20px;
}

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

.title {
	font-size: 24px;
	line-height: 24px;
	color: #ee1111;
	text-align: center;
	padding: 3px;
	text-shadow: black 1px 1px 0px;
}

.title a {
	color: #ee1111;
	text-decoration: none;
}


.menuitem {
	border-width: 1px;
	padding: 5px;
	text-align: center;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-top: 1px solid black;
}

.menu a {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

.orders td {
	border: 10px;
	color: white;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}


td.itemprice {
	font-size: 18px;
	padding: 5;
}

.itemprice form{
	margin-top: 3px;
	margin-bottom: 3px;
}

.order {
	text-align: center;
	font-size: 24px;
}

.order a {
	color: orange;
	text-decoration: none;
}


a:hover{
	color: #FF3300;
	text-decoration: underline;
}


