.review_info {
	float: left;
	min-width: 148px;
	padding-right: 10px;
	height: 100px;
}
.review_info .medium_profile_pic {
	float: left;
	margin: 0 3px 3px 0;
}
.review_tile li {
	background: url(/static/img/review_tile_bg.jpg) repeat-x;
	padding: 10px 15px 0;
	height: 108px;
}
.review_tile li h3 {margin: 0;}
.review_tile .review_content {
	height: 78px;
	overflow: hidden;
	margin-bottom: 6px;
}
.review_tile .review_content img {
	max-height: 30px;
	margin: 2px 4px 4px 0;
	float: left;
}
.review_controls .spaced {
	display: inline-block;
	margin-right: 20px;
}
.review_controls, .review_controls a {color: #7d7d7d;}
.full_review_link {
	float: right;
	font-size: 0.9em;
	padding-top: 1px;
}
#reviews {margin-bottom: 20px;}
#reviews .page_controls {
	background: none;
	height: auto;
}
#review_form {padding: 0 10px;}
#review_form th {width: 100px;}
#review_form table, #review_form_title, #review_form_body {width: 100%;}
#gmap {
	border: 1px solid #aaa;
	margin-bottom: 4px;
}
.stars {
	position: relative;
	top: 4px;
}
#filter_form_search {width: 100px;}

.left_column_top_text p {margin-top: 0;}

#pagebar {overflow: hidden;} /* this overrides public.css */

#item_tabs {
	margin-top: -10px;
	background: url(/static/img/item_detail/tab_bg.jpg) repeat-x;
	height: 69px;
	display: block;
	text-align: center;
}
#item_tabs li {
	width: 260px; /* two tabs */
	margin: 0;
	text-align: center;
	padding-top: 14px;
	font-weight: bold;
	font-size: 13pt;
	cursor: pointer;
}
#item_tabs li.only {
	padding-left: 130px;
}
#item_tabs .mediumstars {
	height: 28px;
}
#item_tabs h2 {
	margin: 0;
	font-size: 20pt;
	vertical-align: top;
	height: 28px;
}
#tab_point {
	height: 11px;
	background: transparent url(/static/img/item_detail/tab_point.png) no-repeat;
}
#snowdays li {
	border-bottom: 1px solid #ccc;
	min-height: 28px;
	width: 500px;
	padding: 4px 10px;
	display: inline-block;
}
#snowdays li .blurb {
	margin-top: 7px;
	color: #7d7d7d;
}
#snowdays .date {
	display: inline-block;
	min-width: 85px;
	float: right;
	text-align: right;
}
#snowdays .notes {
	width: 500px;
	color: #000;
}