﻿/* Copyright © Website Engineers Limited */

/* Long Term Rental */

.LongTermRental { position:relative; }
.LongTermRental .Categories { position:relative; display:block; }
.LongTermRental .Categories span { float:left; text-align:center; }
.LongTermRental .Categories span img { cursor:pointer; }

.LongTermRental .VehicleList { position:relative; overflow:hidden; }
.LongTermRental .VehicleList .Vehicle { display:block; height:50px; background-color:#0067b1; margin:0px; padding:0px; border-top: solid 1px #FFFFFF; color:#FFFFFF; cursor:pointer; }
.LongTermRental .VehicleList .Vehicle:hover { background-color:#ce3b3b; text-decoration:none; }
.LongTermRental .VehicleList .Vehicle span.CarInfo { position:relative; float:left; width:370px; top:7px; left:10px; margin:0px; padding:0px; }
.LongTermRental .VehicleList .Vehicle span.Price { position:relative; float:left; width:120px;  top:7px; left:10px; margin:0px; padding:0px; }
/* End */