#rateBox {
	background: url('images/ui-icons_cccccc_256x240.png') no-repeat;
	background-position: -128px -192px;
	width: 16px;
	height: 16px;
	display: inline-block;
}
#rateBox:hover {
	background-image: url('images/ui-icons_222222_256x240.png');
	cursor: pointer;
}

#rateBox:hover div#rateDetail {
	display: block;
}
.rateStar18 {
	padding-right: 1px;
}
.rateStar9 {
	padding-right: 1px;
	width: 9px;
	height: 9px;
}
#rateDetail {
	position:absolute;
	display: none;
	padding: 3px 5px;
	border: 1px solid gray;
	margin: 18px 0 0 -150px;
	cursor: default;
	background: white;
}
#rateDetail div {
	height: 18px;
	line-height: 18px;
}
#rateDetail div div {
	float: left;
	width: 60px;
}

.review_cell_back {
	background: url('../images/icon_reviews_bullet.gif') no-repeat 5px 5px; padding: 0 20px;
}
.review_cell_back:hover {
	background-color: #EBEBEB;
}
/* Old profile styles */
.Rest_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.Rest_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 2px;
	word-spacing: 4px;
}
.opt_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.opt_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #E9B17A;
	text-decoration: none;
}
.opt_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.title-menu-categ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000033;
	text-transform: uppercase;
}

#est_hours { text-align:left;  padding: 0px; margin: 0px; border: none; width:100%}
#est_hours .highlighted_day { background-color: #FF9900;} 
#est_hours .day { text-transform:uppercase; font-size: 12px; font-weight:bold; padding: 2px 4px 2px 2px; border-bottom:1px solid #cccccc; }
#est_hours .hours { font-size: 12px; padding: 2px; width:80%; border-bottom:1px solid #cccccc;}

#chainLocations {
	height: 300px;
}

.tooltip {
	background: #EEE;
	white-space: nowrap;
	font-size: 11px;
	min-width: 130px;
	line-height: 1em;
	font-family: "Arial";
}
.tooltip > div {
	padding: 2px 4px !important;
	border: 1px solid black;
}
.chainLocRow {
	margin: 4px 0;
	border-bottom: 1px solid #CCC;
	padding: 3px 0 5px 2em;
}

/* Get directions on profile page */
#dirBox {
	font-size: 12px;
	padding-top: 1em;
}
#dirBox > div {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted black;
}
#dirPostal {
	width: 70px;
}
#dirGo {
	float:right;
	margin-top: -1px;
	width: 30px;
}
#postalError {
	padding: 1em;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#restoreMap {
	display: none;
	float:right;
	width: 70px;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	margin-top: 1em;
	cursor: pointer;
	background: #EEE;
}
.smallProfileMap {
	width: 180px;
	height: 220px;
	border: 1px solid #CCC;
	overflow:hidden;
}
#mapContainer {
	z-index: 1000;
}
#svToggle:hover { cursor: pointer; }
/* 2010 Best of TO */
#botoButton {
    float:right;
    cursor: pointer;
}
#botoForm {
    overflow: hidden;
    clear: both;
	 height: 0;
}
#botoForm div {
    margin: 5px;
    line-height: 20px;
}
#botoForm label {
    width: 100px;
    float: left;
}
#botoSubmit {
	width: 80px;
	cursor: pointer;
}
