/* --- FLYDRIVE.CSS -------------------------------------------------

   Styles used in flydrive pages.
   Selectors are grouped by function/page element.
   Attributes for each selector are then listed alphabetically to
   make them easy to find. Please try and stick to this convention :)

------------------------------------------------------------------- */

#pageTitle { width: 587px !important; }
#important_message { margin-top:15px; }
#addThis { position:absolute; top:150px; }

.imagebox               { background-color:#ccc; background-position:bottom left; height:234px; margin-bottom:10px; }
#main > .imagebox       { height:auto; min-height:234px; }
.imagebox .boxcontent   { height:214px;	padding:10px; }
.imagebox > .boxcontent { height:auto; min-height:214px; }			
.large                  { padding-top:20px; }

#car_list {
	width:587px;
}
#car_list h3 {
	margin:0;
}
.car {
	border-bottom:1px solid #eee;
	position: relative;
	width:587px;
}
.picture_column {
	position: static;
	width:189px;
}
.picture_column p {
	font-size: 1.2em;
	left: 199px;
	position: absolute;
	top: 73px;
}
.features_column {
	clear: left;
	margin-bottom:10px;
	width:189px;
}
.features {
	border: 1px solid #ccc;
	border-top: none;
	text-align:center;
	width:180px;
}
#car_list .features h3, #car_list .features p {
	display: none;
}
.features img {
	display:inline;	
}
.text_area {
	float: right;
	margin-top: -130px;
	width:388px;
}
.motorhome_text_area {
	color:#666;
	margin: -154px 199px 10px 199px;
	width:189px;
}
.motorhome_image {
	position: absolute;
	right: 0;
	top: 35px;
}

