/*****
	local/ford.css
	
	This file contains all the rules unique to the directford site. Where appropriate all id's & classes should be kept generic so rules can be applied fromn these local files

*****/

/*****
	NICKD:
	
		This controls the color of the left hand banner highlights (Vehicle Search) etc.

*****/
.top10 a {color:#ffffff!important;text-decoration:none; background-color:#005AA6;}
.ac_left_title {color:#FFFFFF!important; background-color:#005AA6;}
.ac_left_title a {color: #FFFFFF!important; background-color: #005AA6;}
.top10 a:hover {color:#FFFFFF!important;text-decoration:none!important;}

/*****
	NICKD:
	
		1) Moved these from user.css as they are unique/local to ford
		2) The id's are applied to the <li> so I added a reference to the <a> to your rules 
		   (having ID's higher up lends more control i.e. <li id="fiesta"><a.... enables the targetting of the <li> and the <a>
		3) Please note that there are also 3 further models: Ranger Thunder, S-Max & Transit listed
	
*****/

/* MODEL LIST OFF STATE */
#m_1007 a{ background-image:url(/images/models/1007.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_107 a{ background-image:url(/images/models/107.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_206 a{ background-image:url(/images/models/206.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_207 a{ background-image:url(/images/models/207.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_307 a{ background-image:url(/images/models/307.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_308 a{ background-image:url(/images/models/308.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_4007 a{ background-image:url(/images/models/4007.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_407 a{ background-image:url(/images/models/407.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_607 a{ background-image:url(/images/models/607.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_807 a{ background-image:url(/images/models/807.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_boxer a{ background-image:url(/images/models/boxer.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_expert a{ background-image:url(/images/models/expert.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_partner a{ background-image:url(/images/models/partner.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_3008 a{ background-image:url(/images/models/3008.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_bipper a{ background-image:url(/images/models/bipper.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_rcz a{ background-image:url(/images/models/rcz.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_5008 a{ background-image:url(/images/models/5008.jpg); background-repeat:no-repeat; background-color:#fafafa; }


/* ### MODEL LIST OVER STATE ### */
#m_1007 a:hover{ background-image: url(/images/models/1007_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_107 a:hover{ background-image:url(/images/models/107_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_206 a:hover{ background-image:url(/images/models/206_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4;  }
#m_207 a:hover{ background-image:url(/images/models/207_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_307 a:hover{ background-image:url(/images/models/307_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_308 a:hover{ background-image:url(/images/models/308_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_4007 a:hover{ background-image:url(/images/models/4007_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_407 a:hover{ background-image:url(/images/models/407_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_607 a:hover{ background-image:url(/images/models/607_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_807 a:hover{ background-image:url(/images/models/807_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_boxer a:hover{ background-image:url(/images/models/boxer_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_expert a:hover{ background-image:url(/images/models/expert_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_partner a:hover{ background-image:url(/images/models/partner_over.jpg); background-repeat:no-repeat; background-color:#e9f1f4; }
#m_3008 a:hover{ background-image:url(/images/models/3008_over.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_bipper a:hover{ background-image:url(/images/models/bipper_over.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_rcz a:hover{ background-image:url(/images/models/rcz_over.jpg); background-repeat:no-repeat; background-color:#fafafa; }
#m_5008 a:hover{ background-image:url(/images/models/5008_over.jpg); background-repeat:no-repeat; background-color:#fafafa; }


/**** BOBBY's CHANGES ****/

h2 { background-color:#005AA6!important;}
.bold_content{color:#005AA6!important;font-weight:bold;}
#bd_home_content a{color:#005AA6!important;text-decoration:underline;}
#bd_home_content a:hover{color:#005AA6!important;text-decoration:none;}

.searchResultHeader { background-color: #005AA6!important; }
.searchResultBtns .red { color: #005AA6!important;}
.searchResultBtns a { background-color:#005AA6!important;}
#searchResultsBtmPaging { background-color: #005AA6!important;}
#searchResultsTopPaging { background-color: #005AA6!important;}
#searchDetailHeader .on { background-color: #005AA6!important;}
#searchResultsTopPaging .currentPageLink { background-color:#000000; }
#searchResultsBtmPaging .currentPageLink { background-color:#000000; }
#searchDetail { border-top: 10px solid #005AA6!important;}
#searchDetail .btn { background-color:#005AA6!important;}

#searchDetailBtm .o { background-color: #005AA6!important; }
#searchDetailBtm .i { background-color: #005AA6!important; }

#franchiseMenuHeader { background: #005AA6!important;}

.AC_Form .submit {background: #005AA6!important;}
#validation_failure {border:1px solid #454545;}
#validation_failure a {color:#454545!important;}

.BLOCKBTN_RED_100 span {background-color:#005AA6!important;}

/* Darker shade of franchise colour for spec on results lists and other links elsewhere */

.blockListOptions {color:#454545;} 
.blockListFeaturedOptions {color:#454545;}
#wf_container2 a {color:#454545;}
#wf_container2 a:hover {color:#454545;}
.searchResultsPaging a:hover {background-color:#679bc7 !important;}

/**** DOW Home Page Panels ****/

.deal-of-the-week-heading {
	color:#1a739f !important;
}

.deal-of-the-week-viewmore a {
	color: #005AA6;
}
.td_label { background: #005AA6; color: #fff; width: 200px!important; }

#bd_content a{color:#005AA6!important;text-decoration:underline;}

#bd_content a:hover{color:#005AA6!important;text-decoration:none;}

#bd_sitemap h1 a{color:#005AA6;text-decoration: underline;}
#bd_sitemap h1 a:hover {text-decoration: none;
