html, body{ 
	margin:0; 
	padding:0; 
 	background-color:#346091;
	font-size:12px;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	line-height: 1.25em;
	color: #313d4e;

 } 
 
p {margin: 5px 0px 5px 0px;}
 
a {color:#0054AD;}
a:link {color:#0054AD;}
a:visited {color:#0054AD;}
a:active {color:#0054AD;}
a:hover {color:#006EE2;}

form {
	margin:0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	line-height:20px;
}

h2 {
	font-size:18px; margin: 0px 0px 5px 0px; 
}

h3 {
	font-size: 12px;
	margin:0px;
}

ul {
	margin: 0px;
	margin-left: 10px;
	list-style: none;
}


.usermessage {
	background: #BBCFE8;
	padding: 20px;
	border: 1px solid #999;	
}

.msg-note {
	background: #BBCFE8;
}
.msg-error {
	background: red;
}
.msg-warning {
	background: yellow;
}

label {
 cursor: pointer;
 cursor: hand; 
}


/* li 
{
padding-left: 18px;
padding-bottom: 4px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: top left;
} */

#pagewidth{ 
	width:760px; 
	min-width: 500px; 
  
} 
 
 

#leftcol{
	width:163px; 
	float:left; 
	position:relative; 
	margin-left:-163px; 
	margin-right:1px;
	margin-top: 10px; 
 }
 
#outer{ 
	border:solid white 0px; 
	/*/*/ border-left-width: 163px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #fff;   /* left column colour */ 
	border-left-style: solid; 
	/*/*/ border-right-width: 193px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #fff;  /* right column colour */ 
	border-right-style: solid; 
	background-color: #ffffff; /* center column colour */ 
	width: auto; 
 } 
 

.index #outer, .widebody #outer{	/*/*/ border-right-width: 0px; /* right column width. NN4 hack to hide borders */ 


}

#rightcol{
	/*/*/ width:193px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position:relative; 
	margin-right:-193px; 
	margin-left:1px; 
} 
.index #rightcol{
	/*/*/ width:0px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position:relative; 
	margin-right:0px; 
	margin-left:1px; 
} 
#footer{
	font-size: 11px;
	height:60px; 
	width:100%; 
	background-color: #FFFFFF;
	text-align:center;
	color:#0054AD;
} 
#footer a{
	text-decoration: none;
}

#footertop {		
	padding: 5px;
	background-color: #FFFFFF;
	/*border-right: 1px solid #B7BeC8;*/
}

#footerbot {
	height: 20px;		
	background-color: #FFFFFF;
	background-image:url(../images/footer_rt_crnr.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer .copyright {
	color: #999999;
}

#inner{
	margin:0; 
	width:100%;
}
 
#maincol{ 
	float: left; 
	width: 98%; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
 }


#outer>#inner { 
	border-bottom: 1px solid #ffffff;  
}
 
.clr{clear:both;}
 
.content{padding:10px; width: 380px;} /*padding for content */ 
.index .content{padding:10px; width: 98%;} /*padding for content */
.widebody .content{padding:10px; width: 98%;} /*padding for content */

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

#placeholder{background-color:#BBCFE8; padding: 10px;border: 1px solid #ccc; width:95%; margin: 4px;}


/* main restaurant details styles*/
#restaurant-hdr {width:99.99%; padding-bottom: 15px; margin-bottom: 5px;}
#restaurant-hdr h1{font-size:24px; margin: 2px; color:#0054ad;}
#restaurant-hdr h2{font-size:18px; font-weight: normal; margin: 2px; margin-top: 10px; color:#313d4e;}
#restaurant-hdr img {float: left; padding-left:4px; padding-right:4px; padding-bottom:4px;}

#restaurant-desc {width:99.99%; color: #000; border-bottom: 1px solid #bfcfe6; padding-bottom: 15px; margin-bottom: 15px;}
#restaurant-desc img {float: left; border:1px solid #bfcfe6; margin-right:10px;}

#cat-container {
	width: 250px; 
	margin-left: 0px; 
	margin-bottom: 20px; 
	background-color:#FFFFFF;
	margin-left: 65px;
}
#cat-container a {
	width: 100px;
	border: 1px solid #bfcfe6;
	margin: 5px;
	padding: 5px;
	float: left;
	text-align:center;
}
/* end main restaurant details styles*/

/* right column styles*/
#order-sidebar {
	color:#313d4e;
	background-color:#d0ddee ; 
	background-image:url(../images/crnr_tl.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-right: none; 
	margin: 0px; 
	margin-top: 20px; 
	padding: 10px 4px 0 10px;
	}
#order-sidebar h1{ color:#313d4e; font-size:14px; margin:2px;}
#order-sidebar h2{ color:#0054ad; font-size:12px; margin:2px;}
#order-sidebar a{text-decoration:none;}
#order-sidebar a:hover{color:#0054ad;}
.delivery-type{
	background-color: #bbcfe8; 
	border: 2px solid #fff; 
	border-left:0; 
	border-right:0;
	margin-left: -10px;
	margin-right: -4px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px;
	position: relative;
}
.order-submit{
}
.order-submit span{display:none;}
.order-submit a {display:block; float:left;}
.check-on{background-image:url(../images/check_on.gif); background-position:left; background-repeat:no-repeat; padding-left:17px; color:#313d4e; text-decoration:none; font-weight:bold; margin-left: 20px;}
.check-off{background-image:url(../images/check_off.gif); background-position:left; background-repeat:no-repeat; padding-left:17px; color:#313d4e; text-decoration:none; font-weight:bold; margin-left: 20px;}
.btn-clear {background-image:url(../images/btn_clear.gif); background-position:left; background-repeat:no-repeat; width: 75px; height: 22px; margin-left:7px;}
.btn-checkout {background-image:url(../images/btn_checkout.gif); background-position:left; background-repeat:no-repeat; width: 75px; height: 22px; margin-left:5px;}
.btn-del {display: block; margin-left: 0px; background-image:url(../images/btn_delete.gif); background-position:left; background-repeat:no-repeat; width: 11px; height: 14px;}
.btn-del span {display:none}
.order-details td {
	vertical-align: top; 
	padding:5px;
	padding-right: 0px;
	font-size:11px;
	line-height: 12px;}
.order-details td.order-cnt {font-weight:bold}

#coupon-sidebar {
	color:#313d4e;
	font-size: 12px;
	line-height: 14px;
	background-color:#d0ddee ; 
	background-image:url(../images/crnr_tl.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-right: none; 
	margin: 0px; 
	margin-top: 20px; 
	padding: 4px;
	padding-top: 10px;
	padding-left: 10px;
	}
#coupon-sidebar h1{ color:#313d4e; font-size:14px; margin:2px; padding-bottom: 5px;}
#coupon-sidebar h2{ color:#0054ad; font-size:14px; margin:2px;}
#coupon-sidebar h3{ color:#313d4e; font-size:12px; margin:2px;}
#coupon-sidebar a:hover{color:#0054ad;}


/* end right column styles*/
	
/* left column styles*/
.cat-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cat-list a{font-weight:bold}

.cat-list li{
	padding-bottom: 5px;
}

.categories-box{
	background-color:#d0ddee; 
	background-image:url(../images/crnr_br.gif);
	background-position: bottom right;
	background-repeat:no-repeat; 
	margin:0px; 
	margin-top:-12px; 
	padding: 10px;
	padding-top: 5px;
}

.restaurant-details-box{
	background-color:#fff; 
	background-image:url(../images/crnr_br.gif);
	background-position: bottom right;
	background-repeat:no-repeat; 
	margin:0px; 
	margin-top:10px; 
	padding: 10px;
	padding-top: 0px;
}
.rest-listing {border-top:1px solid #bbcfe8; padding:5px}
.rest-desc {color: #000;}
.rest-times {color: #888888; float:left}

.leftcol-tophdr{
	color:#313d4e;
	font-size: 14px;
	font-weight: bold;
	background-color: #bbcfe8; 
	/*border-bottom: 2px solid #fff; */
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:5px;
	padding-left: 10px;
	position: relative;
	background-image:url(../images/crnr_tr.gif);
	background-position: top right;
	background-repeat:no-repeat;
	}
	
.leftcol-midhdr{
	color:#313d4e;
	font-size: 14px;
	font-weight: bold;
	background-color: #bbcfe8; 
	border-bottom: 2px solid #fff; 
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding:5px;
	padding-left: 10px;
	position: relative;
	}
/* end left column styles*/

/* main table styles */
#maincol table{
	border-right: 1px solid #bbcfe8; 
	border-bottom: 3px solid #bbcfe8;
	margin-bottom: 20px;
}
.alert-pickup-only {
	color:#C33F3F;
	font-size: 10px;
	font-weight:bold;
	float: right;
	display:block;
	padding-left: 10px;
}

.alert-rest-open {
	color:#219A00;
	font-size: 10px;
	font-weight:bold;
	float: right;
	display:block;
	padding-left: 10px;
}

.alert-rest-closed {
	color:#A0A0A0;
	font-size: 10px;
	font-weight:bold;
	float: right;
	display:block;
	padding-left: 10px;
}

.error { color: red; }

#maincol table tr.r1{background-color:#e4e9ef;}
#maincol table tr.r2{background-color:#FFFFFF;}

#maincol table td {
	border-left: 1px solid #bbcfe8;
	padding: 5px;
	/* text-align: right; */
	vertical-align:top;
}

#maincol table td.item-desc {
	text-align: left;
}

#maincol table td.item-desc h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
}

#maincol table tr.toprow td {
	border-top: 1px solid #bbcfe8; 
	border-left: 0;
	border-bottom: 3px solid #bbcfe8;
	font-weight:bold;
	font-size: 14px;
	vertical-align:bottom;
	padding-top: 20px;
	width: 30px;
	text-align: center;
}

/* items table styles */
 
#maincol #items-table tr.toprow td.item-name {
	width: 250px;
	border-top: 0; 
	border-right: 0; 
	border-left: 0;
	background-color:#bbcfe8; 
	background-image:url(../images/table_hdr1.gif); 
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
}
/* order table styles */
#maincol .order-table {}
#maincol .order-table td {
	text-align: center;
}
#maincol .order-table td.item-desc {
	text-align: left;
}

#maincol .order-table tr.toprow td.item-name {
	width: 100%;
	border-top: 0; 
	border-right: 0; 
	border-left: 0;
	background-color:#bbcfe8; 
	background-image:url(../images/table_hdr1.gif); 
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 10px;
}

#maincol .cleanstyles {
	border: 0;
	background-color: transparent;
	margin: 0;
	text-align: left;
}

#maincol .cleanstyles td {
	text-align: left;
	border: 0;
}

#maincol .formtable {
	border: 0;
	background-color: transparent;
	margin: 0;
	text-align: left;
}
#maincol .formtable td {
	text-align: left;
	border: 0;
}

#maincol .formtable th {
	text-align: left;
}

#order-progress {
	list-style: none;
	margin: 10px 0 0 0px;
	padding: 0px;
	color:#576f90;
}

#order-progress p{
	margin: 0 0 4px 0px;
	padding: 0px;
	padding-left: 13px;
}

#order-progress p.active{
	color: #313d4e;
	font-weight: bold;
	background-image:url(../images/sd_arrow.gif);
	background-repeat:no-repeat;
	background-position: left;
	position:relative;
}

#order-progress p.complete{
	font-weight: bold;
	color:#3b5373;
}

.subtotal {
	background-color: #d0ddee;
	text-align: right;
	font-weight: bold;
}

.currency {
	text-align: right;
}

.instructions { font-family: Arial; font-size: 10px; }

#findbox, #orderbox, #eatbox{
	float: left;
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0px;
}


.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



