/************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                   	  		*/
/* Description:		TOUR stylesheet							                           			*/
/* Site name:		Corporate Internet VanBoeijen	 		                           	  		*/
/* Date created:	11-03-2010							                               	  		*/
/************************************************************************************************/

/*----------------------------------------------------------------------------------------------*/
/* Colors	                                               										*/
/*----------------------------------------------------------------------------------------------*/
/* 	
/*	Grey:				#6e6e6e
/*	Red:				#c3261f
/*	Black:				#000

/************************************************************************************************/
/* Screen styles                                                                 				*/
/************************************************************************************************/
@media screen 
{
	/********************************************************************************************/
	/* =Override styles																			*/
	/********************************************************************************************/
	
	#middleColumn
	{
		width:				690px;
		margin:				0;
	}
	
	ul#rightColumn,
	ul#options,
	#headerImage
	{
		display:			none;
	}
	
	#content
	{
		width:			100%;
	}
	
	
	#path
	{
		width:			100%;
	}
	
	

	/********************************************************************************************/
	/* =Content																					*/
	/********************************************************************************************/

	#textTop
	{
		float:				left;
		width:				460px;
		margin:				0 0 10px 0;
	}
	
	ul#tour
	{
		float:				left;
		margin:				0 0 30px 0;
	}
	
		ul#tour li
		{
			float:				left;
			display:			block;
			clear:				none;
			width:				220px;
			height:				230px;
			
			margin:				0 14px 15px 0;
			padding:			0;
				
			background-image:		url(/Content/Images/General/noPicture.gif);
			background-repeat:		no-repeat;
			overflow:				hidden;
		}
		
		
		ul#tour li.col0
		{
			margin:				0;
		}
		
			ul#tour li .thumb
			{
				display:				block;
				float:					left;
				width:					220px;
				height:					130px;
				margin:					0 0 3px 0;
				background-image:		url(/Content/Images/General/noPicture.gif);
				background-repeat:		no-repeat!important;
			}
			
				ul#tour li .thumb .movieOverlay
				{
					display:				block;
					float:					left;
					width:					220px;
					height:					130px;
					background-image:		url(/Content/Images/General/movieOverlay.png);
					background-repeat:		no-repeat;
				}
			
			
			
			
			ul#tour li span
			{
				float:				left;
				display:			block;
				font-weight:		bold;
				width:				100%;
			}
			
				ul#tour li h3 a
				{	
					font-size:			1.0em;
					font-weight:		bold;
					text-decoration:	none;
				}
			
		
			
			
			ul#tour li .text  a.readMore
			{
				float:					left;
				
				clear:					both;
				color:					#6e6e6e;
				background-position:	0 7px;
				
				text-decoration:		none;
			}
			
				ul#tour li .text  a.readMore span
				{
					font-weight:			normal;
				}
			
				ul#tour li .text  a.readMore:hover span
				{
					text-decoration:		underline;
					cursor:					hand;
				}
		
	
}


/************************************************************************************************/
/* =Print styles                           											          	*/
/************************************************************************************************/
@media print
{

		

}
