#coltContainer
{
	background: #000000 url('/images/colt/main-bg.jpg') repeat-x top center;
	float: left;
	width: 100%;
}	

/* ================= */
/* Colt Head section */
/* ================= */

#coltHead
{
	height: 148px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #000000;
}
	#coltHead .coltHeadContent
	{
		width: 942px;
		height: 148px;
		margin: 0 auto;
		position: relative;
	}
		#coltHead .coltHeadContent .coltHeadText
		{
			position: absolute;
			bottom: 0;
			left: 0;
		}	

#q32yearsHead
{
	height: 148px;
	background: #e8e8e8 url('/images/special-offers/vehicle-section-headers-bg.jpg') no-repeat top center;
	width: 100%;
	position: absolute;
	z-index: 30;
}
			
#q3depositHead
{
	background: #e8e8e8 url('/images/special-offers/vehicle-section-headers-bg.jpg') no-repeat top center;
	position: absolute;
	width: 100%;
	z-index: 20;
}

#ralliartHead
{
	background: url('/images/colt/head-promo/ralliart-bg.jpg') repeat-x top center;
	position: absolute;
	width: 100%;
	display: block;
	z-index: 20;
}

	
	#ralliartHead .coltHeadContent #headRalliartLink	
	{
		position: absolute;
		color: #fff;
		top: 110px;
		right: 10px;
		font-weight: bold;
		font-size: 15px;
	}
		#ralliartHead .coltHeadContent #headRalliartLink span
		{
			font-size: 14px;
			font-weight: normal;
		}

/* ========================== */
/* COLT CONTENT CONTAINER     */
/* ========================== */

#coltContentContainer
{
	width: 942px;
	margin: auto;
	display: block;
	position: relative;
}	

/* ========================== */
/* COLT LEFT NAV			  */
/* ========================== */

#coltContainer #coltMenuLeft
{
	width: 181px;
	float: left;
	margin-top: 42px;
}

#coltContainer #coltMenuLeft li
{
	list-style-type: none;
	position: relative;
	height: 121px;
	float: left;
}
	

#coltContainer #coltMenuLeft a
{
	display: block;
	width: 153px;
	height: 76px;
	padding: 45px 14px 0 14px;
	font-size: 10px;
	color: #303030;
}

#coltContainer #coltMenuLeft a span,
#coltContainer #coltMenuLeft p span
{
	display: none;
}	

#coltContainer #coltMenuLeft a#sideLink3Door
{
	background: #afafaf url('/images/colt/nav-side-3door.gif') no-repeat top left;
}

#coltContainer #coltMenuLeft a#sideLink5Door
{
	background: #afafaf url('/images/colt/nav-side-5door.gif') no-repeat top left;
}

#coltContainer #coltMenuLeft a#sideLinkRalliart
{
	background: #afafaf url('/images/colt/nav-side-ralliart.gif') no-repeat top left;
}
	
#coltContainer #coltMenuLeft a#sideLink3Door:hover,
#coltContainer #coltMenuLeft a#sideLink5Door:hover,
#coltContainer #coltMenuLeft a#sideLinkRalliart:hover
{
	background-position: 0 -121px; 
	color: #fff;
}


	/* active */
	/* 3 door */
	.colt3DoorHome #coltContainer #coltMenuLeft a#sideLink3Door
	{ 
		background-position: 0px -242px; 
	}
	/* 5 door */
	.colt5DoorHome #coltContainer #coltMenuLeft a#sideLink5Door,
	.colt5DoorHighlights #coltContainer #coltMenuLeft a#sideLink5Door
	{ 
		background-position: 0px -242px; 
	}
	/* ralliart */
	.coltRalliartHome #coltContainer #coltMenuLeft a#sideLinkRalliart,
	.coltRalliartHighlights #coltContainer #coltMenuLeft a#sideLinkRalliart
	{ 
		background-position: 0px -242px;
	}

/* ========================== */
/* COLT TOP NAV		  */
/* ========================== */

#coltTopnav
{
	height: 46px;
	display: block;
	margin: 0px 0px 1px 0px;
}
	#coltTopnav li
	{
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border: 1px solid #999999;
		border-right: 0px;
		border-top: 0px;
	}
	#coltTopnav li.last
	{
		border-right: 1px solid #999999;
	}
		#coltTopnav li a
		{
			height: 46px;
			width: 151px;
			display: block;
			background: url('/images/colt/bg-topnav.gif') no-repeat top left;
		}
			#coltTopnav li a span
			{
				display: none;
			}
			
		/* normal states */
		#coltTopnav a.topLinkTech{ background-position: 0px 0px; }
		#coltTopnav a.topLinkSpec{ background-position: -151px 0px; }
		#coltTopnav a.topLinkBrochure{ background-position: -302px 0px; }
		#coltTopnav a.topLinkTestdrive{ background-position: -453px 0px; }
		#coltTopnav a#topLinkGallery{ background-position: -604px 0px; }
		
		/* hover states */
		#coltTopnav a.topLinkTech:hover{ background-position: 0px -46px; }
		#coltTopnav a.topLinkSpec:hover{ background-position: -151px -46px; }
		#coltTopnav a.topLinkBrochure:hover{ background-position: -302px -46px; }
		#coltTopnav a.topLinkTestdrive:hover{ background-position: -453px -46px; }
		#coltTopnav a#topLinkGallery:hover{ background-position: -604px -46px; }
		
		/* active states */
		.coltTech #coltTopnav a.topLinkTech{ background-position: 0px -92px; }
		.coltspec #coltTopnav a.topLinkSpec{ background-position: -151px -92px; }
		.coltBrochure #coltTopnav a.topLinkBrochure{ background-position: -302px -92px; }
		.coltTestdrive #coltTopnav a.topLinkTestdrive{ background-position: -453px -92px; }
		.coltGallery #coltTopnav a#topLinkGallery{ background-position: -604px -92px; }
		.coltBrochureInteractive #coltTopnav a.topLinkBrochure{ background-position: -302px -92px; }
		

/* ========================== */
/* COLT SECONDARY NAV		  */
/* ========================== */

#secondaryNav
{
	text-align: center;
	background-color: #000000;
	width: 740px;
	padding: 15px 9px 15px 10px;
	clear: both;
	height: 60px;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 0px;
}
	#secondaryNav a, 
	#secondaryNav p
	{
		color: #fff;
		float: left;
		font-size: 12px;
		font-weight: bold;
		display: block;
		width: 239px;
		text-align: center;
		line-height: 20px;
	}	

	#secondaryNav a:hover
	{
		text-decoration: underline;
	}	

/* ========================== */
/* COLT MAIN CONTENT BOX	  */
/* ========================== */
	
#coltMainContent
{
	float: left;
	background-color: #fff;
	width: 761px;
	display: block;
	position: relative;
}

/* ========================== */
/* COLT HOMEPAGE			  */
/* ========================== */

body.coltHome #coltContent
{
	background: #fff url('/images/colt/colt-home-bg.jpg') no-repeat top left;
	height: 608px;
	padding: 10px 0 0 20px;
	position: relative;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}
	
body.coltHome #coltContent #homeContent
{
	width: 320px;
	font-size: 12px;
	margin-top: 60px;
	float: left;
	text-align: justify;
}

body.coltHome #coltContent h2
{
	font-size: 16px;
}

body.coltHome #coltContent #price p
{
	font-size: 18px;
	float: right;
	clear: right;
	padding: 5px;
}
		
body.coltHome #coltContent p.typeHeader
{
	font-weight: bold;
	display: inline;
	color: #fff;
	background-color: #000;
	padding: 4px;
	float: right;
}	

body.coltHome #coltContent p.priceHeader
{
	background: #fff;
	color: #9a9a9a;
	font-weight: bold;
	padding: 4px;
	float: right;
	clear: both;
}

body.coltHome #coltContent p.priceHeader span
{
	color: #000;
	font-size: 25px;
}	

body.coltHome #coltContent #callToActions
{
	float: left;
	margin: 10px 0 0 60px;
	width: 230px; 
}	

body.coltHome #coltContent #callToActions h2
{
	margin-top: 10px;
}


body.coltHome #coltContent #callToActions h2 a,
body.coltHome #coltContent #callToActionsUtarget h2 a
{
	color: #313131;
	text-transform: uppercase;
	font-size: 14px;
}	

body.coltHome #coltContent #callToActions h2 span,
body.coltHome #coltContent #callToActionsUtarget h2 span
{
	color: #ff0000;
	font-size: 14px;
}	

body.coltHome #coltContent #callToActions p,
body.coltHome #coltContent #callToActionsUtarget p
{
	padding-left: 15px;
}

body.coltHome #coltContent #callToActions p a,
body.coltHome #coltContent #callToActionsUtarget p a
{
	color: #313131;
	font-size: 12px;
}	

body.coltHome #coltContent #callToActions a:hover,
body.coltHome #coltContent #callToActionsUtarget a:hover
{
	color: #646363;
	text-decoration: underline;
}


/* ========================== */
/* COLT 3 DOOR HOME		  */
/* ========================== */		
		
.colt3DoorHome #coltContent
{
	height: 573px;
	width: 759px;
	background: url('/images/colt/bg-3door.jpg') no-repeat top left;
	float: left;
	position: relative;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

.colt3DoorHome #coltContent h1
{
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	clear: both;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
	color: #000000;
	background: #ffffff;
}
	
.colt3DoorHome #coltContent #subtitle
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	clear: both;
	padding: 0px 5px;
	margin: -8px 0px 0px 0px;
	color: #ffffff;
	background: #000000;
}
	
.colt3DoorHome #coltContent #homeContent
	{
		width: 400px;
		position: absolute;
		left: 40px;
		top: 60px;
		text-align: justify;
		font-size: 12px;
	}
	.colt3DoorHome #coltContent #msp
	{
		position: absolute;
		top: 210px;
		left: 40px;
	}
		.colt3DoorHome #coltContent #msp a
		{
			width: 300px;
			height: 42px;
			display: block;
			background: url('/images/msp/variant-box.gif') no-repeat left top;
			text-transform: uppercase;
			font-weight: bold;
		}
			.colt3DoorHome #coltContent #msp a span
			{
				position: absolute;
				left: 60px;
				top: 10px;
				color: #ffffff;
				font-size: 16px;
			}
		.colt3DoorHome #coltContent #msp a:hover
		{
			background-position: 0px -42px;
		}
			.colt3DoorHome #coltContent #msp a:hover span
			{
				color: #ffffff;
			}
	.colt3DoorHome #coltContent #variants
	{
		position: absolute;
		top: 340px;
		left: 40px;
	}
		.colt3DoorHome #coltContent #variants h2
		{
			font-size: 14px;
			color: #ffffff;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			background: #000000;
		}
		.colt3DoorHome #coltContent #variants a.variant
		{
			background: #b7b7b7 url('/images/l200/variants-bg.gif') repeat-y top left;
			font-size: 12px;
			color: #000;
			font-weight: bold;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			display: block;
			border-top: 1px solid #fff;
			text-align: right;
			word-spacing: 5px;
		}
		.colt3DoorHome #coltContent #variants a.variant:hover
		{
			background: #b7b7b7 url('/images/l200/variants-bg-hover.gif') repeat-y top left;
			cursor: pointer;
		}
			.colt3DoorHome #coltContent #variants a.variant .trim
			{
				float: left;
			}
			.colt3DoorHome #coltContent #variants a.variant .price
			{
				font-size: 14px;
				color: #e10000;
			}


/* ========================== */
/* COLT 5 DOOR HOME		  */
/* ========================== */

.colt5DoorHome #coltContent
{
	height: 573px;
	width: 759px;
	background: url('/images/colt/bg-5door.jpg') no-repeat top left;
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	position: relative;
}
	.colt5DoorHome #coltContent h1
	{
		font-size: 40px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		float: right;
		clear: both;
		padding: 0px 10px;
		margin: 10px 0px 0px 0px;
		color: #000000;
		background: #ffffff;
	}
	.colt5DoorHome #coltContent #subtitle
	{
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		float: right;
		clear: both;
		padding: 0px 5px;
		margin: -8px 0px 0px 0px;
		color: #ffffff;
		background: #000000;
	}
	.colt5DoorHome #coltContent #homeContent p
	{
		width: 420px;
		position: absolute;
		left: 200px;
		top: 80px;
		text-align: justify;
		font-size: 12px;
		color: #000;
	}
	
	.colt5DoorHome #coltContent #msp
	{
		position: absolute;
		top: 470px;
		right: 40px;
	}
		.colt5DoorHome #coltContent #msp a
		{
			width: 300px;
			height: 42px;
			display: block;
			background: url('/images/msp/variant-box.gif') no-repeat left top;
			text-transform: uppercase;
			font-weight: bold;
		}
			.colt5DoorHome #coltContent #msp a span
			{
				position: absolute;
				left: 60px;
				top: 10px;
				color: #ffffff;
				font-size: 16px;
			}
		.colt5DoorHome #coltContent #msp a:hover
		{
			background-position: 0px -42px;
		}
			.colt5DoorHome #coltContent #msp a:hover span
			{
				color: #ffffff;
			}
	.colt5DoorHome #coltContent #variants
	{
		position: absolute;
		top: 270px;
		right: 40px;
	}
		.colt5DoorHome #coltContent #variants h2
		{
			font-size: 14px;
			color: #ffffff;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			background: #000000;
		}
		.colt5DoorHome #coltContent #variants a.variant
		{
			background: #b7b7b7 url('/images/l200/variants-bg.gif') repeat-y top left;
			font-size: 12px;
			color: #000;
			font-weight: bold;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			display: block;
			border-top: 1px solid #fff;
			text-align: right;
			word-spacing: 5px;
		}
		.colt5DoorHome #coltContent #variants a.variant:hover
		{
			background: #b7b7b7 url('/images/l200/variants-bg-hover.gif') repeat-y top left;
			cursor: pointer;
		}
			.colt5DoorHome #coltContent #variants a.variant .trim
			{
				float: left;
			}
			.colt5DoorHome #coltContent #variants a.variant .price
			{
				font-size: 14px;
				color: #e10000;
			}

/* ========================== */
/* COLT RALLIART HOME		  */
/* ========================== */
			
.coltRalliartHome #coltContent
{
	height: 574px;
	width: 759px;
	background: url('/images/colt/bg-ralliart.jpg') no-repeat top left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	position: relative;
}
	.coltRalliartHome #coltContent h1
	{
		font-size: 40px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: right;
		padding: 0px 10px;
		float: right;
		margin: 10px 0px 0px 0px;
		color: #000000;
		background: #ffffff;
	}
		.coltRalliartHome #coltContent #subtitle
	{
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		float: right;
		clear: both;
		padding: 0px 5px;
		margin: -8px 0px 0px 0px;
		color: #ffffff;
		background: #000000;
	}
	.coltRalliartHome #coltContent #homeContent
	{
		width: 330px;
		position: absolute;
		left: 20px;
		top: 30px;
		text-align: justify;
		font-size: 11px;
		color: #ffffff;
	}
	.coltRalliartHome #coltContent #msp
	{
		position: absolute;
		top: 100px;
		right: 20px;
	}
		.coltRalliartHome #coltContent #msp a
		{
			width: 300px;
			height: 42px;
			display: block;
			background: url('/images/msp/variant-box.gif') no-repeat left top;
			text-transform: uppercase;
			font-weight: bold;
		}
			.coltRalliartHome #coltContent #msp a span
			{
				position: absolute;
				left: 60px;
				top: 10px;
				color: #ffffff;
				font-size: 16px;
			}
		.coltRalliartHome #coltContent #msp a:hover
		{
			background-position: 0px -42px;
		}
			.coltRalliartHome #coltContent #msp a:hover span
			{
				color: #ffffff;
			}
	.coltRalliartHome #coltContent #variants
	{
		position: absolute;
		top: 390px;
		right: 20px;
	}
		.coltRalliartHome #coltContent #variants h2
		{
			font-size: 14px;
			color: #ffffff;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			background: #000000;
		}
		.coltRalliartHome #coltContent #variants a.variant
		{
			background: #b7b7b7 url('/images/l200/variants-bg.gif') repeat-y top left;
			font-size: 12px;
			color: #000;
			font-weight: bold;
			width: 217px;
			height: 25px;
			padding: 10px 15px 0 20px;
			display: block;
			border-top: 1px solid #fff;
			text-align: right;
			word-spacing: 5px;
		}
		.coltRalliartHome #coltContent #variants a.variant:hover
		{
			background: #b7b7b7 url('/images/l200/variants-bg-hover.gif') repeat-y top left;
			cursor: pointer;
		}
			.coltRalliartHome #coltContent #variants a.variant .trim
			{
				float: left;
			}
			.coltRalliartHome #coltContent #variants a.variant .price
			{
				font-size: 14px;
				color: #e10000;
			}
			
/* ========================== */
/* HIGHLIGHTS PAGE		  */
/* ========================== */

.highlights #coltContent
{
	width: 759px;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	position: relative;
}

.highlights #mainContent #headerTitle
{
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #dedede;
	position: relative;
}
	
.highlights #variantOptions
{
	width: 680px;
	height: 251px;
	border: 1px solid #dbdbdb;
	margin: 15px auto;
	padding: 10px;
}
		
.highlights #variantOptions h1
{
	padding-bottom: 10px;
	font-size: 20px;
}
		
.highlights #variantOptions h1 span
{
	display: inline;
}
			
.highlights #variantOptions h2
{
	position: absolute;
	top: 70px;
	right: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color: #b4b4b4;
}
		
.highlights #variantDropdown
{
	width: 759px;
	height: 38px;
	background: #262626 url('/images/l200/variants/bg-choose-variant.gif') no-repeat top right;
	text-align: right;
	margin-top: -7px;
}
	
.highlights #variantDropdown select
{
	margin-right: 8px;
	width: 200px;
	margin-top: 8px;
}
		
.highlights #variantOptions .leftFloat
{
	width: 340px;
}
			
.highlights #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_TrimColours img
{
	margin-right: 5px;
	margin-top: 10px;
}
	
.highlights .VariantTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
	
.highlights a.VariantTitle:hover
{
	text-decoration: underline;
}
	
.highlights .variantPrice
{
	font-size: 12px;
	margin-bottom: 10px;
}
	
.highlights .VariantCVPrice
{
	font-size: 12px;
	color: #666666;
}

.highlights #btnCleartec
{
	background: transparent url(/images/colt/btn-cleartec.jpg) no-repeat scroll left top;
	display: block;
	height: 42px;
	width: 300px;
	margin: 0 30px 0 0;
	float: right;
}

.highlights #btnCleartec span
{
	display: none;
}

.highlights a#btnCleartec:hover
{
	background-position: 0 -42px;
}
	
	
.highlights #variantHighlights
{
	width: 680px;
	/*height: 160px;*/
	border: 1px solid #dbdbdb;
	margin: 15px auto;
	padding: 10px;
	overflow:auto; /* this is to make the border box expand to surround float elements inside */
}
	
.highlights #variantHighlights img
{
	float: left;
}

.highlights #variantHighlights ul
{
	padding-left: 50px;
	float: left;
	line-height: 20px;
	font-size: 12px;
	width: 300px;
}

.highlights #mainContent a.mspLink
{
	width: 240px;
	height: 32px;
	padding: 10px 0 0 60px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: url('/images/msp/variant-box.gif') no-repeat left top;
	position: absolute;
}

/*  msp btn styles for highlights  */ 

.highlights #mainContent a.mspLink
{
	position: relative;
	margin-left: 27px;
}
	

.highlights #mainContent a.mspLink a.mspLink		
{ 
	top: 355px; left: 30px; 
}


.highlights #mainContent a.mspLink:hover
{
	background-position: 0px -42px;
}	

/*-----------*/
/* spec page */

.coltspec #mainContent
{
	width: 759px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.coltspec #headerTitle
{
	text-transform: uppercase;
	font-size: 62px;
	color: #f4f4f4;
	font-weight: bold;
}

.coltspec #headerTitle
{
	text-align: left;	
	width: 750px;
}	

.coltspec h2
{
	text-transform: uppercase;
	color: #b1b1b1;
	/*width: 759px;*/
	font-size: 28px;
	top: 30px;
	right: 8px;
	text-align: right;
	z-index: 2;
	position: absolute;
}

.coltspec #variants3Door,
.coltspec #variants5Door,
.coltspec #variantsRalliart
{
	background-color: #00618f;
	width: 280px;
	border-left: 10px solid #fff;
	padding: 3px 0 5px 0;
}

a#exp3Door,
a#exp5Door,
a#expRalliart
{
	display: block;
	width: 290px;
	height: 55px;
	cursor: default;
}

a#exp3Door span,
a#exp5Door span,
a#expRalliart span
{
	display: none;
}

a#exp3Door
{
	background: url('/images/colt/spec-3door.jpg') no-repeat top left;
}	

a#exp5Door
{
	background: url('/images/colt/spec-5door.jpg') no-repeat top left;
}	

a#expRalliart
{
	background: url('/images/colt/spec-ralliart.jpg') no-repeat top left;
}	

.coltspec #variants3Door table,
.coltspec #variants5Door table,
.coltspec #variantsRalliart table
{
	background: #fff;	
	margin: 0 0 0 5px;	
	width: 270px;
}

.coltspec .VariantTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.coltspec a.VariantTitle:hover
{
	text-decoration: underline;
}

.coltspec .variantPrice
{
	font-size: 12px;
	margin-bottom: 10px;
}		

.coltspec h1
{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 10px 0 0px; 
	text-transform: uppercase;
	margin-top: -7px;
}

.coltspec h1 span
{
	display: block;
}	

.coltspec #mainContent .leftFloat
{
	font-size: 12px;
	float: left;
	clear: left;
	padding-left: 10px;
	width: 350px;
}

.coltspec .leftFloat .VariantsList
{
	margin-bottom: 5px;
	margin-left: 10px;
}

.coltspec .leftFloat .variantPrice
{
	font-size: 10px;
	padding-left: 10px;
}

.coltspec img#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_trimImg
{	
	float: right;
	clear: right;
	padding-right: 40px;
	margin-bottom: 10px;
}	

/*spec comparison table*/

.coltspec #mainContent table#featureTable
		{
			clear: both;
			width: 729px;
			margin: 20px auto 5px auto;
			border: 1px solid #000000;
			font-size: 10px;
		}
			.coltspec #mainContent table#featureTable th
			{
				background: #b3b3b3;
				color: #000000;
				border: 1px solid #000000;
				padding: 3px;
				font-size: 12px;
			}
			.coltspec #mainContent table#featureTable .model td
			{
				background: #d3d3d3;
			}
			.coltspec #mainContent table#featureTable .subtitle td
			{
				background: #d3d3d3;
			}
			.coltspec #mainContent table#featureTable td
			{
				border: 1px solid #000000;
				padding: 3px;
				font-size: 12px;
				text-align: center;
				width: 8%;
			}
			.coltspec #mainContent table#featureTable td.feature
			{
				text-align: left;
				width: 36%;
				background: #eeeeee;
			}
			.coltspec #mainContent table#featureTable .blank,
			.coltspec #mainContent table#featureTable .model .blank
			{
				background: #ffffff;
				border: 0px;
			}

.coltspec #categoriesList
{
	float: right;
	clear: right;
	margin: 0 20px 10px 0;
}		

.coltspec .CategoryTitle
{
	display: block;
	background: #eaeaea url('/images/global/bg_spec_title.gif') no-repeat center left;
	padding: 2px 0px 2px 20px;
}

.coltspec .dlCategories td
{
	border: 1px solid #888888;
}

.coltspec .dlCategories td h4
{
	background: #eaeaea url('/images/global/bg_spec_title.gif') no-repeat left center;
	font-size: 12px;
	width: 370px;
}

.coltspec .dlCategories td .ItemList
{
	display: block;
}

.coltspec .dlCategories td td
{
	border: 0px;
	font-size: 12px;
	line-height: 1.1;
	border-top: 1px solid #888888;
	width: 370px;
}

.coltspec .dlCategories td .ItemList .ItemText1,
.coltspec .dlCategories td .ItemList .ItemText2,
.coltspec .dlCategories td .ItemList .ItemValue
{
	float: left;
	margin: 3px 0 3px 2px;
}

.coltspec .dlCategories td .ItemList .ItemText1
{
	font-weight: bold;
	max-width: 310px;
}

.coltspec .dlCategories td .ItemList .ItemText2
{
	color: #555555;
}

.coltspec .dlCategories td .ItemList .ItemValue
{
	float: right;
	margin-right: 5px;
}

.coltspec #mainContent p
{
	font-size: 10px;
	margin: 0 0 5px 10px;
}

/* spec page */
/*-----------*/

/* ========================== */
/* TECHNOLOGY PAGE		  */
/* ========================== */

.coltTech #coltContent
{
	background: #ffffff url('/images/lancer/tech/bg.jpg') repeat-x left top;
	color: #000000;
}

.coltTech #coltContent h1
{
	text-align: center;
	text-transform: uppercase;
}
	
.coltTech #coltContent #techWrapper
{
	border: 1px solid #000000;
	overflow: hidden;
	width: 729px;
	margin: 10px auto 20px auto;
	position: relative;
	height: 3425px;
	background: #d6d6d6 url('/images/lancer/tech/bg_main.jpg') no-repeat center center;
}
		
.coltTech #coltContent #modelButtons
{
	width: 100%;
	height: 35px;
	display: block;
	clear: both;
	display: none;
}
			
.coltTech #coltContent #modelButtons li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}
				
.coltTech #coltContent #modelButtons li a
{
	width: 242px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	display: block;
}
					
.coltTech #coltContent #modelButtons li a:hover,
.coltTech #coltContent #modelButtons li a.active
{
	background: #0036af url('/images/lancer/tech/bg_btnModelActive.jpg') repeat-x left top;
	color: #ffffff;
}
					
.coltTech #coltContent #trimButtons
{
	display: block;
	margin-top: 1px;
	display: none;
}
			
.coltTech #coltContent #trimButtons ul
{
	float: left;
	list-style: none;
}
				
.coltTech #coltContent #trimButtons li
{
	float: left;
}
					
.coltTech #coltContent #trimButtons li a
{
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	width: 120px;
	border-right: 1px solid #ffffff;
}
					
.coltTech #coltContent #trimButtons #btnList3Door li a,
.coltTech #coltContent #trimButtons #btnList5Door li a
{
	width: 80px;
}
					
.coltTech #coltContent #trimButtons li a:hover,
.coltTech #coltContent #trimButtons li a.active
{
	background: #0036af url('/images/lancer/tech/bg_btnTrimActive.jpg') repeat-x left top;
	color: #ffffff;
}

.coltTech #coltContent #mainContent
{
	position: relative;
	display: none;
}
			
.coltTech #coltContent #mainContent #imgColt
{
	height:215px;
	width: 413px;
	position: absolute;
	top: 115px;
	left: 170px;
}

.coltTech #coltContent #mainContent #itemBlocks .itemBlock
{
	width: 160px;
	height: 33px;
	font-size: 10px;
	text-transform: uppercase;
	background: #ffffff;
	color: #505050;
	font-weight: bold;
	position: absolute;
	background: transparent url('/images/colt/tech/boxes.png') no-repeat left top;
	height: 33px;
	text-align: center;
	line-height: 30px;
	display: none;
}
					
.coltTech #coltContent #mainContent #itemBlocks #itemtyres
{
	line-height: 12px;
}
/*.coltTech #coltContent #mainContent #itemBlocks .itemBlock span
{
	display: block;
	position: absolute;
	left: 0px;
	width: 160px;
	
}*/
.coltTech #coltContent #mainContent #itemBlocks #itemsuspension1{ top: 390px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemsuspension2{ top: 390px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemabs		{ top: 350px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemmastc1		{ top: 230px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemamt		{ top: 270px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemcruise		{ top: 270px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemess		{ top: 310px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemalternator	{ top: 190px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemratio		{ top: 150px; left: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemasg		{ top: 230px; left: 15px; }


.coltTech #coltContent #mainContent #itemBlocks #itemairbags	{ top:  40px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemhid		{ top: 120px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemsensors	{ top: 160px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemengine		{ top: 230px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemengine2	{ top: 230px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemgsi		{ top: 350px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemsteering1	{ top: 270px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemsteering2	{ top: 270px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemlights		{ top: 310px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemmp3		{ top: 390px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemtyres		{ top: 190px; right: 15px; }
.coltTech #coltContent #mainContent #itemBlocks #itemshift		{ top: 350px; right: 15px; }
					
.coltTech #coltContent #infoBoxes
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 100%;
}
			
.coltTech #coltContent .infoBox
{
	height: 375px;
	width: 348px;
	background: #000000;
	border: 1px solid #888888;
	color: #ffffff;
	text-align: center;
	float: left;
}
				
.coltTech #coltContent .infoBox h2
{
	font-size: 14px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
					
.coltTech #coltContent .infoBox p
{
	font-size: 11px;
	padding: 10px;
	padding-top: 5px;
	text-align: justify;
}


/* ========================== */
/* CLEARTEC PAGE		  */
/* ========================== */

.cleartec #coltContent
{
	height: 653px;
	width: 759px;
	background: url('/images/colt/cleartec-bg.jpg') no-repeat top left;
	float: left;
	position: relative;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

.cleartec #topCopy
{
	width: 759px;
	float: left;
	padding: 20px 0 0 20px;
	position: relative;
}

.cleartec #coltContent h1 span
{
	display: none;
}

.cleartec #coltContent #logo
{
	margin: 30px 0 10px 20px;
	width: 447px;
	height: 71px;
}
		
.cleartec #coltContent #introCopy
{
	width: 312px;
	padding: 0 0 0 20px;
	font-size: 12px;
}

.cleartec #btmCopy
{
	padding: 410px 0 0 20px;
	float: left;
	width: 350px;
}

.cleartec #btmCopy #btmText
{
	font-size: 13px;
	font-weight: bold;
}

.cleartec #btmCopy #btmText span
{
	font-size: 13px;
	font-weight: normal;
}

.cleartec #btmCopy #tagLine
{
	font-size: 18px;
	font-weight: bold;
	width: 350px;
}


.cleartec #taxDisc
{
	float: right;
	margin: 30px 30px 0 0;
	width: 125px;
	height: 125px;
}

.cleartec #coltContent #mainContent #itemBlocks .itemBlock
{
	width: 186px;
	height: 33px;
	font-size: 10px;
	text-transform: uppercase;
	background: #ffffff;
	color: #505050;
	font-weight: bold;
	position: absolute;
	background: transparent url('/images/colt/tech/boxes-cleartec.png') no-repeat left top;
	text-align: center;
	line-height: 30px;
}
					
	
.cleartec #coltContent #mainContent #itemBlocks #itemengine			{ top: 450px; left: 20px; }
.cleartec #coltContent #mainContent #itemBlocks #itemalternator		{ top: 410px; left: 20px; }
.cleartec #coltContent #mainContent #itemBlocks #itemtyres			{ top: 370px; left: 20px; }
.cleartec #coltContent #mainContent #itemBlocks #itemratio			{ top: 330px; left: 20px; }
.cleartec #coltContent #mainContent #itemBlocks #itemshift			{ top: 290px; left: 20px; }
.cleartec #coltContent #mainContent #itemBlocks #itemasg			{ top: 250px; left: 20px; }

					
.cleartec #coltContent #infoBoxes
{
	position: absolute;
	top: 250px;
	left: 250px;
	width: 348px;
	height: 230px;
	overflow: hidden;
}
			
.cleartec #coltContent .infoBox
{
	height: 230px;
	width: 348px;
	background: #000000;
	border: 1px solid #888888;
	color: #ffffff;
	text-align: center;
	float: left;
}
				
.cleartec #coltContent .infoBox h2
{
	font-size: 14px;
	padding: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
					
.cleartec #coltContent .infoBox p
{
	font-size: 11px;
	padding: 10px;
	padding-top: 5px;
	text-align: justify;
}

/* ========================== */
/* GALLERY		  */
/* ========================== */

.coltGallery #coltContent
{
	background: #000000;
	width: 759px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	overflow: hidden;
}
.coltGallery #coltContainer
{
	position: relative;
}
.coltGallery #coltMainContent
{
	background: #000000;
	position: relative;
}
.coltGallery #coltContent h1
{
	color: #fff;
	text-transform: uppercase;
	font-size: 56px;
	font-style: italic;
	width: 759px;
	text-align: center;
	position: absolute;
}

.coltGallery #coltContent h2
{
	color: #ffffff;
	margin-left: 32px;
	text-transform: uppercase;
}

.coltGallery #coltContent p
{
	color: #ffffff;
	margin: 0px 32px;
	font-size: 12px;
}

.coltGallery #coltContent .wallpaper
{
	float: left;
	width: 150px;
	padding: 10px 0px 10px 32px;
}

.coltGallery #coltContent .wallpaper ul
{
	text-align: center;
	list-style-type: none;
	font-size: 11px;
}

.coltGallery #coltContent .wallpaper a
{
	color: #ffffff;
}

.coltGallery #coltContent .wallpaper a:hover
{
	text-decoration: underline;
}

.coltGallery #coltVidBox
{
	width: 696px;
	margin: 0px auto 10px auto;
	background: #000;
}

.coltGallery #coltVidBox h2
{
	text-align: center;
	margin: 0;
}

.coltGallery #coltPromo
{
	background-color: #000;
}
				
.coltGallery #shade
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	display: none;
	opacity: 0.7;
}

.coltGallery #wallpaperImg
{
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	background: #000000;
	border: 1px solid #dddddd;
}

.coltGallery #wallpaperImg img
{
	border: 1px solid #777777;
}
			
/* ========================== */
/* TERMS		  */
/* ========================== */

#terms
{
	clear: both;
	font-size: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #777777;
}	

/* ------------------------------ */
/* Colt Brochure Interactive */

.coltBrochureInteractive #coltMainContent
{
	background: #000;
}

.coltBrochureInteractive #fbContents
{
	width: 210px;
	float: left;
	padding: 10px 10px 10px 180px;
}


	