.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;
}
