@import url("layout.css");


/*

#container 
	#branding
	#main
		#mainBanner 
		#mainNav 
		#mainContent 
	#secondary
		#secondaryNav
		#secondaryContentTop
		#secondaryContentBottom
	#footer


*/

html, body, div, p {
	font-family: Verdana, Arial, sans-serif; 
	font-size: x-small;
	color: #444;
}

body {
	margin: 0px; 
	padding: 0px;
	background-position: center;
	background-image:url(../../menu/bg.gif) ;
	background-repeat:repeat-y;
	background-color: #eee;
}

br {
	clear: both;
}

select
{
	background-color: #f6f6f6;
	font-size: 11px;
	border: solid 1px #cccccc;
}

.mainOfferInfoImages
{
	float: right;
	margin: 20px 0px 0px 10px;
}

.mainOfferText
{
	float: left;
	margin: 20px 0px 0px 0px;	
}
#branding ul {
	margin: 0px;
	padding: 0px;
	width: 950px;
}

#branding li {
	list-style-type: none;
	display:inline;
}


#secondaryApproved ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}

#secondaryApproved li {
	list-style-image: url(../images/blackarrow_small.gif);
	padding: 3px;
}

#branding img {
	border-width: 0px;
	float: left; /* fixes spacing between images*/
}

#secondary img{
	margin: 0px;
	padding:0px;
}

.hoverPopup
{
	background-color: #f4f4f4;
	width: 410px;
	border: solid 1px #002940;
	display: block;
	text-align: left;
	padding-top: 4px;
}

.hoverPopupRow
{
	/*background-color: #efefef;*/
}

.rolloverTitle
{
	display: block;
	font-weight: bold;
	font-size: small;
	color: #002940;
	text-align: left;
	padding: 0px 4px 10px 4px;
	
}

 .hoverPopup a
 {
	display: block;
	text-align: left;
	font-weight: bold;
	padding: 0px 4px 10px 4px;
	
	
 }

/* --------------------- LINKS --------------------- */



a
{
	font-size:x-small;
	color: #363636;
	text-decoration: underline;
}


a:hover, a:active {
	text-decoration: none;
	}

a img {
	border-width: 0; 
	border-style: none;
}
		/*  main --------------------- */
		
				/*  mainContent --------------------- */
		
				#mainContent a:link, #mainContent a:visited {
					color:#363636;
					text-decoration: underline;
				}
				
				#mainContent a:hover, #mainContent a:active {
					text-decoration: none;
				
				}
		
		
		/* secondary --------------------- */

		#secondary a:link, #secondary a:visited {
			display: block;
			margin: 7px 0px 7px 0px;
			padding: 2px 0px 4px 0px;
			line-height: 130%;
			color: #990000;
			text-decoration:none;
			text-transform:lowercase;
		}
		
		#secondary a:hover, #secondary a:active {
			text-decoration:underline;
		}
		

		/*  footer--------------------- */

		#footer a:link, #footer a:visited {
			line-height: 130%;
			color:#999;
			text-decoration:none;
			text-transform:lowercase;
		}
		
		#footer a:hover, #footer a:active {
			text-decoration:underline;
		}

/* COLLAPSABLE MENU--------------------- */
/*.expandedText {			
	display:none; 
	margin-bottom:10px; 
	margin-left:23px; 
	font:  x-small Verdana, Arial, Helvetica, sans-serif ;
	line-height: 15px;
}
*/


/* --------------------- TYPOGRAPHY --------------------- */

		/*  main --------------------- */
		
			#main h1 {
					width:615px;
					height: 30px;
					margin: 0px 0px 0px 0px;
					padding: 7px 0px 3px 35px;
					display:block;
					font: medium "Trebuchet MS", Arial, Verdana;
					color:#fff;
					background-color:#000;
					background-image: url(../../images/arrow_white.gif);
					background-repeat: no-repeat;
					
				}

				#main h2 {
					color: #363636;
					font-size: medium;
					margin: 10px 0px 10px 10px;
				}
				/*  mainContent --------------------- */
				
			
				
				#mainContent h2 {
					color: #363636;
					font-size: small;
					margin: 10px 0px 0px 0px;
				}
				
				#mainContent h3{
					color: #333;
					font-size: x-small;
					margin: 10px 0px 0px 0px;
				}
				
				#mainContent p {
					color:#333;
					font-size: x-small;
					line-height: 200%;
				}
				
				#mainContent li {
					color:#363636;
					font-size: x-small;
					line-height: 200%;
				}
				
				#mainContent .intro {
					font-weight:bold
				}
						
						#enquiryForm p, #enquiryForm fieldset
						{
							clear: both;
							margin-bottom: 10px;
						}
						
						#enquiryForm legend
						{
							font-weight: bold;
							font-size: small;
							color: #363636;
						}
						
						
						#enquiryForm label
						{
							float: left;
							margin:0px;
							padding: 0px 0px 0px 10px;
							width: 90px;
							font-weight: bold;
						}

						#enquiryForm input
						{
							float: left;
							background-color: #F6F6F6;
							margin:0px 5px 0px 0px;
							border: solid 1px #cccccc;							
							font-size: x-small;
						}
						
						#enquiryForm .confirmMessage
						{
							padding-left: 15px;
						}

				
				/*  secondary --------------------- */
			
				#secondary p {
					color:#333;
					font:x-small Arial, Helvetica, sans-serif;
					margin: 0px 0px 30px 0px;
				}
				
					
				#secondary label {
				color:#333;
				font-size: x-small;
				margin: 0px 0px 0px 0px;
				}
				
				#secondarySearch p
				{
					margin: 10px 0px 10px 0px;
					color: #ffffff;
					
				}
				
				#secondarySearch input[type='image']
				/*** WORKS IN IE ONLY ***/
				{
				margin: 10px 0px 0px 0px;					
				}

				.textInput{
				background-color: #D4D0C8;
				width:80px;
				}
				
			

		/*  footer --------------------- */
		
		#footer p {
			color:#999;
			font-size: x-small;
			padding:  0px 0px 0px 320px;
		}
		
		
		/* pre owned ajax ----------------- */
		#updatePreOwnedPicture
		{
			position: absolute;
			top: 320px;
			left: 600px;
			background-color: #ffffff;
			border: solid 1px #666666;
			width: 250px;
			padding: 5px;
			font: bold x-small verdana, arial;
			color: #333333;
		}

		#updatePreOwnedPicture h1
		{
			margin: 0px;
			padding: 0px;
			text-align: left;
			width: auto;
			background: none;
			color: #333333;
			font: bold small "Trebuchet MS", Arial;
		}

.usedType
{
	color: #ff6600;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px dashed #ff6600;		
}

.usedTypeDetails
{
	color: #ff6600;
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0px 0px 10px 13px;
	padding: 2px 2px 2px 2px;
	border: 1px dashed #ff6600;	
	width: 620px;	
	
}







