/* CSS Document */

#gas_graphic {
	position: absolute;
	height: 146px;
	width: 158px;
	border: none;
	background: none;
	z-index: 1;	
}

#regularprice {
	position: relative;
	height: auto;
	width: 30px;
	border: none;
	background: none;
	z-index: 1000;
	top: 59px;
	left: 40px;
}

#dieselprice {
	position: relative;
	width: 79px;
	height: auto;
	z-index: 1000;
	top: 74px;
	left: 40px;
}

#gasprices {
	position: relative;
	height: 255px;
}

#lowgasnumbers {
	position: absolute;
	height: auto;
}

#gasoline_img {
	position: relative;
	float: left;
}

#head_regular {
	position: relative;
	background: #000000;
	border:#000000;
	width: 158px;
	clear: both;
	height: auto;
	top: 77px;
}

#head_diesel {
	position: relative;
	background: #000000;
	border:#000000;
	width: 158px;
	height: auto;
	top: 74px;
}

#loc_regular {
	position: relative;
	width: 158px;
	height: auto;
	padding: 2px;
	top: 74px;
}

#loc_diesel {
	position: relative;
	width: 158px;
	height: auto;
	padding: 2px;
	top: 71px;
}

#gaslink {
	position: relative;
	background: #CCCCCC;
	width: 158px;
	height: auto;
	z-index: 100;
	top: 72px;
}

#updatedate {
	position: relative;
	clear: both;
	width: 158px;
	height: auto;
	z-index: 100;
}

.gasprices {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 30px;
	color: #FFFF66;
 }

.location_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gaslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.update_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
