@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/webdisplay/shattered.png) #000;
}

#container {
background-color: rgba(255,255,255,0.00);
text-align: left;
border-style: none;
}

/*Left menu */

#filter h3 {
    background: none repeat scroll 0 0 #575f6b;
    color: #fff;
	border-radius:5px;
}
#filter h3:hover {
	background: none repeat scroll 0 0 #333;
}

.leftbox {
    border: none;
}

.dealershipdetails {
    background: none repeat scroll 0 0 #cacccc;
}

.leftbox h3 {
    background-color: #cacccc;
    color: #333;
}
#refine h3.dealershipdetailsheader {
	border-radius:5px 5px 0 0;
	background:#cacccc;
}
/*End left menu */

#sort {
	border-radius:10px 10px 0 0;
	background:#575f6b;
	color:#fff;
}

span.sortlink {
    color: #fff !important;
}

a.sortlink {
    background: none repeat scroll 0 0 #262721;
	border-right:1px solid #575f6b;
}
a.sortlink:hover {
    background: none repeat scroll 0 0 #333;
}

#changeview a, #changeview span {
    color: #fff;
}

#vehicle .odd .vehicledetails h2.title, #vehicle .even .vehicledetails h2.title {
    color: #333;
}

#vehicle .odd .vehicledetails h2.title:hover, #vehicle .even .vehicledetails h2.title:hover {
    color: #4469aa;
}

#vehicle {
    background-color:rgba(0,0,0,0.00);
}

/*vehicle list */
.even {
    background-color:rgba(255,255,255,0.50) !important;
}
.odd {
    background-color: rgba(255,255,255,0.85) !important;
}

.odd:hover h2, .even:hover h2{
	background-color:rgba(25,49,69,0.15);
}

.odd:hover, even:hover {
	cursor:default;
}

.option, div.inventory b {
    color: #000;
}
table td.spec, .spec {
    color: #000;
}

h2 {
    color: #fff;
}

.share-sm h3 a:hover{
	color:#16DEF3;
}

.price {
    color: #d4191c;
	
  -webkit-text-stroke: .1px #fff;
  -webkit-text-fill-color: #d4191c; 
  
  
  text-shadow:
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #ccc,  
    1px -1px 0 #ccc,
   -1px  1px 0 #ccc,
    1px  1px 0 #ccc;
}


.photos {
    background: url("../images/webdisplay/photo-icon-new-sm.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
}


#description, #financing, #standard {
    background: none repeat scroll 0 0 #fff;
}

#vehicle h2 span {
    color: #d4191c;
}

h2 {
    color: #000;
}