
	
	
	
	
	
	

	

	

	

	

	

	

	

		
	











/* *** Begin jquery.fancybox-1.2.6.css *** */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1001;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/bearcat/fancy_progress.png') no-repeat;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;        
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -20px;
	right: -20px;
	height: 30px;
	width: 30px;
	background: url('/images/bearcat/fancy_closebox1.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 98%;
	height: 98%;
        margin: 1%;
	display: none;
	overflow: auto;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/bearcat/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/bearcat/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	
}

td#fancy_title_main {
	height: 32px;
	
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	
}
/* *** End jquery.fancybox-1.2.6.css *** */
/* *** Begin main.css *** */

body {
    background-color: #FFF;
    color: #000;
    margin: 0px;
    text-align: center;
    font-size: 11px;
}

.table_outline {
    border-width:1px;
    border-style:solid;
    border-color: #000;
}

.outer{
    text-align: left;
    width: 752px;
    margin: auto;
    padding: 1px;
    _padding: 2px;
}

ul.searchForm,
.searchFilters{
    width: 749px;
    _width: 752px;
    padding: 1px;
    margin: 3px 0 5px 1px;
	_margin: 3px 0 5px 0;
	list-style-type: none;
    background-color: #CDCDCD;
    border: 1px solid #000;
}

.searchFilters span{
	margin: 0 8px 0 0;
}

.searchForm li{
	padding: 0;
	float: left;
	margin: 0 8px 0 0;
}

.leftNav ul.searchForm,
.leftNav .searchFilters{
	margin: 5px 0 0 5px;
	list-style-type: none;
	border: none;
	background-color: none;
	width: 96%;
}

.leftNav .searchForm li{
	margin: 0 0 0 5px;
	float: none;
}

.leftNav input,
.leftNav select{
	width: 200px;
}

.searchResults{
	width: 749px;
    _width: 752px;
    padding: 1px;
    margin: 3px auto 5px auto;
	background-color: #CDCDCD;
    border: 1px solid #000;
}

.search_title {
    font-size: 1.7em;
    
    padding-left: 3px;
    _padding-left: 2px;
    color: #000;
}

.filterSearch{
    margin: 7px 3px 3px 3px;
    height: 65px;
    
    font-size: 1.1em;
    float: left;
}

.vehicle{
    width: 752px;
    margin: 0 auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.vehicleFirst{
    width: 752px;
    margin: 0 auto;
    border: 1px solid #000;
}

.vehicleInterior{
    width: 750px;
	padding-bottom: 10px;
}

.vehicleTopLeft{
    width: 449px;
    float: left;
}

.vehicleTopRight{
    width: 299px;
    float: right;
}

.altrow1 {
    background-color: #CDCDCD;
}

.altrow2 {
    background-color: #CDCDCD;
}

.hirow {
    background-color: #CDCDCD;
}

.name{
    
}

.clear{
    clear: both;
}

.special {
    color: #000;
    font-size: 1.4em;
    
    margin: 3px 3px 3px 6px;
    float: left;
}

.comparison{
    color: #000;
	font-weight: bold;
}

.internet{
    color: #f60a29;
	font-weight: bold;
}

.acv{
    color: #000;
	font-weight: bold;
}

.detailsLgThumb, .leftItem{
    text-align: left;    
    width: 382px;
    _width: 380px;
    font-size: 1.2em;
    border-collapse: collapse;
    float: left;
    margin: 0 2px 4px 2px;
}

.detailsSmThumb{
    text-align: left;
    width: 456px;
    _width: 449px;
    font-size: 1.2em;
    border-collapse: collapse;
    float: left;
    margin: 0 2px 4px 2px;    
}

.detailsLgThumb th, .detailsSmThumb th{
    font-size: 0.9em;
    vertical-align: top;
    width: 100px;
}

.quickDesc{
    font-size: 1.4em;
    font-weight: bold;
    margin: 2px;
    float: left;
}

.price{
    font-size: 1.5em;
    
    margin: 2px;
    float: right;
	text-align: right;
}

.rel{
    position: relative;
}

.abs{
    position: absolute;
}

.smThumb{
    width: 100px;
    height: 75px;
    margin: 15px 15px 4px 15px;
    float: left;
    padding-bottom: 10px;
    <!--[if IE]>
    padding-bottom: 0px;
    <![endif]-->
}

.smThumbSold{
    width: 100px;
    height: 75px;
    float: left;
}

.lgThumb{
    width: 200px;
    height: 150px;
    margin: 0 4px 4px 4px;
    float: left;
}

img{
   image-rendering: optimizeQuality;
   -ms-interpolation-mode: bicubic;
   border: none;
}

.imgLinks{
    width: 150px;
    float: right;
    text-align: right;
    margin-right: 4px;
    margin-bottom: 4px;
}

.imgLinks img{
    max-width: 150px;    
}
.imgSizer{
width: 150px;
}

.textLinksSmThumb{
    font-size: 1.2em;
    width: 618px;
    _width: 750px;
    float: right;
    padding-left: 132px;
    margin-bottom: 4px;
}

.textLinksLgThumb{
    font-size: 1.2em;
    width: 540px;
    _width: 750px;
    float: right;
    padding-left: 210px;
    margin-bottom: 4px;
}

.searchLeft{
    float: left;
    margin-left: 1px;
    width: 364px;
    height: 12px;
}

.searchRight{
    float: right;
    margin-right: 4px;
    width: 379px;
    _width: 309px;
    text-align: right;
}

.vehicleTypeLink{
    float: right;
    margin-left: 3px;
    
}

a:link {
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

a.hot_link:link {
    color: #000;
    text-decoration: underline;
    
}
a.hot_link:hover {
    color:#000;
    text-decoration: underline;
    
}
a.hot_link:visited {
    color: #000;
    text-decoration: underline;
    
}

a.paging:link,a.paging:hover,a.paging:visited{
    color: #000;
    text-decoration: none;
    
}

.currentPage{
    color: #000;    
    
}

.notes{
   color: #000;
   font-weight: bold;
}

.notesVisible {
   color: #000;
   
}
           
.notesHidden {
   color: #000;
   
}

.hideSpan {
   display:none;
}

.showSpan {
   display:inline;
}
           
.expandableNotes {
   	
   	color:blue;
}

a.expandableNotes:hover {
   	cursor:pointer;
	_cursor: hand;
}

/*************** Left Nav ***************/

.content{
   text-align: left;
   width: 756px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 6px;
   padding-top: 6px;
}

.contentLeftNav{
   text-align: left;
   width: 995px;
   _width: 988px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 6px;
   padding-top: 6px;
}

.rightContent{
   width: 756px;
   float: right;
}

.leftNav{
   width: 230px;
   _width: 220px;
   background-color: #CDCDCD;
   border: 1px solid #000;
   padding-bottom: 10px;
   float: left;
}

.noDisplay{
   display: none;
}

.display{
   display: block;
}

.leftNavTitle{
   width: 230px;
   _width: 220px;
   
   margin: 15px 0 5px 5px;
}

.level1{
   margin: 5px 0 0 5px;
   width: 225px;
   _width: 215px;
   font-size: 1em;
   
   color: #000;
}

.level2{
   width: 205px;
   margin-left: 15px;
   font-size: 1.1em;
   
}

.filterLink{
   color: #3399FF;
   
}

.viewMore{
   padding: 1px 3px;
   border: 1px solid #000;
   margin: 0 5px 0 153px;
   _margin: 0 2px 0 146px;
   cursor: pointer;
   _cursor: hand;
}

/*************** End Left Nav ***************/

.windowtext{
    font-size:11px;
}

.page_bg {
    background-color:#FFF;
}
.search_rows {
    background-color: #CDCDCD;
}

.rdet_left_border {
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#757575;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#757575;
}
.list_inner {
    background-color: #FFF;
}
.nowprice {
    COLOR: #990000;
}

.hot_img {
    border-width: 1px;
    border-color: #FFF;
}
.hide_mov {
    position:absolute;
    left:-8000px;
    top:0px;
}

.div_show {
    display:block;
    visibility:visible;
}
.div_hide {
    display:none;
    visibility:hidden;
}
.img_large {
    border: 1px solid #333333;
    display: block;
    height: 240px;
    left: 10px;
    position: relative;
    top: 0px;
    width: 320px;
}
.img_hide {
    border: 1px solid #000000;
    display: block;
    height: 240px;
    left: -8000px;
    position: absolute;
    top: -60px;
    width: 320px;
}
ul.gen_arrow {
    margin-left:15px;
    font-size:8pt;
    list-style-image:url(/img/default/bullet_sm.png);
}
li.gen_li {
    font-size:9pt;
}
input.img {
    FONT-SIZE: 8pt;
    COLOR: #000000;
    HEIGHT: 5px;
    BACKGROUND-COLOR: #ffffff;
}
.submitLink {
    FONT-SIZE: 10px;
    COLOR: #000;
    MARGIN: 0px;
    
    background-color: #CDCDCD;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}
a.sortlink {
    FONT-SIZE: 10px;
    COLOR: #000;
    
    text-decoration: underline;
}
input.checkbox {
    BACKGROUND-COLOR: #eeeeee;
}
input.radio {
    BACKGROUND-COLOR: #ffffff;
}
select {
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
}

td.activetab {
    BORDER-RIGHT: #003873 1px solid;
    BORDER-TOP: #003873 1px solid;
    FLOAT: left;
    MARGIN: 2px 2px 0px;
    BORDER-LEFT: #003873 1px solid;
    BORDER-BOTTOM: #ffffff 1px solid;
    BACKGROUND-COLOR: #ffffff;
    HEIGHT: 21px;
    COLOR: #FFFFFF;
}
td.tabnav {
    BORDER-RIGHT: #50608B 1px solid;
    BORDER-TOP: #50608B 1px solid;
    BORDER-BOTTOM: #50608B 1px solid;
    FLOAT: left;
    MARGIN: 2px 2px 0px;
    BORDER-LEFT: #50608B 1px solid;
    HEIGHT: 21px;
    COLOR: #FFFFFF;
}
td.lyrback {
    BORDER-RIGHT: #003873 1px solid;
    BORDER-BOTTOM: #003873 1px solid;
    BORDER-LEFT: #003873 1px solid;
    BACKGROUND-COLOR: #ffffff;
    FLOAT: left;
    MARGIN: 2px 2px 0px;
    HEIGHT: 21px;
    COLOR: #FFFFFF;
}
td.tabline_dark {
    BORDER-BOTTOM: #50608B 1px solid;
}
td.tabline_light {
    BORDER-BOTTOM: #CBCFDA 1px solid;
}
td.tabspace {
    BORDER-BOTTOM: #50608B 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
}
#container {
    Z-INDEX: 100;
    WIDTH: 320px;
    POSITION: relative;
}
#lyr1 {
    Z-INDEX: 1;
    LEFT: -15px;
    VISIBILITY: hidden;
    POSITION: absolute;
}
#lyr2 {
    Z-INDEX: 1;
    LEFT: 24px;
    VISIBILITY: hidden;
    POSITION: absolute;
}
#lyr3 {
    Z-INDEX: 1;
    LEFT: 24px;
    VISIBILITY: hidden;
    POSITION: absolute;
}
#lyr4 {
    Z-INDEX: 1;
    LEFT: 24px;
    VISIBILITY: hidden;
    POSITION: absolute;
}
#lyr10 {
    Z-INDEX: 1;
    LEFT: 24px;
    VISIBILITY: hidden;
    POSITION: absolute;
}
#lyr11 {
    Z-INDEX: 1;
    LEFT: 24px;
    VISIBILITY: hidden;
    POSITION: absolute;
}

.black_overlay{
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.8;
   opacity:.80;
   filter: alpha(opacity=80);
}

.white_content{
   display: none;
   position: absolute;
   padding: 2px;
   top: 0px;
   left: 0px;   
   border: 2px solid #000;
   background-color: #FFF;
   z-index:1002;
   overflow: hidden;
}

.white_content_close{
   float: right;
   height: 15px;
   width: 15px;
   margin-bottom: 2px;
   margin-right: 2px;
   cursor: pointer;
   _cursor: hand;
   background-image: url('/images/powerlist2/close.gif');
   background-repeat: no-repeat;
}

.confirmAvailability{
    width: 144px;
    height: 35px;
    background-image: url('/images/powerlist/confirmAvailability.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.contactUs{
    width: 99px;
    height: 35px;
    background-image: url('/images/powerlist/contactUs.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.details{
    width: 75px;
    height: 35px;
    background-image: url('/images/powerlist/details.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.financialApplication{
    width: 106px;
    height: 35px;
    background-image: url('/images/powerlist/financialApplication.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.makeOffer{
    width: 98px;
    height: 35px;
    background-image: url('/images/powerlist/makeOffer.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.salesQuote{
    width: 104px;
    height: 35px;
    background-image: url('/images/powerlist/salesQuote.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.testDrive{
    width: 93px;
    height: 35px;
    background-image: url('/images/powerlist/testDrive.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.tradeAppraisal{
    width: 123px;
    height: 35px;
    background-image: url('/images/powerlist/tradeAppraisal.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.windowSticker{
    width: 123px;
    height: 35px;
    background-image: url('/images/powerlist/windowSticker.png');
    background-repeat: no-repeat;
    margin: 2px;
    float: left;
}

.leftItem{	
	font-size: 0.9em;
	width: 100%;
}

.leftItem .header{
	font-weight: bold;
	float: left;
	width: 35%;
}

.leftItem .content{
	float: left;
	width: 64%;
}
/* *** End main.css *** */

.optionBlock h4{
	margin: 0 0 0 5px;
	cursor: pointer;
	_cursor: hand;
}

.optionBlock ul{
	display: none;
}

.optionBlock ul li{
	float: left;
	width: 230px;
}

	