html, body {
	background:url(/images/background.jpg) top center no-repeat #000000;
	margin:0;
	font-family: Arial;
	color:#cfbd83;
}
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
}
img {
	border:none;
}
input[type="text"], input[type="password"], textarea {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:2px solid #91110e;
	padding-left: 5px;
	background:#CFBD83;
}
a {
	color:#cfbd83;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
:focus { outline: 0; }
.anchor {
	position: absolute;
	height:1px;
	width:1px;
}
.clear {
	height:1px;
	width:auto;
	clear:both;
}
#packaging span {
	padding:0 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#91110E;
}
.productlist { clear:both; }
.productlist>div {
	width:60px;
	float:left;
	text-align: center;
}
.productlist {
	height:21px;
	padding:3px 0 0 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.productlist input {
	width:25px;
}
#zipcode input[type="text"] {
	width:50px;
	display: inline;
}
#zipcode .update {
	top:3px;
	left:3px;
}
.productlist:nth-child(2n+1) {
	background:#91110e;
}
.productlist:nth-child(2n+1) input[type="text"] {
	border:2px solid #2a0201;
}
.productlist>div:first-child {
	width:250px !important;
	text-align:left !important;
}
.bubble {
	position: absolute;
	z-index: 100;
	top:-33px;
	left:0px;
	display:none;
	width:50px;
	border:2px solid #CFBD83;
	background: #91110e;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.delete:hover>div, .update:hover>div {
	display: block;
}
.bubble .foot {
	position: absolute;
	z-index:101;
	border-style:solid;
	border-width:13px 6px 5px 1px;
	border-color:#91110e transparent transparent transparent;
	top:12px;
	left:7px;
	width:0;
	height:0;
}
.update .foot {
	border-color:#5c9110 transparent transparent transparent !important;
}
.bubble .border {
	border-width:15px 9px 3px 2px;
	border-style:solid;
	border-color:#CFBD83 transparent transparent transparent;
	position: absolute;
	top:15px;
	left:5px;
	width:0;
	height:0;
}
.delete, .update {
	font-size: 10px;
	background:#CFBD83;
	color:#000;
	padding:0 5px;
	cursor: pointer;
	border:2px solid #91110e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	width:10px;
	text-align:center;
}
.delete { left:25px; }
.delete:hover, .update:hover {
	color:#cfbd83;
	background:#91110e;
	border:2px solid #cfbd83;
}
.update:hover>div { background:#5c9110; }
.update:hover { background:#5c9110; }
.productlist:nth-child(2n+1) .delete, .productlist:nth-child(2n+1) .update {
	border:2px solid #2a0201;
}
#header {
	background:url(/images/main_header.png) 23px bottom no-repeat;
	min-height: 70px;
	padding:20px 0 45px 45px;
}
.closebox {
	float:right;
	border-radius: 10px;
	background: #000;
	border:2px solid #FFF;
	color:#FFF;
	width:20px;
	height:20px;
}
#content {
	background:url(/images/main_body.png) repeat-y;
	min-height:600px;
	width:877px !important;
	margin:0 auto;
	padding:1px 10px;
}
#content_body {
	width:840px;
	margin:auto;
}
#errormsg {
	display:none;
}
#footer {
	background:url(/images/main_footer.png) 1px top no-repeat;
	min-height: 32px;
	font-size: 12px;
	text-align: center;

}
#header, #footer, #content {
	width:898px;
	margin:auto;
	height:auto;
	display:block;
}
#logo {
	float:left;
	width:269px;
	height:90px;
}
#needzipcode {
	width:280px;
	height:260px;
	position:absolute;
	left:280px;
	top:-90px;
	background: url(/images/sticky.png) no-repeat;
}
#top_menu {
	float:right;
	width:587px;
	height:51px;
	background:url(/images/menu_background.png) no-repeat;
	margin:25px 0 0 0;
}
#top_menu ul li {
	list-style: none;
	float:left;
	display:inline;
	line-height: 12px;
}
#top_menu a {
	color:#390503;
	text-decoration: none;
	font-size: 18px;
	font-family: "Comic Sans MS","Comic Sans",Comic,Helvetica,"sans-serif";
	color:#390503;
}
#top_menu a:hover {
	color:#f7e29b;
}
#top_menu #items-in-cart {
	width:auto;
	height:auto;
	font-size: 8px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#91110e;
	color:#FFF;
	position: absolute;
	left:35px;
	top:-20px;
	padding:0 5px;
	display: none;
}
#totalqty, #hiddenstuff { display: none; }
#left_menu {
	width:235px;
	height:auto;
	margin:10px;
	padding: 5px 0 25px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid #91110e;
	background: url(/images/menu_bg.jpg) repeat-x #340302;
	float:left;
}
#left_menu ul, #left_menu li {
	margin:0;
	padding:0;
}
#left_menu ul li {
	list-style:none;
	display:block;
}
#left_menu ul li a {
	color:#d4a70d;
	text-decoration: none;
	font-size: 13px;
	line-height:24px;
	margin:0 25px 0 10px;
	display:block;
	border-top:2px solid #91110e;
	text-indent: 25px;
}
#left_menu ul li:hover>a {
	background:#91110e;
	border:none;
	margin:2px 25px 0 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#left_menu ul li:hover+li>a {
	border:none;
	margin:2px 25px 0 10px;
}
#left_menu ul li:first-child>a {
	border:none;
	margin:0 25px 0 10px !important;
}
#right_content {
	width:550px;
	float:right;
	margin:10px 10px 0 10px;
}
#fooditem input {
	width:20px;
	display:inline;
}
#fooditem input:first-child {
	width:35px;
}
#fooditem .formbuttons {
	width:auto !important;
	float:none;
	display: inline;
}
#fooditem #itemadded {
	visibility: hidden;
}
#imgcontainer {
	height:333px;
	width:500px;
	margin:auto;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid #91110e;
	overflow:hidden;
	padding:5px;
}
h1,h3 {
	text-align:center;
	padding: 0 0 5px 0;
}
#totalprice {
	width:50px !important;
}
.bluearea {
	float:right;
	width:570px;
	text-align:center;
}
#loggedin {
	width:550px;
	margin:auto;
	height:23px;
	text-align:center;
}
a.formbuttons, #formbuttons a {
	width:110px;
	text-align:center;
	margin:auto;
	padding:1px 2px 1px 2px;
	cursor:pointer;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 5px;
}
#loggedin a, a.formbuttons, #formbuttons a {
	border: 2px solid #91110e;
	display:block;
	background: #000;
	color:#91110e;
	text-decoration:none;
	text-align:center;
	float:left;
	margin:2px 4px 0px 4px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 5px;
}
#loggedin a:hover, a:hover.formbuttons, #formbuttons a:hover {
	background:#f62502;
	color:#000 !important;
	border:2px solid #f62502;
}
#login {
	float:right;
    margin: -5px 17px 0 0;
	width:34px;
	height:20px;
	cursor:pointer;
}
#map_canvas {
	font-size: 12px;
	color:#000;
}
#overlay {
	display: none;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#popper {
	background: #5a0604;
	border:2px solid #91110e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:400px;
	min-height: 400px;
	position: absolute;
	top:50%;
	left:50%;
	margin: -200px 0 0 -200px;
}
.editdesc {
	width:80px;
	display: inline;
	cursor: pointer;
	padding:0 5px;
	border: 2px solid #91110e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000;
	color:#91110e;
	font-size: 10px;
}
.editdesc:hover {
	background:#f62502;
	color:#000 !important;
	border:2px solid #f62502;
}
