body {
	margin:				5px;
	padding:			0px;
	background-color:	transparent;
	color:				#000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:630px;
}
img {
	border:	0;
}
a {
	color:	#B33627;
}
form {
	margin:	0;
	width:		630px;
}
input.addressentry {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000;
       width: 250px
}
#header {
	position:		relative;
	margin-bottom:	0px;
	height:			79px;
	width:			430px;
	text-align:	center;
}
#controls {
        width: 630px;
        background-color: transparent;
        float: left;
}
#locator {
	float:			left;
	width:			665px;
	height:			380px;
	z-index: 		0;	
}
#map {
	float:			left;
	width:			414px;
	height:		350px;

	margin-top:		1px;
}
#panel {
	float:			left;
	overflow:		auto;
	width:			240px;
	position:		relative;
	z-index:		1000;
	margin-top:		1px;
	height:		350px;
	background-color: #FEF8D8;
 
}
#panel table {
	border-spacing:		0px;
	
	padding:			0px;
	margin:				0px;
	width:				100%;
	$width:			91%;
	background-color: #FEF8D8;
	
}


#panel table th {
	padding:	0px;
	text-align:	left;
	font-size:	12px;
	color:#fff;
	vertical-align: top;
	
	padding: 3px;
	background-color:#B33627;
}
#panel table th a[action="sort_table"] {
	text-decoration: none;
	color: #3F6494;
	font-weight: bold;
	font-size: 12px;
}
#panel table th a[action="sort_table"]:hover {
	text-decoration: underline;
	color: #3F6494;
	font-weight: bold;
	font-size: 12px;
}
#panel table thead tr.poi {
	background-color: #FEF8D8;
	height: 20px;
	border-bottom: 2px dash #FFCF63;
}

#panel table tbody td {
	
}

#panel table tfoot tr.poi {
	height: 20px;
	font-size: 10px; 
	color: #000000; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	border-top: 2px solid #FFCF63; 
	border-bottom: 2px solid #FFCF63;
	background-color: #FEF8D8;
}
#panel table td {
	padding:			2px; 
	margin:				0px;
	text-align:			left;
	
	font-size:			10px;
	font-family:		arial, helvetica, sans-serif;
	vertical-align:	top;
}
#panel table td.maneuver {
	border-left: 1px solid lightblue;
	border-right: 1px solid lightblue;
	border-top: 1px solid lightblue;
	
}
#panel table .prev_results {
	float:			left;	
	text-decoration: underline;
}
#panel table .next_results {
	float:			right;	
	text-decoration: underline;
}
#panel table tr.odd {
	height: 50px;
}
#panel table tr.even {
	height: 50px;
}
#panel table tr.active {
	
}
#panel table p {
	margin:		0px;
	padding:	0px;
}
a.address:link			{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:visited		{ text-decoration: underline; color: #666666; font-weight: bold; }
a.address:hover			{ text-decoration: underline;  }
a.address:active		{ text-decoration: underline; color: #993333; } 

a.store_name:link { text-decoration: none; color: #000000;}
a.store_name:visited { text-decoration: none;}
a.store_name:hover { text-decoration: underline;}
a.store_name:active { text-decoration: none; }

a.next_results:link { text-decoration: none; color: #B33627; font-weight: bold; padding-left:5px; padding-right: 5px; text-align: right;}
a.next_results:visited { text-decoration: none; color: #B33627; font-weight: bold;padding-left: 5px; padding-right: 5px; text-align: right;}
a.next_results:hover { text-decoration: none; padding-left:     5px; padding-right: 5px; text-align: right;}
a.next_results:active { text-decoration: none; color: #B33627;padding-left:     5px; padding-right: 5px; text-align: right;}


a.prev_results:link { text-decoration: none; color: #B33627; font-weight: bold;padding-left:    5px; padding-right: 5px; text-align: right;}
a.prev_results:visited { text-decoration: none; color: #B33627; font-weight: bold;padding-left: 5px; padding-right: 5px; text-align: right;}
a.prev_results:hover { text-decoration: none;padding-left:      5px; padding-right: 5px;  text-align: right;}
a.prev_results:active { text-decoration: none; color: #B33627; padding-left:    5px; padding-right: 5px; text-align: right; }

a[action="more_info"]:link { text-decoration: none; color: #333333; font-weight: bold; } 
a[action="more_info"]:visited { text-decoration: none; color: #333333; font-weight: bold; } 
a[action="more_info"]:hover { text-decoration: underline; color: #333333; font-weight: bold; } 
a[action="more_info"]:active { text-decoration: none; color: #333333; font-weight: bold; } 

a[action="show_all"]:link { text-decoration: none; color: #333333; font-weight: bold; } 
a[action="show_all"]:visited { text-decoration: none; color: #333333; font-weight: bold; } 
a[action="show_all"]:hover { text-decoration: underline; color: #333333; font-weight: bold; } 
a[action="show_all"]:active { text-decoration: none; color: #333333; font-weight: bold; } 

xml {
	width:		0;
	height:		0;
	display:	none;
}
.icon {
        position:       relative;
        width:          33px;
        height:         28px;
}

.icon img {
	position:	relative;
	top:		0px;
	left:		0px;
	width:		30px;
	height:		19px;
	cursor:		pointer;
}
.icon div {
	position:		absolute;
	top:			5px;
	left:			2px;
	width:			28px;
	font-size:		12px;
	font-weight:	bold;
	font-family:	Arial, Helvetica, sans-serif;
	color:			white;
	text-align:		center;
	cursor:			pointer;
}
#center_marker {
	width: 		30px;
	height:		28px;
	cursor:		default;	
}
#center_marker img {
	position:	absolute;
	top:		0px;
	left:		0px;
	width: 		30px;
	height:		28px;
	cursor:		default;	
}
#ajax_activity {
	position:			absolute;
	top:				20px;
	right:				20px;
	width:				32px;
	height:				32px;        
	z-index:			999;
}
#navteq_copyright {
	background:transparent none repeat scroll 0% 50%;
	top:-33px;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	left:3px;
	line-height:normal;
	position:relative;
	text-decoration:none;
	z-index:999;
	color: #333333;
	
}


#w2gi_copyright {
	position:			relative;
	left:				450px;
	top:				-20px;
	text-decoration:	none;
	font:				bold 12px arial;
	background:			transparent;
	z-index:			999;
	color:				#333333;
	width:	200px;
	
}
.address_helper {
	color:				gray;
	font-size:			11px;
}
#icon_bar {
	width:			300px; 
	float: right;
	text-align:	right; 
	padding-top:	5px;
	padding-right: 10px;
}
#icon_bar .title {
	font-size:			large;
	font-weight:		bold;
	padding-left:		3px;
}
#icon_bar .links {
	font-size:			11px;
	text-align:			right;
	vertical-align:		middle;
	padding-right:		3px;
	text-decoration:	none;
}
#icon_bar a.links {
	text-decoration:	none;
	white-space:		nowrap;
	padding-left:		0.75em;
	color:				#B33627;
}
#icon_bar a.links img {
	width:				16px;
	height:				16px;
	vertical-align:		bottom;
}
#navteqfooter {
	/* top: 666px; */
        position:       relative;
	width:	630px;
        text-align:     center;
        font-size:      10px;
        font-weight:    bold;
		height:			50px;
	z-index:			999;
}
#footer {
	/* top: 651px; */
        position: relative;
		width: 630px;
			z-index:			999;
        font-size:      11px;
        
}
#inner {
        height: 470px;
        width: 630px;
        position: absolute;
        left: 125px;
        /* float: left; */
}
#outer {
        position: absolute;
        top: 0px;
        left: 0px;
}
#intro_text {
    font-size: 12px;
    padding: 15px;
}

.display_CFR{display:none;}
.display_CFR0{display:none;}
.display_CFR1{display:block;}

.display_NONSMOKING{display:none;}
.display_NONSMOKING1{display:show;}

.display_TOURBUS{display:none;}
.display_TOURBUS1{display:show;}

.display_GIFTAREA{display:none;}
.display_GIFTAREA1{display:show;}

.display{display:none;}

.displayOL{display:none}
