/*
 *	Header
 */

#header {
	background-image: url(/images/coolblue.nl/service_header.jpg);
}




/*
 *	Columns
 */

#left {
	width: 500px;
	margin-right: 10px;
	float: left;
}

#right {
	width: 460px;
	float: left;
}




/*
 *	Blocks
 */

#helpdesk,
#service {
	min-height: 454px;
}

#helpdesk h2 {
	border-color: #666;
	color: #666;
}

#helpdesk dl {
	margin-bottom: 1em;
}

#helpdesk dt {
	float: left;
	font-weight: bold;
}

#helpdesk dd {
	margin-left: 200px;
}

#helpdesk p.backtotop {
	margin-top: 0;
}

#openinghours {
	padding: 0 10px 15px !important;
}

#openinghours h2 {
	border-color: #666;
	color: #666;
}

#openinghours table {
	width: 100%;
	margin-bottom: 1em;
	border-spacing: 0;
}

#openinghours th {
	text-align: left;
}

#openinghours td[scope] {
	font-weight: bold;
}

#openinghours col.weekday {
	width: 16%;
	font-weight: bold;
}

#openinghours col.helpdesk {
	width: 21%;
}
	
#openinghours col.shop {
	width: 21%;
}

#shopadress{
	margin-bottom: 1em;
	padding: 0 10px 30px;
	clear: both;
	background: url(../../images/coolblue.nl/block_background.png) repeat-x;
}

#shopadress h2 {
	border-color: #666;
	color: #666;
}

#shopadress address{
	float: left;
	padding: 0 30px 0 0;
}