.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider-horizontal {
	height: 6px !important;
	background: transparent
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAIAAACaUPOvAAAAIUlEQVQIHWO4e%2Ffq7t1bgSQuxEAfFXl5OfgRw7dvX%2FAjANXJnL2UiqvKAAAAAElFTkSuQmCC)
		repeat-x 0 0 !important;
	border: none !important
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
	background: #FFFFFF;
	border: 1px solid #666666 !important;
	height: 15px;
	width: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-o-box-shadow: 0 1px 0 #fff inset, 0 6px 9px #6c97b8 inset, 0 1px 3px
		#aaa;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 6px 9px #6c97b8 inset, 0 1px 3px
		#aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 6px 9px #6c97b8 inset, 0 1px
		3px #aaa;
	box-shadow: 0 1px 0 #fff inset, 0 6px 9px #6c97b8 inset, 0 1px 3px #aaa
}

.ui-slider-horizontal .ui-state-hover {
	background: #FFFFFF;
	-o-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px
		#aaa;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px
		#aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px
		3px #aaa;
	box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px #aaa
}

.ui-slider-horizontal .ui-state-active {
	background: #FFFFFF;
	-o-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px
		#aaa !important;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px
		#aaa !important;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px
		3px #aaa !important;
	box-shadow: 0 1px 0 #fff inset, 0 8px 8px #3a6a8e inset, 0 1px 3px #aaa
		!important
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 6px;
	background: none
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.slider-values {
	overflow: hidden;
	padding: 0;
	margin-bottom: 11px
}

.slider-values .slider-value-min,.slider-values .slider-value-max {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #6e6e6a;
	padding: 1px 3px;
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none
}

.slider-values .slider-value-min {
	float: left
}

.slider-values .slider-value-max {
	float: right
}

#tooltip,.pretty-tooltip {
	display: none;
	position: absolute;
	text-align: left;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90);
	z-index: 99;
	color: #fff;
	padding: 8px 10px;
	border: 1px solid #000;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	max-width: 300px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(50, 50, 50
		, 0.9) ), to(rgba(0, 0, 0, 0.9) ) );
	background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9),
		rgba(0, 0, 0, 0.9) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#e5323232', endColorstr = '#e5000000', GradientType = 0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-o-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(100, 100, 100, 0.1), 0 2px 0 rgba(150, 150, 150, 0.1);
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(100, 100, 100, 0.1), 0 2px 0 rgba(150, 150, 150, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(100, 100, 100, 0.1), 0 2px 0 rgba(150, 150, 150, 0.1);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(100, 100, 100, 0.1), 0 2px 0 rgba(150, 150, 150, 0.1)
}

#tooltip h5,.pretty-tooltip h5 {
	color: white
}

#tooltip.has-arrow,.pretty-tooltip.has-arrow {
	padding-top: 0
}

#tooltip.has-arrow::before,.pretty-tooltip.has-arrow::before {
	content: ' ';
	background:
		url(../pic_css/dropdown_arrow-c4f607e5c0e6b76bd3bd328ebefc9e56.png)
		no-repeat center center;
	height: 8px;
	display: block;
	position: relative;
	top: -7px;
	width: 100%
}

#tooltip.header-dropdown,.pretty-tooltip.header-dropdown {
	text-align: left;
	padding: 0
}

a.tooltip {
	cursor: help
}

a.tooltip img {
	vertical-align: top;
	height: 16px;
	width: 16px
}

.left {
	float: left
}

.right {
	float: right
}

#createLoading {
	display: none;
	float: right;
	margin-top: 7px;
	margin-right: 3px
}

.modal-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0
		rgba(255, 255, 255, 0.4), 0 0 0 transparent;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0
		rgba(255, 255, 255, 0.4), 0 0 0 transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px
		0 rgba(255, 255, 255, 0.4), 0 0 0 transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0
		rgba(255, 255, 255, 0.4), 0 0 0 transparent;
	text-shadow: 0 1px 1px white;
	padding: 9px 15px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 15px
}

.modal-header .close {
	margin-top: 2px;
	float: right
}

.modal-header .icon {
	width: 27px;
	height: 24px;
	float: left;
	margin-right: 4px;
	margin-top: 3px;
	background:
		url(../pic_css/header_heart_icon-e70b518d273679a71dca8dd7abff7414.png)
		no-repeat 0 0
}


.mb15 {
	margin-bottom: 15px
}

.fb-button {
	left: 0px;
	margin-bottom: 0px;
	margin-right: 5px
}

.fb-share-tooltip {
	text-align: left !important
}

.tooltip,.modal-tooltip {
	z-index: 9999999999 !important
}

.right {
	float: right
}

.priv-button {
	position: relative;
	min-width: 130px;
	cursor: pointer;
	text-align: left
}

.priv-button.btn.mini {
	padding: 0.6em 1.0em;
	font-weight: bold;
	color: #333
}

.priv-button .dropdown-menu {
	margin-left: -1px;
	min-width: 0;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em
}

.priv-button .dropdown-menu li>a {
	padding: 0.6em 1.0em;
	text-align: left;
	line-height: normal
}

.priv-button .dropdown-menu li>a .icon-user,.priv-button .dropdown-menu li>a .icon-lock
	{
	width: auto
}

.priv-button .dropdown-menu li>a:hover .caret {
	border-top-color: white
}

.priv-button .caret {
	float: right;
	vertical-align: middle;
	margin-top: 4px
}

.priv-container.opened .dropdown-menu {
	display: block;
	min-width: 98px;
	top: -1px
}

.priv-container>.icon {
	line-height: 26px;
	margin-left: 5px
}

.tooltip hr {
	margin: 4px 0
}

.icon.large {
	font-size: 18px
}

.icon.gray {
	color: #bbb
}

#results a:visited {
	color: #1D95CB;
}

#v3_search,#search_header,#restaurant_food_body,.search_result,.search_result .price,.room_title,#search_filters,#results
	{
	overflow: hidden
}

#v3_search {
	width: 100%;
	overflow: hidden;
	/*margin: auto;*/
	border: 1px solid #a8a8a8;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.list_view {
	width: 114px;
	height: 74px
}

#restaurant_name {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #A8A8A8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 46px;
    padding: 10px 0 10px 1px;
    position: relative;
    /*width: 977px;*/
    z-index: 1000;
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
}

#restaurant_food_select {
	width: 100%;
	/*float: left;*/
	background-color: #FFFFFF;
}

#restaurant_food_body {
	/*width: 74%;
	min-height: 500px;*/	
	background: #FFFFFF;
	float: left;
	border-right: 1px solid #D8D8D8;
}

#restaurant_address {
	/*width: 100%;
	height: 210%;*/
	padding: 5px;
}

#results_count_top {
	font-size: 1.3em;
	padding-left: 1%;
	display: block;
}

.results_sort {
	font-weight:bold;
	font-size: 14px;
	float: left;
	letter-spacing: -0.5px;
}

#sort_by {
	letter-spacing: 0
}

#restaurant_title_name {
	width: 958px;
	height: 45px;
	color: #777;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	display: none; /*inline-block;*/
	vertical-align: middle;

}

.restaurant_tips {
	display:block;
	float: left;
}

#only_for_restname, #restaurant_sending_condition, #restaurant_sending_info,#only_for_restaddress,#restaurant_business_time,#restaurant_contactno {
	display:block;
	text-indent: 1em;
	font-weight: bold;
	clear: both;
}

#results_save {
	font-size: 12px;
	float: right;
	letter-spacing: -0.5px;
	color: #9f9f9f
}

#foods_filters {
	padding: 8px 5px 0px 10px;
    display: none;
	height: 20px;
	border-bottom: 1px dotted #c6c6c6;
	/*
	width: 728px;
	border-right: 1px solid #D8D8D8;*/
}

#foods_detail_show {
	background: #fff;	
	border-bottom: 1px solid #D8D8D8;
}

#applied_filters {
	float: left
}

#applied_filters li {
	/*background: #fffee2;
	border: 1px solid #e5e186;*/
	border-radius: 3px;
	font-size: 1.2em;
	color: #99940C;
	cursor: default;
	margin-right: 5px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	list-style: none;
	width: 115%;
}

#applied_filters .af_text {
	display: block;
	padding: 0 3px;
	float: left;
	margin-right: 5px;
	line-height: 19px;
}

#applied_filters a {
    margin-right: 1%;
}

#applied_filters .hold{
	font-weight: bold;
	color: red;
	/*background-color: yellow;*/
}


#applied_filters li:hover {
	border-color: #ebe9b4
}


#foodtype_filters {
	float: left
}

#foodtype_filters li {
	/*background: #fffee2;
	border: 1px solid #e5e186;
	border-radius: 3px;*/
	font-size: 1.2em;
	color: #99940C;
	cursor: default;
	margin-right: 5px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	list-style: none;
	width: auto
}

#foodtype_filters .af_text {
	display: block;
	padding: 0 3px;
	float: left;
	margin-right: 5px;
	line-height: 19px;
}

#foodtype_filters a {
    margin-right: 10px;
}

#foodtype_filters .hold{
	font-weight: bold;
	color: red;
	/*background-color: yellow;*/
}

#applied_filters li:hover {
	border-color: #ebe9b4
}




#results {
	width: 100%;
	float: left;
	border-bottom: 1px solid #D8D8D8;
}

#search_filters_wrapper {
	display: inline;
	width: 25%;
	/*
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 229px;
    border-left: 1px solid #D1D1C9;
    */
}

#search_filters {
	/*width: 100%;
	float: left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	*/
}

#map_options {
	width: 231px;
	background: #eeeee6;
	color: #2d2d2d;
	padding: 3px 0 3px 4px;
	border-bottom: 1px solid #A8A8A8
}

.map_view #map_options {
	padding-top: 5px
}

#search_filters_toggle {
	display: none
}

#show_more_properties_message {
	-moz-box-shadow: 0 3px 14px #A8A8A8;
	-webkit-box-shadow: 0 3px 14px #A8A8A8;
	box-shadow: 0 3px 14px #A8A8A8;
	background: #FFF7AC;
	border-color: #A8A8A8;
	border-style: solid;
	border-width: 1px 1px 0;
	bottom: 0;
	color: #222222;
	display: none;
	font-size: 12px;
	left: 100px;
	opacity: 0.95;
	filter: Alpha(Opacity = 95);
	padding: 8px 20px 5px;
	position: absolute;
	text-align: center;
	width: 507px;
	z-index: 999999998
}



#redo_search_in_map_tip {
	color: #ffffff
}


.list_view #search_map,.photo_view #search_map {
	width: 231px;
	height: 219px
}

.list_view #map_wrapper,.photo_view #map_wrapper {
	width: 231px;
	height: 219px
}

.mini_prices .price_data {
	font-size: 20px
}


#choice_food_item_container{
	/*
	width: 231px;
	color: #787878;
	background: #ddddd6;
	float: left;
	*/
}

.collapsable_filters {
	color: #787878;
/* 	width: 100%;	
	background: #FFFFFF;
	float:left; */
}

.search_filter {
	/*width: 231px;
	border-bottom: 1px solid #D8D8D8;
	position: relative*/
}

.order_food {
	width: 210px;
}
a.order_food_link {
	display: block;
	float: left;
	color: #484848;
	height: 22px;
	font-size: 17px;
	width: 235px;
	padding-top: 10px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	border: 1px dotted #C2C2BE;
	border-width: 1px 0;
}

.neighbouring_restaurant_name {
	display: block;
	
	text-indent: 2em;
	width: 231px;
	position: relative
}

a.filter_header {
	/*border-bottom: 2px solid #D1D1C9;
	height: 20px;
	width: 93%;
	*/
	color: #484848;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    
    overflow: hidden;
    padding: 5px 1%;
    position: relative;
    text-decoration: none;
    
}

a.filter_header:hover {
	background-position: 0 -27px
}

a.filter_header:active {
	background-position: 0 -54px
}

.filter_toggle {
	width: 13px;
	height: 13px;
	margin-right: -15px;
	float: right;
	margin-top: 2px;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANCAYAAAC3mX7tAAACIElEQVQ4y5WUu4taQRTGTcyDJQRCQiCBwJIlrGEDkeywEBLIQkLYq3JaUVFRfItYWViILwTBVyWIhb1iIdaWFlaKrZV%2FijnfMLNcJDe7KX4Md%2B6c8815jS2ZTNoUD5mXzDnjNOFgXjAPTGc1duYt85W5icfjN7wazHfmHfNYn9UGj5gzRvyD9%2BqctnnCfGYIpNNpyuVyck0kEqT2YXeihRDJhztENGcqMruKVjoMh8NUq9VouVxSu92mUCikhcAVLgWhV%2FcU0SCNb7SjVCpFfr%2BfhsMhHQ4Hmk6n5PV65b5J7BRCDt4U0WhU8M0swX8l5FA1kZH4fD7yeDwyEgiNRiNyuVxyH5GpNP6A0GUsFhOlUkl0Oh1LKpWKFGJDJ2OgFuVymbrdLtXrdZrNZlJosVhQtVqlXq8n10wmQ9wkBKEvHKrYbDaCD1qy2%2B0EImcjJ%2BPK5%2FO0Xq%2BlcyvYhgqFAnE2pNAl0tJoNATn2ZJms2mOyIWb9vt9ms%2FnNJlMaLVaSefb7ZbG47HcR93QiTqiT7hpJBIRwWDQEvxXNfqInCP3ukZut5tardZtjQzDOK7RLwi9%2Fs%2Buw1CfmjpKOj3uOvN%2FPAJ6uh33FDlXc4eJ%2F6Yd4eaIaL%2Ff02AwoEAgYBa5xtDqKX%2BqnNwlcvukMM%2B1GNKTzWapWCzKmphehmuVAdvxu4U0XqATTVyofftf3roT9ar8RMHRXVj5%2B7fK0jN99g%2Bb3BkfHE7vDAAAAABJRU5ErkJggg%3D%3D)
		no-repeat 0 0;
	cursor: pointer
}

.filter_toggle_left {
	width: 15px;
	height: 15px;
	margin-left: -14px;
	float: left;
	margin-top: -1px;
	/*background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANCAYAAAC3mX7tAAACIElEQVQ4y5WUu4taQRTGTcyDJQRCQiCBwJIlrGEDkeywEBLIQkLYq3JaUVFRfItYWViILwTBVyWIhb1iIdaWFlaKrZV%2FijnfMLNcJDe7KX4Md%2B6c8815jS2ZTNoUD5mXzDnjNOFgXjAPTGc1duYt85W5icfjN7wazHfmHfNYn9UGj5gzRvyD9%2BqctnnCfGYIpNNpyuVyck0kEqT2YXeihRDJhztENGcqMruKVjoMh8NUq9VouVxSu92mUCikhcAVLgWhV%2FcU0SCNb7SjVCpFfr%2BfhsMhHQ4Hmk6n5PV65b5J7BRCDt4U0WhU8M0swX8l5FA1kZH4fD7yeDwyEgiNRiNyuVxyH5GpNP6A0GUsFhOlUkl0Oh1LKpWKFGJDJ2OgFuVymbrdLtXrdZrNZlJosVhQtVqlXq8n10wmQ9wkBKEvHKrYbDaCD1qy2%2B0EImcjJ%2BPK5%2FO0Xq%2BlcyvYhgqFAnE2pNAl0tJoNATn2ZJms2mOyIWb9vt9ms%2FnNJlMaLVaSefb7ZbG47HcR93QiTqiT7hpJBIRwWDQEvxXNfqInCP3ukZut5tardZtjQzDOK7RLwi9%2Fs%2Buw1CfmjpKOj3uOvN%2FPAJ6uh33FDlXc4eJ%2F6Yd4eaIaL%2Ff02AwoEAgYBa5xtDqKX%2BqnNwlcvukMM%2B1GNKTzWapWCzKmphehmuVAdvxu4U0XqATTVyofftf3roT9ar8RMHRXVj5%2B7fK0jN99g%2Bb3BkfHE7vDAAAAABJRU5ErkJggg%3D%3D)
		no-repeat 0 0;*/
	background: url(../pic/here.png) no-repeat scroll 0 0 transparent;
	cursor: pointer
}

.search_filter_content {
	padding: 5px 17px;
}

.search_filter_content_orders {
}

.search_filter_content input {
	cursor: pointer;
	margin-right: 0.5em;
	margin-left: 0;
	float: left
}

*+html .search_filter_content input {
	margin: 0
}

.search_filter_content input[disabled],.search_filter_content input[disabled="disabled"]
	{
	cursor: auto
}

.search_filter_content label {
	cursor: pointer;
	color: #787878;
	font-size: 12px;
	line-height: 22px
}

.search_filter_content label.disabled {
	cursor: auto;
	color: #cccccc !important
}

.search_filter_content .facet_count {
	color: #ededed;
	background: #c2c2c2;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	display: block;
	float: right;
	padding: 1px 7px;
	text-align: center;
	font-size: 12px
}

.search_filter_content .dropdown {
	float: right;
	margin: 0
}


.collapsable_filters .closed .filter_toggle {
	background-position: -13px 0
}

.collapsable_filters .closed .filter_header {
	border-width: 1px 0 0 0 !important
}

.collapsable_filters .closed:last-of-type .filter_header {
	border-width: 1px 0 1px 0 !important
}

.collapsable_filters .closed .search_filter_content {
	display: none !important
}

.search_filter_content > li {
    margin-bottom: 2px;
}

#link_icon {
	height: 17px;
	width: 17px;
	display: block;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
	background:
		url(../pic_css/share_icons-84474b4a801d80b1937703f9fc6ab763.png)
		no-repeat
}

#share_results_link {
	color: #3d93d4;
	cursor: pointer
}

#filters_lightbox {
	overflow: hidden
}

.search_result {
	border-top: 1px solid #D8D8D8;
	padding: 1% 0 0.5%;
	float: left;
	width: 100%;
	line-height: 200%;
}

.search_result:hover {
	background-color: #f9f9f9;
}
	
.pop_image_small {
	width: 16%;
	padding: 0 1%;
	float: left;
	background: transparent;
}
.for_relative_number {
	position: relative;
}

.pop_image_small .map_number {
	position: absolute;
	background: #ffffff;
	height: 12px;
	padding: 1px 4px 2px 1.5px;
	line-height: 12px;
	font-size: 15px;
	color: #929292;
	left: 3px;
	top: 4px;
	z-index: 11;
}

.pop_image_small .image_link {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    display: block;
    /*line-height: 98%;*/
    padding: 3px;
    width: 102%;
    /* height: 78px; */
}

.food_details {
	width: 60%;
	/*height: 84px;*/
	float: left;
	padding: 1px 0 0 0;
	color: #848484;
	overflow: hidden;
}

.food_title {
	font-size: 1.5em;
	font-weight: bold;

	letter-spacing: 1px;
	text-indent: 0.5em;
	/*width: 440px;
		line-height: 22px;
	height: 22px;*/
}

.food_title a {
	float: left
}

.food_title a.name {
	max-width: 368px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}


div.photo_view a.star_icon_container {
	padding: 7px;
	margin: -7px -15px -7px 0
}

div.star_icon {
	/*width: 90%;*/
	height: 13px;
	background: url(../pic/dengji.gif) no-repeat left -11px;
	margin-left: 1em;
	margin-top: -1px;
}



.new_icon {
	background: transparent
		url(../pic_css/new_icon-34706aafa75a7c0be5c94356bde12816.png)
		no-repeat 0 0;
	width: 29px;
	height: 15px;
	display: block;
	float: left;
	margin: 2px 0 0 7px
}

.new_icon_bg {
	display: none
}


address.max_width {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.distance {
	color: #ffadd8;
	font-style: italic
}

.reputation {
	/*width: 460px;
	height: 27px*/
	float: left;
	padding-top: 0%;
	
}

.room_details-debug .reputation {
	height: auto
}

.badge {
	float: left;
	margin-right: 8px;
	min-width: 50px;
	text-align: center
}

li.badge:last-of-type {
	margin-right: 0 !important
}


.search_result .price {
	width: 17%;
	float: left;
	margin-top: 2%;
	/*margin-left: -25px*/
}

.price_data {
	/* float: right; */
	color: #3d3d3d;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 50%;
	padding-left: 8%;
}

.price_data sup {
	font-size: 20px;
	font-weight: normal;
	vertical-align: top;
	line-height: 32px
}

#pick_button .button-glossy{
	width: 80px;
}

.pick_button {
	height: 32px;
	width: 120px;
	font-size: 19px;
	background-color: #8A1F00;
	background-repeat: no-repeat;
	border: 1px solid #d1d1c9;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 6px transparent;
	font-family: Arial, Helvetica, Tahoma;
}

.pick_button:hover {
	height: 32px;
	width: 120px;
	font-size: 22px;
	background-color: #9191c1;
	background-repeat: no-repeat;
	background-image: url(../pic/chiba.png);
	border: 1px solid #d5d5cc;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 6px transparent;
	font-family: Arial, Helvetica, Tahoma;
}

.currency_if_required {
	font-size: 1.5em;
	display:block;
}


#results_footer {
	width: 75%;	
}


#search_form {
	float: left;
	position: relative;
	min-width: 710px
}

#location {
	border: 1px solid #a8a8a8;
	display: block;
	float: left;
	font-size: 18px;
	height: 33px;
	line-height: 34px;
	padding: 7px 0 5px 10px;
	width: 315px;
	border-width: 1px 0 1px 1px;
	-moz-box-shadow: 0 0 5px #a8a8a8 inset;
	-webkit-box-shadow: inset 0 0 5px #a8a8a8;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: bold;
	font-family: inherit;
	letter-spacing: -0.5px
}

#search_form .placeholder {
	color: #d3d3d3;
	font-weight: normal
}

#search_form input::-webkit-input-placeholder {
	color: #d3d3d3;
	font-weight: normal
}

#search_inputs {
	width: 719px;
	background: #ececec;
	height: 46px;
	padding: 3px 0 0 4px;
	float: left;
	border: 1px solid #a8a8a8;
	border-right: 0;
	overflow: hidden
}

#search_form input.date {
	width: 70px;
	color: #3d3d3d !important;
	font-weight: normal !important
}

.dates_section {
	width: 90px;
	float: left
}

.guests_section {
	width: 75px;
	float: left
}

#search_magnifying_glass {
	background:
		url(../pic_css/magnifying_glass-819d10258f8f6390d88626f1cb8fed94.png)
		no-repeat 0 0;
	height: 16px;
	position: absolute;
	left: 608px;
	top: 15.5px;
	width: 16px
}

#search_type_toggle {
	
	display: block;
	height: 39px;
	background: transparent;
	overflow: hidden;
	margin: 0 auto;
	color: #413d3d
}

#search_type_toggle .search_type_option, #restaurant_introduction, #neighbouring_restaurant_list{
	width: 100%;
	float: left;
	line-height: 201%;
	background: #e8e8e8
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABICAIAAAC4IAh6AAAAPklEQVQYV2O6ePEiEyMjIxMDAwOYhmEYHwSQxWEYWRwXGxsfH4bZ%2Bf%2F%2FfzAbRBOD%2F%2F37h5OPi41NPbqdQD4AOU5jByfE%2BGMAAAAASUVORK5CYII%3D)
		repeat-x 0 -36px;
	border: 1px solid #a8a8a8;
	-moz-box-shadow: 1px 1px 0 #ffffff inset;
	-webkit-box-shadow: inset 1px 1px 0 #ffffff;
	text-align: center;
	/*padding-top: 4px;*/
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
	text-shadow: #ffffff 1px 1px 0;
	z-index: 999;
}

	
#search_type_toggle .search_type_option:hover {
	background-position: 0 0 !important
}

#search_type_toggle .search_type_option_active {
/*	color: #3d3d3d;
	-moz-box-shadow: -1px -6px 14px #a9d6fa inset;
	-webkit-box-shadow: -1px -6px 14px #a9d6fa inset;
	box-shadow: -1px -6px 14px #a9d6fa inset;
	border-color: #919090;
	background: #2895E5;
	text-shadow: 0 1px 0 #444444;
	color: #ffffff;
*/
}

#search_type_list {
	border-right: 0 !important
}

#search_type_photo {
	border-right: 0 !important
}

#slider-range {
	margin-left: 6px;
	width: 188px
}


.wish_list_button {
	display: none
}

#restaurant_title_name .active{
	/*background: url(../pic/menu_hover.jpg) no-repeat scroll 0 0 transparent;*/
	background-color: #CCCCCC;
    border-radius: 11px 11px 11px 11px;
    color: black;
    height: 37px;
    width: 150px;
}
	
#restaurant_title_name .non_active{
	color: grey;
}

.process {
    margin-right: 5px;
    width: 180px;
	float: left;
}

.other_neighbouring_restaurant li {
    /*
    height: 80px; 
    display: block;
    width: 220px;
    padding: 8px 10px 5px 11px;*/
	border-bottom: 1px dotted;
}


.recommend_food_picture li {
    padding: 7px 0 0px 22%;
	border-top: 1px solid #D8D8D8;
	height: 95px;
}
.recommend_food_picture li img{
	width: 120px;
	height: 70px;
}


#submit_orders {
	font-size: 18px;
	height: 35px;
	margin: 2px;
	width: 229px;
}

.reputation > li {
    margin: 2px 12px;
    font-size:1em;
}

.small_pic {
    border: 1px solid #DDDDDD;
    height: 180px; /* */
    width: 99%;
}


#li_submit_order {
	margin-bottom: 10px;
}

#location_building_title {
	font-size: 2em;
	margin: 1% 0 1% 0;
	text-align: center;
}

#food_back_to_location_link {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAX0lEQVQokWNQn3ePAQtmA%2BLJOOTgGJsgDxDvAuIPpGqWAOLzQPyfVM0qQPwQqpEY%2FAGm0RKI35KgEa5ZlAyNKDabkWszsp9vk6sZhIWA%2BCQ5oQ3DnEC8mlzNMNxCSDMA95tX%2F4jWfvsAAAAASUVORK5CYII%3D") no-repeat scroll left 50% transparent;
    font-size: 1em;
    padding-left: 20px;
}

#back_to_location_link {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAX0lEQVQokWNQn3ePAQtmA%2BLJOOTgGJsgDxDvAuIPpGqWAOLzQPyfVM0qQPwQqpEY%2FAGm0RKI35KgEa5ZlAyNKDabkWszsp9vk6sZhIWA%2BCQ5oQ3DnEC8mlzNMNxCSDMA95tX%2F4jWfvsAAAAASUVORK5CYII%3D") no-repeat scroll left 50% transparent;
	padding-left: 20px;
}

.neighbouring_restaurant_name > a {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.food_type_filters {
	height: 20px;
	margin: 5px 0 0 10px;
}


#open_for_area{
width: 720px;min-height: 200px;overflow: hidden;
}

#open_for_outline_tip{
	display:none;font-size:15px;
}

#repect_user_tips{
	float:left;margin:10px 5px 5px;
}

.repect_tips{
float:left;margin:5px 0 5px 15px;
}

#just_tip_outtime{
	width:80px; 
	height:25px;
	font-size:15px; 
	margin:20px 0 20px 0;
}


			#small_pic   {position:absolute;color:#333;display:none;}
			#small_pic s   {position:absolute;top:40px;left:-20px;display:block;width:0px;height:0px;font-size:0px;line-height:0px;border-color:transparent #BBA transparent transparent;border-style:dashed solid dashed dashed;border-width:10px;}
			#small_pic s i   {position:absolute;top:-10px;left:-8px;display:block;width:0px;height:0px;font-size:0px;line-height:0px;border-color:transparent #fff transparent transparent;border-style:dashed solid dashed dashed;border-width:10px;}
			#small_pic .t_box   {position:relative;background-color:#CCC;filter:alpha(opacity=50);-moz-opacity:0.5;bottom:-3px;right:-3px;}
			#small_pic .t_box div  {position:relative;background-color:#FFF;border:1px solid #ACA899;background:#FFF;padding:1px;top:-3px;left:-3px;}

	.rest_contact_no{
	font-size: 1.5em;
	}
	
	.rest_img_offline{
	width:75px;margin-top:40px;display:none
	}
	
	.block_class{
	display:block;
	}
	
	.no_data_li{
	padding:10px;
	}
	
	#show_page_number{
	font-size:1.2em;
	}
	
	#food_or_restaurant{
	font-size:1.3em;
	}
	
	#order_list{
		float: left;
		width: 100%;
	}
	