/************ DOCUMENT ************/

body { /* Body text colour and background colour */
  
}

a { /* Default link colour */
  color: #BF0000;
}

div#content { /* Content wrapper background colour */
 background-color:rgba(0, 0, 0, 0.2);
 box-shadow: 0 2px 5px #111;
}

div#right-column div#deal, div#right-column .boxSidebar {
  color:#fff;
}
.lof-navigator li.active div{
	background-color:#03b01d;
	color:#FFF;
}

.lof-navigator li img{
	border:1px solid #03b01d;
}
/************ NAVIGATION ************/
div#nav ul li.active {
  background-color:#1a1a1a;
}

div#nav ul li.active a {
  background-color:#1a1a1a;

}
div#nav ul li a { /* Navigation text link colour */
  color: #fff;
}

div#nav ul li a:hover { /* Navigation text link rollover colour */
  color: #ECEAEC;
}

#accordion > .link-header.active {
	border-bottom: none;
	background: #BF0000 !important;
	color: #fff;
}
/************ LEFT COLUMN ************/

div#left-column div#listings h2 { /* Listings heading background colour */
  background-color: #BF0000;
}

div#left-column div#listings div.vehicle dl dt a { /* Listings title link colour */
  color: #fff;
}
div#left-column div#listings {
  background:#1C1A1C;
}
div#left-column div#topGallery  {
	background-color:#EBEBEB;

}
/************ RIGHT COLUMN ************/

div#right-column h3,
div#left-column div#plays h3  { /* Right column heading background colour */
  background-color: #BF0000;
}


/************ FOOTER ************/

div#footer p { /* Footer paragraph colour */
  color: #999;
}

div#footer ul li { /* Footer list default colour */
  color: #999;
}

div#footer ul li a { /* Footer list link colour */
  color: #999;
}

div#tweets {
  margin: 0 0 24px 0;
}

div#right-column div#tweets h3 {
  background-image: none;
  background-color: #ff0000;
  clear: none;
}
.viewMap {
    background-color: #b12a2a;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    left: 64px;
    padding-left: 10px;
    padding-top: 4px;
    position: relative;
    top: -29px;
    width: 125px;
}
.viewMap  a {
	text-decoration:none;
	color:#fff;
	}
.directions a{
    background: url("../images/directions.png") no-repeat scroll left center transparent;
    display: block;
    font-size: 12px;
    padding: 5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#BF0000;
}

		
			.list_carousel {
				margin: 15px;
				width: 980px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			
.enquiryy {
	text-decoration:none;
    background: none repeat scroll 0 0 #a11f1f !important;
    border: medium none;
    border-radius: 2px;
    color: #f1f1f1;
    cursor: pointer;
    display: block;
    font: 14px "Play",Arial,Helvetica,"Trebuchet MS",sans-serif;
    height: 18px !important;
    margin-top: 4px !important;
    padding: 10px;
    text-align: center;
}