/*
 *	Header
 */

#header {
	background-image: url(/images/coolblue.nl/shops_header.jpg);
}




/*
 *	Columns
 */

#left {
	width: 570px;
	float: left;
}

#right {
	width: 400px;
	float: left;
}




/*
 *	Blocks
 */

#shops li {
	width: 170px;
	height: 180px;
	margin: 0 10px 10px 0;
	padding-right: 10px !important;
	padding-left: 0px !important;
	float: left;
	position: relative;
	color: #1b5c9d;
	background: #fff !important;
	font: normal 1.6em Arial, Sans-Serif;
	
}

#shops ul {
	width: 100%;
	margin: 0.1em 0 0 0;
	background: url(/images/coolblue.nl/block_background.png) repeat-x 0 -1.6em;
	height: 100%;
	padding: 5px;
	border-top: 2px solid #1b5c9d;
}

#shops li li {
	width: 17px;
	height: 11px;
	margin: 0 3px 0 0;
	padding: 0 !important;
	overflow: hidden;
	background: none !important;
}

#shops li li a {
	padding-top: 11px;
	display: block;
}

#shops li li.nl a {
	background: url(/images/coolblue.nl/nl_background.png) no-repeat;
}
	
#shops li li.be a {
	background: url(/images/coolblue.nl/be_background.png) no-repeat;
}

#shops img {
	position: absolute;
	left: 7px;
	top: 40px;
}