@media screen
{
	#productsviewport
	{
		position:				relative;
		float:					left;
		width:					748px;
		padding-left:			30px;
		padding-bottom:			10px;
	}
	
		#scollingproducts
		{
			position:				relative;
			float:					left;
		}
		
			#melding
			{
				display:			block;
				margin-top:			20px;
				font-size:			1.2em;
			}
		
			.product
			{
				position:				relative;
				float:					left;
				display:				inline;
				width:					160px;
				height:					218px;
				border:					1px solid #fff;
				margin:					0 25px 5px 0;
			}
			
				.product .label
				{
					position:				absolute;
					width:					120px;
					left:					20px;
					bottom:					20px;
				}
				
					.product .labelbg
					{
						position:				absolute;
						width:					100%;
						height:					100%;
						left:					0;
						top:					0;
						background-color:		#ee3224;
						filter:					alpha(opacity=70);
						-moz-opacity:			.70;
						opacity:				.70;
						z-index:				1;
					}
					
					.product .labeltxt
					{
						position:				relative;
						width:					100%;
						height:					100%;
						left:					0;
						top:					0;
						padding:				2px 0;
						font-size:				1.4em;
						text-align:				center;
						color:					#fff;
						font-weight:			bold;
						z-index:				2;
						line-height:			150%;
					}
			
				.productimage
				{
					position:				relative;
					float:					left;
					width:					160px;
					height:					160px;
					background:				no-repeat center;
					cursor:					pointer;
					text-align:				center;
					line-height:			160px;
				}
				
					.productimage img
					{
						vertical-align:			middle;
						border:					0;
					}
				
				.productinfo
				{
					position:				relative;
					float:					left;
					width:					160px;
					height:					48px;
					margin-top:				10px;
					font-family:			verdana;
					color:					#808284;
					line-height:			150%;
					overflow:				hidden;
				}
				
					.productinfo a
					{
						color:					#008fd4;
						text-decoration:		none;
					}
				
						.productinfo a:hover
						{
							color:					#ee3224;
						}
				
				.informatie
				{
					display:				block;
					text-indent:			15px;
					background:				url('/manager/userimages/general/info.gif') no-repeat left 4px;
				}
				
				.vanbedrag
				{
					margin-right:			5px;
					text-decoration:		line-through;
					color:					#ee3224;
				}
	
	#containerBrands
	{
		position:				relative;
		float:					left;
		width:					756px;
	}
	
		#containerBrands ul
		{
			position:				relative;
			float:					left;
			width:					100%;
			margin:					28px 0 10px 0;
			padding:				0;
			list-style:				none;
		}
		
			#containerBrands ul li
			{
				position:				relative;
				float:					left;
				width:					60px;
				height:					60px;
				line-height:			60px;
				vertical-align:			center;
				padding:				10px 12px 0 10px;
				font-size:				1.2em;
				color:					#4f5051;
				cursor:					pointer;
				border:					1px solid #fff;
				background:				no-repeat center;
			}
			
				#containerBrands ul li#over
				{
					border-color:					#ee3224;
				}
	
	#logo
	{
		position:			relative;
		height:				60px;
		width:				60px;
		margin-left:		15px;
		background:			no-repeat center left;
	}
	
	.holder
	{
		position:				relative;
		float:					left;
		width:					130px;
		height:					200px;
		margin:					0 5px 30px 0;
		background:				no-repeat center;
	}
	
	#merkContainer
	{
		position:				relative;
		float:					left;
		margin-top:				10px;
		padding:				15px;
		background-color:		#f1f1f2;
	}
	
	#merktekst
	{
		position:				relative;
		float:					right;
		width:					303px;
		margin-left:			10px;
		font-family:			verdana;
	}
	
		#merktekst h1
		{
			font-size:			1.2em;
			padding:			0;
			margin:				0 0 5px 0;
		}
		
		#merktekst p
		{
			padding:			0;
			margin:				0;
		}
	
	#merklijn
	{
		position:				relative;
		float:					left;
		margin-bottom:			20px;
		width:					100%;
		height:					4px;
		border-bottom:			1px solid #f1f1f2;
	}
	
	#numberProducts
	{
		font-size:				1.1em;
	}
	
	.paging
	{
		position:				relative;
		float:					left;
		width:					100%;
		font-size:				1.1em;
		margin:					8px 0;
	}
		
		.paging span
		{
			display:				block;
			float:					left;
			height:					24px;
			line-height:			24px;
			margin-right:			10px;
		}
	
		.page
		{
			position:				relative;
			float:					left;
			width:					20px;
			height:					20px;
			margin:					2px;
			line-height:			20px;
			border:					1px solid #f1f1f2;
			text-align:				center;
		}
		
			.page a
			{
				display:				block;
			}
}