/*CSS voor Overlib*/
.overlib a:link, .overlib a:visited, .overlib a:active {
	text-decoration: none;
	color: #266493;
	font-weight: normal;
}
.overlib a:hover {
	text-decoration: none;
	
	font-weight: normal;
}
h1 .overlib a:link, h1 .overlib a:visited, h1 .overlib a:active {
	text-decoration: none;
	color: #FFDE00;
	font-weight: bold;
}
h1 .overlib a:hover {
	text-decoration: none;
	font-weight: bold;
}

/*CSS voor cross sell pagina */
.xsellheader {
	padding: 5px 0px 5px 5px;
	background-color: #0255A5;
	color: #FFFFFF;
}
.clearxsell {
	height: 5px;
	clear: both;
}
.xsellblock {
	width: 178px;
	padding: 4px;
	margin: 3px;
	float: left;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.xsellblock .img {
	height: 80px;
}
.xsellblock .naam {
	height: 27px;
}
.xsellblock .productBestellen {
	margin-top: 5px;
}

/*Bestel en reserveer knop */
.bestelknop_product_info {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	text-align: center;
	padding: 5px 0px;
	border-left: 2px solid White;
	float: left;
        width: 100%;
}
.bestelknop {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	width: 80px;
	text-align: center;
	height: 18px;
	padding-top: 4px;
	border-left: 2px solid White;
	float: left;
}
.bestelknop a, .bestelknop a:hover, .bestelknop a:visited,
#tabcontentcontainer .bestelknop a, #tabcontentcontainer .bestelknop a:hover, #tabcontentcontainer .bestelknop a:visited,
.bestelknop_product_info a, .bestelknop_product_info a:hover, .bestelknop_product_info a:visited {
	color: White;
}
.reserveerknop {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	width: 80px;
	text-align: center;
	height: 18px;
	padding-top: 4px;
	border-left: 2px solid White;
	float: left;
}
.reserveerknop a, .reserveerknop a:hover, .reserveerknop a:visited,
#tabcontentcontainer .reserveerknop a, #tabcontentcontainer .reserveerknop a:hover, #tabcontentcontainer .reserveerknop a:visited {
	color: White;
}
