.filters {
	
	margin-bottom:			8px;
	font-weight: bold;
	text-align: right;
	color: #666;
}

.filters a {
	color:					#ccc;
}

.filters a:hover {
	color: #fff;
}


.banner {
	margin-bottom:			1em;
}

.sections {
	width:					100%;
	height:					100%;
	
}

.section {
	background:		url("/img3/products.jpg") repeat-x;
}

.section p {
	margin:					1em;
}
.section .header {
	height:					29px;
	background-position:	-1px -1px;
}

.section .header.featured {
	background-image:		url('../images/bar-featured-game-all.png');
}

.section .header.new {
	background-image:		url('/img3/label_newestgames.jpg');
}

.section .header.aanraders{
	background-image:		url('/img3/label_aanraders.jpg');
}

.section .header.hardware5{
	background-image:		url('/img3/label_mosthardware.jpg');
}

.section .header.used{
	background-image:		url('/img3/label_used.jpg');
}

.section.spotlight {
	height:					210px;
}

.section.spotlight a {
	color:					#0066CC;
}

.section.spotlight img {
	margin:					2px;
	margin-right:			4px;
}

.section.spotlight .title {
	margin-top:				2px;	
	margin-bottom:			2px;	
	font:					bold 12px Arial;
}

.section.spotlight .description {
	height:					146px;
}

.section.spotlight .order {
	text-align:				right;
	margin-right:			4px;
}

.section.spotlight .order a {
	font:					bold 13px Arial;
	color:					black;
}

.section.products {
	height:					220px;
}

.section.products ul {
margin:					8px 0px;
	list-style-type:		none;
	padding: 0px;
}

.section.products ul li {
padding-left: 8px;
	display:				block;
	float:					left;
	width:					18%;
	text-align:				left;
}

.section.products a .img {
	display: block;
	height: 128px;
	vertical-align: bottom;
	cursor: pointer;
}
.section.products a {
	color:					#537A88;}

.section.products .title{
	padding-top: 7px;
	font-weight: bold;
}

.section.products .price {
	color:					black;
	display: block;
	font-weight: bold;
	
}


