/* ------------------------------------------------------------------------------*/
/*	Designed and Produced by Carlson Digital - a division of Carlson Marketing.  */
/*	Build start date:                                                            */
/*	Developer:                                                                   */
/* ------------------------------------------------------------------------------*/


/*----------------------------------*/
/* 1. General Setup                 */

	* {
		padding: 0;
		margin: 0;
	}

	select option {
		padding-right: 5px; /* FF: The star rule above for removing the padding also effects the select option's  */
	}

	select optgroup option {
		padding-left: 20px; /* FF: The star rule above for removing the padding also effects the select opt-groups  */
	}

	body {
		font-family: verdana, arial, helvetica, sans-serif;
		text-align: center;
		font-size: 1em;
		overflow: -moz-scrollbars-vertical;
	}

	a {
		color: #000;
	}

	a:visited,
	a:hover,
	a:active {
		color: #777;
	}

	hr {
		color: #000;
		background: #000;
		height: 1px;
		border: 0;
	}

	p {
		padding: 4px 0;
	}

	img {
		display: block;
		border: 0;
		margin: 0;
	}

	fieldset {
		border: 0;
	}

	legend {
		display: none;
	}

	abbr,
	acronym {
		cursor: help;
		border-bottom: 1px dotted #000;
	}

/*------------------------------------*/
/* 2. Generic Classes                 */


	.hide {
		display: none;
	}

	.offScreen {
		position: absolute;
		left: -5000px;
	}

	.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Hides from IE-mac \*/
		* html .clearFix {height: 1%;}
	/* End hide from IE-mac */

	.clear {
		clear: both;
	}

	.help {
		cursor: help;
	}

	.smallText {
		font-size: 0.8em;
	}

	.javascriptElement {
		display: none;
		/* See /a/js/global/scripts.js to see how this is updated */
	}

/*-----------------------------------*/
/* 3. Page Frame                     */

	#wrapper {
		width: 1000px;
		position: relative;
		background: #fff;
		margin: 0 auto;
		font-size: 0.7em;
		text-align: left;
	}

	/*-----------------------------------*/
	/* 3A. Browser fixes                 */

		#wrapper table {
			font-size: 1em;
		}

	
		#wrapper form textarea,
		#wrapper form select {
		
		font-size: 1em;
		background-color:#ccc; 
		}
		
		#wrapper form input {
			font-size: 1em;
		/*	background-color:#fff; */
		}
		
		#wrapper form .inputNew {
		background-color:#fff;
		font-size:1em;
		}
	
		
/*-----------------------------------*/
/* 4. Header	                     */

#header {
	/*background: #fff url(/a/img/global/headerBg.gif) top left repeat-y;*/
	border-bottom: 1px solid #fff;
	color: #ccc;
	width: 1000px;
/*	overflow: auto; */
	overflow: hidden;
	}

	#header h1 {
		float: left;
		width:149px;
	}

/*-----------------------------------*/
/* 5. Navigation                     */

ul#nav,
ul#subNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*border-left: 1px solid #fff;*/
}

	ul#nav li,
	ul#subNav li {
		margin: 0 0 0 10px;
	}

		ul#nav li a,
		ul#subNav li a {
			color: #ccc;
			padding-bottom: 1px;
			text-decoration: none;
		}

			ul#nav li a:hover,
			ul#subNav li a:hover {
				color: #fff;
			}

		ul#nav li.active a,
		ul#subNav li.active a {
			color: #fff;
			border-bottom: 1px solid #fff;
		}

ul#nav {
	/*float: left;*/
	width: 600px;
	background:#333333;
}

	ul#nav li {
		line-height: 3.1em;
		display: inline;
	}

/*-----------------------------------*/
/* 6. Sub Navigation Specifics       */

div#subNav {
	width: 849px;
	background: #ccc;
	height: 3.15em;
	border-top: 1px solid #fff;
}

ul#subNav {
	width: 849px;
	background: #ccc;
	border-top: 1px solid #fff;
	float: left;
	display: inline;
	font-size: 0.9em;
}

	ul#subNav li {
		line-height: 3.5em;
		display: inline;
		margin-left: 7px;
	}

		ul#subNav li a {
			color: #666;
			padding-bottom: 1px;
			text-decoration: none;
		}

			ul#subNav li a:hover {
				color: #333;
			}

		ul#subNav li.active a {
			color: #333;
			border-bottom: 1px solid #333;
		}

#topNavWrapper {
   float:right;
   width:849px;
background:#333;
   position:relative;
   border-left: 1px solid #fff;
}


/*-----------------------------------*/
/* 7. Dealer Search                  */

#dealerSearch {
	/*margin: 7px 0 0 0;
	float: right;
	display: inline;*/
	position:absolute;
	top:7px;
	right: 0;
	width: 225px;
}

	#dealerSearch form fieldset {
		border: 0;
	}
		#dealerSearch form legend {
			display: none;
		}

		#dealerSearch form fieldset input.text {
			width: 95px;
		}

		#dealerSearch form fieldset a {
			color: #ccc;
			text-decoration: none;
		}

			#dealerSearch form fieldset a:hover {
				color: #fff;
			}


/*-----------------------------------*/
/* 8. Content	                     */

#content {
	/*blackground: transparent url(/a/img/global/navColBg.gif) top left repeat-y;*/
	/*border-top: 1px solid #fff;*/
	width: 1000px;
	position:relative;
	min-height:200px;
}


/*-----------------------------------*/
/* x. navCol	                     */

#navCol {
	width: 150px;
	float:left;
	position:relative;
	display:inline;
}

/*-----------------------------------*/
/* x. nav Col logos                  */
/* this is actually outside the	nav  */
/* col osition absolutely accoring   */
/* to the content div                */
/*

#navColLogos {
	height:59px;
	position:absolute;
	bottom:5px;left:0;
	display:inline;
	width:149px;
}

#fbLogo{
	border:none;
	cursor: pointer;
	display:block;
	position:absolute;
	top:16px;
	width:31px;
	height:29px;
/*	margin-left:5px;*/
/*	background: transparent url(/a/img/global/fbsml.gif) top left no-repeat;*/
/*
}
*/
/* ie6 alternatives */

/*
#navColLogosNewCars {
	position:absolute;
	bottom:115px;
	left:0;
	display:inline;
}
#navColLogosUsedCars {
	position:absolute;
	bottom:58px;
	left:0;
	display:inline;
	
}

#navColLogosBusinessUsers{
	position:absolute;
	bottom:58px;
	left:0;
	display:inline;
	
}

	#btmLogos{
		margin-top:20px;
		background:#000;
		}


	#navColLogo1 {
	    position:absolute;
	    top:16px;
		width: 55px;
		height: 33px;
		left:33px;
		background: transparent url(/a/img/global/hyundaiLogoSmall.gif) top left no-repeat;
	}

	#navColLogo2 {
	    position:absolute;
	   	top:16px;
		width: 55px;
		height: 29px;
		left:91px;
		background: transparent url(/a/img/global/fiveYearLogoSmall.gif) top left no-repeat;
	}
	
		#navColLogo2 a,
		#navColLogo2 a:visited,
		#navColLogo2 a:hover {
			display: block;
			width: 55px;
			height: 29px;
		}
*/

/*-----------------------------------*/
/* 9. PageNav	                     */

ul#pageNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	/*float: left; *//* now the float is handled by a wrapper div #navCol */
	background: #1c3c79;
}

	ul#pageNav li {
		border-bottom: 1px solid #fff;
		
	}

	ul#pageNav li a {
		display: block;
		padding: 8.5px;
		text-decoration: none;
		color: #fff;
	}

		ul#pageNav li a:hover {
			background: #222;
		}


/*-----------------------------------*/
/* 3rd level navigation              */
ul#navLevel3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
	display:inline;
	background:#cccccc;
	/* padding-right:10px; */
	font-size:0.9em;
}

	ul#navLevel3 li {
		margin: 0 0 0 10px;
		display:inline;
		line-height: 3.3em;
		margin-left: 7px;
	}

		ul#navLevel3 li a {
			padding-bottom: 1px;
			text-decoration: none;
			color:#666;
		}

			ul#navLevel3 li a:hover {
				color: #333;
			}

		ul#navLevel3  li.active a {
			color: #333;
			border-bottom: 1px solid #333;
		}


#navLevel3Wrapper {
	background:#ccc;
	border-bottom:1px solid #fff;
}

/*-----------------------------------*/
/* Wraps the inner columns           */
#contentColsWrapper {
  width:849px;
	border-left: 1px solid #fff;
  float:right;
}

/*-----------------------------------*/

/*-----------------------------------*/
/* Wraps the inner columns           */
#contentColsWrapperMotability {
  	width:849px;
	border-left: 1px solid #fff;
  	float:right;
}

#motoBack {
	background: url(/a/img/motability/clouds.jpg) top left no-repeat;
	width:850px;
	height:920px;
	position:relative;
	left:151px;

}

/*-----------------------------------*/
/* Nw offers page : JH 30.09.08 */
#postcodeTop{
		background: url(/a/img/newCars/offers/postcode/top.jpg) top left no-repeat;
		height:132px;
}

#postcodeForm{
		background: url(/a/img/newCars/offers/postcode/mid.jpg) no-repeat;
		height:157px;
	
		padding-left:35px;
		color:#FFFFFF;
		font-size:12px;
	}
	
#postcodeForm p{
	width:250px;
	}	
	
#postcodeForm form input {
	
	/*	height:20px; */
		vertical-align: top;
	}

#postcodeBottom{
		background: url(/a/img/newCars/offers/postcode/bottom2.jpg)  no-repeat;
		height:233px;
		
		color:#FFFFFF;
		font-size:12px;
	}
	
	

#indent {
		float: right;
		padding-top:160px;
		padding-right:30px;

		font-family:arial;
		font-size:12px;
		
		color:#FFFFFF;
		} 
	

#indent a:link {text-decoration: none;
				color:#ffffff;	}
#indent a:visited {text-decoration: none;
				color:#ffffff;	}
#indent a:active {text-decoration: none;
				color:#ffffff;	}
#indent a:hover {text-decoration: underline;
				color:#ffffff;	}	
	
/* flash elements */	

#flashElement {
		width:845px;
		background-color:#fff;
}



/*-----------------------------------*/




/*-----------------------------------*/
/* 11. Page		                     */

#searchArea {
	float: left;
	background: #ccc;
	width: 179px;
}
	#searchArea form {
		padding: 10px;
	}

#page {
	border-left: 1px solid #fff;
	float: left;
}

#accessoryDetail {
	background: #ccc;
	width: 669px;
}


/*-----------------------------------*/
/* 10. Footer	                     */

#footer {
	width: 1000px;
	border-top: 1px solid #fff;
	background: #1c3379;
	font-size: 0.9em;
}

#footer ul {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}

	#footer ul li {
		float: left;
		color: red;
		margin: 3px 15px 3px 0;
		padding: 0;
	}

	#footer ul li.last {
		border: none;
		padding: 0;
	}

		#footer ul li a {
			color: #ccc;
			padding: 0;
			text-decoration: none;
			display: block;
		}

			#footer ul li a:hover {
				color: #EE1D23;
				text-decoration: underline;
			}


.rightFooter,
.rightFooter a,
.rightFooter a:visited {
	text-align: right;
	color: #cccccc;
	padding-right: 10px;
	text-decoration: none;

}

.rightFooter a:hover {
	color: #EE1D23;
	text-decoration: underline;
}

p.subFooter{
	background-color:#fff;
	padding-left:10px;
	padding-top:10px;
	color:#999;
}
/*--------------------------------------------------*/
/* CMS Text                                         */

	.cmsTextEditable,
	.cmsTextEditing {
		background: #700;
		color: #FFF;
	}

	.cmsTextEditable a,
	.cmsTextEditing a { /* General links in content */
		color: #FFF;
	}

	.cmsImageEditable,
	.cmsBannerEditable {
		position: relative;
	}
	
	a.cmsTextEditLink {
		background: #700;
		color: #FFF !important;
	}

	.cmsImageEditable a.cmsImageEditLink,
	.cmsBannerEditable a.cmsBannerEditLink {
		position: absolute;
		left: 3px;
		top: 3px;
		background: #700;
		color: #FFF;
		padding: 2px 4px;
	}
	
	#wrapper .cmsTextEditing fieldset {
		text-align: right;
		padding: 1em;
	}

	#wrapper .cmsTextEditing textarea {
		font-size: 1.3em;
		width: 100%;
		margin-bottom: 1em;
	}
	/*--facebook logo frontpage--*/
	#facebook {
		width:93px;
		height:35px;
		float:left;
		position:absolute;
		left:755px;
		top:36px;
		background:#000;
	/*	z-index:-1; */
	}	
	
	/** temp fix for FB logo etc **/
	/** SB 29th April **/

	/*-----------------------------------*/
	/* x. navCol	                     */

	#navCol {
		width: 150px;
		float:left;
		position:relative;
		display:inline;
	}

	/*-----------------------------------*/
	/* x. nav Col logos                  */
	/* this is actually outside the	nav  */
	/* col osition absolutely accoring   */
	/* to the content div                */

	#navColLogos {
		height:59px;
		position:absolute;
		bottom:5px;
		left:-26px;
	/*	left:5px;*/
		display:inline;
		width:140px;
	}

	#fbLogo{
		border:none;
	/*	cursor: pointer;*/
		display:block;
		position:absolute;
		bottom:0;
		width:50px;
		height:60px;
		margin-left:5px;
	/*	background: transparent url(/a/img/global/fbsml.gif) top left no-repeat;*/
	}

	/* ie6 alternatives */

	#navColLogosNewCars {
		position:absolute;
		bottom:7px;
		left:45px;
		display:none;
	/*	display:inline;*/
	}
	#navColLogosUsedCars {
		position:absolute;
		bottom:7px;
		left:45px;
		display:inline;

	}

	#navColLogosBusinessUsers{
		position:absolute;
		bottom:7px;
		left:45px;
		display:inline;

	}

		#btmLogos{
			margin-top:20px;
			background:#000;
			}


		#navColLogo1 {
		    position:relative;
	/*	    top:5px;*/
		    top:0px;
			width: 55px;
			height: 29px;
			left:65px;
		/*	background: transparent url(/a/img/global/hyundaiLogoSmall.gif) top left no-repeat; */
			background: transparent url(/a/img/global/5yr.jpg) top left no-repeat;
		}
		
			#navColLogo1 a,
			#navColLogo1 a:visited,
			#navColLogo1 a:hover {
				display: block;
				width: 55px;
				height: 29px;
			}

		#navColLogo2 {
		    position:absolute;
	/*	    top:-60px;
		    top:30px;*/
			bottom:5px;
			width: 55px;
			height: 29px;
			left:65px;
		/*	background: transparent url(/a/img/global/fiveYearLogoSmall.gif) top left no-repeat;*/
		background: transparent url(/a/img/global/5yr.jpg) top left no-repeat;
		}
		
		#navColLogo2Alt {
		    position:absolute;
	/*	    top:-60px;
		    top:30px;*/
			bottom:60px;
			width: 55px;
			height: 29px;
			left:65px;
	
		background: transparent url(/a/img/global/5yr.jpg) top left no-repeat;
		}

			#navColLogo2 a,
			#navColLogo2 a:visited,
			#navColLogo2 a:hover {
				display: block;
				width: 55px;
				height: 29px;
			}
	
		#navColLogo2Updated {
			  position:absolute;
		/*	    top:-60px;*/
			    top:844px;
				width: 55px;
				height: 29px;
				left:65px;
				background: transparent url(/a/img/global/fiveYearLogoSmall.gif) top left no-repeat;
			}
			
			
				#navColLogo2Updated a,
				#navColLogo2Updated a:visited,
				#navColLogo2Updated a:hover {
					display: block;
					width: 55px;
					height: 29px;
				}
	
