﻿table.VehicleDetails {
	margin:0px 0px;
	border-style:solid;
	border-color:#EFEFEF;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-bottom:1px;
	margin-bottom:-1px;
}

table.VehicleDetails tr td {
	vertical-align:top;
	text-align:left;
}

table.VehicleDetails tr td.Description {
	padding-top:20px;
}

table.VehicleDetails tr td.Image {
	width:140px;
	height:120px;
	vertical-align:middle;
	text-align:center;
}

table.VehicleDetails tr td.InterestRate {
	width:100px;
	padding-top:20px;
}

table.VehicleDetails tr td.InterestRate h6 {
	font-size:18px;
}

table.VehicleDetails tr td.ContentContainer table {
	width:100%!important;
}
