/* Directory stuff
-------------------------------------------------------------- */

ul.main_tags {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 2em 0;
	}

p#map_toggle_container {
	font-size: 1.4em;
	margin: 0 0 10px;
	font-weight: bold;
	}

div#index_map {
	width: 100%;
	height: 350px;
	}
	
div#index_map_border {
	border: 1px solid #d9d6c7;
	margin: 0 0 15px 0;
	display: none;
	}

form#directory_form div#form_buttons {
	margin-top: 20px;
	}

div#address_map {
	width: 100%;
	height: 380px;
	}
	
div#address_map_border {
	border: 1px solid #d9d6c7;
	margin: 0 0 15px 0;
	}

div#address_map_help {
	font-size: 1.2em;
	}


/* Directory reviews
-------------------------------------------------------------- */

div.review_meta {
	border-top: 1px solid #ddd;
	padding-top: 18px;
	margin: 0 0 5px;
	}

div.review_meta span.review_author {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 15px 0 0;
	display: block;
	float: left;
	}
	
div.latest_review {
	border-top: 1px solid #ddd;
	padding-top: 18px;
	margin: 0 0 1px;
	}
	
div.latest_review_meta span.review_author {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 15px 0 0;
	display: block;
	float: left;
	}

div.review_meta span.datetime {
	font-size: 1.2em;
	line-height: 1.5;
	}
	
div.review_review {
	font-size: 1.4em;
	margin-bottom: 20px;
	padding-right: 15px;
	}
	
p.review_business {
	font-size: 1.1em;
	}

div.review_review p.review_title {
	font-weight: bold;
	margin: 0 0 10px;
	color: #999;
	}
	
div.review_add {
	font-size: 1.2em;
	}

p.main_rating { font-size: 1.4em; margin: 0 0 20px; }

p.review_business { margin: 0; }
p.review_business a { font-weight: bold; }

div#add_review label {
	font-size: 1.4em;
	line-height: 1.8em;
	}


/* rating stars */

.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/themes/default/images/stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -16px;
}
.ui-stars-star-on a {
	background-position: 0 0;
}
.ui-stars-star-hover a {
	background-position: 0 0;
}

span#star_tip {
	font-size: 1.3em;
	margin: 0 0 0 6px;
	}

/* rated */

span.rated, span.rated span {
	float: left;
    display: block;
    background: url(/themes/default/images/stars.gif) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.rated span {
    background-position: 0 0;
}



/* Directory results
-------------------------------------------------------------- */


div.listing p { font-size: 1.4em; margin: 0; }
div.listing p img { margin: 0.2em 0 0 0; }

div.listing {
	padding: 1.8em 0 1.4em;
	border-bottom: 0.1em solid #E6E6E6;
	}
	
div.listing_title {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	}


div.listing div.marker {
	float: left;
	width: 5%;
	}
	
div.listing div.marker img { margin: 0.2em 0 0 0; }

div.listing div.data {
	float: left;
	width: 64%;
	}

div.listing div.rated {
	width: 30%;
	float: right;
	}
	
div.listing div.rated { color: #808080; }


div#directory-entry 	{ margin-bottom: 3em; }
div#directory-entry h2 	{ margin-bottom: 0.4em; }

p.rated { color: #808080; }
p.rated img { margin: 0; }
img.phone { margin-right: 0.3em !important; }

div#bizdesc ul {
	margin: 0 0 0 1.4em;
	list-style-type: square;
	font-size: 1.3em;
	}
	
div#bizdesc ul li { margin: 0 0 0.5em; }

div#listing_map_border {
	width: 96%;
	border: 1px solid #d9d6c7;
	margin: 0 0 25px 0;
	}

div#listing_map {
	height: 210px;
	}
	
ul.reviews li {
	list-style: none;
	margin: 0;
	padding: 5px 0 3px;
	border-bottom: 1px solid #C4C3B9;
	}
