/* @override http://auction.lhmautofinder.com/style.css */

/* @group Global */

* {
  padding: 0;
  margin: 0;
}

body {
  font: 78% arial, sans-serif;
  text-align: center;
  background: url(images/bg.jpg) repeat-x #141414;
  color:  #000;
}

#site {
  text-align: left;
  margin: 10px auto;
  width: 726px;
  background: #fff;
}

h1#head {
  background: url(images/main_head.jpg) no-repeat;
  height: 100px;
}

#head span { display: none; }

#main_content, .debug_info {
  padding: 15px 30px;
}

#main_content h3 {
  font-size: 18px;
}

.debug_info {
  color: #666;
  font-family: courier;
  background: #efefef;
  border-top: 2px solid #ccc;
}

.debug_info h4 {
  font-weight: bold;
}

.clear {
  clear: both;
}

.notice {
  margin: 12px;
  padding: 20px;
  text-align: center;
  border: 3px solid #aea;
  background: #effffa;
  font-weight: bold;
  font-size: 14px;
}

/* @end */

/* @group Login */

#login_box {
  margin: 100px 0 200px 240px;
  height: 300px;
}

#login_box h3 {
  font-size: 25px;
  padding-left: 18px;
}

#login_box ul li {
  overflow: hidden;
  height: 30px;
}

#login_box ul {
  margin-top: 20px;
}

#login_box li label {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 10px;
  line-height: 20px;
}

#login {
  margin: 10px 0 0 90px;
  font-size: 13px;
  padding: 5px 6px;
}

/* @end */

/* @group User Controls */

#user_controls {
  width: 700px;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
  background: #269;
  padding: 5px 10px 3px 10px;
  border: 1px solid #68a;
  border-top: none;
  border-left: #025;
  font-size: 11px;
}

#uc_left, #uc_right {
  width: 250px;
  float: left;
}

#uc_left { width: 450px; }


#uc_left a {
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-decoration: none;
}

#uc_left a:hover {
  font-weight: bold;
}

#uc_right {
  float: right;
  text-align: right;
  line-height: 20px;
}

#user_controls a {
  color: #fff;
}

/* @end */

/* @group Inventory Page */

div#inv_container { border: none; }
.veh_row { background-color: #f6f6f6; }
.veh_row_odd { background-color: #efefef; }
.veh_row_over { background-color: #fdfdfd; }
.veh_price { color: #000; }

#dealer_info {
  background: url('images/header.jpg') no-repeat;
  height: 80px;
  overflow: hidden;
}

#d_name {
  float: left;
  width: 325px;
  margin: 37px 0 0 82px;
  _margin: 37px 0 0 41px;
}

#d_name p {
  color: #777;
}

#d_name h3 {
  font-size: 14px;
}

#d_phone {
  margin-top: 38px;
  text-align: right;
  float: right;
  width: 290px;
  font-size: 12px;
  margin-right: 20px;
  line-height: 1.1;
}

#a_controls {
  background: url(images/bid_iface.jpg) no-repeat;
  position: absolute;
  height: 90px;
  width: 500px;
  margin-left: 4px;
  top: 0;
  left: 0px;
}

#a_controls input {
  position: absolute;
  width:  auto;
}

#bt_buy {
  top: 30px;
  left: 13px;
}

#bt_bid {
  left: 195px;
  top: 30px;
}

#a_controls input#bid_amount {
  left: 320px;
  top: 39px;
  width: 60px;
  font-size: 16px;
}

#a_controls input#process_bid {
  top: 30px;
  width: 80px;
  left: 430px;
}

div.det_price {
  position: absolute;
  z-index: 100;
  top: 12px;
  left: 20px;
  color: #555;
  width: 127px;
  text-align: center;
}

/* @end */

/* @group My Activity */

.activity_tbl {
  width: 665px;
  margin: 5px 0 30px 0;
  border-collapse: collapse;
}

.activity_tbl th, .activity_tbl td {
  padding: 2px 3px;
  border: 1px solid #abc;
  background: #f6f6f6;
  vertical-align: center;
}

.activity_tbl td.act_date {
  font-size: 10px;
}

.activity_tbl th {
  color: #fff;
  background: #246;
  font-weight: bold;
  border: none;
}

.activity_tbl td {
  font-size: 12px;
  color: #246;
}

.activity_tbl td a {
  color: #369;
}

.activity_tbl tr.odd td {
  background: #e0eaff;
}

.activity_tbl tr.even td {
  background: #f0f3ff;
}

.activity_tbl tr.bid_inactive td {
  background: #efefef;
  color: #aaa;
}

.activity_tbl tr.bid_inactive td a {
  color: #999;
}

/* @end */

/* @group Bid Review */

#bid_review_details {
  float: left;
  margin: 20px 0 100px 40px;
}

#bid_review_form_cont {
  float: right;
  background: #efefef;
  border: 3px solid #ccc;
  padding: 15px 10px;
  margin-top: 30px;
  width: 200px;
}

#bid_review_form_cont .counter_or {
  font-weight: bold;
  font-style: italic;
  padding: 0;
  display: block;
  width: 200px;
  text-align: center
}

#bid_review_form_cont li {
  padding: 5px;
  clear: both;
}

#bid_review_form_cont label {
  text-align: right;
  padding: 0 10px;
  float: left;
  width: 80px;
}

#bid_review_form_cont input {
  float: left;
}

#bid_review_form_cont .txt {
  width: 60px;
}

#bid_review_form_cont ul {
  margin-bottom: 10px;
}

#bid_review_details strong {
  font-weight: bold;
  text-align: right;
  display: block;
  padding-right: 6px;
}

#bid_review_details h4 {
  font-size: 16px;
}

.counter_active {
  padding: 3px;
  border: 3px solid #999;
  background: #fafafa;
}

.counter_active a {
  color: #036 !important;
  font-weight: bold;
}

.counter_cont.counter_accepted {
  font-weight: bold;
  color: #5c5;
  background: #fafafa;
  padding:  4px 2px 2px 5px;
  border: 3px solid #999;
}

/* @end */

/* @group My Vehicles */

.my_veh_cont {
  background:  #efefef;
  margin: 10px;
  height:  108px;
  overflow:  hidden;
  border: 1px solid #ccc;
  position: relative;
}

.notes_cont {
  position: absolute;
  top: 57px;
  left: 19px;
}

.notes_cont textarea {
  margin: 14px 0 0 25px;
  width: 642px;
  height: 28px;
  background: #fefefe;
}

.notes_cont label {
  position: absolute;
  left: 26px;
  top: 0;
  color: #666;
  font-size: 11px;
}

.my_veh_cont.odd {
  background:  #e6e6e6;
}

.my_veh_checkbox_cont {
  width: 15px;
  float:  left;
  height:  108px;
  line-height:  70px;
  padding:  0 5px;
  background: #ccc;
}

.my_veh_cont h3 {
  font-size:  14px;
  font-weight: bold;
  margin-bottom:  0;
}

.my_veh_flagged {
  border-right:  4px solid #f66;
}

span.my_veh_aged_days {
  font-weight: bold;
  color: red;
}

.my_veh_info {
  float:  left;
  width:  655px;
  margin:  5px 0 0 20px;
  position: relative;
}

.my_veh_info p {   
  display: none;
  position: absolute;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  color: green;
  top: 24px;
  right: 160px;
}

.my_veh_indicator {
  position:  absolute;
  width:  38px;
  height:  38px;
  display:  block;
  background:  url(images/ind_icon.jpg) no-repeat #000;
  top:  14px;
  right: 100px;
}

.my_veh_indicator a {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  text-decoration: none;
  font-size: 0; 
}

.my_veh_indicator.my_veh_indicator_running {
  background: url(images/ind_icon.jpg) no-repeat -38px 0;
}

.my_veh_cont ul {
  height:  36px;
  overflow:  hidden;
}

.my_veh_cont ul li {
  float:  left;
  width:  80px;
  font-size: 15px;
  margin:  0;
}

.my_veh_cont ul li div {
  font-size:  11px;
  color:  #666;
}

.my_veh_cont ul li input {
  width:  50px;
  font-size: 12px;
}

#submit_prices {
  margin: 14px; 
}

#prices_tbl {
  margin:  0 20px
}

#prices_tbl th {
  padding:  5px 10px;
  height: 20px;
  line-height: 20px;
}

#prices_tbl th a {
  display:  block;
  width:  100px;
  color:  #333;
  text-align: center;
}

.with_selected {
  padding: 5px 22px;
  border: 3px solid #ccc;
  margin: 10px;
  background: #fff9b6;
}

.with_selected a {
  color: #025;
  font-weight: bold;
  margin: 0 10px;
}

.my_veh_dirty {
  background-color: red;
}

.save_veh {
  display: block;
  position: absolute;
  top: 26px;
  right: 10px;
  width: 60px;
  height: 22px;
  line-height: 23px;
  background: #aaa;
  color: #fff;
  border: 1px solid #999;
  text-align: center;
}

.save_veh:hover {
  background: #999;
  border: 1px solid #888;
}

a.save_link_dirty {
  display: block;
  color: #941;
  font-weight: bold;
  background: #fafafa;
  border: 1px solid #dedede;
}

/* @end */

#info_ver li {
  width: 500px;
  overflow: hidden;
  line-height: 20px;
}

#info_ver li input, #info_ver li label, #info_ver li div {
  display: block;
  float: left;
  width: 120px;
  margin: 3px 6px;
}

#info_ver li label {
  text-align: right;
  margin-right: 8px;
}

#info_ver h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 16px 0 8px 16px;
  border-bottom: 1px solid #ccc;
}

div.det_highest {
  position: absolute;
  top: 23px;
  left: 9px;
}

div.det_highest, div.det_highest span {
  font-size: 11px;
  font-family: arial;
  text-decoration: none;
}

div#veh_tools {
  height: 147px;
}

div#veh_tools #notes_cont {
  position: absolute;
  top: 76px;
  left: 14px;
}

#sry {
  width: 650px;
  font-size: 10px;
}

#notes_cont textarea {
  height: 30px;
  width: 500px;
}

#notes_cont strong {
  font-weight: bold;
}

fieldset ul, fieldset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset li {
  width: 600px;
  overflow: hidden;
  padding: .5em 0;
}

fieldset li label {
  display: block;
  float: left;
  width: 120px;
  text-align: right;
  padding-right: 1em;
}

.note {
  font-size: 10px;
  float: right;
  text-align: left;
  width: 300px;
}

strong { font-weight: bold; }
