html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin:0;
	padding:0;
	color:#333;
	height:100%;
	background: #FFF;
}

/* main contents */
body.outer{
	font-size: 0.81em;
}
p, td, th{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: justify;
}
/* status is a P that shows the messages in the center of the screen, it gets its background from .top */
.status {
  margin: 0px;
  padding: 3px 0px;
  text-align:center;
}
/* top is a div that wraps selection and status. If you change any sizes in those sections you can change its height which sets where the results start to appear */
.top {
	background: #EEE;
	border: 1px solid #999;
}
/* selection is a two col table that contains two tables that contain the drop down forms */
.selection {
	background: #FFF;
	height:98px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:100%;
}
.selection td {
	vertical-align:top;
	margin:0px;
	padding:5px;
	width:50%;
	border-bottom: 1px solid #999;
}
/* lb (left border) is applied to the right selection td to split the two columns of the form. It was done this way to avoid a problem of missing and double borders between IE and Firefox */
.lb{
	border-left: 1px solid #999;
}
.selection table {
	width:100%;
	border-collapse:collapse;
}
.selection table td {
	vertical-align:top;
	margin:0px;
	padding:2px 0px 0px 5px;
	width:auto;
	border: none;
}
/*' Select Handest' is in a TH classed as .header, 'Make' is in a TH and the dropdows are in TDs */
.selection table td select {
	width:100%;
}
.selection table th {
	vertical-align:top;
	margin:0px;
	padding:2px 0px 0px;
	width:120px;
	font-weight:normal;
	text-align: left;
}
.header {
	border-bottom: 1px solid #999;
	font-weight:bold !important;
}
iframe{
	padding:0px;
	margin:0px;
	display:inline;
	border-bottom: 1px solid #999;
}
form{
	display: inline;
	margin:0px;
	padding:0px;
}
.head {
	border-collapse:collapse;
	margin:0px;
	display:none;
}
.head th{
	font-size: 0.8em;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin:0px;
	padding:4px;
	text-align:center;
	background: #9B9B9B url(/i/kgrad.jpg) repeat-x top;
}
/* results contents */
/* This is just a table, classed deals. Strong tags are used to make the large txt.*/
img{
	border:none;
}
.deals {
	border-collapse:collapse;
	width:100%;
	clear: both;
	margin:0px;
	font-size: 0.7em;
	border-bottom: 1px solid #999;
}
.deals th{
	font-size: 0.85em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:0px;
	padding:4px;
	text-align:center;
	background: #9B9B9B url(/i/kgrad.jpg) repeat-x top;
}
.deals td {
	margin:0px;
	padding:10px;
	text-align:center;
	font-size:1em;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.deals tr:hover {
	background: #F0F0F0;
}
.deals tr a{
	font-weight: normal;
}
.deals strong {
	font-size: 1.4em;
}
.red{
	color: #F00;	
}
.deals img {
	border:none;
	display:block;
	margin:0px auto;
}
/*default contents*/
/*these styles affect the display of the default contents*/
body.default{
	font-size: 0.81em;
	padding:5px 5px 0px 5px;
}
h1 {
	font-size: 1em;
	padding:0px;
	margin:0px;
	font-weight: bold;
}
h2 {
	font-size: 1.15em;
	margin:0px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.phones {
	border-collapse:collapse;
	width:100%;
	margin:0px;
}
.phones td {
	vertical-align: top;
	padding:0px 3px 10px;
	font-size:0.7em;
	width:60px;
	text-align: center;
}
.phones th {
	vertical-align: bottom;
	text-align: center;
	padding:0px;
	padding:4px 3px 0px;
	width:60px;
}
.phones img {
	border:none;
	display:block;
	margin:0px auto;
}
