body {
  font-family: arial, sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: center;
  color: #46535b;
}
input.button, button, p, a, div, span, div {
	font-size: 13px;
}

a, a:visited {
	color: #d75303;
}
a:hover, a:active {
	color: #fb7320;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.3em;
	color: #627c8d;
}

#logo {
	display: block;
	width: 350px;
	height: 64px;
	margin: 0px auto;
	padding: 0;
}

#loc0 {
	width: 552px;
	min-height: 40px;
	margin: 0px auto;
	padding: 6px 0;
	background: url('/s/page.bg.gif') top center no-repeat;
}

.loc0 {
	cursor: hand;
}

#loc1 { 	
	color: #647b89;
	font-size: 0.9em;
}
#loc2 {
	color: #647b89;
	display: none;
}
#locGuess, #locGuess a {
	font-size: 0.9em;
}
#locGuess {
	width: 190px;
	margin: 10px auto 15px auto;
	padding: 4px;
	border: 1px solid #b7c0c5;
	background: #f6f8fa url('/s/search.bg.gif') repeat-x;
}

#locGuess .arrow {
	position: absolute;
	margin-top: -10px;
	margin-left: 15px;
}
#locChange {
	padding-left: 8px;
	font-size: 0.9em;
	vertical-align: top;
}

#tabs {
	z-index: 2;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #b7c0c5;
	width: 552px;
	margin: 0px auto;
}

#tabs li {
	position: relative;
	top: -4px;
	display: inline;
	list-style-type: none;
}

.tab a {
	border-top: 1px solid #c7d0d5;
	border-right: 1px solid #c7d0d5;
	border-left: 1px solid #c7d0d5;
	padding: 4px 10px 4px 10px;
	background-color: #f6f8fa;
	color: #62737d;
	text-decoration: none;
}

/* Selected top level tab */
.sel a {
	border-top: 1px solid #b7c0c5;
	border-right: 1px solid #b7c0c5;
	border-left: 1px solid #b7c0c5;
	outline: none;
	background-color: #e5eaee;
	color: #62737d;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 10px 5px 10px;
}

/* For search/browse div */
.search {
	position: relative;
	width: 550px;
	margin: 0px auto;
	border-right: 1px solid #b7c0c5;
	border-left: 1px solid #b7c0c5;
	border-bottom: 1px solid #b7c0c5;
	background: #f6f8fa url('/s/search.bg.gif') repeat-x;
}
.search form {
	padding: 20px 0 20px 0;
}
.morelink {
	font-size: 0.9em;
}
.browse {
	margin: 0;
	padding: 15px 0 15px 30px;
	border-top: 1px solid #b7c0c5;
	background: #f6f8fa url('/s/browse.bg.gif') repeat-x;
	text-align: left;
}

.browse table tr td a {
font-size: 1.1em;
line-height: 1.7em;
}

.morediv {
	display:none;
}

#content {
	margin: 20px auto 35px auto;
	width: 920px;
	text-align: left;
	line-height: 1.4em;
}

#ad {
	float: right;
}

#results {
	width: 750px;
}

.description{width:640px;overflow:hidden}
.time{color:green}
.location{color:green}
.vin{color:green}
.price{color:green}

#ft {
	position: absolute;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #b7c0c5;
	bottom: 0;
}

#ftl {
	float: left;
	padding: 5px 7px;
	text-align: left;
	font-size: 10px;
}

#ftr {
	float: right;
	padding: 5px 7px;
	text-align: right;
	font-size: 10px;	
}
#ftl a, #ftr a {
	font-size: 1em;
}

