* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	background-image: url("/images/tci/body_bg.gif");
	background-repeat: repeat-x;
	font-size: 1em;
  	font-family: "Lucida Grande", sans-serif;
}
img {
	font-size: 0%;
}
ol, ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}
hr {
	border: none;
	border-top: 1px solid #badffc;
}
li {
  cursor:pointer;
}

h1 {
	font-size: 18px;
	color:#0c3055;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	font-size: 16px;
	color:#0c3055;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}
p, ul, ol {
	font-size: 13px;
}
p {
	padding-bottom: 10px;
}
dl {
	font-size: 12px;
}
dt {
	float: left;
	width: 75px;
}
dd {
	float: left;
	width: 100px;
}
label {
	font-size: 12px;
	font-weight: bold;
	display:block;
	width: 230px;
}
a {
	color: blue;
	outline-style:none;
	outline-width:0;
}
a:visited {
	color: blue;
}

select, textarea, input {
	border:1px solid #bbb;
	width: 230px;
}

a.file_pdf {
	background-image: url("/images/tci/pdf_icon.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 50px !important;
}

input.checkbox {
	width: auto;
	margin: 2px 5px 2px 15px;
}

div#header {
	background-image: url("/images/tci/header.jpg");
	background-repeat: no-repeat;
	width: 965px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	height: 180px;
	cursor: pointer;
	overflow: hidden;
}
#content {
        clear: left;
	width: 965px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#footer {
	width: 965px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	height: 150px;
	font-size: 0.7em;
	text-align: center;
	color: #888888;
}
li.text {
	padding-left: 20px;
	list-style-position:inside;
	list-style-type:disc;
	cursor:auto;	
}

table td {
	vertical-align:top;
}

.white {
	color: #FFFFFF;
}
.track_bg_blue {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url("/images/tci/track_v.gif");
}
.track_bg_white {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(/images/tci/track_v_w.gif);
}
div#navigation {
  clear: left;
  margin-top: 100px;
}
div#navigation a {
  display: block;
  width: 7.5em;
  height: 19px;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  font-weight:bold;

  border-right: 1px #9ECDE8 solid;
  border-left: 1px #FFFFFF solid;
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;

  background-color: #c9c9c9;
  background-image: url("/images/tci/menu_bg.gif");
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D5ECFA), to(#9ECDE8), color-stop(0.6, #EBF7FD));

  padding: .8em .5em;
  text-decoration: none;
  color: #0c3055;
  text-shadow: 1px 1px 0px #cccccc;

}
div#navigation a:hover,
div#navigation a.last-child:hover,
div#navigation a.first-child:hover {
  color: #eeeeee;
  text-shadow: 1px 1px 0px #353535;
  background-color: #333333;
  background-image: url("/images/tci/menu_bg_a.gif");
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2166B1), to(#5593CD), color-stop(0.6, #5D9BD2));
}
div#navigation a:first-child {
  -webkit-border-top-left-radius: .4em;
  -moz-border-radius-topleft: .4em;
  border-top-left-radius: .4em;
  -webkit-border-bottom-left-radius: .4em;
  -moz-border-radius-bottomleft: .4em;
  border-bottom-left-radius: .4em;
  border-left: none;
}
div#navigation a.last-child {
  -webkit-border-top-right-radius: .4em;
  -moz-border-radius-topright: .4em;
  border-top-left-radius: .4em;
  -webkit-border-bottom-right-radius: .4em;
  -moz-border-radius-bottomright: .4em;
  border-bottom-right-radius: .4em;
  border-right: none;

  background-color: #c9c9c9;
  background-image: url("/images/tci/menu_bg.gif");
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D5ECFA), to(#9ECDE8), color-stop(0.6, #EBF7FD));
}
div#navigation a.selected {
  color:red;
}

div#phones {
  color:white;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.7em 0;
}

div#hours {
  float:right;
  color:white;
  font-size: 0.9em;
  padding-top: 2em;
}

div.rounded {
  -webkit-border-radius: .4em;
  -moz-border-radius: .4em;
  border-radius: .4em;
  border: 1px #badffc solid;
  background-color: #e5f5fd;
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;

  overflow:hidden;
  padding:10px;
}
/*** MENU ***/
#menu input {
	width: 180px;
}	

#menu div.menu_label {
	background-image: url("/images/tci/menu_b.jpg");
	background-position: right top;
	height: 40px;
	padding: 10px 20px;
	border-radius: .4em;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border: 1px #badffc solid;
	border-bottom: none;
}
#menu div.ui-state-active {
	background-image: url("/images/tci/menu_o.jpg");
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
#menu div a {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #999;
	text-decoration: none;
	color: #FFFFFF;
}
#menu p {
	border-bottom-left-radius: .4em;
	-webkit-border-bottom-left-radius: .4em;
	border-bottom-right-radius: .4em;
	-webkit-border-bottom-right-radius: .4em;
	-moz-border-radius-bottomleft: .4em;
	-moz-border-radius-bottomright: .4em;
	border: 1px #badffc solid;
	border-top: none;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
}
div.menu {
  background-image: url("/images/tci/menu_b.jpg");
  background-position: right top;
  background-repeat: repeat-x;
  height: 60px;
  padding: 0;
  margin-bottom: 5px;
}
div.menu_selected {
  background-image: url("/images/tci/menu_o.jpg");
 /* height: 292px; */
  background-color: #FFFFFF;
}

div.menu a {
  display: block;
  font-size: 15px;
  font-weight:bold;
  text-shadow: 1px 1px 0px #999;
  text-decoration: none;
  color: #FFFFFF;
  width: 180px;
  padding: 10px 20px; 
}
div.menu span.menu_header {
  display: block;
  font-size: 15px;
  font-weight:bold;
  text-shadow: 1px 1px 0px #999;
  text-decoration: none;
  color: #FFFFFF;
  width: 180px;
  padding: 21px; 
}

div.menu_content {
	margin:10px;
}

div#featured {
  background-image: url("/images/tci/track_v.gif");
  background-position: right top;
  background-repeat: repeat-y;
  padding-bottom:30px;
  text-align:center;  
}

div#recent_cars a {
  display: block;
  width: 172px;
  float: left;
  background-color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #0c3055;
  overflow:hidden;
  white-space:nowrap;
}

div#recent_cars img {
  margin: 5px 0;
  border: 1px solid #0c3055;
}

div#address {
  background-image: url("/images/tci/track.gif");
  background-position: right top;
  background-repeat: repeat-x;

  font-size: 12px;
  height: 152px;
}

div#manager {
  font-size: 11px;
  height: 152px;
}

div.car_list {
  background-image: url("/images/tci/track_v_w.gif");
  background-position: right top;
  background-repeat: repeat-y;
  background-color:#FFFFFF;
  position:relative;
  margin-bottom: 5px;
  font-family: "Lucida Grande", sans-serif;
  font-weight:bold;
  text-decoration: none;
  color: #0c3055;
}

div.car_list:hover {
  background-image: url("/images/tci/track_v.gif");
  background-color: #E5F5FD;
}

div.car_list div.price {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 30px;
  text-shadow: 1px 1px 0px #cccccc;
}

div.title {
	float:left;
	font-size: 20px;
	font-family: "Lucida Grande", sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #0c3055;
	text-shadow: 1px 1px 0px #cccccc;
	margin: 10px 5px 20px 5px;
}
div.title a {
	font-size: 20px;
	font-family: "Lucida Grande", sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #0c3055;
	text-shadow: 1px 1px 0px #cccccc;
}

div.car_list div.title {
	overflow: hidden;
	white-space:nowrap;
	width: 530px;
	margin: 0 10px;
}

div.car_list img {
  border: 1px solid #0c3055;
}

dl.details {
  float: left;
  line-height:1.4;
  font-size: 11px;
  width: 490px;
  margin: 10px 10px 10px 30px;
  white-space:nowrap;
}
dl.details dt {
  float: left;
  width: 90px;
  margin-left: 3px;
  text-align: left;
  font-weight:normal;
}
dl.details dd {
  float: left;
  width: 140px;
  margin-left: 3px;
  text-align: left;
}

div.car_detail {
  background-color:#FFFFFF;
}

div#photo_viewer {
	float:left;
	width: 610px;
	text-align: center;
  background-position: right top;
  background-repeat: repeat-y;
  background-image: url("/images/tci/track_v.gif");
}
div#photo_viewer img.photo{
	border: 1px solid #0c3055;
}
div#photo_viewer img.thumb{
	border: 1px solid #0c3055;
	width: 96px;
	margin: 0px;
	padding: 0px;
}

div#car_info {
	float: right;
	width: 300px;
}

dl.car_info {
  float: left;
  line-height:1.4;
  font-size: 12px;
  margin: 10px 0;
}
dl.car_info dt {
  float: left;
  width: 90px;
  margin-left: 3px;
  color: navy;
}
dl.car_info dd {
  float: left;
  width: 140px;
  margin-left: 3px;
}

div#car_description{
  float: left;
  line-height:1.4;
  font-size: 12px;
  margin: 10px 0 20px 0;
}

div#mpg_container{
	float: left; 
	text-align: center;
	color:#151515;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	width: 130px;
}

div#mpg_info {
	display:inline;
	float:left;
}
div#mpg_info div.mpg_text {
	display:inline;
	float:left;
	width:50px;	
}
div#price_info  {
  font-size: 20px;
  font-family: "Lucida Grande", sans-serif;
  font-weight:bold;
  text-decoration: none;
  text-align: center;
  color: #0c3055;
  text-shadow: 1px 1px 0px #cccccc;
  padding: 20px 0;
}
div#badges {
	margin: 15px 0;
}
div#carfax {
	padding: 0px 0;
	width: 127px;
}
div#carfax a{
	float: left;
	display:block;
	height:59px;
	width:127px;
	text-indent:-9999px;
	background: transparent url(/images/icons/badge-carfax.gif) no-repeat scroll 0 0;
	outline-style:none;
	outline-width:0;
	margin-right: 10px;

}

div#carfax a.carfax_one_owner {
	background: transparent url(/images/icons/badge-carfax-one-owner.gif) no-repeat scroll 0 0;
}

div#carfax a.carfax_buyback {
	background: transparent url(/images/icons/badge-carfax-buyback.gif) no-repeat scroll 0 0;
}

div#carfax a:hover{
	background-position: 0 -120px;
}	

div#options{
	float: right;
	width: 920px;
	margin: 20px 10px;
	color: #404040;
	font-size: 12px;
}
div#options dt {
	font-weight:bold;
	margin: 10px 0;
	width: 250px;
}	
div#options dd {
	display:list-item;
	line-height:20px;
	list-style-type:disc;
	margin-left:40px;
	width: 250px;
}


/*** specials ***/
.featured {
	background-color: #db1921;
	position: absolute;
	top: 20px;
	left: -20px;
	padding: 20px;
	color: #fafafa;
	z-index: 10;
	font-weight: bold;
}
.featured_pagination {
	height: 10px;
	margin: 10px auto; 
	margin-top: 460px;
}
.featured_pagination div {
	background-image: url(/images/dot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 10px;
	width: 10px;
	float: left;
	cursor: pointer;
}
.featured_pagination div.selected {
	background-position: top left;
}
.boxgrid .header {
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:18pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:normal;
	margin:5px 10px 0;
}
.boxgrid {
	background:#161613 none repeat scroll 0 0;
	border:1px solid #8399AF;
	height: 450px;
	margin: 0;
	overflow:hidden;
	position: absolute;
	left: 68px;
	width: 600px;
	cursor:pointer;
}
.boxgrid img {
	border:0 none;
	left:0;
	position:absolute;
	top:0;
}
.boxgrid p {
	color:#AFAFAF;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0 10px;
}
.boxcaption {
	background:#000000 none repeat scroll 0 0;
	float:left;
	height:100px;
	opacity:0.8;
	position:absolute;
	width:100%;
}
.captionfull .boxcaption {
	left:0;
	top:260px;
}
.caption .boxcaption {
	left:0;
	top:220px;
}


/*** finance calculator ***/

div.calculator label {
	display:block;
	float:left;
	margin-right: 3px;
	width: auto;
}
div.calculator input,
div.calculator select
 {
	display:block;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	border: 1px #ccc solid;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
	font-weight: bold;
}
div.calculator input {
	font-size: 17px;
	height: 22px;
	line-height: 22px;
	padding: 2px 3px 0 3px;
}	
div.calculator select {
	font-size: 15px;
	height: 26px;
	padding: 3px;
}

div.calculator input#price {
	width: 100px;
}	
div.calculator input#rate {
	width: 40px;
}
div.calculator input#trade {
	width: 75px;
}
div.calculator select#term {
	width: 67px; 
}
div.calculator input#payment {
	width: 60px; 
	text-align: right;
	color: red;
}
.disclaimer{
	font-size: 11px;
	display: block;
	float: left;
	padding: 2px;
}


/* big finance calculator */

div.calculator_big label {
	margin: 5px;
}
div.calculator_big input {
	font-size: 25px;
	height: 34px;
	line-height: 34px;
}	
div.calculator_big select {
	font-size: 25px;
	height: 38px;
}

div.calculator_big input#price {
	width: 100px;
}	
div.calculator_big input#rate {
	width: 40px;
}
div.calculator_big input#trade {
	width: 100px;
}
div.calculator_big select#term {
	width: 130px; 
}
div.calculator_big input#payment {
	width: 130px; 
}

/* coupons */
div.coupon {
  margin: 3px;
  float: left;
  width: 229px;
  height: 336px;
  background-image: url("/images/tci/scissors2.gif");
  background-repeat:  no-repeat;
  background-position: 217px 50px;
  cursor: pointer;
}
div.coupon div.content {
  float: left;
  width: 215px;
  height: 330px;
  border: 1px dashed #bbb;	
  padding: 3px;
  position: relative;
}
div.coupon div.header {
	padding: 3px;
	background-color: #777;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 30px;
	margin-bottom: 3px;
}
div.coupon div.ad {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	width: 200px;
	height: 28px;
	bottom: 52px;
}
div.coupon div.image {
	float: left;
	width: 95px;
	height: 150px;
}
div.coupon div.price {
	float: right;
	padding: 10px 10px 0 0;
	color: red;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	width:90px;
	height: 70px;
}
div.coupon div.price .cents{
	font-size:14px; vertical-align:top;
}
div.coupon div.price .tax{
	font-size:14px; 
	vertical-align:top;
	color: #000000;
	font-weight: normal;
}
div.coupon div.details {
	float: left;
	width: 120px;
	font-size: 11px;
}
div.coupon div.expiration {
	position: absolute;
	text-align: center;
	font-size: 12px;
	margin: 5px;
	width: 210px;
	bottom: 52px;
}
div.coupon div.fineprint {
	position: absolute;
	height: 20px;
	bottom: 2px;
	width: 210px;
	height: 50px;
	border-top: 1px dashed #bbb;	
	font-size: 10px;
}

table.hours td.department{
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #0C3055;
	border-bottom: none;
}
table.hours td {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #FFFFFF;
	padding: 3px;
}

/* map */
div#map {
	width: 450px; 
	height: 350px;
	/*background-image:url("/images/tci/gmap.gif");*/
	border: 1px solid #999;
}
dl.options {
	width: 300px;
	float: left;
	padding: 3px;
}
