@charset "utf-8";
/*------------------------------------------------------------------ 
	[Master Stylesheet] 
-------------------------------------------------------------------*/
/*-----------------------------------
Basic Elements
-----------------------------------*/
/*****************
Body
*****************/
body{
/*	background:url(../images/background.jpg) top left repeat-x #b9b9b9;*/
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
#leftNav{
/*	background-color:#222222;
background-image: url(../images/main-bk.gif);
background-repeat:no-repeat;*/
}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#fff;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	background-color:#FFF;
	padding:10px 0px;
}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	padding-bottom:5px;
	width:260px;
	height:65px;	
}

/**Logo Image**/
#logo a{
	width:260px;
	height:65px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:69px;
	width:259px;
}


/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:7px;
	margin-right:0px;
	width:220px;
	text-align;right;
/*	background-color:#09C;*/
	
}

/**Number Margin**/
#phone #phoneNum{margin-left:10px;}

/**Text Format**/
#phone li{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}
#leftPhone{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	height:60px;
	text-align:center;
}


/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:5px;

	display:inline;
}

/**Spacing**/
#bullets a{padding-left:0px;}
#bullets li{margin-top:0px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
#bullets a:hover{color:#0099cc;}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{background:#256ea4;}

/**Main Navigation Width**/
#mainNav{width:990px;}

/**Tabs Width**/
#tab1, #tab1 a{width:200px;}
#tab2, #tab2 a{width:209px;}
#tab3, #tab3 a{width:229px;}
#tab4, #tab4 a{width:162px;}
#tab5, #tab5 a{width:190px;}

/**Text Format**/
#mainNav a{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/**Hover Text Format**/
#mainNav a:hover, #mainNav .on a{color:#3acafd;}




/*-----------------------------------
Left Navigation Elements
-----------------------------------*/
/**Bullets**/
.leftNavLinks li{
	color:#FFF;
	list-style: none;
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
/*border-bottom:solid;
	border-bottom-color:#949799;
	border-bottom-width:1px;*/
	border-top:solid;
	border-top-color:#949799;
	border-top-width:1px;
	height:23px;
	padding-top:5px;
	padding-left:15px;
	text-align:left;
/*	background-color:#0C9;*/
}

/**Text Format**/
.leftNavLinks a{
	
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:0px;
	text-transform:uppercase;

}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#0099ff;}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
/**Margin/Padding**/
#soba{
	margin-bottom:5px;
	margin-left:5px;
}

/*****************
Right Content
*****************/
/**Margin**/
#rightContent{margin-bottom:5px;}


/*****************
Right SOBA
*****************/
/**Margin**/
#rightSoba{margin-top:5px;margin-right:5px;}

/*****************
Scrolling Buttons
*****************/
/**Background/Margin**/
#scrollingButtons{
	background:#fff;
	
}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{
	/*background:#0073cf;*/
	background-image: url(../images/footer_bk.jpg);
	}

/*****************
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:280px; float:right;}

/**Icons Width**/
#socialNet #net0 a{width:61px;}
#socialNet #net1 a{width:30px;}
#socialNet #net2 a{width:30px;}
#socialNet #net3 a{width:30px;}

/*****************
Address
*****************/
#address{
	width:600px;
	float:left;
	color:#FFF;
	padding-left:12px;
}
/**Text Format**/
#address li{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}


/*****************
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;
}
#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:950px;}*/

/**Text Format**/
#innerTitle{color:#666666;}

/**Title Background**/
#innerTitle{background:#c0d6f0;}


/*****************
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;*/}

/**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;
	padding-top:0px;
	width:990px;
	background-color:#eaeaea;
}

/*****************
Header
*****************/
#header{width:990px;
/*background-image:url(../images/header_bk.jpg);*/
background-color:#FFF;
background-repeat:repeat-y;

}

/*****************
Left Navigation
*****************/
#leftNav{
	float:left;
	width:183px;
	min-height:415px;
	padding-top:10px;
}

#tabLinks1 ,#tabLinks2, #tabLinks3, #tabLinks4, #tabLinks5{
	margin-left:8px;
	margin-right:8px;
	}

/*****************
Main Wrapper
*****************/
#mainWrapper{
	padding:5px 0px;
	background-color:#eaeaea;
	background-image: url(../images/main-bk.gif);
	background-repeat:no-repeat;
}


/*****************
Main Content
*****************/
#main{
	float:right;
	width:807px;
}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
	text-align:center;
	float:left;
	min-height:550px;
	width:100%;	
	background: #FFF url(../images/inner-bk.gif); 
	}
	/*******************
Main Inner Content
*******************/
#mainInnerContent2{
	margin:0px;
	padding:10px 0px;
	background: #FFF url(../images/inner-bk.gif); 
	text-align:center;	
	/*min-height:550px;
	float:left;
	width:100%;	
	background: #FFF url(../images/inner-bk.gif); */
	}

/*****************
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; /*margin-left:233px*/}
#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:right;}
#phone li{list-style:none;}
#phone #title, #phone #phoneNum{ text-align:right;}

/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	

/*	background-position:top;
	list-style:none;
	height:21px;*/
}
#bullets li:hover{
	/*background-position:bottom;*/
	}

/**Bullet Text**/
#bullets a{
	color:#666666;
/*	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: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:bottom left no-repeat;*/
	background:top left no-repeat;
	display:block;
	float:left;
	height:35px;
	}
#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;}


/*****************
Video
*****************/

#video{
	width:235px;
	height:205px;
/*	float:left;
	margin:6px 0px 0px 8px;
	clear:both;*/
}
#rightContent #video{
	width:235px;
	height:205px;
}


/*****************
Scrolling Buttons
*****************/
#scrollingButtons{
	clear:both;
	width:778px;
	/*background-image:url(../images/scrolling-buttons-bg2.jpg);*/
	height:107px;
	padding:8px 9px 5px;
	background-repeat:no-repeat;
	margin-left:6px;
}



/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:42px;
}
#footerNav{
	float:right;
	margin-top:10px;
	height:20px;
	margin-right:10px;
}
#footerNav li{
	display:inline;
	list-style:none;
	margin:0px 2px;
	color:#fff;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:right;
	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;
	width:30px;
}

/*****************
Address
*****************/
#address{
	height:30px;
	padding-top:15px;
}
#address li{
	display:inline;
	list-style:none;
}


/*****************
Copyrights
*****************/
#copyright{
	float:right;
	margin-top:5px;
	min-width:400px;
}
#copyright p{
	float:right;
	margin-top:12px;
	margin-left:3px;
	color:#000;
	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;
}

/*****************
Copyright Wrapper
*****************/
#iconWrapper{
	float:right;
	width:990px;
	height:40px;
	background-color:#666;
	}
#copyrightWrapper{
	float:right;
	width:990px;
	background-color:#fff;
	}


/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	width:795px;
	margin:0 auto;
	float:left;
	clear:right;
	margin-left:5px;
	/*
	background-color:#0C6;
		text-align:left;	
	padding-left:5px;
	*/


	
}

/**Title Background**/
#innerTitle{
	padding:5px;
	font-size:14px;
	margin-bottom:5px;
	margin-right:2px;
}



/*****************
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
*************************************/
/**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 !important;
	/* background-color:#666; */
	
}
.listingPager a{
	color:#2478b1;
	text-align:right;
	
}
#dt_vehicle_info {
text-align:left;	
}

#dt_vehicle_listing{
	
	text-align:right;
}
#dt_vehicle_attribute {
	text-align:left;
}
#dt_vehicle_listing p{
	text-align:right;

}
#dt_vehicle_listing td{
	text-align:right;

}
.vehicleAttribute{
	text-align:left;
}
.vehicleTitle{
	text-align:left;
}	
#matchedSelection {
	text-align:left;
}	
.vehiclePhoto {
		text-align:left;
}	
.detail_options {
text-align:left;
}
.pane_title {
text-align:left;
}
.webpart_content {
text-align:left;
padding-left:10px;
}
#dt_moreinfo_top p {
text-align:left;
}
.dt_moreinfo_white {
text-align:left;
}
.dt_moreinfo_gray {
text-align:left;
}
#innerTitle {
	text-align:left;
}
#customContent{
padding:20px;	
}
#customContent ul{
 margin: 10px 0 5px 40px;
}
#customContent p{
 margin: 0 0 10px 0px;
}




