#subHeader
{
	
	height					: 20px; 
	border-top				: 1px solid #FF0000; 
	border-bottom			: 1px solid #FF0000;
}

#leftContent
{
	float					: left; 
	width					: 200px; 
	height					: 450px;	
}

#content, #shoppingBasketContent
{
	float					: left; 
	width					: 499px; 
	height					: 450px;
	display					: none;		
	border-left				: 1px solid #020276;
	background				: transparent url(../images/bg.png) repeat-x top left;	
}

#shoppingBasketContent
{
	display					: block;
	width					: 744px;
}

#completContent, #generalContent
{
	float					: left; 
	width					: 950px;  
	padding-top				: 3px;
	background				: transparent url(../images/bg.png) repeat-x top left;
}

#rightmenu
{
	height					: 450px;
	float					: left; 
	width					: 250px; 
	padding					: 0 0 0 0;
	display					: none;
	background				: transparent url(../images/bg.png) repeat-x top left;
}

#products
{
	float					: left; 
	width					: 250px;
	!width					: 250px; 
	margin-bottom			: 20px;	
}

#bottom
{
	font-size				: 16px; 
	font-weight				: bold; 
	height					: 25px; 
	border-top				: 1px solid #FF0000;
	letter-spacing			: 5px;
	color					: #000;
	text-align				: center;
	font-family				: arial;
	padding-top				: 4px;
}

img
{
	border					: 0;
}
/*****************************
 * 
 * Product Menu
 * 
 *****************************/
#productMenu
{
	margin					: 0;
	padding					: 3px 0 0 0;
	!padding-left			: 15px;
}

#productMenu ul
{
	list-style				: none;
	margin					: 0 0 0 0;
	padding					: 0;
}

#productMenu ul li
{
	cursor					: pointer;
}

/*****************************
 * 
 * Boxes
 * 
 *****************************/

.boxTop
{
	background-image: url(../images/box/BoxTop.png);
	height: 18px;
	background-repeat: no-repeat;
}

.boxContent
{
	background-image: url(../images/box/BoxCenter.png);
	background-repeat: repeat-y;	
}

.boxBottom
{
	background-image: url(../images/box/BoxBottom.png);
	height: 18px;
	background-repeat: no-repeat;
}

.boxSmallTop
{
	background-image: url(../images/box/BoxSmallTop.png);
	height: 16px;
	background-repeat: no-repeat;
}

.boxSmallContent
{
	background-image: url(../images/box/BoxSmallCenter.png);
	background-repeat: repeat-y;	
}

.boxSmallBottom
{
	background-image: url(../images/box/BoxSmallBottom.png);
	height: 13px;
	background-repeat: no-repeat;
}

.boxLargeTop
{
	background-image: url(../images/box/BoxLargeTop.png);
	height: 18px;
	background-repeat: no-repeat;
}

.boxLargeContent
{
	background-image: url(../images/box/BoxLargeCenter.png);
	background-repeat: repeat-y;	
}

.boxLargeBottom
{
	background-image: url(../images/box/BoxLargeBottom.png);
	height: 21px;
	background-repeat: no-repeat;
}

#priceList{
	list-style: none;
	margin:0;
	padding:0;		
}

#priceList div{
	float: left;
	width: 100px;
	text-align: right; 
	border: 1px solid #000;
}

/*****************************
 * 
 * Acties
 * 
 *****************************/

.actieProductHeader
{
	border-top				: 0px solid #020276; 	 
	width					: 200px; 
	height					: 72px;
	color					: #000;	
	cursor					: pointer;
}

.actieProductHeader.line
{
	border-top				: 1px solid #020276; 	 
}

/*****************************
 * 
 * Submenu
 * 
 *****************************/

.longMenuItem
{
	color					: #000;
	float					: left; 
	text-align				: center; 
	width					: 189px; 
	border-right			: 1px solid #fff;
	background-image		: url(../images/Submenu/submenu_long.png); 
	background-repeat		: no-repeat;
	height					: 20px;
	cursor					: pointer;
	font-size				: 14px;
}

.longMenuItem.last
{
	border					: 0;
	width					: 190px;
}	