@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 #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;

}

/*****************
Left Navigation
*****************/
#leftNav{background:url(../images/left-nav-bg.png) top left no-repeat #fff;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#fff;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	margin-top:10px;
	width:366px;
	height:54px;
	margin-left:12px;	
}

/**Logo Image**/
#logo a{
	width:366px;
	height:54px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:54px;
	width:173px;
	margin-top: 12px;
	margin-left:7px;
}




/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:3px;
	/*margin-right:10px;
	margin-left:0px;*/
}

/**Spacing**/
#bullets a{padding:0 10px;}
#bullets li{margin-bottom:0px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#000000;
	font-size:11px;
	font-family:tahoma;
	text-transform:uppercase;
}
#bullets a:hover{color:#23559c}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{width:945px;}

#tab1{}
/**Tabs Width**/
#tab1, #tab1 a{width:175px;}
#tab2, #tab2 a{width:183px;}
#tab3, #tab3 a{width:214px;}
#tab4, #tab4 a{width:169px;}
#tab5, #tab5 a{width:204px;}


/**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;}

#mainNav a span{display:none;}


/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks {
	padding:14px 5px 0px 5px;
	width:158px;
}
.leftNavLinks li{
	background:url(../images/sub-nav-div.png) bottom left repeat-x;
	color:#013e5d;
	list-style:none;
	text-indent:4px;
	width:156px;
	margin:1px 0px 0px 1px;
}

/**Text Format**/
.leftNavLinks a{
	color:#013e5d;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
		
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#000000;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{/*float:left;width:542px;*/}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:0px; height:90px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin**/
#scrollingButtons{background:url(../images/scrolling-btnbg.jpg) top left no-repeat;}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
background:url(../images/footernav-bg.jpg) repeat-x;
height:33px;
}

/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalise;
}

/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{
width:300px;
padding-left:10px;
}

/**Icons Width**/
#socialNet #net1 a{width:32px; height:32px;}
#socialNet #net2 a{width:32px; height:32px;}
#socialNet #net3 a{width:32px; height:32px;}
#socialNet #net4 a{width:32px; height:32px;}
#socialNet #net5 a{width:32px; height:32px;}
#socialNet #net6 a{width:32px; height:32px;}
/*****************
Address
*****************/
#address{
	Margin-right:10px;
	float:right;
	text-align:right;
}
/**Text Format**/
#address li{
	color:#000000;
	font-size:12px;
	font-family:tahoma;
}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#000000;}


/***********
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;}

/**Text Format**/
#innerTitle{color:#fff;
border:0px solid red;
background-color:#424242;
width:753px;
}
#innerTitlereg{color:#fff;}
footerWrapper
/**Title Background**/
/*#innerTitle{
border:1px solid red;
background-color:#424242;
width:753px;
}*/
#innerTitlereg{
background:#424242;
width:746px;
}


/*****************
Site Map
*****************/
/**Background**/
#contentarea-sitemap a{background-color:#ededed;}
#contentarea-sitemap ul{list-style-type:none;}
/**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;


}


/*---------------------------------------------------------------------------------------------------------------------
												DO NOT TOUCH BELOW
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, html, body{margin:0; padding:0;}

/**Flash Outline**/
* object{outline:none;}

/**Links**/
a{outline:none; text-decoration:none;}
li{margin:0; padding:0;}

/**Clearing**/
.clear{clear:both;}
/*-----------------------------------
Basic Elements DON'T TOUCH
-----------------------------------*/
/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	width:945px;
	padding:0px;

}

/*****************
Header
*****************/
#header{
	width:945px;
	min-height:100px;
	background:url(../images/header-bg.jpg) top left repeat-x;
	
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:168px;
	min-height:280px
	/*background:url(../images/header-bg.png) top left no-repeat;*/
}

/*****************
Main Wrapper
*****************/
#mainWrapper{}


/*****************
Main Content
*****************/
#main{float:left;background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
/*	text-align:center;*/
	min-height:525px;
	width:100%;
	background: #fff url(../images/inner-bk.gif);	
}


/**********************
Main Inner Content PII
**********************/
#mainInnerContentPII{
	margin:0px;
	min-height:525px;
	width:100%;
	background:#ffffff;
}

/*****************
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{
	background:no-repeat;
	float:left;
}
#makeImage span{display:none;}

/*********************
Phone, Title, Address
*********************/
#phoneNum li, #title li{
	color:#000;
	font-size:14px;
	font-weight:bold;
	
}

#title li{text-transform:uppercase;}

/*****************
Phone
*****************/
/**Phone Title/Number**/
#phone{
	float:left;
	margin-top:7px;
	margin-left:224px;
	width: 160px;
	

}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}
#phone #phoneNum{margin-left:0px;}


/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
	float:right;
}

/**Bullet Text**/
#bullets a{
	background:top right no-repeat;
	display:block;
	height:21px;
}
#bullets a:hover{background:top right no-repeat;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:35px;
	width:100%;
}
#mainNav{	
	float:right;
	height:35px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:35px;
}
#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:35px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:10px;
}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/



/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{float:left;}


/*****************
Right Content
*****************/
#rightContent{
float:right;
background-color:#000000;
height:270px;
padding-top:0px;
}



/*****************
Video
*****************/
#rightContent #video{
	width:235px;
	height:185px;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	padding:7px 10px;
	width:925px;
	height:115px;

}


/********************
Custom Page Wrapper
********************/
#customPageWrapper{
	width:100%;
	min-height:239px;
	background-color:#fff;
	
}

#customPage{
	float:left;
	width:685px;
	/*min-height:239px;*/
	height:100%;
	padding-left:5px;
	overflow:hidden;	
}

#customPageInner{
	float:left;
	width:685px;
	min-height:239px;
	padding:15px;	
}

#bottomSoba{
	float:left;
	width:192px;
	height:223px;
	margin-left:15px;
	margin-top:15px;
	padding-left:30px;
	
}

/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:33px;

}
#footerNav{
	float:right;
	padding-top:8px;
	margin-right:5px;
	border:0px solid red;
	
	
}
#footerNav ul{
float:right;




}
#footerNav li{
	color:#000000;
	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;
}

/*****************
Address
*****************/
#address{
	height:15px;
	padding-top:2px;
}
#address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:5px;
}
#copyright{
	float:left;
	margin-top:10px;
}
#copyright li{
	color:#000000;
	list-style:none;
	text-align:right;
	font-size:11px;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:3px 10px 3px 10px;
	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;*/
	padding:0px 5px 0px 6px;
}
#innerContentresult{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;	
	padding:16px 0px 16px 13px;

}
#innerContentinv{
	width:760px;
	margin:0 auto;
	float:left;
	clear:right;	
	padding:16px 0px 16px 9px;
}
#innerContentreg{
	width:756px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:10px;
}
#innerContent iframe{
	width:763px;
	margin:0 auto;
	float:left;
	clear:right;
	padding-left:2px;	
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin:5px 0 5px 2px;
}
#innerTitlereg{
	padding:5px;
	margin:5px 0 5px 1px;
}


/*****************
Site Map
*****************/
#contentarea-sitemap{
	min-height:460px;
width:763px;
padding-left:2px;

}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
	
}


/*************************************
Build a Car & Digital Brochures Hack
*************************************/

.buildDigi iframe{
	height:500px;
	width:758px;
	overflow:hidden;

	padding:3px 0px 0px 2px;
	
}


/*************************************
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;}

/**Page Numbers**/
.listingPager{
	text-align:right;
	float:right;
}
.listingPager a {
 color:#06C; 
 text-decoration:underline;
}
.listingPager a:hover {
 text-decoration:underline;
}
.listingPager span{
 color:#333; 
}

#moreinfonew{
float:left;
width:945px;
height:33px;
background:url(../images/footernav-bg.jpg) repeat-x;
}
#moreNav{
	float:right;
	padding-top:8px;
	width:600px;

	
}
#moreNav ul{
float:right;
width:600px;
}
#moreNav li{
	width:600px;
	color:#000000;
	display:inline;
	list-style:none;
	}
/*************************************
custom Page
*************************************/
 

#customPagenew h1{
 font-family:arial;
 font-size:15px;
 color:#000000;
 font-weight:bold;
 padding:12px 0px 0px 5px;
 margin:0px 0px 0px 0px;
}
#customPagenew h2{
 font-family:arial;
 font-size:13px;
 color:#000000;
 font-weight:bold;
 padding:12px 0px 0px 5px;
 margin:0px 0px 0px 0px;
}
#customPagenew p{
 font-family:arial;
 font-size:12px;
 color:#000000;
 padding:12px 0px 0px 5px;
 margin:0px 0px 0px 0px;
 text-align:justify;
 line-height:18px;
}
#customPagenew ul{
 font-family:arial;
 font-size:12px;
 color:#000000;
 padding:12px 0px 0px 5px;
  
}
 
#customPagenew a{
 font-family:arial;
 font-size:12px;
 color:#0000FF;
 text-decoration:none;
}
#customPagenew a:hover{
 color:#CC3333;
}
