#outlanderContainer
{
	width: 100%;	
	background: #424437 url('/images/outlander/main-bg.jpg') no-repeat top center;
}

/*--------*/
/* header */

	#outlanderHead
	{
		height: 148px;
		background-color: #c8c6c6;
		width: 100%;
		border-top: 1px solid #8a8a8a;
		border-bottom: 1px solid #8a8a8a;
	}


	#outlanderHead .outlanderHeadContent
	{
		width: 942px;
		height: 148px;
		position: relative;
		margin: 0px auto;
	}
					
		#outlanderHead .outlanderHeadContent .outlanderHeadText
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		#outlanderHead #outlanderJuroHead
		{
			background: #e8e8e8 url('/images/special-offers/vehicle-section-headers-bg.jpg') repeat-x top center;
			position: absolute;
			width: 100%;
			display: block;
			z-index: 30;
		}
				

/* // header */
/*-----------*/

#outlanderContentContainer
{
	width: 942px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* left hand nav styles */

#outlanderMenuLeft
{
	float: left;
	margin-top: 46px;
	width: 180px;
}
	#outlanderMenuLeft li
	{
		float: left;
		height: 121px;
		display: block;
	}
		#outlanderMenuLeft li a
		{
			width: 180px;
			height: 121px;
			display: block;
		}
			#outlanderMenuLeft li a span
			{
				display: none;
			}
			#sideLinkPassenger
			{
				background: url('/images/outlander/nav-side-juro.gif') no-repeat top left;
			}
			
			#outlanderMenuLeft li a#sideLinkPassenger:hover
			{
				background-position: 0 -121px;
			}
			
			.passengerHome #sideLinkPassenger
			{
				background-position: 0 -242px;
			}			
			
	
#outlanderMainContent	
{
	position: relative;
	float: left;
	width: 760px;
	border-left: 1px solid #c8c6c6;
	border-right: 1px solid #c8c6c6;
}

.passengerHome #mainContent
{
	height: 570px;
	background: url('/images/outlander/bg-juro.jpg') no-repeat top left;
}

#outlanderTopnav
{
	height: 46px;
	display: block;
	border-bottom: 1px solid #999999;
}
	#outlanderTopnav li
	{
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
		border-right: 1px solid #999999;
	}
	#outlanderTopnav li.last
	{
		border-right: 0;
	}
		#outlanderTopnav li a
		{
			height: 46px;
			width: 151px;
			display: block;
			background: url('/images/outlander/bg-topnav.gif') no-repeat top left;
		}
			#outlanderTopnav li a span
			{
				display: none;
			}
			
		/* normal states */
		#outlanderTopnav a.topLinkTech{ background-position: 0px 0px; }
		#outlanderTopnav a.topLinkSpec{ background-position: -151px 0px; }
		#outlanderTopnav a.topLinkBrochure{ background-position: -302px 0px; }
		#outlanderTopnav a.topLinkTestdrive{ background-position: -453px 0px; }
		#outlanderTopnav a#topLinkGallery{ background-position: -604px 0px; }
		
		/* hover states */
		#outlanderTopnav a.topLinkTech:hover{ background-position: 0px -46px; }
		#outlanderTopnav a.topLinkSpec:hover{ background-position: -151px -46px; }
		#outlanderTopnav a.topLinkBrochure:hover{ background-position: -302px -46px; }
		#outlanderTopnav a.topLinkTestdrive:hover{ background-position: -453px -46px; }
		#outlanderTopnav a#topLinkGallery:hover{ background-position: -604px -46px; }
		
		/* active states */
		.outlanderTech #outlanderTopnav a.topLinkTech{ background-position: 0px -92px; }
		.spec #outlanderTopnav a.topLinkSpec{ background-position: -151px -92px; }
		.outlanderBrochure #outlanderTopnav a.topLinkBrochure{ background-position: -302px -92px; }
		.outlanderTestdrive #outlanderTopnav a.topLinkTestdrive{ background-position: -453px -92px; }
		.outlanderGallery #outlanderTopnav a#topLinkGallery{ background-position: -604px -92px; }
		.outlanderBrochureInteractive #outlanderTopnav a.topLinkBrochure{ background-position: -302px -92px; }
		
/* variant lists */

body.passengerHome #mainContent #variantsList
{
	width: 252px;
	position: absolute;
	right: 30px;
	bottom: 200px;
}

body.passengerHome #mainContent .variantBlock
{
	margin-bottom: 40px;
}

body.passengerHome #mainContent .variantBlock h2
{ 
	color: #fff;
	background-color: #000;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	width: 246px;
	padding: 3px;
}

body.passengerHome #mainContent .variantBlock li.variantEntry
{
	list-style-type: none;
	position: relative;
}	
	
body.passengerHome #mainContent .variantBlock li.variantEntry a
{
	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;
}	

body.passengerHome #mainContent .variantBlock li.variantEntry a:hover
{
	background: #b7b7b7 url('/images/l200/variants-bg-hover.gif') repeat-y top left;
}
body.passengerHome #mainContent .variantBlock li.variantEntry a span.variantName
{
	color: #1f527b;
	font-weight: bold;	
	font-size: 12px;
	float: left;
	cursor: pointer;
	word-spacing: normal;
}

body.passengerHome #mainContent .variantBlock li.variantEntry a span.variantPrice
{
	color: #d90000;
	font-weight: bold;
	font-size: 14px;
}

body.passengerHome #mainContent .variantBlock li.variantEntry a span.variantPrice span
{
	font-size: 10px;
}	

body.passengerHome #mainContent .variantBlock li.variantEntry a span.variantInfo
{
	display: none;
}		

body.passengerHome #mainContent .variantBlock li.variantEntry a:hover span.variantInfo
{
	color: #000;
	display: block;
	position: absolute;
	top: -90px;
	right: -40px;
	width: 160px;
	height: 97px;
	padding: 8px 15px 8px 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	background: url('/images/l200/popup-bg.png') no-repeat top left;
}

.passengerHome #mainContent h1
{
	color: #343434;
	text-transform: uppercase;
	width: 755px;
	padding-right: 5px;
	text-align: right;
}

.passengerHome #mainContent p
{
	font-size: 12px;
	width: 470px;
	padding:15px 0 0 237px;
}

.passengerHome #mainContent ul#juroFeatures
{
	width: 220px;
	margin-left: 500px;
}

.passengerHome #mainContent ul#juroFeatures li
{
	font-size: 12px;
	padding-bottom: 5px;
}

#callToActions
{
	font-size:14px;
	position: absolute;
	top: 439px;
	left: 18px;
}

#callToActions h2
{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
}

#callToActions span
{
	color: #ff0000;
}

#callToActions a 
{
	color: #fff;
}

#callToActions a:hover 
{
	color: #fff;
	text-decoration: underline;
}

#callToActions p
{
	font-size: 14px;
	padding-left: 16px;
}

#btnExplore 
{
	background: url('/images/msp/variant-box.gif') no-repeat scroll left top;
	height: 30px;
	width: 240px;
	display: block;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff; 
	position: absolute;
	top: 33px;
	left: 454px;
	padding: 12px 0 0 60px;
}

a#btnExplore:hover
{
	background-position: 0 -42px;
} 


/* msp btn */

	.passengerHome #mainContent #msp
	{
		position: absolute;
		bottom: 100px;
		right: 30px;
	}
		.passengerHome #mainContent #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;
		}
			.passengerHome #mainContent #msp a span,
			.commercialHome #mainContent #msp a span
			{
				position: absolute;
				left: 60px;
				top: 10px;
				color: #ffffff;
				font-size: 16px;
			}
		.passengerHome #mainContent #msp a:hover,
		.commercialHome #mainContent #msp a:hover
		{
			background-position: 0px -42px;
		}
			.passengerHome #mainContent #msp a:hover span,
			.commercialHome #mainContent #msp a:hover span
			{
				color: #ffffff;
			}
			
/*------------------*/
/* highlights pages */

.highlights #mainContent
{
	background: #ffffff;
	position: relative;
}
	.highlights #mainContent #headerTitle
	{
		font-size: 65px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		color: #dedede;
	}
	.highlights #mainContent #headerTitle
	{
		font-size: 45px;
	}
	.highlights #mainContent #variantOptions
	{
		width: 680px;
		height: 251px;
		border: 1px solid #dbdbdb;
		margin: 30px auto;
		padding: 10px;
	}	
		.highlights #mainContent #variantOptions h1
		{
			padding-bottom: 10px;
			font-size: 20px;
		}
			.highlights #mainContent #variantOptions h1 span
			{
				display: inline;
			}
			
		.highlights #mainContent #variantOptions h2
		{
			position: absolute;
			top: 25px;
			right: 0px;
			font-size: 20px;
			text-transform: uppercase;
			color: #b4b4b4;
		}
		
	.highlights #mainContent #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;
		display: none;
	}
		.highlights #mainContent #variantDropdown select
		{
			margin-right: 8px;
			width: 200px;
			margin-top: 8px;
		}
		.highlights #mainContent #variantOptions .leftFloat
		{
			width: 340px;
		}	
	.highlights #mainContent #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_TrimColours img
	{
		margin-right: 5px;
		margin-top: 10px;
	}
	.highlights #mainContent .VariantTitle
	{
		color: #000000;
		font-weight: bold;
		font-size: 12px;
	}
	.highlights #mainContent a.VariantTitle:hover
	{
		text-decoration: underline;
	}
	.highlights #mainContent .variantPrice
	{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.highlights #mainContent .VariantCVPrice
	{
		font-size: 12px;
		color: #666666;
	}
	.highlights #mainContent #variantHighlights
	{
		width: 680px;
		/*height: 160px;*/
		border: 1px solid #dbdbdb;
		margin: 30px auto;
		padding: 10px;
		overflow:auto; /* this is to make the border box expand to surround float elements inside */
	}
		.highlights #mainContent #variantHighlights img
		{
			float: left;
		}

		.highlights #mainContent #variantHighlights ul
		{
			padding-left: 50px;
			float: left;
			line-height: 20px;
			font-size: 12px;
			width: 300px;
		}
		#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_kenwoodpush
		{
			width: 300px;
			font-size: 12px;
			border: 1px solid #000000;
			padding: 5px;
			margin: 10px;
		}
			#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_kenwoodpush ul
			{
				margin: 0px 0px 0px 15px;
			}

/* //highlights pages */
/*--------------------*/

.spec #mainContent
{
	width: 759px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.spec #headerTitle
{
	text-transform: uppercase;
	font-size: 62px;
	color: #f4f4f4;
	font-weight: bold;
}

.spec #headerTitle
{
	text-align: left;	
	width: 750px;
}	

.spec h2
{
	text-transform: uppercase;
	color: #b1b1b1;
	/*width: 759px;*/
	font-size: 28px;
	top: 30px;
	right: 8px;
	text-align: right;
	z-index: 2;
	position: absolute;
}

.spec #variantsStandard,
.spec #variantsSE,
.spec #variantsComm
{
	background-color: #00618f;
	width: 335px;
	border-left: 5px solid #fff;
	padding: 3px 0 5px 0;
}

a#expStandard,
a#expSE,
a#expComm
{
	display: block;
	width: 340px;
	height: 55px;
	cursor: default;
}

a#expStandard span,
a#expSE span,
a#expComm span
{
	display: none;
}

a#expStandard
{
	background: url('/images/outlander/spec-Standard.gif') no-repeat top left;
}	

a#expSE
{
	background: url('/images/outlander/spec-SE.jpg') no-repeat top left;
}	

a#expComm
{
	background: url('/images/outlander/spec-Comm.jpg') no-repeat top left;
}	

.spec #variantsStandard table,
.spec #variantsSE table,
.spec #variantsComm table
{
	background: #fff;	
	margin: 0 0 0 5px;	
	width: 325px;
}

.spec .VariantTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.spec a.VariantTitle:hover
{
	text-decoration: underline;
}

.spec .variantPrice
{
	font-size: 12px;
	margin-bottom: 10px;
}		

.spec h1
{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 10px 0 0px; 
	text-transform: uppercase;
	margin-top: -7px;
}

.spec h1 span
{
	display: block;
}	

.spec #mainContent .leftFloat
{
	font-size: 12px;
	float: left;
	clear: left;
	padding-left: 10px;
	width: 350px;
}

.spec .leftFloat .VariantsList
{
	margin-bottom: 5px;
	margin-left: 10px;
}

.spec .leftFloat .variantPrice
{
	font-size: 10px;
	padding-left: 10px;
}

.spec img#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder2_trimImg
{	
	float: right;
	clear: right;
	padding-right: 40px;
	margin-bottom: 10px;
}	

/*spec comparison table*/

.spec #mainContent table#featureTable
		{
			clear: both;
			width: 729px;
			margin: 20px auto 5px auto;
			border: 1px solid #000000;
			font-size: 10px;
		}
			.spec #mainContent table#featureTable th
			{
				background: #b3b3b3;
				color: #000000;
				border: 1px solid #000000;
				padding: 3px;
				font-size: 12px;
			}
			.spec #mainContent table#featureTable .model td
			{
				background: #d3d3d3;
			}
			.spec #mainContent table#featureTable .subtitle td
			{
				background: #d3d3d3;
			}
			.spec #mainContent table#featureTable td
			{
				border: 1px solid #000000;
				padding: 3px;
				font-size: 12px;
				text-align: center;
				width: 8%;
			}
			.spec #mainContent table#featureTable td.feature
			{
				text-align: left;
				width: 36%;
				background: #eeeeee;
			}
			.spec #mainContent table#featureTable .blank,
			.spec #mainContent table#featureTable .model .blank
			{
				background: #ffffff;
				border: 0px;
			}

.spec #categoriesList
{
	float: right;
	clear: right;
	margin: 0 20px 10px 0;
}		

.spec .CategoryTitle
{
	display: block;
	background: #eaeaea url('/images/global/bg_spec_title.gif') no-repeat center left;
	padding: 2px 0px 2px 20px;
}

.spec .dlCategories td
{
	border: 1px solid #888888;
}

.spec .dlCategories td h4
{
	background: #eaeaea url('/images/global/bg_spec_title.gif') no-repeat left center;
	font-size: 12px;
	width: 370px;
}

.spec .dlCategories td .ItemList
{
	display: block;
}

.spec .dlCategories td td
{
	border: 0px;
	font-size: 12px;
	line-height: 1.1;
	border-top: 1px solid #888888;
	width: 370px;
}

.spec .dlCategories td .ItemList .ItemText1,
.spec .dlCategories td .ItemList .ItemText2,
.spec .dlCategories td .ItemList .ItemValue
{
	float: left;
	margin: 3px 0 3px 2px;
}

.spec .dlCategories td .ItemList .ItemText1
{
	font-weight: bold;
	max-width: 310px;
}

.spec .dlCategories td .ItemList .ItemText2
{
	color: #555555;
}

.spec .dlCategories td .ItemList .ItemValue
{
	float: right;
	margin-right: 5px;
}

.spec #mainContent p
{
	font-size: 10px;
	margin: 0 0 5px 10px;
}

/*-----------*/
/* tech page */

.outlanderTech #outlanderContent
{
	background: #ffffff url('/images/lancer/tech/bg.jpg') repeat-x left top;
	color: #000000;
}

		.outlanderTech #outlanderContent h1
		{
			text-align: center;
			text-transform: uppercase;
		}
	
		.outlanderTech #outlanderContent #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;
		}
			.outlanderTech #outlanderContent #modelButtons
			{
				width: 100%;
				height: 35px;
				display: block;
				clear: both;
				display: none;
			}
				.outlanderTech #outlanderContent #modelButtons li
				{
					float: left;
					margin: 0px;
					padding: 0px;
					list-style: none;
					text-transform: uppercase;
					font-weight: bold;
					border-right: 1px solid #ffffff;
				}
				
					.outlanderTech #outlanderContent #modelButtons li a
					{
						width: 242px;
						height: 35px;
						line-height: 35px;
						text-align: center;
						background: #000000;
						color: #ffffff;
						display: block;
					}
					.outlanderTech #outlanderContent #modelButtons li a:hover,
					.outlanderTech #outlanderContent #modelButtons li a.active
					{
						background: #0036af url('/images/lancer/tech/bg_btnModelActive.jpg') repeat-x left top;
						color: #ffffff;
					}
			.outlanderTech #outlanderContent #trimButtons
			{
				display: block;
				display: none;
			}
				.outlanderTech #outlanderContent #trimButtons ul
				{
					float: left;
					list-style: none;
					width: 100%;
				}
					.outlanderTech #outlanderContent #trimButtons li
					{
						float: left;
					}
					.outlanderTech #outlanderContent #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: 103px;
						border-right: 1px solid #ffffff;
					}
					
					.outlanderTech #outlanderContent #trimButtons #btnJuro
					{
						width: 729px;
					}
					
					.outlanderTech #outlanderContent #trimButtons li a:hover,
					.outlanderTech #outlanderContent #trimButtons li a.active
					{
						background: #0036af url('/images/lancer/tech/bg_btnTrimActive.jpg') repeat-x left top;
						color: #ffffff;
					}

			.outlanderTech #outlanderContent #techContent
			{
				position: relative;
				display: none;
			}
			
				.outlanderTech #outlanderContent #techContent #imgOutlander
				{
					height:215px;
					width: 413px;
					position: absolute;
					top: 115px;
					left: 175px;
				}
				.outlanderTech #outlanderContent #techContent #itemBlocks
				{
				}
					.outlanderTech #outlanderContent #techContent #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/lancer/tech/boxes.png') no-repeat left top;
						height: 33px;
						text-align: center;
						line-height: 30px;
						display: none;
					}
						.outlanderTech #outlanderContent #techContent #itemBlocks .itemBlock span
						{
							text-transform: lowercase;
						}
					/*.lancerTech #lancerContent #mainContent #itemBlocks #itemsteering
					{
						line-height: 14px;
					}*/
					/*.lancerTech #lancerContent #mainContent #itemBlocks .itemBlock span
					{
						display: block;
						position: absolute;
						left: 0px;
						width: 160px;
						
					}*/
					
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemTCSST			{ top:  40px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemMASTC			{ top:  80px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemSuspension		{ top: 120px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemAWC				{ top: 160px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemCruise			{ top: 200px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemBluetooth		{ top: 240px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemSteeringControls	{ top: 280px; left: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemABS				{ top: 320px; left: 15px; }

					.outlanderTech #outlanderContent #techContent #itemBlocks #itemDMS				{ top:  40px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemHSA				{ top:  80px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemESS				{ top: 120px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemRoof				{ top: 160px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemSensors			{ top: 200px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemAir				{ top: 240px; right: 15px; }
					.outlanderTech #outlanderContent #techContent #itemBlocks #itemDisplay			{ top: 280px; right: 15px; }
					
			.outlanderTech #outlanderContent #infoBoxes
			{
				position: absolute;
				top: 15px;
				left: 15px;
				width: 100%;
			}
				.outlanderTech #outlanderContent .infoBox
				{
					height: 375px;
					width: 348px;
					background: #000000;
					border: 1px solid #888888;
					color: #ffffff;
					text-align: center;
					/*float: left;*/
				}
					.outlanderTech #outlanderContent .infoBox h2
					{
						font-size: 14px;
						padding: 10px;
						width: 348px;
						text-align: left;
						text-transform: uppercase;
					}
						.outlanderTech #outlanderContent .infoBox h2 span
						{
							text-transform: lowercase;
						}
					.outlanderTech #outlanderContent .infoBox p
					{
						font-size: 11px;
						padding: 10px;
						padding-top: 5px;
						text-align: left;
					}
			
/* //tech page */
/*-------------*/

/*------------*/
/* second nav */

#variantBarContainer
{
	text-align: center;
	background-color: #000000;
	width: 741px;
	margin: auto;
	padding: 15px 9px 15px 10px;
	clear: both;
	height: 60px;
	border-top: 1px solid #999999;
}
	#variantBarContainer a, 
	#variantBarContainer p
	{
		color: #fff;
		float: left;
		font-size: 12px;
		font-weight: bold;
		display: block;
		width: 239px;
		text-align: center;
		line-height: 20px;
	}	

	#variantBarContainer a:hover
	{
		text-decoration: underline;
	}	

/* // second nav */
/*---------------*/		

/*--------------*/
/* gallery page */
.outlanderGallery #outlanderContent
{
	background: #000000;
	padding: 0px;
	margin: 0px;
}
.outlanderGallery #outlanderContainer
{
	position: relative;
}
.outlanderGallery #outlanderMainContent
{
	background: #000000;
	position: relative;
}
	.outlanderGallery #outlanderContent h1
	{
		color: #fff;
		text-transform: uppercase;
		font-size: 56px;
		font-style: italic;
		width: 759px;
		text-align: center;
		position: absolute;
	}
	.outlanderGallery #outlanderContent h2
	{
		color: #ffffff;
		margin-left: 32px;
		text-transform: uppercase;
	}
	.outlanderGallery #outlanderContent p
	{
		color: #ffffff;
		margin: 0px 32px;
		font-size: 12px;
	}
	.outlanderGallery #outlanderContent .wallpaper
	{
		float: left;
		width: 150px;
		margin: 10px 0px 0px 32px;
		padding-bottom: 10px;
	}
		.outlanderGallery #outlanderContent .wallpaper ul
		{
			text-align: center;
			list-style-type: none;
			font-size: 11px;
		}
			.outlanderGallery #outlanderContent .wallpaper a
			{
				color: #ffffff;
			}
			.outlanderGallery #outlanderContent .wallpaper a:hover
			{
				text-decoration: underline;
			}
			
.outlanderGallery #outlanderVidBox
{
	width: 696px;
	margin: 0px auto 10px auto;
	background: #000;
}

.outlanderGallery #outlanderVidBox h2
{
	text-align: center;
	
	margin: 0;
}

.outlanderGallery #outlanderPromo
{
	background-color: #000;
}
			
.outlanderGallery #shade
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	display: none;
	opacity: 0.7;
}
.outlanderGallery #wallpaperImg
{
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	background: #000000;
	border: 1px solid #dddddd;
}
.outlanderGallery #wallpaperImg img
{
	border: 1px solid #777777;
}

/* //gallery page */
/*----------------*/

/*-------*/
/* terms */

#terms
{
	clear: both;
	font-size: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #777777;
}

/* // terms */
/*----------*/	

/* ------------------------------ */
/* outlander Brochure Interactive */

.outlanderBrochureInteractive #fbContents
{
	width: 200px;
	float: left;
	padding: 10px 10px 10px 190px;
}

/* --------------------------- */
/* vat button starts here */

#vatBlock
{
	width: 382px;
	height: 161px;
	position: absolute;
	top: 175px;
	left: 0px;
	overflow: hidden;
	z-index: 989;
}

#promptBlock
{
	width: 173px;
	height: 161px;
	background: url('/images/global/vat-prompt.png') no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 69;
}

#promptBlock p span
{
	display: none;
}
#hoverBlock
{
	width: 189px;
	height: 137px;
	background: url('/images/global/vat-expandbg.png') no-repeat 0px 0px;
	padding: 12px;
	position: absolute;
	top: 0px;
	left: -40px;
	z-index: 59;
}

#hoverBlock p
{
	font-size: 11px;
	color: #3d3d3d;
} 
