/* Wisselbox object - (c) 2008 - Alexander Kamp, AgriTrader BV, http://www.agritrader.nl */
div.divWisselbox
{
	width				:	644px;
	margin-left			:	48px;
	font-size			:	9px;

	/* IE 6 Double Margin Bug */
	display				:	inline;
}
div.divWB
{
	float				:	left;
}
div.divWBL
{
	width				:	130px;
	vertical-align		:	middle;
	height				:	130px;
}
div.divWBR
{
	width				:	488px;
	border				:	1px solid #006600;
	padding				:	5px;
	height				:	140px;
	overflow			:	hidden;
}
div.divWBSR
{
	width				:	100%;
	display				:	none;
	visibility			:	hidden;
}
div.divWBL A
{
	border				:	2px solid #006600;
	padding				:	5px;
	padding-left		:	12px;
	width				:	100px;
	float				:	left;
	display				:	block;
	margin				:	4px;
	
	/* K&T IE-bug! */
	margin-right		:	-3px;
}
A.WBLsel
{
	background-color	:	#ffffff;
	background-image	:	url(/img/box_arrow_left.gif);
	background-position	:	left;
	background-repeat	:	no-repeat;
}

A.WBLnorm
{
	background-color	:	#dddddd;
	background-image	:	none;
}
