/* ============ */
/* = Defaults = */
/* ============ */
html, body, form, fieldset, legend, table, tr, td, th, caption, img {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font: normal normal normal 12px/1.5em "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: #0e497b url('../images/body_bg.gif') repeat-x scroll top center;
	color:#555a3c;
}
html, body {
	min-width:960px;
}
a,
a:link,
a:visited {
	color:#fff200;
}
a:hover,
a:active {
	color:#009FFF;
}
a:focus {
	outline:none;
}
#content_body {
	
}
#content_body a,
#content_body a:link,
#content_body a:visited {
	color:#1587d3;
}
#content_body a:hover,
#content_body a:active {
	color:#00D0FF;
}
ul, ol {
	margin:0px 0px 10px;
	padding:0px 0px 0px 16px;
}
ul {
	list-style-position:outside;
}
ol {
	padding:0px 0px 0px 19px;
}
li {
	margin:0px 0px 2px;
	padding:0px 0px 0px 0px;
}
p, dl {
	margin:0px 0px 8px;
	padding:0px;
}
dt {
	font-weight:bold;
	color:#005daa;
	margin:8px 0px 2px;
	font-style:italic;
}
dd {
	padding:0px 0px 0px 8px;
	margin:2px;
}
h1 {
	color:#d35600;
	font: normal normal bold 24px/1em "Fontin Sans","Lucida Grande",Arial, sans-serif;
	margin:0px 0px 10px;
	min-height:29px;
	height:auto !important;
	height:29px;
}
h2 {
	color:#005daa;
	font: normal normal bold 18px/1em "Fontin Sans","Lucida Grande",Arial, sans-serif;
	margin:0px 0px 8px;
	min-height:22px;
	height:auto !important;
	height:22px;
}
h3 {
	color:#d35600;
	font: normal normal normal 16px/1em "Hand Of Sean","Lucida Grande",Arial, sans-serif;
	margin:0px 0px 8px;
	min-height:27px;
	height:auto !important;
	height:27px;
}
h4 {
	color:#005daa;
	font: normal normal normal 14px/1em "Hand Of Sean","Lucida Grande",Arial, sans-serif;
	margin:0px 0px 8px;
	min-height:27px;
	height:auto !important;
	height:27px;
}
h5 {
	color:#d35600;
	font: normal normal bold 12px/1em "Lucida Grande",Arial, sans-serif;
	margin:4px 0 6px;
}
h5 a,
h5 a:link,
h5 a:visited,
#content_body h5 a,
#content_body h5 a:link,
#content_body h5 a:visited {
	color:#d35600;
	text-decoration:none;
}
#content_body h5 a:hover,
#content_body h5 a:active {
	color:#d35600;
}
table {
	border-collapse:collapse;
}
tr {
	vertical-align:top;
}
td {
	padding:2px 4px;
}
hr,
#subnav hr {
	height:0px;
	border:none;
	border-bottom:1px solid #ff9e0d;
	margin:12px 0px;
	clear:both;
}
#main_content hr {
	border-bottom-color:#edd576;
}
.clear {
	clear:both;
}
/* ========== */
/* = Header = */
/* ========== */
#header {
	background: transparent url('../images/logo.jpg') no-repeat scroll 18px 0px;
	height:179px;
	position:relative;
}
#top_links {
	position:absolute;
	top:10px;
	right:50px;
	color:#98af15;
}
#top_links a,
#top_links a:link,
#top_links a:visited {
	color:#ffd600;
	font-weight:bold;
	font-size:12px;
	font-family:Arial,tahoma,lucida;
}
#top_links a:hover,
#top_links a:active {
	color:#009FFF;
}
#home_link {
	width:302px;
	position:absolute;
	left:50%;
	margin:0px 0px 0px -151px;
	top:12px;
/*
	background-color:#fff;
	opacity:0.3;
*/
}
#home_link a,
#home_link a:link,
#home_link a:visited,
#home_link a:hover,
#home_link a:active {
	height:75px;
	display:block;
	text-indent:-3000px;
}

/* =========== */
/* = Content = */
/* =========== */
#wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
}
body.home #content_body {
	background:transparent url('../images/home/bg_top.png') no-repeat scroll top left;
	height: 485px;
	margin-top:-64px;
	position:relative;
/*	z-index:2;*/
}
#home_middle {
	background: transparent url('../images/home/bg_center.jpg') no-repeat scroll 18px 0px;
}

#home_bottom {
	background: transparent url('../images/home/bg_bottom.jpg') no-repeat scroll 0px 256px;
}

body.home #content_filter {
	padding:35px 0px;
	height:415px;
}
body.subpage #content_body {
	margin:0 auto;
	width:925px;
}
#content_middle {
	background: transparent url('../images/subpage_bg_middle.gif') repeat-y scroll top left;
	min-height:10px;
	height:auto !important;
	height:10px;
}
#content_middle:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
#content_top {
	background: url('../images/subpage_bg_top.png') no-repeat scroll top left;
	min-height:294px;
	height:auto !important;
	height:294px;
	padding-top:64px;
	top:-64px;
	margin-bottom:-350px;
	position:relative;
	z-index:2;
}
#content_bottom {
	background: url('../images/subpage_bg_bottom.jpg') no-repeat scroll top left;
	height: 117px;
	clear:both;
	position:relative;
}
#main_content {
	float:right;
	width:619px;
	padding:0px 30px 0px 0px;
	position:relative;
	z-index:4;
	min-height:275px;
	height:auto !important;
	height:275px;
	margin-bottom:-55px;
}
#right_decoy {
	position:absolute;
	bottom:-7px;
	left:-38px;
	z-index:2;
}
#flash_content {
	padding:0px 0px 0px 0px;
	height:272px;
}
#flash_content h1 {
	margin:0px 0px 15px;
}
#callouts {
	height:181px;
	line-height:1.2em;
}
#green_callouts {
	float:left;
	width:550px;
	height:100%;
	margin:-9px 0px 0px;
}
#red_callout {
	float:right;
	width: 360px;
	height: 118px;
	position:relative;
	padding:30px 15px 0px 0px;
}
#red_callout .callout_content {
	float:left;
	width:136px;
/*	height:100px;*/
	margin:4px 0px 0px;
	text-align:center;
	color:#fce6aa;
	font: normal normal bold 13px/16px tahoma,Arial, sans-serif;
}
#red_callout .callout_content span,
#red_callout .callout_content span a,
#red_callout .callout_content span a:link,
#red_callout .callout_content span a:visited {
	color:#003766;
	font-size:11px;
}
#red_callout .callout_content span a:hover,
#red_callout .callout_content span a:active {
	color:#fff200;
}
#green_callouts #left_callout {
	position:relative;
	float:left;
	width:298px;
	height:100%;
}
#green_callouts #left_callout .callout_content {
	float:right;
	width:160px;
	padding:55px 0px 0px;
	color:#fff;
	text-align:right;
}
#green_callouts .callout_content p a,
#green_callouts .callout_content p a:link,
#green_callouts .callout_content p a:visited {
	color:#7ADF12;
}
#green_callouts .callout_content p a:hover,
#green_callouts .callout_content p a:active {
	color:#5BFF00;
}
#green_callouts #left_callout .callout_content p {
	margin:0px 0 12px;
}
#green_callouts #right_callout {
	position:relative;
	float:right;
	width:224px;
	height:100%;
}
#green_callouts #right_callout .callout_content {
	float:right;
	width:118p;
	padding:22px 0px 0px;
	color:#fff;
	text-align:right;
}
#gift_ideas,
#upcoming_events, 
#locations_callout,
#circle_of_friends {
	position:absolute;
/*	z-index:1;*/
}
#gift_ideas {
	left:70px;
	top:6px;
}
#circle_of_friends{
	left:72px;
	top:1px;
}
#upcoming_events {
	left:-8px;
}
#locations_callout {
	left:0px;
}
#callouts .callout_content {
	position:relative;
	z-index:6;
}
.post {
	margin-top: 25px;
}
.post_date {
	
}
.post_body {
	
}

.franchise_buttons {
	width: 121px;
	position: absolute;
	right: 30px;
	top: 0px;
}
.button_left {
	float: left;
}
.button_right {
	float: right;
}

.imageLeft {
	float: left;
	margin-right: 30px;
}
.imageRight {
	float: right;
	margin-left: 20px;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer {
	clear:both;
	text-align:center;
	font: normal normal normal 11px/1.2em Arial, sans-serif;
	color:#fff799;
	padding:30px 0px 0px;
}
#footer_links {
	color:#91b32a;
	margin:0px 0px 7px;
}
#footer_links a,
#footer_links a:link,
#footer_links a:visited {
	color:#fff200;
}
#footer_links a:hover,
#footer_links a:active {
	color:#009FFF;
}


/* ================== */
/* = Events Section = */
/* ================== */

div#full_moon_list{ 
	min-height:20px;
	height:auto !important;
	height:20px;
}
div#full_moon_list:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
div#full_moon_list ul{
	float:left;
	line-height:1.6em;
	list-style:none;
	margin:0px;
	padding:0px;
	width:200px;
}
div#full_moon_list ul li{}
div#full_moon_list ul li.past{ color:#828962; text-decoration: line-through; }
div#full_moon_list ul li.next{ font-weight:bold; }
div#full_moon_list ul li.future{ }

.eventlisting {
	float: left;
	width: 50%;
}

#events h4 {
 	clear: left;
}

#events hr {
	margin-top:-13px;
}

/* General Form */
form.form{}
form.form{
	background:#fff8c3;
	border:1px solid #e6db8d;
	padding:25px 30px 20px 30px;
	width:550px;
}
form.form table{ width:100%; } 
form.form table td{ padding:0px 0px 3px 0px; }
form.form table label{ clear:both; display:block; }
form.form table label.inline { clear:none; display:inline; }
form.form table label span{ color:#A9400E; }
form.form table textarea{ border:1px solid #ccc37e; font:12px/16px Arial, Helvetica, sans-serif; }
form.form table input.text{ 
	border:1px solid #ccc37e;
	height:17px;
	line-height:16px;
	margin:0px;
	padding:3px 3px 2px 3px;
}
form.form table input#submit{
	background:url("/assets/images/submit.gif") top left no-repeat;
	border:none;
	color:#fff;
	float:right;
	font-size:1px;
	height:32px;
	line-height:1px;
	margin:8px 2px 0px 0px;
	padding:0px;
	text-indent:-5000em;
	width:68px;
}
form.form p.error{ color:#A9400E; display:none; margin-top:8px; }
form.form div#thanks{ display:none; }
form.form div#thanks h3{ margin:0px; }

/* Two Column */
form.form table.td2{}
form.form table.td2 td{ width:50%;}
form.form table.td2 td select{ width:264px; }
form.form table.td2 td input.text{ width:256px; }
form.form table.td2 td.one input.text{ margin-right:20px; }

/* Three Column */
form.form table.td3{}
form.form table.td3 td{ width:33%;}
form.form table.td3 td select{ width:169px; }
form.form table.td3 td input.text{ width:161px; }
form.form table.td3 td.one input.text{ margin-right:20px; }
form.form table.td3 td.two input.text{ margin-right:21px; }

/* Full Width TD */
form.form table td.full{}
form.form table td.full input.text{ width:540px; }
form.form table td.full textarea{ padding:2px 3px; width:540px; }
form.form table td.full label#managerLabel{ clear:none; display:inline; }
form.form table td.full input#manager{ width:280px; }
form.form table td.full label#timeLabel{ margin-top:10px; }
form.form table td.full label#spokenLabel{ margin-top:10px; }
form.form table td.full label#commentsLabel{ margin-top:10px; }

form.form table td select.fluid_width,
form.form table td input.fluid_width,
form.form table td input.text.fluid_width,
form.form table td textarea.fluid_width { width:auto !important; margin:0px !important; }

/* ===================== */
/* = Locations section = */
/* ===================== */
#locations_table {
	clear:right;
	width:100%;
}
#locations_table tr {
	vertical-align:top;
}
#locations_table td {
	padding:4px;
}
#locations_table td.locations_image {
	padding-top:7px;
}
#locations_table td.locations_addr {
	padding-left:2px;
	width:120px;
}
#locations_table td.locations_image a,
#locations_table td.locations_image a:link,
#locations_table td.locations_image a:visited {
	display:block;
	padding:0px 4px 4px 0px;
	background: transparent url('../images/locations/thumb_drop_shadow.gif') no-repeat scroll bottom right;
}
#locations_table td.locations_image a:hover,
#locations_table td.locations_image a:active {
	
}
#locations_table td.locations_image img {
	display:block;
}
.tan_border {
	margin:16px 0px;
	border-bottom:1px solid #edd576;
	height:1px;
}
.city_title {
	color:#d35600;
	font-weight:bold;
}
th.location_state {
	text-align:left;
}
a.map,
a.map:link,
a.map:visited,
a.tstop,
a.tstop:link,
a.tstop:visited,
a.hours,
a.hours:link,
a.hours:visited {
	font-weight:bold;
	font-size:11px;
}
a.map:hover,
a.map:active,
a.tstop:hover,
a.tstop:active,
a.hours:hover,
a.hours:active {
	
}

#locations_drop_shadow {
	position:absolute;
	z-index:13000;
	width:357px;
	height:257px;
}
#ds_right {
	position:absolute;
	top:1px;
	right:0px;
	display:block;
	background: transparent url('../images/locations/ds_right.png') no-repeat scroll top left;
	width:7px;
	height:249px;
}
#ds_bottom {
	position:absolute;
	bottom:0px;
	right:0px;
	background: transparent url('../images/locations/ds_bottom.png') no-repeat scroll top left;
	width:356px;
	height:7px;
}
#loc_image {
	background: #fff url('../images/large-loading.gif') no-repeat scroll center center;
	position:absolute;
	width:350px;
	height:250px;
	overflow:hidden;
	z-index:13002;
	top:0px;
	left:0px;
}
#locations_image {
	display:block;
	position:relative;
	z-index:13002;
}
.ds_close {
	display:block;
	top:5px;
	right:5px;
	position:absolute;
	cursor: pointer;
	cursor: hand;
	z-index:13003;
	width:20px;
	height:20px;
	background: transparent url('../images/close.png') no-repeat scroll top left;
}
#hours_tip {
	position:absolute;
	z-index:14000;
	font-size:11px;
}
.tip_top {
	background: url('../images/tip_top.png') no-repeat scroll top left;
	width: 273px;
	padding-top:12px;
}
.tip_bottom {
	background: url('../images/tip_bottom.png') no-repeat scroll bottom left;
	width: 248px;
	padding:0px 15px 40px 10px;
}
#hours_tip strong {
	color:#A9400E;
}
#call_ahead_seating td {
	padding:10px 0px 5px 5px;
}



/* ========= */
/* = Menus = */
/* ========= */

#menus_table {
	width:100%;
}
#menus_table tr td {
	padding:10px 0px;
}
#menus_table div {
	font-size:8px;
	line-height:13px;
	margin:0px auto;
	font-weight:bold;
	font-family: verdana,arial,sans-serif;
	text-transform: uppercase;
	position:relative;
}
#menus_table div a,
#menus_table div a:link,
#menus_table div a:visited {
	text-transform: uppercase;
	color:#ffe617;
	text-decoration: underline;
}
#menus_table div a:hover,
#menus_table div a:active {
	color:#FF7D3C;
}
#menus_table a.over_menu{
	display:block;
	height:150px; 
	left:10px;
	position:absolute;
	top:10px;
	width:100px;
	text-indent:-3000px;
}

#menus_table span {
	bottom:44px;
	display:block;
	position:absolute;
	right:13px;
}
#dinner_menu div,
#kids_menu div {
	color:#0d4a74;
}
#dinner_menu div a:hover,
#dinner_menu div a:active,
#kids_menu div a:hover,
#kids_menu div a:active {
	color:#15C7FF;
}
#drink_menu div,
#banquet_menu div {
	color:#2b4f07;
}
#drink_menu div a:hover,
#drink_menu div a:active,
#banquet_menu div a:hover,
#banquet_menu div a:active {
	color:#7FED15;
}
#lunch_menu div,
#lunch_lexington_menu div,
#dessert_menu div {
	color:#98390b;
}
#menus_table #lunch_lexington_menu div a,
#menus_table #lunch_lexington_menu div a:visited {
	color: #e85811;
}
#menus_table #lunch_lexington_menu div a:hover,
#menus_table #lunch_lexington_menu div a:active {
	color: #A33E0D;
}

#lunch_menu div a:hover,
#lunch_menu div a:active,
#dessert_menu div a:hover,
#dessert_menu div a:active {
	color:#FFA300;
}
#dinner_menu div {
	background: url('../images/menus/dinner.jpg') no-repeat scroll top left;
	width: 190px;
	height: 165px;
}
#drink_menu div {
	background: url('../images/menus/drink.jpg') no-repeat scroll top left;
	width: 190px;
	height: 164px;
}
#dessert_menu div {
	background: url('../images/menus/dessert.jpg') no-repeat scroll top left;
	width: 190px;
	height: 166px;
}
#lunch_menu div {
	background: url('../images/menus/lunch.jpg') no-repeat scroll top left;
	width: 191px;
	height: 165px;
}
#lunch_lexington_menu div {
	background: url('../images/menus/lunch_lexington.jpg') no-repeat scroll top left;
	width: 190px;
	height: 150px;
}
#kids_menu div {
	background: url('../images/menus/kids.jpg') no-repeat scroll top left;
	width: 190px;
	height: 165px;
}
#banquet_menu div {
	background: url('../images/menus/banquet.jpg') no-repeat scroll top left;
	width: 190px;
	height: 166px;
}
a.over_text,
a.over_text:link,
a.over_text:visited {
	display:block;
	height:35px;
	position:absolute;
	right:0;
	top:33px;
	width:80px;
	text-indent:-3000px;
}
a.over_text:hover,
a.over_text:active {
	
}
#limited_time_offers_menu {
	color:#572106;
	font-size:11px;
	background:transparent url('../images/menus/limited_time_offers.gif') no-repeat scroll 50% 0px;
	width: auto;
	height: 132px;
	margin:0 auto 0px;
	position:relative;
	padding:0 22px 0 15px;
}
#limited_time_offers_menu span {
	text-transform: uppercase;
	font-family:verdana,arial,sans-serif;
	font-size:8px;
	font-weight:bold;
	line-height:13px;
}
#limited_time_offers_menu a,
#limited_time_offers_menu a:link,
#limited_time_offers_menu a:visited {
	color:#e85811;
}
#limited_time_offers_menu a:hover,
#limited_time_offers_menu a:active {
	color:#A33E0D;
}
#limited_time_offers_menu a.over_text,
#limited_time_offers_menu a.over_text:link,
#limited_time_offers_menu a.over_text:visited {
	display:block;
	height:20px;
	left:105px;
	position:absolute;
	text-indent:-3000px;
	top:23px;
	width:200px;
}
#limited_time_offers_menu a.over_text:hover,
#limited_time_offers_menu a.over_text:active {
	
}
#limited_time_offers_menu a.over_menu,
#limited_time_offers_menu a.over_menu:link,
#limited_time_offers_menu a.over_menu:visited {
	display:block;
	height:132px;
	left:20px;
	position:absolute;
	text-indent:-3000px;
	top:0;
	width:80px;
}
#limited_time_offers_menu a.over_menu:hover,
#limited_time_offers_menu a.over_menu:active {
	
}
#limited_time_offers_menu p {
	margin:0px;
	padding:46px 0 0 107px;
}

/* ============ */
/* = About Us = */
/* ============ */
#awards_table {
	width:95%;
}
#awards_table tr {
	
}
#awards_table td {
	padding:10px 7px 10px 0px;
}
div.award{ font-size:11px; line-height:15px; }
div.award div.award_location{
	color:#555a3c;
	font-weight:bold;
}
div.award div.award_title{
	color:#d35600;
	font-weight:bold;
}
div.award div.award_extra{}
div.award div.award_publication{
	font-style:italic;
}
div.award div.award_year{}

body.mission_vision_values p{ margin-bottom:1.4em; }
body.mission_vision_values span.bold{ color:#d35600; font-weight:bold; }


/* ======== */
/* = Misc = */
/* ======== */
.left {
	float:left;
	margin:0px 8px 8px 0px;
}
.right {
	float:right;
	margin:0px 0px 8px 8px;
}
.yellow {
	color:#fff07d;
}
.green {
	color:#91b32a;
}
.drop_shadow {
	background: transparent url('../images/drop_shadow.png') repeat scroll top left;
	position:relative;
	top:4px;
	right:8px;
}
.dropshadow_content {
	position:relative;
	top:-4px;
	right:-4px;
}
.inline-block {
	display: -moz-inline-box;
	display: inline-table;
	display: inline-block;
}
.va_top {
	vertical-align:top;
}
.va_baseline {
	vertical-align:baseline;
}
.va_middle {
	vertical-align:middle;
}
.small {
	font-size:0.9em;
	line-height:1.4em;
}
.blue_button,
a.blue_button,
a.blue_button:link,
a.blue_button:visited,
#content_body a.blue_button,
#content_body a.blue_button:link,
#content_body a.blue_button:visited {
	background-color:#003766;
	padding:5px 6px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:1em;
	color:#fff;
	text-decoration: none;
}
a.blue_button:hover,
a.blue_button:active,
#content_body a.blue_button:hover,
#content_body a.blue_button:active {
	background-color:#0059A7;
}
.light_blue_button,
a.light_blue_button,
a.light_blue_button:link,
a.light_blue_button:visited,
#content_body a.light_blue_button,
#content_body a.light_blue_button:link,
#content_body a.light_blue_button:visited {
	background-color:#1587d3;
	padding:5px 6px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:1em;
	color:#fff;
	text-decoration: none;
}
a.light_blue_button:hover,
a.light_blue_button:active,
#content_body a.light_blue_button:hover,
#content_body a.light_blue_button:active {
	background-color:#5CC3FF;
}
.orange_button,
a.orange_button,
a.orange_button:link,
a.orange_button:visited,
#content_body a.orange_button,
#content_body a.orange_button:link,
#content_body a.orange_button:visited {
	background-color:#e85811;
	padding:5px 6px;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:1em;
	color:#fff;
	text-decoration: none;
}
a.orange_button:hover,
a.orange_button:active,
#content_body a.orange_button:hover,
#content_body a.orange_button:active {
	background-color:#A9400E;
}
.light_blue {
	color:#1587d3;
}
.orange {
	color:#A9400E;
}
.change {
	color:red;
	font-style:italic;
}
.clear {
	clear:both;
}
.divider {
	background: url('../images/horizontal_divider.gif') no-repeat scroll top center;
	min-height:72px;
	height:auto !important;
	height:72px;
	padding:22px 0px 0px;
}
.cell_divider {
	border-right:1px solid #e4edbb;
	padding:0px 12px 0px 0px;
}
.image_drop_shadow {
	background: transparent url('../images/photo_drop_shadow.png') no-repeat scroll 0% 95%;
	padding-left:10px;
	min-width: 210px;
	width:auto !important;
	width: 210px;
	min-height:142px;
	height:auto !important;
	height:142px;
}
dl.testimonial {
	margin:0px 0px 8px;
	padding:0px;
}
dl.testimonial dt {
	padding:0px 0px 0px 8px;
	margin:2px;
	color:#A9400E;
/*	font-weight:normal;*/
	font-style:normal;
}
dl.testimonial dd {
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding:8px 0px 2px;
}
.overview_table {
	width:100%;
	font-size:.9em;
	line-height:1.5em;
}
#site_map ul {
	margin:0px 0px 0px 0px;
}
#site_map li {
	margin:3px 0px;
}
#contact-overlay {
	background-color:#858585;
}
#gmap-container {
	padding:10px;
	background-color:#fff;
}
#fieldset_wrapper {
	position:relative;
}
#thanks h3 {
	text-align:center;
}
.info_window {
	color:#000;
	font: normal normal normal 13px/15px Arial, sans-serif;
}
.info_window a,
.info_window a:link,
.info_window a:visited {
	color:#1073B7;
	text-decoration:underline;
}
.info_window a:hover,
.info_window a:active {
	color:#074067;
}
.info_window_title {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px 0px 6px;
}
.info_window_address {
	margin:4px 0px 0px;
}
.info_window_phone {
	margin:0px 0px 4px;
}
.info_window_back {
	font-size:11px;
}
.info_window_start_address {
	font-size:11px;
	margin:5px 0px 0px;
}

.clearfix {
	min-height:5px;
	height:auto !important;
	height:5px;
}
.clearfix:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}