html{
	font-size: 100.01%;
	height: 100%;
}

body {
	height: 100%;
	padding: 0px 0px 0px 0px;	
	margin: 0px; 
	font-family: Calibri, Verdana, Tahoma, Arial,  Serif;
	font-size: 12pt;
	background: url(/images/texture.gif) #ccc;
	line-height: 1.5;
	text-align: center;
}

a img { border: none;}
form { margin: 0px; }
a {
	color: #2b67e2;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:focus { outline: none; }
p{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
h1, h1 a {
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
}
h2, h2 a {
	margin: 10px 0px 5px 0px;
	color: #369;
	font-size: 16pt;
	font-weight: normal;
}
h3, h3 a {
	margin: 10px 0px 5px 0px;
	color: #369;
	font-size: 12pt;
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
.wraper{
	background: #ffffff;
	width: 700px;
	margin: 10px auto;
	min-height: 90%;
	text-align: left;
	border: solid 1px #666666;
	border-radius: 3px;
}
.footer{
	width: 700px;
	margin: -40px auto 0px auto;
	text-align: left;
	height: 40px;
	background: #666666;
	font-weight: bold;
	color: white;
}
.marginer{
	height: 40px;
	clear: both;
}
.footer .copy{
	line-height: 40px;
	padding-left: 20px;
}
.content{
	padding: 10px 10px;
}
.head{
	height: 40px;
	line-height: 40px;
	background: #c60;
	padding: 0 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.head h1 {
	color: #fff;
}
.button{
	text-decoration: none;
	display:  table;
	padding: 3px 10px;
	background: #c60;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	border-top: 1px solid #c60;
	border-left: 1px solid #c60;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top-menu a{
	line-height: 25px;
	display: block;
	float: left;
	padding: 0px 20px;
	background: #e1e1e1;
	margin: 0px 3px 0px 0px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;		

}

.top-menu a:hover, .top-menu a.sel{
	background: #c60;
	color: #f1f9ff;
}
.top-menu{
	height: 50px;

}
.main-content{
	padding: 0 20px;
}


#LUNCH_COL{

}
div#combart-logo{
	float: right;
	height: 40px;
	margin-right: -20px;
	padding: 7px 0 0 10px;
	background: #ffffff;
}

#order{
	display: none;
	text-align: left;
}

#order h2{

}

.btn {
	position: absolute;
	border: 1px solid #063; 
	background: #093; 
	text-decoration: none; 
	padding: 3px 10px; 
	color: white;    
	border-radius: 3px;
}


#categ{
	width: 100%;
	float: left;
}
#text_c{
	width: 400px;
	float: left;
}
#text_field{
	width: 100%;
	float: left;
	vertical-align: text-top;
}
.table_div td{
	padding: 5px 5px 5px 5px;
	border: 1px solid black;

}
.table_div th{
	padding: 5px 5px 5px 5px;   
	text-align: center;
	border: 1px solid black;
}
label{
	color: red;
	font-size: 10pt;
}
.order-table#order-table {
	border-collapse: collapse;
}
.order-table#order-table td{
	border: 1px solid #ccc;
	padding: 3px 5px;

}
.order-table#order-table th{
	font-size: 8pt;
	padding: 0px 3px 3px 3px;
	border: 1px solid #ccc;
}
.left_col{
	float: left;
	width: 342px;    
}
.result_count{
	float: left;
	margin: 50px 0px 10px 20px;
	padding: 20px 0px 10px 5px;
	width: 270px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}
.result_count div{
	display: none;
}
.BREAKFAST span{
	display: none;
}
.LUNCH span{
	display: none;
}
.DINNER span{
	display: none;
}
.total{
	font-weight: bold;
}
