body {
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	font: 12px verdana, arial, sans-serif;
}
br.c { clear: both; }
a { color: #8f8f8f; }
a:hover { color: #000; }

#notice {
	border-bottom: 1px solid #fadc76;
	height: 26px;
	line-height: 26px;
	background: #fff3cb;
}

.error {
	margin-top: 1px;
	font: 15px verdana, arial, sans-serif;
	line-height: 24px;
	padding: 12px 18px 12px 39px;
	border: 1px solid #fadc76;
	background: #fff3cb url(/static/stylesheets/img/error.gif) no-repeat 12px 16px;
}
.error p {
	margin: 0;
	padding: 0;
}

#container_top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	text-align: left;
}

#header {
	float: left;
	padding: 18px 0 12px 0;
	font: 17px verdana, sans-serif;
	font-weight: bold;
}

#props { float: left; margin: 23px 0 0 20px; font-family: arial, verdana, sans-serif; }
#links { color: #8f8f8f; float: right; margin: 23px 10px 0 0; font-family: arial, verdana, sans-serif; }
#jump_link {
	display: block;
	float: left;
}

#discard_location {
	outline: none;
	display: block;
	float: left;
	margin: -2px 0 0 2px;
	width: 18px;
	height: 18px;
	background: url(/static/stylesheets/img/delete.state.gif) no-repeat top center;
	text-indent: -25em;
	overflow: hidden;
}
#discard_location:hover {
	background: url(/static/stylesheets/img/delete.state.gif) no-repeat bottom center;
}

#header strong { color: #608f1d; }
#header .home_link { color: #000; text-decoration: none; }

#footer {
	margin: 58px 0 28px 0;
}
#footer span {
	color: #bbb;
	font-weight: bold;
}
#footer a {
	margin: 0 5px 0 6px;
}
#footer img {
	border: 0;
	margin-left: 6px;
}

/* === search input === */
#container_search {
	text-align: left;
	border-bottom: 2px solid #78b320;
	background: #93dd28 url(/static/stylesheets/img/search_tile.gif) repeat-x top left;
}

#search_bar { 
	width: 900px; 
	margin: 0 auto;
}

#search_label {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 30px 10px 27px 10px;
	float: left;
	width: 100px;
}

#search_input {
	float: left; 
	padding-top: 5px;
}

#search_input form { 
	margin: 0; 
} /* not required unless IE */


/* #search_input #type_tabs */
#type_tabs { display: block; list-style: none; margin: 2px 0 0 0; padding: 0; }
#type_tabs li { display: inline; border-right: 1px solid #7fa136; padding: 0px 10px 0 5px; }
#type_tabs li.last { border: 0; }
#type_tabs li.day_first { margin-left: 145px; }
#type_tabs li.day_last { padding-left: 8px; border: 0; }

input.suburb_name {
	margin: 4px 10px 0 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	padding: 3px;
	width: 650px;
	color: #000;
}

/*#search_input a*/
#search_input a { outline: none; }
#search_input a.active { font: 12px verdana, arial, sans-serif; color: #fff; font-weight: bold; text-decoration: none; }
#search_input a.active:hover { color: #000; text-decoration: underline; }
#search_input a.inactive { font: 12px verdana, arial, sans-serif; color: #000; font-weight: bold; text-decoration: none; }

/* Autocompleter style */
div.auto_complete { width: 350px; background: #fff; z-index: 2000; }
div.auto_complete ul { border: 1px solid #888; border-right: 2px solid #888; border-bottom: 2px solid #888; margin:0; padding:0; width:100%; list-style-type:none; }
div.auto_complete ul li { color: #888; margin:0; padding:3px; }
div.auto_complete ul strong.highlight { color: #000; margin:0; padding:0; }
div.auto_complete ul li.selected { color: #fff; background-color: #afdc4f; }
div.auto_complete ul li.selected .auto_s {color: #fff;}
.auto_s { color: #000; float: left; clear: left; width: 120px; }
/* end of Autocompleter style */

#content { width: 908px; text-align: left; margin: 0 auto 0 auto; padding: 8px 0 0 0; }

/* === about & feedback === */
#about, #feedback {
	margin-top: 2px;
	padding: 0 12px;
}
#feedback {
	margin-top: 17px;
}
#about p {
	line-height: 18px;
}
#about h1 {
	font: 17px verdana, arial, sans-serif;
	font-weight: bold;
}
#about h2 {
	font: 13px verdana, arial, sans-serif;
	font-weight: bold;
}

/* === home === */
#intro {
	margin: 8px 0 20px 0;
	font: 16px verdana, arial, sans-serif;
	line-height: 26px;
	padding: 1px 56px 0 56px;
	text-align: center;
}
#intro h1, #intro p {
	font-weight: normal;
	font-size: 16px;
	color: #222;
	margin: 0;
	padding: 0;
}
#tour {
	overflow: auto;
}
.feature {
	width: 288px;
	margin-right: 18px;
	float: left;
} 
.feature-last {
	width: 288px;
	margin: 0;
	float: left;
}
.feat-img {
	width: 288px;
	height: 172px;
	border: 0;
}
.caption {
	text-align: center;
	color: #464646;
	line-height: 18px;
}
.caption h2 {
	font-size: 16px;
	color: #5ba915;
	margin: 10px 0;
}
/* === iPhone intro === */
#intro h1.splash { font-size: 18px; margin: 8px 0 10px 0; }
#splash { overflow: hidden; padding: 0 20px; }
.column { float: left; width: 434px; }
.column_inner { padding: 0 15px 0 22px; line-height: 19px; }
#splash div.column:first-child .column_inner { padding: 0 22px 0 15px; }
#splash_image {
	height: 275px;
	margin-bottom: 17px;
	background: url(/static/images/splash_iphone.jpg) no-repeat center center;
}
#splash h2 { font-size: 12px; font-weight: bold; }
#splash ul { margin: 0; padding-left: 18px; }
#splash a.big_link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 1px solid #fadc76; 
	background: #fff3cb;
/*	background: #f0f0f0;
	border: 1px solid #ccc;*/
	text-align: center;
	padding: 10px 0 12px 0;
}
#splash p.sub { color: #8f8f8f; }
#splash p.push { margin-top: 0; }
#ia {
	width: 748px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
	margin-top: 10px;
} 
/* === fuel type switcher dropdown === */
.query a { color: #6FA420; text-decoration: none; outline: none;}
.query .inactive { padding: 0; }
.query .inactive:hover { 
	padding-bottom: 1px;
	border-bottom: 2px solid #ddd;
	background: #fff8e0;
}
.query a.active, .query a.active:hover { 
	border: 1px solid #eee; 
	border-left: 2px solid #888; 
	border-top: 2px solid #888; 
	padding: 3px 4px 4px 3px; 
	background:  #fff3cb; 
}

.mfuel { 
	margin: 3px 0 0 4px;
	width: 100px;
	position: absolute;
	background: #fff3cb;
	background: #fff9e6;
	border: 1px solid #eee;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-top: 0;
	z-index: 10;
}

.mfuel a { padding: 4px; display: block; background: #fff3cb; text-decoration: none; color: #000; outline: none;}
.mfuel a:hover { background: #afdc4f; color: #fff; }
/*ie fix for erratic hover area of fuel type selector*/
* html .mfuel a { height: 1%; }


.fuel_day { color: #6fa420; font-size: 12px; font-weight: bold; margin: 5px 0 14px 5px; }
.station_address { color: #8b8b8b; margin: 5px 0 9px 5px; }

/* === Found prices in sidebar === */
.station-on { width: 254px; padding: 5px; border: 1px solid #8e8e8e; background: #f8f8f8; cursor: pointer; margin-bottom: 5px; }
.station-row { width: 254px; padding: 5px; border: 1px solid #eee; cursor: pointer; margin-bottom: 5px; }
.station-row-active { width: 254px; padding: 5px; border: 1px solid #d0d0d0; border: 1px solid #bbb; background: #f8f8f8; cursor: pointer; margin-bottom: 5px; }

#side_warning, #view_warning {
	width: 250px; 
	padding: 7px; 
	border: 1px solid #fadc76; 
	background: #fff3cb; 
	overflow: hidden;
	margin: 0 0 7px 0;
}

#side_warning hr {
	margin: 9px 0 8px 0;
	border: 0;
	height: 1px;
	background: #fadc76;
}
	
#ads { margin:  10px 0;}

#paging, #mpaging { text-align: center; padding: 5px 0; overflow: hidden; }
#paging b, #mpaging b { padding: 4px 6px; border: 1px solid #fff; color: #6fa420;}
.paging_link { border: 1px solid #fff; padding: 4px 6px; outline: none;}
.paging_link:hover { border: 1px solid #ddd; padding: 4px 6px;}
	
	
/* === The map === */
#left_panel { width: 270px; float: left; overflow: hidden; margin-left: 3px;}
#right_panel { width: 630px; float: left; clear: right; margin: 4px 0 0 3px;}
#map { width: 628px; height: 398px; border: 1px solid #ddd; cursor: move; overflow: hidden;}
#map_container { margin-top: 3px; overflow: hidden; }
#map_bar { border: 1px solid #eee; margin-top: 5px; padding: 2px 5px 8px 0px; color: #8f8f8f; }
#map_bar img { position: relative; top: 5px; }
.img1 { margin-left: 6px; }
.img2 { margin-left: 17px; }

#legend { float: left; }
#save_map { margin: 6px 6px 0 0; float: right; outline: none;}

/* embedded in map */
.infohtml { margin: 0; padding: 0; text-align: center; width: 218px; }
.infohtml h3 { margin: 0; color: #78b320; font-size: 13px; font-weight: bold; }

/* infowindow price container */
.bphtml { font-weight: bold; border: 1px solid #d3d3d3; background: #f8f8f8; width: 130px; padding: 8px 8px 5px 8px; color: #bbb; }
/*for IE6*/
.bphtml { margin: 8px 0 0 0; }
/*Good browsers see below*/
.infohtml > div.bphtml { margin: 8px auto 0 auto; }

/* infowindow fuel label */
.fthtml { float: left; clear: left; padding: 0 0 3px 0; text-align: left; width: 65px; color: #000; }

/* infowindow fuel price */
.fphtml { float: left; width: 65px; text-align: right; padding: 0 0 3px 0; color: #000; }

#tooltip {
	white-space: nowrap;
	padding: 3px;
	background: #fff;
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	border: 1px solid #ccc;
	filter:alpha(opacity=88);
	-moz-opacity:0.88;
}


/* === RESULT TABS === */
#rtabs_container {
	border-bottom: 1px solid #ccc;
	padding: 0 6px;
	height: 1%; /* this is for you IE */
}

#rtabs_container a {
	display: block;
	float: left;
	margin: 0 3px 0 2px;
	padding: 5px 9px;
	border: 1px solid #eee;
	border-bottom: 0;
	position: relative;
	bottom: -1px;
	text-decoration: none;
	color: #c2c2c2;
	font-size: 11px;
	outline: none;
}

#rtabs_container a:hover {
	border: 1px solid #d0d0d0;
	border-bottom: 0;
	background: #fff3cb;
	color: #8f8f8f;
}

#rtabs_container a.active, #rtabs_container a.active:hover {
	padding: 5px 9px;
	border: 1px solid #ccc;
	bottom: -1px;
	border-bottom: 1px solid #f1f1f1;
	background: #f2f2f2 url(/static/stylesheets/img/tab_bg.gif) repeat-x 0 0;
	text-decoration: none;
	color: #8f8f8f;
}

#map_type_switcher {
	float: right;
}

/* UI FOR RESULTS & TABS */
#view_wrapper_res h1, #view_wrapper_map h4 {
	font-size: 13px;
	margin: 14px 0 0 5px;
}
#view_wrapper_res h1 b {
	color: #6fa420;
}
#view_wrapper_map h2.fuel_day {
	margin: 5px 0 7px 5px; 
}
p.info {
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #8f8f8f;
}

#freeze, #unfreeze {
	display: block;
	overflow: hidden;
	width: 266px;
	margin: 11px 0 7px 0;
	cursor: pointer;
	color: #8f8f8f;
}

#freeze .label, #unfreeze .label {
	float: left;
	height: 35px;
	line-height: 34px;
	border: 1px solid #dadada;
	border-left: 0;
	padding: 0 16px;
	width: 193px;
	background: #fbfbfb;
}

#freeze.zhover .label, #unfreeze.zhover .label {
	color: #000;
	border: 1px solid #c8c8c8;
	background: #fff3cb;
	border-left: 0;
	text-decoration: underline;
}


#freeze .icon, #unfreeze .icon {
	width: 38px;
	height: 35px;
	float: left;
}

#freeze .icon {
	background: #ebffc2 url(/static/stylesheets/img/lock_open.gif) no-repeat center center;
	border: 1px solid #cce39b;
}

#unfreeze .icon {
	background: #ffe1e1 url(/static/stylesheets/img/lock.gif) no-repeat center center;
	border: 1px solid #f3bebe;
}