/* Car Details */
#main div.list {
	-moz-border-radius:5px;
	border-radius:5px;
	border-color:#000;
	border-style:solid;
	padding:10px;
	margin:10px;
	width:100%;
	font-weight:bold;
}

#main div ul li{
	
	font-weight:normal;
	list-style:none;
}

.logoheader{
	background: url("");
}

/*
#main div img {
	width:100%;
	height:100%;
}
*/
#Images {
	width:200px;
	height:100px;
	overflow:auto;
}