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

body { /* Body text colour and background colour */
  color: #fff;
  background-color: #333;
}

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

div#wrapper div#content { /* Content wrapper background colour */

}


/************ NAVIGATION ************/

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

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

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

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

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 div#deal div#deal-left img {
    border: 1px solid #2C3E5C;
}
div#right-column h3,
div#left-column div#plays h3  { /* Right column heading background colour */
  background-color: #2C3E5C;
}

div#left-column div#plays a  { /* Right column heading background colour */
  color: #fff;
}


/************ 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 {
	font-size: 14px;
    height: 20px;
    left: 100px;
    position: relative;
    top: -30px;
	padding-top:4px;
	background-color:#2C3E5C;
	width:135px;
    font-weight: bold;
	padding-left:10px;
}
.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:#2C3E5C;
}
.goog-te-gadget-simple {
	width:280px;
}
.goog-te-gadget-icon {
	margin-right:10px;
}
.goog-te-menu-value > span {
	border-left:0;
	border:0;
}