
.content ul.tourNav
{
	float:right;
	width:160px;
	padding:25px 0 0 0;
	margin:0;
	font-size:1.5em;
	font-weight:bold;
}	

	ul.tourNav li
	{
		list-style:none;
		margin-bottom:11px;
	}
	
		ul.tourNav li a
		{
			display:block;
			padding-left: 20px;
			color:#ccc;
			text-decoration:none;
			line-height:1.2;
		}
		
		ul.tourNav li a:hover
		{
			color:#fff;
		}
		
		ul.tourNav li a.current
		{
			color:#fff;
			background:url(../graphics/tour/icon_nav_arrow.png) no-repeat left 6px;
		}
		

img.screenshot {
	margin-top:30px;
	/*width:390px;*/
}

.tourContent img.screenshot {
	/*height:266px;*/
}
		
.tourContent
{
	position:relative;
	float:left;
	width:750px;
}
	
	.tourContent .popupLinks
	{
		margin:0 20px 20px 20px;			
	}	
		.tourContent .popupLinks a
		{
			display:block;
			padding-right:25px;
			font-size:1.4em;
			font-weight:bold;
			color: #ccc;
			text-decoration:none;
		}
		.tourContent .popupLinks a:hover{color:#fff}
		.tourContent .popupLinks a.screenshotLink
		{
			float:left;
		}
		.tourContent .popupLinks a.videoLink
		{
			float:left;
		}
		
	img.illustrationFixed
	{
		position:absolute;
		bottom:0;
		left:320px;
		width:460px;
		height:200px;
	}
			
.tourBottomHalf
{
	width:950px;
	margin:0 auto;
	padding: 0 20px;
	color: #333;
}

	.tourBottomHalf h1
	{
		clear:both;
		letter-spacing: -0.04em;
		font-size:2.2em;
		font-weight:normal;
		line-height: 1.2;
		margin:22px 0 10px 0;
	}
	
	.tourBottomHalf p 
	{
		font-size:1.3em;
		line-height: 1.4em;
		margin: 0 0 10px 0;
	}
	
	.tourBottomHalf a 
	{
		color:#333;
	}
	
	.tourBottomHalf .screenshot
	{
		margin-bottom:0;
	}
	
	div.caption h2
	{
		letter-spacing: -0.04em;
		font-size:1.4em;
		line-height: 1.2;
		margin:10px 0 0 0;
	}
	
	div.caption p
	{
		font-size:1.2em;
		line-height: 1.3em;
		margin: 0 0 10px 0;
	}
