	
/* TAX FREE CARS */
	.logos{
		margin:30px 0px;
	}
		
	.logos img{
		border:0px;
		margin:10px;
	}
	

/* CARS */	
	
	.logo-box{
		width: 100px;
		height: 40px;
		padding: 2px;
		float: right;
		text-align: right;
		margin: 0px 3px 10px 0px;
	}
	
	
	.car{
		height: 289px;
		width: 330px;
		background-image:url(../images/photo_2.png);	
		background-repeat: no-repeat;
		float: left;
	}

	
	.car-box, .car-box-text{
		display: block;
		margin: 0px 22px 0px 26px;
	}
	
	.car-box{
		height: 140px;
		margin-bottom: 10px;
		margin-top:50px;
		text-align:center;
		border:1px solid #c0c0c0;
	} 
	
	.car-box-text{
		text-align:center;
	}
	
	.car-txt{
		float:left;
		margin-left:15px;
		width:285px;
	}
	
	.car-txt p {text-align:justify;}
	
	.car-txt img{margin:15px 0px;}


/* OFFERS */
	.offer-block{
		float: left;
		margin: 10px 16px 5px 6px;
		width: 290px;
		height: 289px;
		background-image: url(../images/photo_3.png);
		background-repeat: no-repeat;
		float: left;
	}

	.offer-block-name, .offer-block-img, .offer-block-txt, .offer-block-price, .buyback-block-img, .buyback-block-price{
		display: block;
		margin: 0px 20px 0px 25px;
	}

	.offer-block-name{
		font-size: 10pt; 
		color: #A60000;
		font-weight: 600;
		margin-top: 25px;
		height: 35px;
		text-align: center;
	}

	.offer-block-img, .buyback-block-img{
		border: 1px solid #c0c0c0;
		background-color:#FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	
	.offer-block-img{
		height: 130px;
	}

	.buyback-block-img{	
		height: 140px;
	}
	

	.offer-block-txt{
		text-align: justify;
		height: 40px;
		margin: 5px 20px 0px 25px;
		overflow:auto;
	}


	.offer-block-price, .buyback-block-price{
		text-align: right;
		color: #000099;
		font-weight: bold;
	}

	.offer-block-price{
		font-size: 8pt;
		margin-top: 0px;
	}

	.buyback-block-price{
		font-size: 10pt;
		margin-top: 5px;
	}


/* TERMS */

	#terms{padding:10px 50px;}
	
	#terms li{
		margin:5px 0px;
		text-align:justify;
	}