/* Significant Cars CSS */

  
body {
	background: #000000;
	margin-top:10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #000000;
       }
body,td,li,p{    
              color: #e5e0dd;
              font-size: 13px;
              font-family: Georgia, "Times New Roman", Times, serif;
              }
a {text-decoration: none; color: #999999; border: 0;}
a:hover {text-decoration: underline;}
b { font-weight: bold; }
bs { font-weight: bold; font-size: 9px;}
i { font-style: italic; }
.sm,#fs8,.fs8 {font-size: 10px;}
.bfont {
	font-size: 16px;
	line-height: 20px;
}
.cartitle {
	font-size: 13px;
	line-height: 16px;
}
.sold {color:#FF0000;}
.header {text-decoration: none; font-weight: bold; font-style: italic; font-size: 36px;}
.smheader {text-decoration: none; font-weight: bold; font-style: italic; font-size: 24px;}
a.mba:link    {font-weight:bold;}
a.mba:visited {font-weight:normal;}img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.consignment {
	border: 5px;
	border-color: #FFFFFF;
}
/* Include this class in a br to force a new line */
.clearboth { clear: both; }

/*container, what you use to hold the whole page in */
#container
{
width: 850px;
margin: auto;
}

/*modified index.html for individual listings css */
#c-basics {
	width: 802px;
	padding-top: 10px;
}
#basics {
	width: 600px;
	float: left;
}
#basics2 {
	width: 200px;
	float: right;
}

#vname {
font-size: 28px;
display: inline;
}

#price {
font-size: 28px;
font-style: italic;
text-align: right;
float: right;
width: 200px;
}

#c-details {
	width: 100%;
	padding: 10px 0 10px 0;
	margin: auto;
	float: left;

}

.details {
	width: 259px;
	min-height: 20px;
	padding: 4px 4px;
	float: left;
}

.d-field {
	width: 45%;
	float: left;
	text-align: right;
}

ul {
list-style-type: none;
}
li:hover {
background: #666666;
}

.d-data {
	width: 50%;
	float: left;
	text-align: left;
	margin-left: 5px;
}

.c-desc {
min-height: 100px;
text-align: center;
vertical-align: middle;
width: 800px;
}

.cdesc {
height: 250px;
text-align: center;
vertical-align: middle;
width: 625px;
overflow: auto;
float: right;
line-height: 14px;
font-size: 10px;
}
.timg img {
padding: 3px;
background-color: #FFFFFF;
}

.timg {
display: inline;
}

#footer {
width: 800px;
padding-top: 10px;
text-align: center;
margin: auto;
}
