@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 #979797;*/
	background:url(../images/bg.jpg) top left repeat-x #979797;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*Remove dotted lines*/

:focus {
  -moz-outline-style: none;
}
a {
   outline: none;
}

/*****************
Left Navigation
*****************/
#leftNav{}

/*****************
Main Wrapper
*****************/
#mainWrapper{
	background-color:#fff;
	float:right;
	height:100%;
	}

/*******************
Main Inner Content
*******************/
#mainInnerContent{background-color:#fff;}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	width:375px;
	height:112px;
	padding-left:7px;
}

/**Logo Image**/
#logo a{
	width:375px;
	height:112px;
}

/*****************
Info Area
*****************/
#info{
	height:122px;
	}

/*****************
Make Image
*****************/
#makeImage{
	height:70px;
	width:0px;
	margin:30px 0px 0px 0px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	 margin:0px 20px 0px 0px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:0px;}

/**Text Format**/
#phone li{
	color:#000;
	font-size:20px;
	font-weight:bold;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-right:20px;
}

/**Spacing**/
#bullets a{padding-left:20px;}
#bullets li{margin-top:5px;}


/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#000;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#be0000;}



/****************
Hours_Contact
****************/
#hours_contact{
	width:260px;
	height:24px;
	float:right;
	margin:4px 20px 0px 0px;
	text-align:right;
}
#hours_contact a{
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	text-align:right;
}
#hours_contact a:hover{
	color:#be0000;
}



/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{}

/**Main Navigation Width**/
#mainNav{
	width:958px;
	margin-left:7px;
	}

/**Tabs Width**/
/*#tab1, #tab1 a{width:110px;}
#tab2, #tab2 a{width:110px;}
#tab3, #tab3 a{width:140px;}
#tab4, #tab4 a{width:150px;}
#tab5, #tab5 a{width:120px;}
#tab6, #tab6 a{width:120px;}*/

/**Text Format**/
#mainNav a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#fff;}

#mainNav a span{}

/******************************************
Dropdown CSS
******************************************/
/**Tabs Width**/
#tab1{
	padding-bottom:12px;
	padding-top:17px;
	width:115px;
	}
#tab2{
	width:100px;
	padding-bottom:12px;
	padding-top:17px;
	}
#tab3{
	width:130px;
	padding-bottom:12px;
	padding-top:17px;
	}
#tab4{
	width:134px;
	padding-bottom:12px;
	padding-top:17px;
	}
#tab5{
	width:175px;
	padding-bottom:12px;
	padding-top:17px;
	}


ul.topnav {
	list-style: none;
	padding: 0px 0px 0px 25px;
	/*margin-left:7px;*/
	float: left;
	width: 952px;
	/*background: #222;*/
	font-size: 13px;
	position:relative;
	z-index: 50;
	/*background: url(topnav_bg.gif) repeat-x;*/
}

ul.topnav li {
	float: left;
	margin: 0px 28px 0 0;
	padding: 0px 0px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	font-size:13px;
	/*padding: 14px 0px 15px 5px;*/
	padding: 12px 0px 7px 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	/*float: left;*/
	background: url(../images/main-nav-bg.png) no-repeat top left;
	text-align: center;
	/*height: 13px;*/
	vertical-align: middle;
}
ul.topnav li a:hover{
	background: url(../images/main-nav-bg.png) no-repeat bottom left;
	/*padding: 14px 0px 15px 5px;*/
	padding: 12px 0px 7px 0px;
	display: block;
	/*height: 13px;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 31px;
	height: 42px;
	float: left;
	background: url(../images/main-nav-arrow.png) no-repeat top left;
}
ul.topnav li span.subhover {background-position: bottom left; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #970004;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100%;
	border: 1px solid #111;
	z-index: 10000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #a62427; /*--Create bevel effect--*/
	border-bottom: 1px solid #a62427; /*--Create bevel effect--*/
	clear: both;
	width: 100%;
}
html ul.topnav li ul.subnav li a {
	/*float: left;
	width: 145px;*/
	background: #970004 9px center;
	/*background: #970004 url(../images/dropdown_linkbg.gif) no-repeat 9px center;*/  /*--Dropdown Arrow--*/
	padding-left: 8px;
	text-align:left;
		font-size:11px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #770003 9px center;
	/*background: #770003 url(../images/dropdown_linkbg.gif) no-repeat 9px center;*/ /*--Dropdown Arrow--*/
}

.floatLeft{
	float: left;
}
/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#727272;
	list-style:none;
}

/**Text Format**/
.leftNavLinks a{
	color:#727272;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#000;}

/*************************************
Search Inventory
*************************************/
#searchInventory{
	/*background:url(../images/search-inventory-bg.png) top left repeat-x #fff;*/
	background:url(../images/search-inventory-bg.png);
	background-repeat:no-repeat;
	width:202px;
	height:243px;
	margin-bottom:5px;

	}

#quickSearch_tool{
	width:201px;
	height:155px;
	float:left;
	padding-bottom:25px; 
}
#keywordSearch{
	width:201px;
	/*height:75px;*/
	float:left;
}
#searchTool{
	/*padding-top:25px;*/
	margin-left:13px;
	/*margin-top:25px;*/
	
}

.quickSearch_selector:hover {
color:#000;
}

.quickSearch_selector {
font-family:arial;
font-size:8px;
width:170px;
}
	
/*************************************
Quick Contact
*************************************/
#quickContact{
	background:url(../images/quick-contact-bg.png) top left repeat-x #fff;
	width:202px;
	height:283px;
	margin-bottom:5px;
	}
	
/*************************************
Service & Parts Buttons
*************************************/
#serviceParts{
	background:url(../images/product-section-bg.png) top left no-repeat;
	width:194px;
	height:228px;
	margin-bottom:5px;
	padding:11px 4px 4px 4px;
	}

#serviceParts h1{
	margin-left:4px;
	margin-bottom:14px;
	}
#serviceParts span{display:none;}

#serviceParts li{
	margin-bottom:1px;
	list-style:none;
	float:left;
	}

#serviceParts a{
	background:top left no-repeat;
	display:block;
	height:40px;
	width:194px;
}

#serviceParts a:hover{
	background-position:bottom left;
	}
	
/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{
	margin-bottom:5px;
	margin-right:7px;
	}


/*****************
LEFT SOBA
*****************/
/**Margin**/
#leftSoba{margin-top:5px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin
#scrollingButtons{background:url(../images/product-bg.jpg) top left repeat-x #fff;}**/

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
	background:url(../images/footerWrapper-bg.png) top left repeat-x;
	}

/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:320px;}

/**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;}
#socialNet #net7 a{width:32px;height:32px;}

/*****************
Address
*****************/
#address{
	width:300px;
	float:right;
	text-align:right;
}
/**Text Format**/
#address li{
	color:#000;
font-weight:bold;
	font-size:12px;
}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#000;}


/***********
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;
}

/**Link Format**/
#seo a{color:#fff;text-decoration:underline;}
#seo a:hover{text-decoration:underline;}




/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:962px;}

/**Text Format**/
#innerTitle{color:#FFF;}

/**Title Background**/
#innerTitle{background:#970004;}


/*****************
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;
}





/*---------------------------------------------------------------------------------------------------------------------
												DO NOT TOUCH BELOW
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------
Reset DON'T TOUCH
-----------------------------------*/
*, html, body{
	margin:0;
	padding:0;
	/*text-align:left;*/
	}

/**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
-----------------------------------*/
/*****************
Container
*****************/
#container{
	margin: 0 auto;
	width:984px;
	background:url(../images/wrapper-bg.png) top left repeat-y;
}

/*****************
Wrapper
*****************/
#wrapper{
	margin: 0 auto;
	width:972px;
	background:#fff;
}

/*****************
Header
*****************/
#header{
	width:972px;
	min-height:168px;
	background-color:#fff;
	position:relative;
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:202px;
	margin: 0px 5px 0px 7px;
	min-height:500px;
}

/*****************
Main Wrapper
*****************/
#mainWrapper{}


/*****************
Main Content
*****************/
#main{float:right;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:525px;
	width:100%;
	background-color:#FFFFFF;	
}

#mainInnerContentPII{
	margin:0px;
	text-align:left;
	min-height:525px;
	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{
	background:no-repeat;
	float:left;
}
#makeImage span{display:none;}

.iSpeak{
	background:no-repeat;
	float:left;
	height: 60px;
	width: 45px;
	display: inline;
	margin: 60px 10px 0 0;
}
.iSpeak li a{ 
	text-decoration:none;
}
.iSpeak span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{
	float:right;
	/*margin-top:24px;*/
}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{float:left;}


/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	float:left;
color:#000000;
}
#bullets li:hover{background-position:bottom;}

#bullets li #bulletsDivider{
	padding:0px 5px 0px 5px;
	color:#000000;
}

/**Bullet Text**/
#bullets a{
	display:block;
}
#bullet a:hover{background:bottom left no-repeat;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:38px;
	width:100%;
	z-index: 10000;
	/**background:url(../images/main-nav-wrapper-bg.png) top left repeat-x;**/
}
#mainNav{	
	float:left;
	height:38px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:38px;
}
#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:38px;
}
#mainNav a:hover, #mainNav .on a{background-position:bottom left;}
#mainNav span{
	position:relative;
	top:19px;
}



/*-----------------------------------
Left Navigation Elements DON'T TOUCH
-----------------------------------*/



/*-----------------------------------
Main Content Elements DON'T TOUCH
-----------------------------------*/
/*****************
SOBA
*****************/
#soba{
	float:left;
	margin:0px 5px 0px 0px;
	}
	
#small1Soba{
	
	margin:2px 5px 9px 0px;
	}
	
#small2Soba{
	float:left;
	margin:7px 5px 0px 0px;
	}

#small3Soba{
	float:left;
	margin:5px 5px 0px 0px;
	}

/*****************
Right Content
*****************/
#rightContent{float:right;}



/*****************
Video
*****************/
#rightContent #video{
	width:277px;
	height:241px;
	margin:0px 7px 0px 0px;
	border: solid 1px #CCC;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	padding:5px 10px 9px 10px;
	width:728px;
	height:122px;
	float:right;
	margin: 0px 8px 5px 0px;
}
#scrollingButtonsHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 7px 6px 0px 0px;
	width:731px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: solid 1px #868686;
	}

/********************
Featured Videos Wrapper
********************/
#featuredVideosWrapper{
	width:100%;
	min-height:250px;
	background:#000;
color:#fff;
}

#featuredVideos{
	clear:both;
	padding:10px 0px;
	width:728px;
	/*float:right;*/
	margin: 0px 5px 5px 4px;
	min-height:230px;
color:#fff;
	
	}
#featuredVideosHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 7px 6px 0px 0px;
	width:731px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: solid 1px #868686;
color:#000;
	}
	
/********************
Spotlight Specials
********************/
#spotlightSpecialsWrapper{
	width:100%;
	min-height:250px;
	background:#FFF;
	}

#spotlightSpecials{
	width:737px;
	/*float:left;*/
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:232px;
	overflow: hidden;
	}

#spotlightSpecialsHeader{
	padding:10px 5px 0px 11px;
	margin: 4px 3px 0px 3px;
	width:731px;
	height:20px;
	/*float:right;*/
	clear:both;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: 1px solid #868686;
	}

#spotFrame{
	width:740px;
	min-height:232px;
	margin-top:5px;
}

#serviceCoupon_viewAll{
	/*width:80px;*/
	height:18px;
	float:right;
	margin-top:-12px;
	padding-right:10px;
}

#serviceCoupon_viewAll a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	text-align:right;
}

#serviceCoupon_viewAll a:hover{
	color:#C00;
}
	
/********************
Service Coupons Wrapper
********************/
#serviceCouponsWrapper {
	min-height:250px;
	width:733px;
	clear:both;
}

#serviceCoupons{
	clear:both;
	padding:5px 10px 5px 10px;
	width:731px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:252px;
	background:url(../images/service-coupons-bg.png) top left no-repeat #000;
	}
#serviceCouponsHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 0px 6px 0px 0px;
	width:731px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: 1px solid #868686;
	}

/********************
Featured Coupons
********************/

#flash_FeaturedSpecials{
	padding:10px 0px 10px 80px;
	clear:both;
}




/********************
Custom Page Text Area
********************/
#customPageWrapper{
	width:100%;
	min-height:208px;
	background:#FFF;
}

#customPage{
	clear:both;
	padding:10px 25px 10px 25px;
	width:701px;
	float:right;
	margin: 0px 7px 5px 0px;
	min-height:177px;
	
	}
#customPage h1{
	color:#000;
	font-size:14px;
	font-weight:bold;
	}
#customPage p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
	}
#customPage a{
	color:#00b4ff;
	font-size:12px;
	}
#customPage a:hover{
	text-decoration:underline;
	}
#customPageHeader{
	clear:both;
	padding:10px 5px 0px 11px;
	margin: 0px 6px 0px 0px;
	width:731px;
	height:20px;
	float:right;
	text-align:left;
	background:url(../images/product-header-bg.png) top left repeat-x #970004;
	border: solid 1px #868686;
	}

/**************************
Custom Page Inner
**************************/
#custom-page{
	margin:10px;
	text-align:left;
}
#custom-page h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	}
#custom-page p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
	}
#custom-page a{
	color:#6e6e6e;
	font-size:12px;
	}
#custom-page a:hover{
	text-decoration:underline;
	}

#innerContentCustom{
	margin:0 auto;
	float:left;
	clear:right;
	padding:15px;
	background:#fff;
	min-height:525px;
}
#innerContentCustom h1{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	}
#innerContentCustom p{
	color:#000;
	font-size:12px;
	padding-bottom:10px;
	}
#innerContentCustom a{
	color:#6e6e6e;
	font-size:12px;
	}
#innerContentCustom a:hover{
	text-decoration:underline;
	}


/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:30px;
}
#footerNav{
	float:right;
	margin-top:8px;
	margin-right:15px;
}
#footerNav li{
	display:inline;
	list-style:none;
	margin:0px 2px;
	color:#fff;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin-top:5px;
	margin-left:5px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	height:30px;
}

/*****************
Address
*****************/
#address{
	padding-top:5px;
	padding-right:20px;
}
#address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:5px;
	margin-right:15px;
}
#copyright{
	float:left;
	margin-top:8px;
}
#copyright li{
	color:#000;
	list-style:none;
	text-align:right;
}

/**TK Logo**/
#tkLogo span{display:none;}
#tkLogo img{border:none;}
#tkLogo{
	display:block;
	float:left;
	margin:3px 0px 3px 20px;
	height:30px;
	width:43px;
}


/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	margin:0 auto;
	float:left;
	clear:right;
	padding:5px;
	/*background:#fff;*/
	min-height:525px;
	/*text-align:left;*/
}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin-bottom:15px;
	text-align:left;
}



/*****************
Site Map
*****************/
#contentarea-sitemap{min-height:460px;}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
	
}
#contentarea-sitemap ul{
	list-style:none;
}


/*************************************
Build a Car & Digital Brochures Hack
*************************************/

.buildDigi{text-align:center;}
.buildDigi iframe{
	height:500px;
	width:760px;
	overflow:hidden;
	text-align:center;
}


/*************************************
Trade In Value
*************************************/
.tradeIn{text-align:center;}
.tradeIn iframe{
	width:580px;
	height:500px;
}	


/*************************************
PII Fixes
*************************************/
/**Inventory Result**/
#mainSearchTable{margin: 0 auto;}

/**Details**/
#mousemovehandler{
	/*width:959px;*/
	/*margin: 0 auto;*/
}
/**Email in Details**/
#VehicleDetailsPanel_WebPartAccordion_DealerContactInformationPlaceHolder a{word-wrap:break-word;}

/**Page Numbers**/
#piitable{padding-left:30px;text-align:left;}
#piitable ul{padding-right:60px;}
.listingPager{
 text-align:right;
 float:right;
}

.cPageTitle{
	background: url("http://piv.tkcarsites.com/images/piv_title_bar.png") no-repeat scroll left top transparent;
	height: 45px;
	width: 98.5%;
	text-align:left;
	font-family: Arial, Sans-serif;
	text-transform: none;
	margin: 12px auto 5px;
	padding: 7px 0px 0px 10px;
}
	
/*form#form1{display:none;}*/
