/*
 * Version: $Revision: 1.13 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

html
{
	height: 100%;	
}

body
{
	height: 100%;
	background-color: #f2f2f2;
	background-image: url( '../../img/center_bg.png' );
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;	
}

#topBg
{
	height: 100%;
	background-image: url( '../../img/top_bg.png' );
	background-repeat: repeat-x;
}

#centerContainer
{
	height: 100%;
	background-color: #ffffff;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo
{
	margin-left: 50px;
	margin-top: 18px;
	float: left;
	clear: both;
}

DIV#Cart,
DIV#CartBgIE6,
DIV#CartBgIE6One,
DIV#CartBgIE6Two,
DIV#CartBgIE6Max
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
}

DIV#Cart
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../../img/cart_bg.png');
	_background-image: none;
	z-index: 2;
}

DIV#CartBgIE6,
DIV#CartBgIE6One,
DIV#CartBgIE6Two,
DIV#CartBgIE6Max
{
	_height: 60px;
	_width: 220px;
	_background-image: url('../../img/cart_bg.png');
	_behavior: url('/bsl/htc/iepngfix.htc');
}

DIV#CartBgIE6One
{
	_height: 120px;
}

DIV#CartBgIE6Two
{
	_height: 135px;
}

DIV#CartBgIE6Max
{
	_height: 150px;
}

DIV#Cart BUTTON
{
	font-weight: bold;
	width: 125px;
	margin: 3px 35px 5px 0;
}

#header
{
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url( '../../img/top_deco.png' );
	background-color: #f9f9f9;
	height: 132px;
	padding-left: 1px;
}

#mainMenu
{
	background-image: url( '../../img/menu_bg.png' );
	height: 31px;
	border-right: 1px solid #ffffff;
	width: 994px;
}

#mainMenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 1px solid #b56462;
	border-left: 1px solid #ffffff;
	margin-right: 1px;
	height: 31px;
	float: left;
	clear: right;
}

#mainMenu li.Menu
{
	list-style: none;
	height: 31px;
	display: block;
	float: left;
	padding: 0px 16px 0px 16px;
	border-right: 1px solid #65110f;
	border-left: 1px solid #b56462;
}
#mainMenu li.Menu:first-child
{
	border-left: none;
}

#mainMenu li.Menu a
{	
	color: white;
	margin-top: 6px;
	float: left;
}

#mainMenu li.Selected
{
	background-image: url( '../../img/menu_bg_selected.png' );
}

#content
{	
	width: 710px;
	float: right;
	margin-right: 42px;
	_margin-right: 21px;
	margin-top: 25px;
	padding-bottom: 10px;
}

#submenu
{
	margin-left: 30px;
	_margin-left: 15px;
	float: left;
	width: 176px;
}

#breadcrumb
{
	color: #b2b2b2;
	border-bottom: 1px solid #e5e5e5;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
	margin-top: 25px;
	font-size: 8pt;
}

#submenu ul, submenu li
{
	margin: 0;
	padding: 0;
}

#submenu ul
{
	margin-top: 32px;	
}

#submenu li
{
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	padding-left: 25px;
	padding-bottom: 7px;
	padding-top: 3px;
	background: url( '../../img/submenu_bullet.png' ) 1px 5px no-repeat;
}

#submenu li a
{
	color: #000000;
}

#submenu li.Selected a
{
	color: #8d100e;
}

#submenu li li
{
	background-image: none;	
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	border: 0;
	font-weight: normal;
}

#submenu li ul
{
	margin-top: 6px;
}

#submenu li.Selected li a
{
	color: black;
}

#submenu li.Selected li.Selected li a
{
	color: black;
}

#submenu li.Selected li.Selected a
{
	color: #8d100e;	
}

#submenu li.Selected li.Selected li.Selected a
{
	color: #8d100e;	
}

#sitemap, #sitemap a
{
	padding-top: 14px;
	font-size: 8pt;
	text-align: center;
	color: #b2b2b2;
}

H1#PageTitle
{
	margin-top: 0;
}

DIV.Msg
{
	border-color: #8d100e;
	color: #8d100e;
}

DIV.MsgNotice
{
    background-image: none;
    padding-left: 10px;
}

DIV.PriceExcl
{
    font-size: 90%;
    margin-top: 5px;
}
