@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;
	/*text-align:left;*/
}

/**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:#fff;
	font-size:18px;
	font-weight:bold;
	
}

#address li{
	color:#fff;
	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:21px;
}
#bullets a:hover{background:bottom left no-repeat;}

/*****************
Main Navigation
*****************/
#mainNav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	/*text-align:center;*/
}
#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:#17375e;}
#subNavLinks a{
	color:#17375e;
	font-size:12px;
	font-weight:bold;
	text-transform:none;	
}
#subNavLinks a:hover{color:#005bc9;}

.subNavLinksTab1 #subLink1 a:hover{color#fff;}

/*****************
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
*****************/
#contentarea-sitemap{
	color:#999;
	font-size:80%;
 	text-align:left;	
}
#contentarea-sitemap a{
	color:#333;
	font-size:13px;
	text-decoration:none;
}


/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	background:url(../images/background.jpg) top left repeat-x #0e3775;
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	/*padding-top:5px;*/
	width:990px;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Sub Navigation
*****************/
#subNav{
	clear:left;
	float:left;
	width:215px;
	margin-right:5px;
}

#leftNav{
	clear:left;
	float:left;
	width:220px;
}



/*****************
Main Content
*****************/
#mainContent{
	background:#fff;
	float:left;
	margin-bottom:5px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background:url(../images/inner-background.png) top left repeat-y;
	margin:0px;
	/*text-align:center;*/
	min-height:520px;
	width:100%;
	
}

/*****************
Footer
*****************/
#footer{clear:both;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Info
*****************/
#info{
	float:left;
	height:70px;
	width:770px;
}

/*****************
Logo
*****************/
#logo{
	float:left;
	height:110px;
	width:220px;
}

/*****************
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:#F00;*/
	height:70px;
	width:200px;

}


/*****************
Phone
*****************/
/**Phone Title/Number**/
#phone{
	float:left;
	margin-top:18px;
	/*margin-left:10px;*/
}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}
#phone #phoneNum{margin-left:10px;}


/*****************
Address
*****************/
#address{
	float:left;
	margin-left:70px;
	margin-top:10px;
}
#address li{list-style:none;}

/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:3px;
	/*margin-right:10px;*/
	margin-left:90px;
}

/**Spacing**/
#bullets a{padding-left:30px;}
#bullets li{margin-bottom:7px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#fffc00;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	background:url(../images/main-nav-bg.jpg) top left repeat-x;
	float:right;
	height:35px;
	width:77%;
	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:152px;}
#tab2, #tab2 a{width:130px;}
#tab3, #tab3 a{width:246px;}
#tab4, #tab4 a{width:114px;}
#tab5, #tab5 a{width:128px;}

#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;
}
ul{
margin-left: 10PX;
}

/*#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{margin:5px 5px;}

/*****************
Custom Page
*****************/
#customPage{
	background:#FFF;
	float:left;
	min-height:318px;
	
	padding:5px 10px;
}
#customPage li{
	/*ist-style:none;*/
	
}



/*****************
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:70px;
	width:235px;
}

/*****************
Video
*****************/
#rightContent #video{clear:both;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Social Network
*****************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin:5px 0px 0px 0px;
	width:310px;
}
#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;
}
#socialNet #net3 a{ 
	width:32px;
}
#socialNet #net4 a{ 
	width:32px;
}
#socialNet #net5 a{ 
	width:32px;
}
#socialNet #net6 a{ 
	width:32px;
}

#socialNet #net7 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:400px;
}
#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;}

/**Title Background**/
#innerTitle{background:#787878;}

/*****************
Inner Content
*****************/
#innerContent{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:5px;
	padding-top:10px;
}

/**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;
}


.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;*/
	margin: 0 auto;
}
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Inventory Sitemap**/
#piisitemapcontainer{padding-left:20px;}
.pii-usedcars{padding-left:100px;}


/**************************************
OVERRIDES
**************************************/
/*#dt_vehicle_listing p {
	text-align:right;
	}*/

/**************************************
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:130px;
	  margin:20px 20px;
}

