@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;
}

/*********************
Phone, Title, Address
*********************/
#phoneNum li, #title li{
	color:#000;
	font-size:14px;
	font-weight:bold;
	
}

#address li{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#title li{text-transform:uppercase;}

/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
	padding-left:33px;
	float:left;
}

/**Bullet Text**/
#bullets a{
	background:top left no-repeat;
	display:block;
	height:16px;
}
#bullets a:hover{background:bottom left no-repeat;}

/*****************
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, #tab5Page #tab5 a
{color:#fff;}

/********************
Sub Navigation Links
********************/
#subNavLinks li{color:#fff;}
#subNavLinks a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;	
}
#subNavLinks a:hover{color:#ff0000;}

.subNavLinksTab1 #subLink1 a:hover{color#fff;}
#subNavLinks li:hover{color:#ff0000;}

/*****************
Footer Navigation
*****************/
#footerNav li{color:#fff;}
#footerNav a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerNav a:hover{text-decoration:underline;}

/*****************
Copyrights
*****************/
#copyright p{color:#fff;}

/*****************
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 #2E2E2E;
	
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	/*padding-top:5px;*/
	width:990px;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Sub Navigation
*****************/
#subNav{
	clear:left;
	float:left;
	width:200px;
	padding:10px;
	/*background:url(../images/sub-nav-bg.png) top left no-repeat;*/
}

#leftNav{
	clear:left;
	float:left;
	width:210px;
	margin:0 auto;
}



/*****************
Main Content
*****************/
#mainContent{
	background:#000;
	float:left;
	margin-bottom:5px;
width:767px;

}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	/*background:url(../images/inner-background.jpg) top left repeat-y;*/
	margin:0px;
	min-height:520px;
	width:100%;
}

/*****************
Footer
*****************/
#footer{clear:both;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Info
*****************/
#info{
	float:left;
	height:70px;
	width:770px;
}

/*****************
Logo
*****************/
#logo{
	float:left;
	height:91px;
	width:183px;
margin-left:20px;
}

/*****************
Logo Text
*****************/
#logo span{display:none;}

/*****************
Logo Image
*****************/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
	height:110px;
	width:220px;
}

/*****************
Make
*****************/
#makeImage span{display:none;}
#makeImage{
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	height:67px;
	width:219px;
margin:15px 0px 0px 20px;

}


/*****************
Phone
*****************/
/**Phone Title/Number**/
#phone{
	float:left;
	margin-top:21px;
	margin:15px 0px 0px 60px;
	}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}
#phone #phoneNum{margin-left:10px;}


/*****************
Address
*****************/
#address{
	float:right;
	/*margin-left:123px;*/
	margin: 5px 10px 0p 0px;


}
#address li{list-style:none;text-align:right;color:#595959;}

/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:10px;
	margin-right:0px;
	/*margin-left:0px;*/

}


/**Spacing**/
#bullets a{padding-left:30px; padding-top:5px;}
#bullets li{margin-bottom:10px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#595959;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#bullets a:hover{color:#ff0000;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	/*background:url(../images/main-nav-bg.jpg) top left repeat-x;*/
	float:right;
	height:35px;
	width:770px;
	margin-top:14px;
	
}
#mainNav{	
	float:right;
	height:35px;
	width:770px;

}

#tab1, #tab1 a, #tab2, #tab2 a, #tab3, #tab3 a, #tab4, #tab4 a, #tab5, #tab5 a{
	background:no-repeat;
	display:block;
	float:left;
	list-style:none;
	text-align:center;
	height:35px;
}
#tab1, #tab1 a{width:139px;}
#tab2, #tab2 a{width:235px;}
#tab3, #tab3 a{width:166px;}
#tab4, #tab4 a{width:109px;}
#tab5, #tab5 a{width:121px;}

#mainNav .on a, #mainNav a:hover, #tab1Page #tab1 a, #tab2Page #tab2 a, #tab3Page #tab3 a, #tab4Page #tab4 a, #tab5Page #tab5 a
{background-position:bottom left;}

#mainNav span{
	position:relative;
	display:none;
	top:10px;
}


/*-----------------------------------
Sub Navigation Elements
-----------------------------------*/
/*****************
Sub Navigation Links
*****************/
#subNavLinks{
	/*background:#fff;*/
	min-height:223px;
	padding:15px 10px 0px 10px;
}
#subNavLinks li{
	list-style:square inside;
	margin-left:5px;
}


/*#tab1Page #subLink6{margin-top:8px;}*/


/**********************
Sub Navigation Buttons
**********************/
#subButtons{
	padding-top:15px;
	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{margin:5px 5px;
}

/*****************
Custom Page
*****************/
#customPage{
	background:#000;
	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;
	}

/*****************
Right Content
*****************/
#rightContent{
	float:right;
	margin:0px 0px 5px 0px;
}

/*****************
Right Buttons
*****************/
#rightContent #rightBtn span{display:none;}
#rightContent #rightBtn {
	display:block;
	margin-bottom:5px;
	margin-right:5px;
	height:80px;
	width:235px;
}

/*****************
Video
*****************/
#rightContent #video{clear:both;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Social Network
*****************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin:2px 0px 0px 0px;
	width:126px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	display:block;
	float:left;
	margin-right:10px;
	height:32px;
	width:32px;
}
#socialNet #net1 a{ 
	width:32px;
}
#socialNet #net2 a{ 
	width:32px;
}

/*****************
Footer Link
*****************/
#footer li{list-style:none;}


/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:40px;
}
#footerNav{
	float:right;
	margin:12px 0px 10px 0px;
}
#footerNav li{
	display:inline;
	margin:0px 5px;
}


/*****************
Copyrights
*****************/
#copyright{
	clear:both;
	float:right;
	margin-top:5px;
	min-width:450px;
}
#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:5px;
	padding-right:5px;
	padding-top:10px;
	background:#fff;
	min-height:557px;
}

/**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;
}

/*************************************
Contact at Once Chat
*************************************/

#chat{
	  float:left;
	  width:150px;
	  height:50px;
	  margin:20px 20px;
}

/*payment cal*/
.payment_head {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:2px;
	line-height:20px;
	}
.payment_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:20px;
	padding:0px 0px 0px 5px;
}
.pmnt_tbox {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color:#ffdbdb;
	height: 18px;
	border: 1px solid #666666;
}
.pmnt_calc {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffdbdb;
	height: 16px;
	border: 1px solid #666666;
	font-weight: bold;
}
/*payment cal*/