﻿/* order box 
.orderbox 
{
	z-index: 1;
	vertical-align: middle; 
	color: #fff;
	border: 2px solid #fff;
	width: 180px;
	background-color: #F26A00;
	padding: 3px;
}
.orderbox span, .orderbox div 
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
}*/
.orderboxMenulist 
{
	padding-bottom: 10px;
}
.orderboxMenulist IMG
{
	padding-left: 10px;
}
.orderbox a
{
    color: #000D6B;
	text-decoration: none;
}
	.orderbox a:hover
	{
		color: #000D6B;
		text-decoration: none;
	}
    .orderbox a:visited
    {
	    color: #000D6B;
	    text-decoration: none;
    }  
    
/* menu types */
.addtoorder
{
    text-align: right;
    margin: 5px 15px 0 0;
    padding-bottom: 5px;
}
.noofpeople
{
    padding: 0 10px 0 10px;
    color: #310e00;
    /*text-align: right;*/
    font-style: italic;
}

	.noofpeople input
	{
		background-color: #dad1b1;
	}
	
	.noofpeople input.text
	{
		background-color: white;
	}
	
.menuTypes
{
	float: left;
	padding-right: 10px;
}
.menuTypesRight
{
	float: left;
	width: 504px;
}
.menuTypesRight .already
{
	margin-top: 30px;
	text-align: right;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E4d7B;
}
.menuTypesHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 165px;
}
.menuTypesHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.menuTypesHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.menuTypesContent
{
    background-color: #D3DEEF;
    border: 1px soild #2F4F4F;
    border-top: none;
    padding: 10px 0px 10px 2px;
    width: 170px;
    font-size: 8pt;
}
.menuTypesContent a
{
	text-decoration: none;
	color: #8C8C8C;
	display: block;
	padding-left: 8px;
}
	.menuTypesContent a:hover
	{
		color: #000D6B;
		text-decoration: none;
		background-image: url(../../images/menu/blue_square.gif);
		background-repeat: no-repeat;
		background-position: left center;	
	}
.menuTypesContent a.active
{
	text-decoration: none;
	color: #000D6B;
	background-image: url(../../images/menu/blue_square.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
	.menuTypesContent a.active:hover
	{
		color: #000D6B;
		text-decoration: none;
	}
	
/* menu section */
.menuDesc
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.section 
{
	padding: 0 15px;
}
.menuhead
{
	background-color: #c5b396;
	padding: 3px;
	font-family: Times New Roman, Serif;
	font-size: 110%;	
}

.section .border
{
	/*border-bottom: solid 1px #000D6B;*/
	padding-top: 3px;
}

.section .border a
{
	text-decoration: none;
}

.sectionfoot
{
	border-top: dotted 1px #785b45;
	/*border-bottom: dotted 1px #785b45;*/
}

.menuheaders
{
	border: 0;
	margin: 2px 0 2px 0;
	font-family: Times New Roman, Serif;
	font-size: 80%;
	font-weight: bold;
	color: #3f1e0e;
}
	
.itemClear, .itemSelected
{
	border: 0;
	margin: 2px 0 2px 0;
	border-top: dotted 1px #785b45;
}

	.itemClear td, .itemSelected td 
	{
		font-size: 10px;
	}
	
		.itemClear td a, .itemSelected td a
		{
			text-decoration: none;
			color:#310d00;
		}
		
		.itemClear td input, .itemSelected td input
		{
			border: solid 1px #b2b2b2;
			text-align: center;
		}

.section .sectionUnder {
	background-color: #e9e939;
	padding: 3px;
	color: black;
}
.section .sectionOver {
	background-color: #c41230;
	padding: 3px;
	color: White;
}
.section .sectionOK {
	color: #51392a;
	background-color: #dad1b1;
	padding: 3px;
}
.section .pad15
{
	padding-left: 15px;
}

.section .select
{
	color: #2E4d7B;
}

.sectionItems .desc
{
	font-size: 8pt;
}

/* Model Popups */
.modalBackground {
    background-color:black;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopupNotes 
{
    background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:#391803;
    padding:3px;
    width:530px;
    height:155px;
}
.modalPopupAddress 
{
	background-image: url(../../images/layout/bg-addresspop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:#391803;
    padding: 30px 6px 6px 10px;
    width:220px;
    /*height:220px;*/
}

.modalPopupCart 
{
	background-image: url(../../images/layout/bg-pop.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:#391803;
    padding: 6px 10px 6px 10px;
    width:300px;
    /*height:220px;*/
}

	.modalPopupCart .head
	{
		font-family: Times New Roman, Serif;
		font-size: 20px;
		color: #c41230;
		font-weight: bold;
	}
	
	.modalPopupCart .subhead
	{
		font-family: Times New Roman, Serif;
		font-size: 14px;
		color: black;
		font-weight: bold;
	}

.modalPopupAddress .formLine .formLeft
{
    width: 60px;
}


/* order menus */
.menuPopup {
    padding: 3px 3px 3px 3px;
    text-align: center;
}
.menuPopup .menutitle {
    color: #F79645;
    font-weight: bold;
    overflow: hidden;
}
.menu, .menu2 {
    background-color:#F5F7F8;
    border: #000000 1px solid; 
    width: 150px;
    height: 3em;
    float: left;
    padding-top: 1em;
    margin: 10px 10px 5px 10px;
}
.menu2 
{
	padding-top: 1em;
	height: 100%;
	overflow: hidden;
}
	.menu2 div.btns
	{
		text-align:center;
		width: 150px;
	}

/* Order Details Page Styles */
/* Homepage styles */
.orderDetailsPage
{
    padding: 2px;
    clear: both;
    margin-right: 15px;
    margin-left: 40px;
}

.menuname
{
	font-weight: bold;
	font-size: 120%;
}

.sectiontitle
{
	text-decoration: underline;
}

.item
{
	clear: both;
}

	.item .itemqty
	{
		float: left;
		width: 60px;
		text-align: center;
	}
	
	.item .itemname
	{
		float: left;		
	}

.menutotal
{
	text-align: center;
	padding: 6px 6px 10px 6px;
	margin-top: 10px;
	background-color: #e9d3a2;	
	font-size: 120%;
	background-image: url(../../images/layout/bg-menutotal.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}