/* from screen.css */
.discount {
	background:url(../images/en/bg_discount.gif) no-repeat;
}

#boxShop a {
	background: url(/images/en/button_bezoek.jpg) no-repeat;
}
#boxShop a:hover { 
	background: url(/images/en/button_bezoek_hover.jpg) no-repeat;
}

.details2 .leftColumn .image div a { 
	background: transparent url(/images/en/enlarge.png) no-repeat left top;
}
* html .details2 .leftColumn .image div a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/en/enlarge.png');
}

#myBabyHuysTop {
	background: url(../images/en/mybaby_top.png);
}
* html #wrapper #myBabyHuysTop { /* PNG-fix for IE6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/en/mybaby_top.png');
}

/* from thickbox.css */	
.winkelmandtitel {
	background:url('/images/en/header_afrekenen.gif') no-repeat;
}

#TB_closeWindow a,
#TB_closeAjaxWindow a {
	background: url(/images/en/ico_closewindow.gif) no-repeat right center;
}
#TB_closeWindow a:hover,
#TB_closeAjaxWindow a:hover {
	background-image: url(/images/en/ico_closewindow_on.gif)
}
#crumbs {
	width:440px !important;
}
#phoneNumber {
	width:205px !important;
}
.compareSelect label {
	padding:1px 16px 1px 0 !important;
}
.compareTable td.delete a {
	width: 135px !important;
}
