.vehicleContainer {	
 									margin: 0px;			
}	

.vehicleLeftColumn {
									 border: 1px solid #D5D5D5;
									 width: 500px;
									 float: left;
}	

.vehicleListLeftColumn {
											 margin-left: 10px;
											 width: 500px;
											 float: left;
}

.vehicleLeftColumn  h1  {
												margin-left: 10px;
												margin-top: 10px
}

.vehicleLeftColumn  h2  {
												margin-left: 10px;
												margin-top: 0px
}

.vehicleLeftColumn  ul  {
												list-style: none;
												margin-left: 0px
}

.vehicleLeftColumn  ul li.column1 {
											 						margin-bottom: 10px;
																	font-weight: bold;																	 
}

.vehicleLeftColumn  ul li.column2 {
											 						margin-bottom: 10px;
																	font-weight: normal;
}


.vehicleSellerInformation  ul li.column3 {
																				 margin-left: 10px;
																				 margin-bottom: 10px;
																		 		 font-weight: bold;
}

.vehicleSellerInformation {
													padding-top: 20px;
}
	
.vehicleRightColumn {
										border: 1px solid #D5D5D5;
										width: 282px;
										float: right;
}

.vehicleRightColumn  ul {
										 		list-style: none;
												margin-left: 0px;
}

.vehicleRightColumn  ul li.column2 {
										 							 list-style: none;
																	 margin-left: 0px;
																	 margin-bottom: 10px;
																	 font-weight: bold;																		 
}

.vehicleRightColumn .truckPic	{
															border: 0px;
															padding-bottom: 20px;
															margin: 0px 0px 0px 0px;
}

.vehicleRightColumn .otherPics	{
																border: 0px;
																display: block;
																padding-bottom: 20px;
																margin: 0px 0px 0px 0px;
}

.vehicleRightColumn .otherPics img {
															 		 border: 0px;
																	 margin: 0px 3px 0px 0px;
}	

.vehicleListRightColumn {
												width: 220px;
												margin-right: 130px;
												float: right;
}	

								