/***************************************
Customer inventory Stylesheet
***************************************/

body {
text-align: left;
background: #FFF;
padding: 0;
font-size: 90%;
font-family: arial, helvetica, sans-serif;
color: #000;
}

.alt {
display: none;
}

#wrapper {

width: 800px;
margin: 10px auto;
text-align: left;
padding: 0 0 10px 0;
background: #FFF;
}



#header h1, #header h2 {
margin: 0;
padding: 0;
}


#footer {
padding-top: 20px;
clear: both;
text-align: center;
}

#footer .linksPar {
font-size: 12px;
}

#footer a:link, #footer a:visited {
color: #268CCD;
}

#footer a:hover {
text-decoration:none;
}

#links {
font-size: 12px;
border-top: 1px dashed #AF6238;
margin: 20px 10px 0 0;
padding: 5px 0 0 0;
}

#links a:link, #links a:visited {
color: #268CCD;
}

#links a:hover {
text-decoration: none;
}

.linksPar {
margin: 4px 0;
padding: 0;
color: #333;
}

a:link, a:visited {
color: #268CCD;
}

a:hover {
text-decoration: none;
}

p#copy {
font-size: 10px;
margin: 0;
padding: 10px 0 5px 10px;
color: #EFEFEF;
}

#address {
font-size: 12px;
margin: 10px 0 0 0;
color: #333;
}

.rowcolor {
background: #FFF;
}

.altcolor {
background: #FFF;
}

.thumb {
	padding: 0 0 0 0;
	border: 1px solid #d2d2d2;
	float: left;
	width: 100px;
	height: 75px;
	background: #E0E0D5;
}

.label {
text-align: right;
}

#contacts {
padding: 10px;
font-size: 90%;
}

#contacts p {
margin: 10px;
}

.req {
font-weight: bold;
font-size: 14px;
color: red;
padding-right: 5px;
}

#contacts td {
padding: 3px;
}

#banner {
margin: 20px 0 0 0;
text-align: center;
}

.wht {
font-weight: bold;
color: #FFF;
}
#maincontent, #pageContent {
clear: both;
}


#photos
	{
	clear: both;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0px;
	border: 0px;
	width: 350px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	}
html>body #photos {
	width: 350px; /* ie5win fudge ends */
	}
	
#details {
    float: right; /* Opera5.02 will show a 
	space at right when there is no scroll bar */
	padding: 10px 5px 10px 0;
	margin: 0px;
	border: 0px;
	width: 445px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 445px;
}

html>body #details {
	width: 445px; /* ie5win fudge ends */
	} /* Opera5.02 shows a 2px gap between. 
	N6.01Win sometimes does. Depends on amount of 
	fill and window size and wind direction. */
	
	
.price{
	color: #333;
}

/* Style for main tables */

table.listtable tr {

	border-top:1px solid #E0E0D5;
	text-align: left;
	line-height: 1.6em;
}

table.listtable tr td {
	background-image: url(/images/site/row_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin:0;
	padding:12px 5px;
	vertical-align: top;
}

.details_link {
	font-weight: bold;
	font-size: 1.2em;
}

/* misc styles */

div.title {

	font-size: 1.2em;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px 0;
}

div.title a{
	color: #474A51;	
	text-decoration: underline;
}

div.title a:hover{
	text-decoration: none;
}

#nav {
	background: #F7F8F8 url(/images/site/nav_bg.png) repeat-x scroll center top;
	padding: 0px 0 50px 10px;
}


#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#nav li {
	display: block;
	margin: 5px 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}


#nav a {

display: block;
width: auto;
text-decoration: underline;
font-size: 12px;
}

#nav a:hover {
text-decoration: none;

}

#pageContent h2 {
	margin: 0;
	padding: 0;
}

.copy{
	text-align: left;
	font-size: 12px;
}

#carfax {
	padding: 2px 0 2px 23px;
	background: url(/images/site/carfax_check.png) no-repeat left;
}

.topphoto{
	border: 3px solid #d2d2d2;
	background: #E0E0D5;
}

.nophoto{
	padding: 100px 0 0 0;
	margin: 0;
	text-align: center;
}

.thm {
	margin: 1px 1px 0 1px;
	padding: 0;
	border: 2px solid #d2d2d2;
}

.logo {
	float: right;
}

.search_box{
background: #f7f7f7;
padding:5px;

}

.sold {
color:#BD0000;
text-transform:uppercase;
}