@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
	Developer: Jimmy Phan
	Last Update: 08/25/2009
-------------------------------------------------------------------*/
/*-----------------------------------
Reset
-----------------------------------*/
*, html, body{
	margin:0;
	padding:0;
}

/**Links**/
a{
	text-decoration:none;
	outline:none;
}


li{
	margin:0;
	padding:0;
}

/**Clearing**/
.clear{clear:both;}


/*-----------------------------------
Typography
-----------------------------------*/
/*****************
Body
*****************/
body{
	color:#000;
	font-family:Segoe UI,sans-serif;
	font-size:12px;
}


/*****************
Main Navigation
*****************/
#mainNav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
#mainNav a:hover, #tab1Page #tab1 a, #tab2Page #tab2 a, #tab3Page #tab3 a, #tab4Page #tab4 a
{color:#fff;}

/********************
Sub Navigation Links
********************/
#subNavLinks li{color:#000;background:url(../images/sub-nav-div.png) bottom left repeat-x;}
#subNavLinks a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:22px;

}
#subNavLinks a:hover{color:#ff0000;}

.subNavLinksTab1 #subLink1 a:hover{color:#ff0000;}
#subNavLinks li:hover{color:#ff0000;}

/*****************
Footer Navigation
*****************/
#footerNav li{color:#000;}
#footerNav a{
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerNav a:hover{text-decoration:underline;}

/*****************
Copyrights
*****************/
#copyright p{color:#000;}

/*****************
Main Inner Title
*****************/
#innerTitle{color:#FFF;}

/*****************
Site Map
*****************/
/**Background**/
#contentarea-sitemap a{background-color:#ededed;}

/**Hover Background**/
#contentarea-sitemap a:hover{background-color:#E1E1E1;}

/**Text Format**/
#contentarea-sitemap{
	color:#999;
	font-size:80%;
 	text-align:left;
}

/**Hover Text Format**/
#contentarea-sitemap a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}
#contentarea-sitemap ul{list-style-type:none;}


/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	/*background:url(../images/background.jpg) top center no-repeat #c0c0c0;*/
	background-color:#c0c0c0;
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	/*padding-top:5px;*/
	width:990px;
	background-color:#fff;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Sub Navigation
*****************/
#subNav{
	clear:left;
	float:left;
	width:220px;
	/*padding:2px;*/
	margin-top:4px;
	background:url(../images/sub-nav-bg.png) top left no-repeat;
}

#subNavInnerPage{
	clear:left;
	float:left;
	width:220px;
	margin-top:4px;
}

#leftNav{
	clear:left;
	float:left;
	width:210px;
	margin:0 auto;
}



/*****************
Main Content
*****************/
#mainContent{
	float:left;
	margin: 4px 0 5px 0;
	background-color:#727271;
	/*background:url(../images/main-curve-bg.png) #fff top left no-repeat;	*/
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background:url(../images/inner-curve-bg.jpg) top right no-repeat;
	margin:4px 0 0 0;
	/*min-height:520px;*/
	width:100%;
}

/*****************
Footer
*****************/
#footer{clear:both;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Info
*****************/
#info{
	float:left;
	height:70px;
	width:680px;
}

/*****************
Logo
*****************/
#logo{
	float:left;
	height:80px;
	width:295px;
}

/*****************
Logo Text
*****************/
#logo span{display:none;}

/*****************
Logo Image
*****************/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	height:80px;
	width:295px;
}

/*****************
Make
*****************/
#makeImage span{display:none;}
#makeImage{
	float:right;
	background-repeat:no-repeat;
	background-position:right;
	height:70px;
	width:672px;
	margin-top:8px;
}

/*****************
Career Opportunity
*****************/
#careerop span{display:none;}
#careerop {
	/*position:absolute;*/
	float:left;
	/*margin:91px 0px 0px 15px;*/
	padding:9px 0px 0px 15px;
	width: 189px;
	height: 35px;

}
/*****************
Main Navigation
*****************/

#mainNavWrapper{
	/*background:url(../images/main-nav-bg.jpg) top left repeat-x;*/
	float:right;
	height:43px;
	width:764px;
	margin:6px 6px 0 0;
	
}
#mainNav{	
	float:right;
	height:43px;
	width:764px;
}

#tab1, #tab1 a, #tab2, #tab2 a, #tab3, #tab3 a, #tab4, #tab4 a{
	background:no-repeat;
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	height:43px;
}
#tab1, #tab1 a{width:166px;}
#tab2, #tab2 a{width:215px;}
#tab3, #tab3 a{width:262px;}
#tab4, #tab4 a{width:121px;}

#mainNav .on a, #mainNav a:hover, #tab1Page #tab1 a, #tab2Page #tab2 a, #tab3Page #tab3 a, #tab4Page #tab4 a
{background-position:left bottom;}

#mainNav span{
	position:relative;
	display:none;
	top:10px;
}


/*-----------------------------------
Sub Navigation Elements
-----------------------------------*/
/*****************
Sub Navigation Links
*****************/
#subNavLinks{
	/*background:#fff;*/
	min-height:255px;
	margin-left:5px;
	padding:10px 10px 0px 10px;
}
#subNavLinks li{
	list-style:none;
	margin-left:5px;
}


/*#tab1Page #subLink6{margin-top:8px;}*/


/**********************
Sub Navigation Buttons
**********************/
#subButtons{
	padding-top:5px;
	height:100%;
	min-height:325px;
	/*background:#fff;*/
}
#subButtons span{display:none;}
#subButtons li{
	list-style:none;
	display:inline;
}

#subButtons a{
	background:top left no-repeat;
	display:block;
	height:90px;
}
#subButtons a:hover{background-position:bottom left;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{padding:3px 3px 3px 0;}

/*****************
Custom Page
*****************/
#customPage{
	background:#fff;
	float:left;
	min-height:318px;
	width:500px;
	padding:5px 10px;
}
#customPage h1{
	font-weight:bold;
	font-size:14px;
	color:#002767;
}
#customPage p{
	font-size:12px;
	color:#585858;
}
#customPage a{
	color:#015b9a;
}
#customPage a:hover{
	text-decoration:underline;
}
#customPage span{
	font-size:12px;
	color:#002767;
	padding-bottom:10px;
	}
#customPage img{
	padding:0px 10px 5px 0px;
	}



/*-----------------------------------
Footer Elements
-----------------------------------*/

/*****************
Footer Link
*****************/
#footer li{list-style:none;}


/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:40px;
	width:100%;
	background:url(../images/footer-bg.jpg) top left repeat-y;
}
#footerNav{
	float:left;
	margin:12px 0px 10px 30px;
}
#footerNav li{
	display:inline;
	margin:0px 5px;
}


/*****************
Copyrights
*****************/
#copyright{
	clear:both;
	float:left;
	padding-right:15px;
	width:975px;
	background:url(../images/footer-bg.jpg) top left repeat-y;
}
#copyright p{
	float:right;
	margin-top:12px;
	margin-left:3px;
	clear:left;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:right;
	margin:3px 0px 3px 5px;
	height:30px;
	width:43px;
}

/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:970px;}

/**Text Format**/
#innerTitle{color:#FFF; text-align:left;}

/**Title Background**/
#innerTitle{background:#787878;}

/*****************
Inner Content
*****************/
#innerContent{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:2px;
	padding-right:6px;
	/*padding-top:10px;*/
	min-height:568px;
	background:url(../images/inner-curve-bg.jpg) top left no-repeat #fff;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:5px;
}


#innerContent iframe{min-height:500px;}

/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	background-color:#ededed;
	padding:4px;
	margin: 1px 0px;
}
#contentarea-sitemap a:hover{background-color:#E1E1E1;}

.sitemap1 #subLink1, .sitemap1 #subLink7, .sitemap1 #subLink8{
	display:none;
}



/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:center;}
.buildDigi iframe{
	height:500px;
	width:760px;
	overflow:hidden;
padding-top:35px;
}


.tradeIn{text-align:center;}
.tradeIn iframe{
	width:580px;
	height:500px;
}	

/*************************************
More Information Footer Area
*************************************/
#seo p{
	font-size:12px;
	color:#fff;
	padding-bottom:5px;
}
#seo h1{
	font-size:18px;
	color:#fff;
	padding-bottom:5px;
}
#seo h2{
	font-size:14px;
	color:#fff;
	padding-bottom:5px;
}
#seo a{
	text-decoration:none;
	color:#fff;
}
#seo a:hover{
	text-decoration:underline;
	color:#fff;
}

/*************************************
PII Fixes
*************************************/
/**Inventory Result Container**/
#mainSearchTable{margin: 10px auto 0px auto;}

/**Inventory Details Container**/
#mousemovehandler{
	width:750px;
	margin: 10px auto 0px auto;
}
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Inventory Sitemap**/
#piisitemapcontainer{padding-left:20px;}
.pii-usedcars{padding-left:100px;}

.listingPager a {
 color:#06C; 
 text-decoration:underline;
}
.listingPager a:hover {
 text-decoration:underline;
}
.listingPager span{
 color:#333; 
}

/**************************************
OVERRIDES
**************************************/

#subButton4 a{
	background-position:top;
	height:38px;
}

#subButton4 a:hover{
	background-position:top;
	height:38px;
}

/**************************************
PII PAGING CORRECTION
**************************************/

#piitable{padding-left:30px;}
#piitable ul{padding-right:60px;}
.listingPager{
 text-align:right;
 float:right;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	padding:5px 10px;
	width:970px;
	height:90px;
}

#scrollingButtons{background:url(../images/scrolling-bg.jpg) top left repeat-y;}




/*****************
footer buttons
*****************/

#btmbtnwrapper{
	float:left;
	background:url(../images/footer-bg.jpg) top left repeat-y;
	height:110px;
	width:990px;
}
#btmbtn{	
	float:left;
	height:66px;
	width:960px;
	margin:10px 0 0 27px;
}

#btn1, #btn1 a, #btn2, #btn2 a, #btn3, #btn3 a, #btn4, #btn4 a{
	background:no-repeat;
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	height:66px;
	margin-right:28px;
	border:0px solid red;
}
#btn1, #btn1 a{width:210px;}
#btn2, #btn2 a{width:219px;}
#btn3, #btn3 a{width:206px;}
#btn4, #btn4 a{width:210px;}

#btmbtna span{
	position:relative;
	display:none;
	top:10px;
}