/* MileSurfer.mobi styles */
/*Normalizing Pages*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin:0;
	padding:0;
}

/*End Normalizing*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	background-color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#050598;
}

a:visited {
	color:#050598;
}

a:hover {
	color:#AF0000;
}

strong {
	color:#050598;
}

#header {
	text-align:center;
}

#top_nav, #bottom_nav {
	background:#28356C;
	padding:3px;
}

#top_nav, #bottom_nav {
	text-align:center;
	color:#FFFFFF;
}

#top_nav ul, #bottom_nav ul {
	list-style:none;
}

#top_nav li, #bottom_nav li {
	display:inline;
	text-align:center;
}

#top_nav a, #bottom_nav a {
	color:#FFFFFF;
}

#top_nav a:visited {
	color:#FFFFFF;
}

#content {
	text-align:center;
	width:100%;
}

#main_content {
	padding:3px;
	width: 90%;
	max-width:480px;
	text-align:left;
	margin:0 auto 25px;
}

#main_content p {
	margin:5px 0;
}

#search_form {
	padding:5px 0;
}

#search_form label {
	font-size:1.1em;
	float:left;
}

#search_form div {
	clear:both;
}

#search_form input{
	margin:2px 0 0 2px;
	padding: 2px;
	float:right;
	width:71px;
}
#search_form input[type="number"] {
	text-align: right;
}
#search_form .input--large {
	width: 125px;
}

#search_form select  {
	margin:2px 0 0 2px;
	float:right;
	min-width:79px;
}

#footer {
	font-size:.8em;
	margin-top:5px;
	text-align:center;
}

.footerNote {
text-align: center;
font-size: .7em;
}

.clear {
	clear:both;
}

.cat_list {
	list-style:none;
}

.cat_list li {
	margin:3px 0;
	color:#999999;
}

.location_list {
	list-style:none;
	line-height:1.5em;
	margin-top:5px;
}

.location_list p {
	text-align:left;
}

.main_text {
	text-align:center;
	font-weight:bold;
}

#back_nav {
	text-align:left;
}

#next_search {
	text-align:center;
	float:right;
}

#prev_search {
	text-align:center;
	float:left;
}


.tip_header {
	font-weight:bold;
}

.tip_list li {
	margin-left:15px;
}

#tips p {
	margin:20px 0;
}

#tips strong {
	font-weight:bold;
	color:#000000;
}

#tips ol {
	padding-left:20px;
}

#fuel_type_search {
width:150px;
text-align:center;
margin:10px auto 0 auto;
}

#search_forms {
	/*height:20px;*/
}

#new_search {
	text-align:center;
}

#back {
	text-align:center;
	margin:2px 0;
}

.alert {
	color:#AF0000;
	font-size:.8em;
	text-align:center;
}

#bottom_menu {
  margin-top:10px;  
	text-align:center;
}

#next_location {
	float:right;
}

#prev_location {
	float:left;
}



