@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;*/
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
/*#leftNav{background-color:#be0000;}*/


/*******************
Main Inner Content
*******************/
#mainInnerContent{}




/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	float:left;
	padding-bottom:0px;
	width:220px;
	height:115px;	
}

/**Logo Image**/
#logo a{
	width:220px;
	height:115px;
}

/*****************
Info
*****************/
#info{
	float:right;
	height:80px;
	width:770px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:70px;
	width:100px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:0px;
	margin-left:30px;
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

/*****************
Address
*****************/
/**Position**/
#address{
	margin-left:60px;
	margin-top:5px;
}

/**Text Format**/
#address li{
	color:#000;
	font-size:16px;
	font-weight:bold;
}

/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:7px;
	margin-right:10px;
}

/**Spacing**/
#bullets a{padding-right:30px;}
#bullets li{margin-top:2px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
#bullets a:hover{color:#F00;}

/*****************
Main Navigation
*****************/
/**Navigation Wrapper**/
#mainNavWrapper{width:770px;}

/**Main Navigation Width**/
#mainNav{width:770px;}

/**Tabs Width**/
#tab1, #tab1 a{width:129px;}
#tab2, #tab2 a{width:126px;}
#tab3, #tab3 a{width:228px;}
#tab4, #tab4 a{width:157px;}
#tab5, #tab5 a{width:130px;}

/**Text Format**/
#mainNav a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#F00;}


/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Background**/
.leftNavLinks{
/*	background:#be0000;*/
	
	}

/**Bullets**/
.leftNavLinks li{
	color:#FFF;
	list-style:inside;
	border-bottom:solid;
	border-bottom-color:#FFF;
	padding-top:10px;
	border-bottom-width:1px;
	list-style-type:none;
}

/**Text Format**/
.leftNavLinks a{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#df0a0a;}


/**********************
Left Buttons
**********************/
/**Margin Button**/
#leftBtn{margin-bottom:0;}

/*-----------------------------------
Main Content Elements
-----------------------------------*/
/*****************
SOBA
*****************/
/**Width Height**/
#soba{
	float:right;
	width:770px;
	height:315px;
}

/*****************
Custom Page
*****************/
/**Background**/
#customPage{background:#FFF;}

/*-----------------------------------
Bottom Buttons
-----------------------------------*/
#bottomNav{
	clear:both;
	padding-top:10px;
}

/**Width**/
#bottomButtons li{width:225px; padding-left:12px;}
#bottomButtons a{width:225px;}

/**Resetting Margin**/
#bottomButtons #bottomBtn4{margin-right:0px;}


/*-----------------------------------
Footer Elements
-----------------------------------*/
/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav li{color:#333;}
#footerNav a{
	color:#333;
	font-size:12px;
	font-weight:bold;
}
/**Hover Text Format**/
#footerNav a:hover{text-decoration:underline; color:#F00;}


/********************
Social Network/Icon
********************/
/**Container Width**/
#socialNet{width:210px;}

/**Icons Width**/
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#fff;}


/***********
SEO Area
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:16px;
}

/**Link Format**/
#seo a{color:#fff;}
#seo a:hover{text-decoration:underline;}




/*-----------------------------------
Main Inner Elements
-----------------------------------*/
/*****************
Inner Content
*****************/
/**Width**/
#innerContent{width:970px; background-color:#FFF; margin-top:12px;}

/**Text Format**/
#innerTitle{color:#FFF; font-size:13px;}

/**Title Background**/
#innerTitle{background:#be0000;}


/*****************
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;
	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;
	background-image:url(../../resources/images/main_back.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	padding:10px;
	width:990px;
}
#wrapper_inner{
	margin: 0 auto;
	background-image:url(../../resources/images/main_back2.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	padding:10px;
	width:990px;
}
/*****************
Header
*****************/
#header{width:990px;}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:220px;
	min-height:241px;
}

/*****************
Main Content
*****************/
#mainContent{
	float:left;
	margin-bottom:5px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	min-height:525px;
	width:100%;	
}

/*****************
Footer
*****************/
#footer{
/*	clear:both;*/
	margin: 0 auto;
	width:990px;
	}



/*-----------------------------------
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:left;}
#phone li{list-style:none;color:#FFF;}
#phone #title, #phone #phoneNum{float:left;}

/*********************
Address
*********************/
#address{float:left;}
#address li{list-style:none; color:#FFF;}

/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
}

/**Bullet Text**/
#bullets a{
	background:top right no-repeat;
	display:block;
	height:21px;
}
#bullets a:hover{background:bottom right no-repeat;}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	float:right;
	height:35px;
}
#mainNav{	
	float:right;
	height:35px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:35px;
	text-transform:uppercase;
}
#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
-----------------------------------*/
/***********************
Left Navigation Links
************************/
.leftNavLinks{min-height:241px; width:200px;}

/***********************
Left Buttons
************************/
#leftBtn span{display:none;}
#leftBtn{
	background:top left no-repeat;
	display:block;
	float:left;
	margin-top:5px;
	height:70px;
	width:220px;
}
#leftBtn:hover{background:bottom left;}


/*-----------------------------------
Bottom Buttons
-----------------------------------*/
#bottomButtons{
	padding-top:5px;
	width:100%;
	height:190px;
}
#bottomButtons li{
	float:left;
	list-style:none;
	margin-right:10px;
	height:190px;
}
#bottomButtons a{
	background:top left no-repeat;
	display:block;
	height:190px;
	width:220px;
}
#bottomButtons a:hover{background:bottom left;}
#bottomButtons span{display:none;}

/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	/*clear:both;*/
	float:left;
	height:60px;
	width:990px;
	margin-top:10px;
	background-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;
	color:#333;
}

/**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;
	margin-top:10px;
	padding-left:5px;
}

/**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:500px;
	width:780px;
	overflow:hidden;
}


/*************************************
Trade In Value
*************************************/
.tradeIn{text-align:center;}
.tradeIn iframe{
	width:580px;
	height:500px;
}	


/*************************************
PII Fixes
*************************************/
/**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;
}
#dt_vehicle_listing{
	
	text-align:right;
}

#dt_vehicle_listing p{
	text-align:right;

}
#dt_vehicle_listing td{
	text-align:right;

}
#panel
{
width:760px;
height:100%;
margin:0px;
clear:both;
z-index:-1;
background-color:#fff;
}
