/* general styles */

body, body * {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a img {
  border: 1px solid #000;
}

a {
  text-decoration: none;
}

a.description {
  text-decoration: none;
  color: #fff;
}

br.clear {
  clear: both;
}

h2 {
  background-color: #000;
  color: #FFF;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* body and wrapper */

body
{
  font-family: sans-serif;
  font-size: 12px;
  background-image: url('/images/silver_bg.jpg');
  background-repeat: repeat;
}

.content {
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #000;
  border-top: 0px;
  border-bottom: 0px;
  padding: 5px;
  background-color: #FFF;
}

/* map, c2c, and featured area */

.top_box {
  overflow: hidden;
}

/* map and c2c button */

.map_cc {
  float: left;
  margin: 0 10px 10px 0;
}

.map_cc p.style1 {
  text-align: center;
}

div#map {
  border-style: solid;
  border-width: 1px;
  height: 390px;
  margin: 0px 0pt 0pt 8pt;
  width: 320px;
  padding-left: 5px;
}

#click_call_button img {
  border: 0;
}

div#description {
  margin: 5px 0px 0px 5px;
  width: 326px;
  padding-left: 5px;
}

h2.description {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}


/* featured inventory boxes */

.special {
  float: left;
  width: 220px;
  padding-right: 5px;
}

.featured {
  float: left;
  width: 220px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.special .style5 a, .featured a {
  font-weight: bold;
}

.special hr, .featured hr {
  margin: 8px 0;
}

/* inventory search */

.search {
  margin-top: 10px;
  background-color: #000;
  color: #FFF;
  padding: 5px;
}

.search fieldset {
  padding: 5px;
}

.search td {
  width: 150px;
}

/* inventory table */

.inventory {
  margin-top: 10px;
}

.inventory .tablesorter tbody td {
  background-color: #FFF;
  border: 1px inset gray;
  color: #3D3D3D;
  padding: 5px;
  vertical-align: top;
}

.inventory table {
  border-collapse: collapse;
}

.inventory th {
  font-size: 9px;
  padding: 3px;
  border: 1px inset #FFF;
  background-color: #686868;
  text-align: left;
}

.inventory th a {
  color: #000;
}

.inventory td.thumb {
  width: 110px;
}

.inventory .header {
  background-image: url(/images/bgarrows.gif);
  background-position: right center;
  background-repeat: no-repeat;
}

.inventory table {
  width: 100%;
}

/* Pagination */

.tPagination  {
	text-align: center;
	margin: 20px 0;
}

.tPagination a.tCurrent, .tPagination a.tNonCurrent {
	padding: 1px 6px 0;
	border: 1px solid #36c;
	margin-right: 2px;
}
.tPagination a.tNonCurrent:hover {
	color: #f00;
	background: #eee;
}

.tPagination a.tCurrent {
	background: #36c;
	color: #fff;
	cursor: default;
}

/* Copyright */

.footer {
  border-top: 2px solid #000;
  background: #d3d3d3;
  margin-top: 10px;
  text-align: center;
  clear: both;
}

.footer .copyright {
  font-size: 10px;
  margin: 10px;
}

/* Lead form */

form.microsite_lead_form {
  background-color: #EEEEEE;
  padding: 15px;
  width: 250px;
  border: 1px solid #000;
  margin: 10px 0 10px 15px;
}

form.microsite_lead_form p {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  margin: 0 0 5px;
}

form.microsite_lead_form input, form.microsite_lead_form select {
  margin-bottom: 3px;
}

form.microsite_lead_form select {
  width: 233px;
}

/* Lead form Detail Page*/

form.microsite_details_lead_form {
  background-color: #EEEEEE;
  padding: 10px;
  width: 190px;
  float: left;
  border: 1px solid #000;
  margin: 15px 0px 0px 0px;
  /*margin: 10px 0 10px;
  */
}

form.microsite_details_lead_form p {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  margin: 0 0 5px;
}

form.microsite_details_lead_form input, form.microsite_details_lead_form select {
  margin-bottom: 3px;
}

form.microsite_details_lead_form select {
  width: 185px;
}


/* Detail boxes */

.detail {
  overflow: hidden;
  float: left;
  width: 450px;
}

.detail .back {
  margin-top: 10px;
}

.detail .back a img {
  border: none;
}

/* advertiser address box */

.adv_address {
  text-align: center;
}

.adv_address img {
  max-width: 230px;
}


/*  Microsite Detail Page  */

/* Ad Detail Left images */
.detail_left {
  float: left;
  width: 445px;
  margin-left: 5px;
}

.detail_right {
  float: right;
  width: 320px;
  margin-right: 20px;
}

/* Ad Detail boxes */

.detail_ad {
  overflow: hidden;
  width: 340px;
}

.detail_map_cc p.style1 {
  text-align: center;
}

h2.detail_title {
  width: 437px;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.detail_features_options {
  overflow: hidden;
  width: 760px;
}

/* image chooser */
.pikachoose {
  width: 447px;
  margin:-8px auto 25px auto;
}

.pikachoose ul {
  padding-left: 0;
  width: 447px;
  margin:0 0 0 0px;
  overflow:hidden;
}

.pikachoose ul li {
  float: left;
  border: 1px solid #555;
  padding: 2px;
  background: #777;
  margin:0 4px 3px 0px;
  position: relative;
  overflow: hidden;
}

.pikachoose ul li div img {
  position:relative;
  cursor: pointer;
}

.pika_main {
  width: 447px;
  height: 345px;
  display: block;
  position: relative;
  overflow: hidden;
}

.pika_main_img {
 position: relative; 
  width: 440px;
  height: 325px; 
}

.pika_subdiv {
  position: relative; 
  border: 1px solid #555;
  background: #777;
  padding: 3px;
}

.pika_animationDivs {
  top: 2px;
  left: 2px;
}

.pika_subdiv img, .pika_subdiv a img {
  border: none;
}

.pika_navigation a {
  font-size: 12px; 
  text-decoration: none;
}

.pika_navigation a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.pika_navigation {
  padding-top: 5px;
  clear:both;
  text-align: center;
  margin-bottom: -15px;
}

#vin_list_category li {
  margin: 0px 30px 0px 15px;
}

#vin_box {
  float: left;
  margin: 0px 0px 40px 0px;
}

a img.back_button { 
  border: 0 none;
}

a.video  {
  font-size: 14px; 
  float:right;
  text-decoration: none;
  color: #fff;
  width: 38px;
	height: 18px;
	display: block;
  padding: 0 0 0 20px;
  background: transparent url(../images/film.png) 10% 0 no-repeat;
}

a.small_video  {
  float:left;
  width: 18px;
	height: 18px;
	display: block;
  background: transparent url(../images/film.png) 10% 0 no-repeat;
}
