@import url("default.css");
@import url("layout.css");
@import url("form.css");

label .suggestion
{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial sans-serif;
	font-weight: normal;
	color: #F4F9ED;
}

.heading_with_caption
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 9px;
}

.heading_with_caption h2
{
	margin: 0;
	line-height: 1.1;
}

.heading_with_caption .caption
{
	display: block;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	line-height: 1.3;
}

ul.regions
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.regions.first
{
	margin-right: 20px;
}

ul.regions li
{
	margin: 0;
	padding: 0;
	width: 160px;
	line-height: 2.3;
}

span.count
{
	color: #aaa;
}

#about div
{
	margin-left: 40px;
}

#sidebar h1
{
	margin: 0;
	margin-left: 5px;
	padding: 10px 15px;
	border-top: 1px solid #D3D4D1;
	border-bottom: 1px solid #D3D4D1;
	font-size: 16px;
}

#sidebar p.info
{
	margin: 0;
	margin-left: 5px;
	padding: 10px 15px;
	border-bottom: 1px solid #D3D4D1;
}

.facet_values
{
	position: relative;
	margin-left: 5px;
	padding: 10px 15px;
	border-bottom: 1px solid #D3D4D1;
}

.facet_values h2, #zoom h2
{
	margin: 0;
	padding: 7px 0;
	font-size: 14px;
	color: #999;
}

.facet_values .more
{
	position: absolute;
	right: 0;
	bottom: 15px;
	display: block;
	width: 22px;
	height: 57px;
}

ul.refine_options_list
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
}

ul.refine_options_list li
{
	margin-right: 15px;
	padding: 5px 0;
}

ul#nearby
{
	margin: 0;
	list-style-type: none;
	margin-left: 5px;
	padding: 10px 15px;
	border-bottom: 1px solid #D3D4D1;	
}

ul#nearby li
{
	padding-bottom: 15px;
}

ul#nearby li.last
{
	padding-bottom: 0;
}

ul#nearby span.distance
{
	color: #999;
	font-style: italic;
}

ul#nearby li
{
	line-height: 1.3;
}

#main h1
{
	margin: 0 15px 15px 0;
	padding: 10px 0;	
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

ul#restaurants
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#restaurants li
{
	position: relative;
	padding: 14px 0;
	margin-right: 15px;
	border-bottom: 1px solid #ddd;
}

ul#restaurants a.title
{
	font: bold 14px Helvetica, Arial, Verdana, sans-serif;
}

ul#restaurants span.phone
{
	font: bold 14px Helvetica, Arial, Verdana, sans-serif;
	color: #999;
}

ul#restaurants .rating
{
	position: absolute;
	right: 0;
	top: 18px;
}

ul#restaurants span.distance
{
	position: absolute;
	right: 0;
	top: 34px;
	color: #999;
	font-size: 12px;
}

h1 span.phone
{
	color: #999;
}

.location
{
	position: relative;
	margin-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

img#map_button
{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

#map
{
	width: 500px;
}

#map img
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	background-color: #eee;
}

#map_link
{
	margin-top: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 4px 8px;
	background-color: #f4f4f4;
}

#map_link a
{
	font-size: 12px;
	font-weight: normal;
}

table#restaurant_details
{
	width: 500px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

table#restaurant_details th, table#restaurant_details td
{
	padding: 7px 15px 7px 0;
	vertical-align: top;
}

table#restaurant_details th
{
	width: 35%;
	font-weight: bold;
}

table#hours
{
	margin: 0;
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}

table#hours th, table#hours td
{
	padding: 4px 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#hours th
{
	width: auto;
	font-weight: normal;
	background-color: #f4f4f4;
}

/* Styles for pagination */
.pagination
{
	margin-top: 20px;
}

.pagination span
{
	border: 1px solid #c2cded;
	padding: 3px 5px 3px 5px;
}

.pagination span.disabled
{
	color: #aaa;
	border-color: #ccc;
}

.pagination span.current
{
	background-color: #69AC2B;
	font-weight: bold;
	color: #fff;
}

.pagination a
{
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.pagination a:hover
{
	background-color: #EEFFD9;
}

ul#sort_options
{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 5px 0;
	border-bottom: 3px solid #ddd;
}

ul#sort_options li
{
	color: #999;
	font-weight: bold;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #ccc;
}

ul#sort_options li.label
{
	font-weight: normal;
	padding: 0 3px 0 0;
	border-left: none;
}

ul#sort_options li#first
{
	border-left: none;
}

ul#sort_options li#last
{
	border-right: none;
}

#results_summary h1
{
	margin: 0;
}

span.results_found
{
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-style: italic;
	color: #999;
	padding-left: 5px;
}

span.results_found b
{
	font-weight: normal;
}

/* Styles for rails model validation errors */
div.error_explanation
{
   background-color: #F9C8C5;
   padding: 10px 20px 10px 20px;
   border: 1px solid #FA9F9B;
	margin: 20px 15px 20px 0;
}

div.error_explanation h2
{
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	color: #CD0606;
}

div.error_explanation ul
{
   padding: 0;
   margin: 0;
   list-style: none;
}

div.error_explanation li
{
   margin: 0;
   padding: 0;
   padding-left: 15px;
   background: url(/images/admin/backgrounds/error_bullet.gif) no-repeat;
   background-position: left center;
}

/* Styles for flash messages */
.flash
{
	padding: 7px 15px 7px 15px;
	margin: 0 15px 15px 0;
}

.success
{
	border: 1px solid #ddd;
	background-color: #EEFFD9;
}

.error
{
   background-color: #F9C8C5;
   border: 1px solid #FA9F9B;	
}

.rating
{
	width: 55px;
	height: 12px;
	background: url(/images/public/backgrounds/star_off.gif) repeat-x;
}

.rating img
{
	width: 1px;
	background: url(/images/public/backgrounds/star_on.gif) repeat-x;
}

ul#rating
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#rating li
{
	float: left;
	margin-right: 20px;
	font-size: 11px;
}

/* Sytles for displaying reviews */

h2.reviews
{
	margin-bottom: 5px;
}

a#add_review
{
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 7px;
}

.review_container
{
	width: 500px;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

#write_review
{
	margin-right: 15px;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

#write_review a
{
	text-decoration: underline;
}

.review
{
	width: 375px;
	float: left;
}

.ratings
{
	float: left;
	width: 125px;
}

.ratings ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 25px;
}

.ratings li
{
	margin-bottom: 7px;
}

.ratings span.rating_label
{
	float: left;
	width: 40px;
	margin-right: 5px;
	text-align: right;
	font-size: 11px;
}

.ratings li .rating
{
	float: left;
}

.review h3
{
	margin: 0;
}

.review p
{
	margin: 0;
	margin-top: 10px;
}

span.author_date
{
	font-size: 12px;
}