@font-face {
  font-family: 'FuturaMedium';
  src: url('futura_medium_bt-webfont.eot');
  src: url('futura_medium_bt-webfont.eot?#iefix') format('eot'),
       url('futura_medium_bt-webfont.woff') format('woff'),
       url('futura_medium_bt-webfont.ttf') format('truetype'),
       url('futura_medium_bt-webfont.svg#webfontvbIldHyq') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBook';
  src: url('futura_book_bt-webfont.eot');
  src: url('futura_book_bt-webfont.eot?#iefix') format('eot'),
       url('futura_book_bt-webfont.woff') format('woff'),
       url('futura_book_bt-webfont.ttf') format('truetype'),
       url('futura_book_bt-webfont.svg#webfontvj3yMUuE') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: arial, sans-serif;
  font-size: 12px;	
	color: #5A291B;
}  

#inner {
  height: 600px;
  width: 790px;
  position: relative;
}

#outer {
  position: absolute;
  top: 0px;
  left: 0px;
}

#controls {
  width: 790px;
  margin:10px 0;
  float: left;
}

a, a:visited, a:active
{
  color:#5A291B;
  border:none;
  margin:0;
  padding:0;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:focus
{
  outline:none;
}

#search_button {}


/* please keep #locator #panel and #map as relatvie position, you can change other styles */

#locator {
	float:			left;
	width:			790px;
	height:			460px;
	z-index: 		0;	
	position:	relative;
}
#map {
	float:			left;
	width:			565px;
	height:			460px;
	position:	relative;
	border: 1px solid #CCCCCC;
}
td {
	border-spacing:		0px;
	border-collapse: collapse;
	padding:			0px;
	margin:				0px;
}
form {
    margin: 0;
}
#panel {
	float:			left;
	height:			460px;
	overflow-y:		auto;
	overflow-x:		hidden;
	width:			220px;
	position:	  relative;
	z-index:		1000;
	padding:    0px;
	
}
#panel table {
	border-spacing:		0px;
	border-collapse: collapse;
	padding:			0px;
	margin:				0px;
	width:        100%;

}
#panel table th {
	padding:	0px;
	text-align:	left;
	font-size:	16px;
	background-color: #FFFFFF;
	color: #068F8C;
	font-weight:bold;
	padding:3px;
	font-family: arial;
	line-height: 1.5em;
}
#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: #f8f8f8;
	height: 20px;
}
#panel table tfoot tr.poi {
	height: 20px;
	font-size: 10px; 
	color: #a2afbf; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	border-top: 1px solid #a2afbf; 
	background-color: #f8f8f8;
}
#panel table td {
	padding: 5px 5px 10px 5px; 
	$padding-right:15px;
	margin:				0px;
	text-align:			left;
	color:				#5A291B;
	font-size:			12px;
	vertical-align:	top;
	line-height: 1.5em;
}
#panel table td.maneuver {
	border-bottom: 1px solid #cccccc;
	background: none;
}
#panel table .prev_results {
	float:			left;	
	text-decoration: underline;
	font-size:11px;
}
#panel table .next_results {
	float:			right;	
	text-decoration: underline;
	font-size:11px;
}
#panel table tr {}

#panel table tr.odd {}

#panel table tr.even {}

#panel table tr.active {
	background-color: #F1FCFC;
}



a.store_name {color:#5A291B;}
a.store_name:link { text-decoration: none;  font-weight: bold; font-size: 12px;}
a.store_name:visited { text-decoration: none; font-weight: bold; font-size: 12px; }
a.store_name:hover { text-decoration: underline; font-weight: bold; font-size: 12px;}
a.store_name:active { text-decoration: none; font-size: 12px; }


/* the next_results and prev_results class only needed when you choose to use multiple pages for the results. you can define the styles you want for the next/previous links */

a.next_results:link {}
a.next_results:visited {}
a.next_results:hover {}
a.next_results:active {}

a.prev_results:link {}
a.prev_results:visited {}
a.prev_results:hover {}
a.prev_results:active {}

#icon_bar {
display:inline;
}

#navteqfooter {
  top: 2px;
  float:left;
  width: 790px;
  position: relative;
  text-align: center;
  z-index: 99;
  font-size:10px;
  color:#333333;
  font-family: FuturaBook, Arial, Helvetica, sans-serif;
  height:25px;
}
#navteqfooter img {
	vertical-align: top;
}

#w2gifooter {
  top: 10px;
  float:left;
  width: 790px;
  position: relative;
  text-align: center;
  z-index: 99;
  font-size:10px;
  color:#333333;
  font-family: FuturaBook, Arial, Helvetica, sans-serif;
  height:25px;
}

#panel table td.list_marker_cell
{
  background:url('/schlotzskys/img/bg_poi_number.png') no-repeat #fff;	
  margin:0px;
  padding:5px 0 0 0;
  font-weight:bold;
  color:#fff;
  text-align:center;
  font-size:11px;
  vertical-align: top;
  white-space: nowrap;
}

#panel table div.list_marker
{
  width:22px;
	$width: 20px;
}


tr.filters td
{
  padding:5px 0px 10px 5px;
}


#panel table td.maneuver_pois {
	padding: 0px;
}








/* FORM STYLES BROUGHT IN FROM main.css */

/*
INPUT[type=TEXT], INPUT[type=PASSWORD], INPUT[type=TEXTAREA]
{ 
  background: url('/schlotzskys/img/bg_textinput.gif') repeat-x #fff;
  border: 1px solid #999;
  font-size: 11px;
  line-height:22px;
  font-weight: bold;
  margin: 0px 0px 2px 10px;
  padding-left:6px;
  color: #000;
  vertical-align: middle;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
}

INPUT[type=TEXT], INPUT[type=PASSWORD]
{
  height: 22px;
}
*/
FIELDSET
{
	padding:20px;
	margin-top:10px;
	border:2px solid #c2d840;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
/*
INPUT[type=BUTTON], INPUT[type=SUBMIT]
{
  height:26px;
  line-height:12px;
  font-size:12px;
  background: #ff5c18;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'FuturaBook', 'Trebuchet MS', trebuchet, arial, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  cursor:pointer;
  vertical-align: middle;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
  box-shadow: 1px 1px 3px #000;
  filter: Shadow(Color=#850000, Direction=135, Strength=3);
}
*/


/* NOTE: please do not remove/modify the following styles */

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

.icon img {
	position:	absolute;
	top:		0px;
	left:		0px;
	cursor:		pointer;
}
.icon div {
	position:		absolute;
	top:			4px;
	left:			0px;
	width:			30px;
	font-size:		12px;
	font-weight:	bold;
	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:			99;
}
#w2gi_copyright {
	 background:                     transparent none repeat scroll 0%;
        bottom:                         3px;
        font-family:            arial;
        font-size:                      12px;
        font-size-adjust:       none;
        font-stretch:           normal;
        font-style:                     normal;
        font-variant:           normal;
        font-weight:            bold;
        right:                           3px;
        line-height:            normal;
        position:                       absolute;
        text-decoration:        none;
        z-index:                        999;
		color:#333333;
}
#navteq_copyright {
        background:                     transparent none repeat scroll 0%;
        bottom:                         3px;
        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:                       absolute;
        text-decoration:        none;
        z-index:                        999;
		color:#333333;
}

.search_button {
    background: url(/cinnabon/images/searchbt.png) no-repeat scroll center top transparent;
    border: medium none;
    cursor: pointer;
    height: 33px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 74px;
}

input.addressentry {
	font-size: 11px;
	color: #000;
	border:none;
	outline:none;
	background: transparent;
	width: 145px;
	padding-top:7px;
	padding-right:0px;
	padding-bottom:0px ;
	padding-left:10px;
	font-weight:bold;
}

.inputaddressstyle {
	background:url(/schlotzskys/images/searchin.png) no-repeat top left;
	width: 164px;
	height:26px;
	padding-left:1px;
}

.addressline div {font-size:13px; font-weight:bold; color: #000;}


.display {display:none;}
.display0 {display:none;}




