
/*****  Zoekbox inhoud en tekst ******/
.searchtext {
	/* Tekst kleur en grote */
	font-size: 9px;
	color: #2B3087;
	
	/* Achtergrond */
	background-color: #CAD6F0;
}

.shoppingcard_infoBoxContents, TD.shoppingcard_infoBoxContents {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
}



body,td {	color:#2B3087; font-family:Verdana, Arial;
			scrollbar-face-color: #89AADE;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-shadow-color: #89AADE;
			scrollbar-3dlight-color: #D1D7DC;
			scrollbar-arrow-color: #006699;
			scrollbar-track-color: #F5F5FF;
			scrollbar-darkshadow-color: #98AAB1;
		}

font { font-family:Verdana, Arial; }

A { color: Black; text-decoration:underline; }

.smalltext{
	font-family:Verdana, Arial;
	font-size : 12px;
}

.whitelink { color:#FFFFFF; text-decoration:none; }

/* link gebruikt voor bookmark box */
.blacklink 
{
 color:#000000; 
 text-decoration:none; 
}

.blacklinkwithrollover { color:#000000; text-decoration:none; }

.bluelink { color:#0000FF; text-decoration:none; }

A:hover { color:#AABBDD; text-decoration:underline; }

A:hover.blacklink { color:#000000; text-decoration:underline; }

A:hover.blacklinkwithrollover { color:#0000FF; text-decoration:underline; }

A:hover.bluelink { color:#0000FF; background-color: #FFFF33; text-decoration:underline; }

.checkoutlink { color: #A2CFFC;	font-weight : bold; }

.checkoutlinkselected { color: #000000;	font-weight : bold; }

A.checkoutlink{
	color: #A2CFFC;
	font-weight : bold;
}

A:hover.checkoutlink{
	color: #000000;
	font-weight : bold;
}

a:hover.datamedia { color: red; text-decoration:none; }
a:visited.datamedia { color: red; text-decoration:none; }
a:link.datamedia { color: red; text-decoration:none; }


.catlink { font-family: Arial;font-weight: bold; color:#2B3087; text-decoration:none; }

A.catlink { font-family: Arial;font-weight: bold; color:#2B3087; text-decoration:none; }

A:hover.catlink { font-family: Arial;font-weight: bold; color:#FFFFFF; text-decoration:none; }

.boxborder { border-color:#000000; border-style:solid; border-width:1; }

.boxtext { color:#FF0000 }

@media print {
	.printhide {
		display: none;
	}
	body {
		background-image : none;
	}
}