

h4#results-text {
	display: none;
}
ul#results {
	list-style: none;
	margin-left: 180px;
	position: absolute;
	z-index: 30;
	display: none;
	width: 262px;
	margin-top: -16px;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	background:white;
}
ul#results li {
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover {
	background-color: #F7F7F7;
}
ul#results li:first-child {
	border-top: none;
}
ul#results li h3, ul#results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #616161;
	line-height: 1.2em;
}
ul#results li:hover h3, ul#results li:hover h4  {
	color: #3b3b3b;
	font-weight: bold;
}


.acc_h {
	border: 1px solid #CCC; 
	border-radius: 5px;
	cursor: pointer;
	padding: 6px 5px;
	font-size: 13px;
	margin-top: -1px;
}
.acc_h.active {
	border-radius: 5px 5px 0px 0px;
}
.acc_c { 
	border: 1px solid #CCC;
	padding: 8px; 
}


.qty439{ 			
	background: #EEE;
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 4px;
}


#menus-accordin div{
	/*
background: #e6e6e6;
height: 30px;
border: 1px solid white;
border-radius: 7px;
*/

}

.menuhide{
	display: none;
}
.show{
	display: block
}
.check-dish{
	padding: 10px;
}

.selectedmenu{
	border: 2px solid blue !important;
	background: white !important;
	color: black !important;
	border-bottom: 1px solid white !important;

	font-weight: bold;
	margin-right: 4px;
	}
	
	
	
	
.mi-tabs {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 1px solid #1E69DE;
height: 36px;}
.mi-tabs li {
float: left;
padding: 8px 25px; 
margin: 0px 1px;
border-radius: 5px 5px 0px 0px;}
.mi-tabs li:nth-child(1) {
margin-left: 0;
}
.mi-tabs li:hover {}
.mi-tabs li a {
color: #FFF;
font-weight: bold;}
.mi-tabs li a:hover{} 
.mi-tabs li.active {

}
.mi-tabs li.gradient-grey1 {
border-top: 1px solid #CCC;
border-left:  1px solid #CCC;
border-right:  1px solid #CCC;
border-bottom: 3px solid #1E69DE;
margin-top: -3px;
}
.mi-tabs li.gradient-grey1 a {
color: black;	
}

.mi-tab-area {
display: none;
border: 1px solid #CCC;
padding: 8px;
margin-bottom: 12px;
}
.mi-tab-area.active{
display: block;
}
.list-482a{padding: 5px 7px;
border: 1px solid #CCC;
margin: 2px 0px;
border-radius: 6px;
}
.level{
	float: right;
}
.navbar2{
  background: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #e6e6e6, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e6e6e6')";
}
.req:after {
	content: "*";
	padding: 5px 2px;
	color: red;
	font-size: 17px;
}
.btn input {
    display: none;
}
.form-cover{
	padding:10px 30px;
}