
/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 800px;
}

#master_headertop
{
	background: url(images/headertop_img.jpg) no-repeat left top;
}

#master_headerbottom
{
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 800px;
}

#master_menu 
{
	float: left;
	width: 240px;
	padding-right: 10px;
}

.sidebar 
{
	width: 245px;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	/*background: url(images/sidebar_header_blauw.png) no-repeat left top;*/
	background-color: #58595B;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #58595B;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples, #master_sidebarNavigation, #master_sidebarLogin, #master_sidebarSearch, #master_sidebarCart
{	
	padding-top: 12px;
}

#master_sidebarWalkthroughs
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a
{
	color: #414042;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

.sidebarcontent a:visited
{
	
}

#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #000000;
}
#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_contentheader
{
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder
{
	padding: 1px 20px 40px 20px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 0px 0px;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}
/* Content Page Layout             */

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}


em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

.releaseList {
	list-style-type:disc;
}
.login, .login:a
{
	font-size: 8pt;
	}
.shoppingCart, .shoppingCart:a
{
	color: #231F20;
	font-size: 12px;
	font-weight:normal;
}
.search
{
	font-size: 9pt;
}
.productGroupTitle
{
	color: #990066;
	font-size: 16px;
	font-family: Tahoma,Verdana,Arial;
	font-weight:bold;
}
.productTitle
{
	color: #990066;
	font-size: 10pt;
}
.productPrice
{
	font-size: #990066;
	font-weight: bold;
}
.productPriceExBTW
{
		font-size: 8pt;
}
.productDescription
{
		font-size: 9pt;
}
.productInfo
{
		font-size: 9pt;
}
.productlistleft
{
	float: left;
}
.detailProductPrice
{
	font-size: 16px;
	font-weight: bold;
	color: #FF8318;
}
.detailProductPriceExBTW
{
	font-size: 10px;
	color: #FF8318;
}
.detailProductDescription
{
	font-size: 9pt;
}
input
{
	font-family:Verdana;
	font-size: 8pt;
}
.payment
{
	font-size: 9pt;
}
.newsImageLeft
{
	float: right;
}
.newsImageRight
{
	float: left;
}
.newsTitle
{
	font-weight: bold;
	font-size: 12pt;
}
.wsImageLeft
{
	float: left;
	padding-right: 15px;
}
a:visited.navigation, a:visited.productGroup, a.navigation, a.productGroup, a.productInfo, a:visited.productInfo
{
	color:#5377A9;
}