/* CSS Document */
* {
	border:0px;
	margin:0px;
	padding:0px;
}
body {
	 font-family: Arial,Helvetica,Geneva,Swiss,sans-serif; 
	 font-size: 1em; 
	 color: #666;
	 font-size:x-small;
	 text-align:center;
}
#pageContainer {
	width:744px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}

#messageContainer {
	width:744px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	border-top:solid 1px #D2D2D2;
	border-bottom:solid 1px #D2D2D2;
	padding:5px 0;
}
#messageContainer p {
/*	padding:5px 0 5px 250px;*/
padding:5px 0;
	color:#000099
}

#content {
	padding-left:10px;
	padding-right:10px;
}
#newtonCommercialLogo {
	float:right;
	margin-top:10px;
}
#miniVwLogo {
	float:right;
}
#carsList {
	clear:both;
	list-style:none;
}
#carsList li {
	display:block;
	border-bottom:solid 1px #D2D2D2;
	margin-top:10px;
}
#carsList li img.car {
	margin-top:5px;
	float:left;
}
#carsList li div.details div {
	padding:10px;
	padding-top:5px;
	float:left;
	width:470px;
}
#carsList li a {
	text-decoration:none;
	color:#666666;
	display:block;
}
#otherCars {
	list-style:none;
	margin-top:20px;
}
#otherCars li {
	list-style:none;
	background:url(/assets/images/home/small_list_bg.jpg);
	border-bottom:solid 1px #F3F3F3;
	width:233px;
	float:left;
	margin-bottom:15px;
	margin-right:3px;
	overflow:hidden;
}
#otherCars li img.car {
	margin-bottom:2px;
	margin-top:1px;
}
#otherCars li div.name {
	background-color:#F3F3F3;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
#otherCars li a {
	display:block;
}
.others {
	margin-top:15px;
}
#content strong {
	font-size:1.7em;
	font-weight:bold;
	color:#2F3582;
}
#page-footer {width:714px;clear: both; border-top: solid 2px #ededf1; margin-top: 15px; height: 20px; text-align: center; font-size: 10px;}
#footer-menu {display: inline; width: 50%;}
#footer-menu ul {margin: 0px; padding: 0px; list-style-type: none; display: inline;}
#footer-menu li {display: inline; margin: 0px 5px 0px 5px;}
#footer-menu li a { 
	text-decoration:none;
	color:#666666;

}
#footer-menu li a:hover { 
	text-decoration:underline;
}
#copyright {float: left; width: 20%; text-align: left;}
#site-by {float: right; width: 25%; text-align: right;}
#w3c {
	text-align:left;
}
.clearer {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}