@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;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*****************
Left Navigation
*****************/
/* #leftNav{background:url(../images/left-nav-bg.png) top left no-repeat #fff;} */
#leftNav{background:url(../images/left-nav-bg.jpg) top left no-repeat #525252;}

/*****************
Main Wrapper
*****************/
#mainWrapper{background-color:#000000;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
background-color:#fff;
background-image:url(../images/maininner-bg.jpg);
background-repeat:repeat-y;

}


/*-----------------------------------
Header Elements
-----------------------------------*/
/*****************
Logo
*****************/
#logo{
	width:427px;
	height:68px;
	margin:22px 0px 0px 10px;		
}

/**Logo Image**/
#logo a{
	width:427px;
	height:68px;
}


/*****************
Make Image
*****************/
#makeImage{
	height:53px;
	width:135px;
	margin-top: 31px;
	margin-left:35px;border:0px solid red;
}

#makeImage a{
	height:53px;
	width:135px;
	
}
/*********************
Phone Title/Number
*********************/
/**Position**/
#phone{
	margin-top:15px;margin-right:10px; width:180px; float:right;border:px solid red;}

/**Number Margin**/
#phoneNum{margin-top:0px;margin-right:0px; width:180px; }
#phoneNum {float:right; text-align:right; }
#phoneNum li{display:inline; }

/**Text Format**/
#phone li{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#phoneNum li{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}

/*****************
Bullets
*****************/
/**Position**/
#bullets{
	margin-top:7px;
	margin-right:0px;border:0px solid red;

}

/**Spacing**/
#bullets a{padding:0 10px;}
#bullets li{margin-bottom:0px;}

/**Placement Side**/
#bullets{float:right;}

/**Text Format**/
#bullets a{
	color:#ffffff;
	font-size:12px;
	font-family:arial;
	text-transform:uppercase;font-weight:bold;
}
#bullets a:hover{color:#23559c}


/*****************
Main Navigation
*****************/
/**Navigation Wrapper Background**/
#mainNavWrapper{margin-top:17px;}

/**Main Navigation Width**/
#mainNav{width:945px;}

#tab1{}
/**Tabs Width**/
#tab1, #tab1 a{width:315px;}
#tab2, #tab2 a{width:315px;}
#tab3, #tab3 a{width:315px;}



/**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:10px 0px 3px 10px;
	
}
.leftNavLinks li{
	background:url(../images/leftnavdiv.png) top left repeat-x;
	color:#013e5d;
	list-style:none;
	text-indent:0px;
	width:147px;
}

/**Text Format**/
.leftNavLinks a{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	line-height:24px;padding-left:12px;
	
}
/**Hover Text Format**/
.leftNavLinks a:hover{color:#d80018;}

#searchTool{
	padding:20px 0px 5px 10px;
}
.form_textbox{
	width:127px;
	height:15px;
}


/*-----------------------------------
Main Content Elements
-----------------------------------*/

/*****************
SOBA
*****************/
#soba{width:774px;margin:3px 0px 3px 3px;background-color:#000;}

/*****************
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-bg.png) top left no-repeat;}

/*-----------------------------------
Footer Elements
-----------------------------------*/
#footerWrapper{background-color:#353535;}

/*****************
Footer Navigation
*****************/
/**Text Format**/
#footerNav a{
	color:#ffffff;
	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:280px;
padding-left:2px;
padding-top:4px;
}

/**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;
	width:300px;
	margin-bottom:5px;border:0px solid red;

}
/**Text Format**/
#address li{
	color:#ffffff;
	font-size:14px;
	font-family:arial;
	
	

}


/*****************
Copyrights
*****************/
/**Text Format**/
#copyright p{color:#000000;}


/***********
SEO AREA
***********/
/**Text Format**/
#seo{
	color:#FFF;
	font-size:12px;
}
#seo p{
	padding:5px 5px 5px 5px;
}

#seo h1{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}
#seo h2{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}
#seo h3{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

/**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:935px;
}

/**Text Format**/
#innerTitle{color:#fff;font-size:12px;}

/**Title Background**/
#innerTitle{
background:#424242;width:757px;

}

#innerContentPII{
	margin:0 auto;
	float:left;
	clear:right;
	padding:5px;
	min-height:525px;
}


/*****************
Site Map
*****************/
/**Background**/
#contentarea-sitemap a{background-color:#ededed;}

/**Hover Background**/
#contentarea-sitemap a:hover{background-color:#E1E1E1;}
#contentarea-sitemap ul{list-style-type:none;
list-style:none;
}
/**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;
}

/*****************
Header
*****************/
#header{
	width:945px;
	min-height:149px;
	background:url(../images/header-bg.jpg) top left repeat-x;
	background-color:#262626;
	
}

/*****************
Left Navigation
*****************/
#leftNav{
	clear:left;
	float:left;
	width:168px;
	min-height:280px;
		
}

/*****************
Main Wrapper
*****************/
#mainWrapper{}


/*****************
Main Content
*****************/
#main{float:left;background-color:#000;}

/*******************
Main Inner Content
*******************/
#mainInnerContent{
	margin:0px;
/*	text-align:center;*/
	min-height:525px;
	width:100%;	
	
}
#mainInnerContentPII{
	margin:0px;
	text-align:left;
	min-height:525px;
	width:100%;	
	background-color:#fff;
}
/*****************
Footer
*****************/
#footer{clear:both;}

#innerContentPIV{
	width:935px;
	margin:0 auto;
	float:left;
	clear:right;
	padding:5px;
	

}


/*-----------------------------------
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 a{
	background:top left no-repeat;
	display:block;
	float:left;
	margin: 0 auto;
}
#makeImage span{display:none;}

/*********************
Phone Title/Number
*********************/
#phone{float:right;}
#phone li{list-style:none;}
#phone #title {float:left;}


/*********************
Bullets
*********************/
/**Bullet Image**/
#bullets li{
	list-style:none;
	height:21px;
	float:right;

}

/**Bullet Text**/
#bullets a{
	background:top left no-repeat;
	display:block;
	height:18px;
	padding-left:30px;border:0px solid red;padding-top:3px;
	

}
#bullets a:hover{
background:bottom left no-repeat;
color:#ff0000;
}

/*****************
Main Navigation
*****************/
#mainNavWrapper{
	clear:both;
	float:left;
	height:33px;
	width:100%;
}
#mainNav{	
	float:right;
	height:33px;
}
#mainNav li{
	float:left;
	list-style:none;
	height:33px;
}
#mainNav a{
	background:top left no-repeat;
	display:block;
	float:left;
	height:33px;
}
#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:right;}


/*****************
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:8px 10px;
	width:925px;
	height:104px;border:0px solid red;

}


/********************
Custom Page Wrapper
********************/
#customPageWrapper{
	width:100%;
	n-height:275px;
	background-color:#fff;
	
}

#customPage{
	float:left;
	width:685px;
	min-height:275px;
	padding-left:5px;margin-top:5px;
	
}


#bottomSoba{
	float:left;
	width:192px;
	height:239px;
	margin-left:15px;
	margin-top:15px;
	padding-left:30px;
}

/*-----------------------------------
Footer Elements DON'T TOUCH
-----------------------------------*/
/*****************
Footer Navigation
*****************/
#footerWrapper{
	clear:both;
	height:40px;
}
#footerNav{
	float:right;
	margin-top:12px;
	margin-right:8px;
}
#footerNav li{
	color:#ffffff;
	display:inline;
	list-style:none;
	margin:0px 2px;
}

/********************
Social Network/Icon
********************/
#socialNet span{display:none;}
#socialNet{
	float:left;
	margin-top:0px;
}
#socialNet li{display:inline;}
#socialNet .netIcon a{
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	height:32px;
}

/*****************
Address
*****************/
#address{
	height:15px;
	padding-top:12px;
}
#address li{
	display:inline;
	list-style:none;
	
}

#toyotacanada {
float:left;
margin-top:5px;
width:150px;
}
#toyotacanadatext{
	float:left;
	margin-top:12px;
	margin-left:10px;
}
#toyotacanadatext li{
	color:#ffffff;
	list-style:none;
	text-align:left;
	font-size:11px;
}
#toyotacanadatext li a{
	color:#ffffff;
}
#toyotacanadatext li a:hover{
	color:#ff0000;
}
/*****************
Copyrights
*****************/
#copyrightWrapper{
	float:right;
	margin-top:5px;
}
#copyright{
	float:left;
	margin-top:12px;
}
#copyright li{
	color:#ffffff;
	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 8px 3px 10px;
	height:30px;
	width:43px;
}




/*-----------------------------------
Main Inner Elements DON'T TOUCH
-----------------------------------*/
/*****************
Inner Content
*****************/
#innerContent{
	width:767px;
	margin:0 auto;
	float:left;
	clear:right;border:0px solid red;
	padding-left:5px;
	
}

#innerContentPII{width:940px;}

/**Title Background**/
#innerTitle{
	padding:5px;
	margin:5px 0 5px 0px;
}



/*****************
Site Map
*****************/
#contentarea-sitemap{
min-height:460px;
padding-left:0px;
padding-right:0px;
}
#contentarea-sitemap a{
	display:block;	
	padding:4px;
	margin: 1px 0px;
}


/*************************************
Build a Car & Digital Brochures Hack
*************************************/
.buildDigi{text-align:left;}
.buildDigi iframe{
	height:500px;
	width:760px;
	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;
}
.listingPager a {
 color:#06C; 
 text-decoration:underline;
}
.listingPager a:hover {
 text-decoration:underline;
}
.listingPager span{
 color:#333; 
}

/*************************************
custom Page
*************************************/


#customPage h1{
	font-family:arial;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
#customPage h2{
	font-family:arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
#customPage p{
	font-family:arial;
	font-size:12px;
	color:#000000;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:justify;
	line-height:18px;
}
#customPage ul{
	font-family:arial;
	font-size:12px;
	color:#000000;
	padding:10px 0px 0px 10px;
		
}

#customPage a{
	font-family:arial;
	font-size:12px;
	color:#0000FF;
	text-decoration:none;
}
#customPage a:hover{
	color:#CC3333;
}
#contactatoncechat{position:absolute; top:0px; left:0px;}
