@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
	TKCarsites - CSS Document
	Website: http://www.tkcarsites.com/
-------------------------------------------------------------------*/
/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
	background:url(../images/background.jpg) top left repeat-x #131313;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{background-color:transparent;}

/*****************
Main Content
*****************/
#mainContent{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:transparent;}




/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	padding-bottom:5px;
	width:260px;
	height:70px;	
}

/**Logo Image**/
#logo a{
	width:200px;
	height:77px;
}


/*****************
Make Image
*****************/
#makeImage{
	height: 78px;
	width: 246px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:15px;
	margin-left:30px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

/*****************
Address
*****************/
/**Position**/
#address{
	margin-left:100px;
	margin-top:18px;
}

/**Text Format**/
#address li{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:5px;
	margin-right:10px;
	width: 300px;
}

/**Spacing**/
#bullets a{padding-left:30px;}
#bullets li{margin-top:7px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#be0000;}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{background:#be0000;}

/**Main Navigation Width**/
#mainNav{width:990px;}

/**Tabs Width**/
#tab1, #tab1 a{width:171px;}
#tab2, #tab2 a{width:150px;}
#tab3, #tab3 a{width:317px;}
#tab4, #tab4 a{width:203px;}
#tab5, #tab5 a{width:149px;}

/**Text Format**/
#mainNav a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#fff;}




/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Background**/
.leftNavLinks{background:transparent;}

/**Bullets**/
.leftNavLinks li{
	color:#FFF;
	list-style:inside;
	list-style: none;
	padding-top:3px;
}

/**Text Format**/
.leftNavLinks a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#B71818;}

#tabLinks1 #leftLink1{/*list-style:none;*/}
#tabLinks1 #leftLink1 a:hover{
	/*cursor:text;*/
	/*color:#FFF;*/
}
#tabLinks1{
	
}

/**********************
Left Buttons
**********************/
/**Height/Margin**/
#leftButtons a{
	height:90px;
	margin-bottom:5px;
}
/**Resetting Last Button Margin**/
#leftButtons #leftButton3 a{margin-bottom:0px;}




/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
Right Content
*****************/
/**Background**/
#rightContent{background:#FFF;}

/*****************
Right Buttons
*****************/
/**Margin Buttom**/
#rightContent #rightBtn{margin-bottom:10px;}





/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
/**Hover Text Format**/
#footerNav a:hover{color:#C00;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:240px;}

/**Icons Width**/
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}
#socialNet #net4 a{width:30px;}

/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#fff;}


/***********
SEO AREA
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}
#seo p{
	padding-bottom:10px;
}

#seo h1{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
#seo h2{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#seo h3{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}

/**Lists**/

#seo li{list-style-position:inside;}

/**Link Format**/
#seo a{
	color:#fff;
	text-decoration:underline;
}

#seo a:hover{
	text-decoration:underline;
}


/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{
	width:970px;
	background: #ffffff;
}

/**Text Format**/
#innerTitle{color:#FFF;}

/**Title Background**/
#innerTitle{background:#be0000;}


/*****************
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 li{
	list-style: none;
}












/*---------------------------------------------------------------------------------------------------------------------
												DO NOT TOUCH BELOW
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, 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;}




/*-----------------------------------
Basic Elements DON'T TOUCH
-----------------------------------*/
/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	padding-top: 0px;
	width:990px;
}

/*****************
Header
*****************/
#header{width:990px;}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:220px;
}

/*****************
Main Content
*****************/
#mainContent{
	float:left;
	margin-bottom:5px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:520px;
	width:100%;
}

/*****************
Footer
*****************/
#footer{clear:both;}



/*-----------------------------------
Header Elements DON'T TOUCH
-----------------------------------*/
/*****************
Logo
*****************/
#logo{float:left;}

/**Logo Image**/
#logo a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
}

/**Logo Text**/
#logo span{display:none;}


/*****************
Make Image
*****************/
#makeImage{float:left;}
#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:right;}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}

/*********************
Address
*********************/
#address{float:left; margin-top: 10px;}
#address li{list-style:none;}

/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	background-position:top;
	list-style:none;
	height:21px;
	float: left;
	padding-left: 20px;
}
#bullets li:hover{background-position:bottom;}

/**Bullet Text**/
#bullets a{
	background:top left no-repeat;
	display:block;
	height:21px;
}
#bullets a:hover{background:bottom left no-repeat;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:37px;
	width:100%;
}
#mainNav{	
	float:right;
	height:37px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:37px;
}
#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:37px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:10px;
}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/
/***********************
Left Navigation Links
************************/
.leftNavLinks{min-height:220px;margin-top: 20px;}

/***********************
Left Buttons
************************/
#leftButtons{height:280px;}
#leftButtons li{
	list-style:none;
	display:inline;
}
#leftButtons a{
	background:top left no-repeat;
	display:block;
	height:90px;
	margin-bottom:5px;
}
#leftButtons span{display:none;}
#leftButtons a:hover{background-position:bottom left;}




/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
Custom Page
*****************/
#customPage{
	float:left;
	min-height:240px;
	width:495px;
	overflow-x:hidden;
	background-color: #fff;
	padding: 20px;
}

/*****************
Right Content
*****************/
#rightContent{float:right;}

/*****************
Right Buttons
*****************/
#rightContent #rightBtn span{display:none;}
#rightContent #rightBtn{
	display:block;
	height:70px;
	width:235px;
}
#rightBtn:hover{
	background-position: left bottom;
}
/*****************
Video
*****************/
#rightContent #video{clear:both;}




/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:40px;
	color: #FFF;
}
#footerNav{
	float:right;
	margin-top:12px;
}
#footerNav li{
	display:inline;
	list-style:none;
	margin:0px 2px;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin-top:5px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
}

/*****************
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 DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:5px;
	min-height:515px;
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:5px;
}



/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
}


/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:center;}
.buildDigi iframe{
	height:480px;
	width:755px;
	overflow:hidden;
}


/*************************************
Trade In Value
*************************************/
.tradeIn{text-align:center;}
.tradeIn iframe{
	width:580px;
	height:500px;
}	


/*************************************
PII Fixes
*************************************/
/**Inventory Result**/
#mainSearchTable{margin: 0 auto;}

/**Details**/
#mousemovehandler{
	width:750px;
	margin: 0 auto;
}
/**Email in Details**/
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Details Container**/
#mousemovehandler{
                width:750px;
                margin: 0 auto;
}

#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}
#mainSearchTable .listingPager td{text-align:right;}

#piitable{padding-left:30px;}
#piitable ul{padding-right:60px;}
.listingPager{
                text-align:right;
                float:right;
}
