/* main.css */

/* GENERAL */

html, body, BODY {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-color: #FFFFFF;
	/*font-size: 12px;*/
	margin: 0px; padding: 0px;
	background-color: #FFFFFF;
}

img
{
	border: solid 0px #000000;
}

.imgClickable
{
	border: 0px solid #000000;
	cursor: pointer;
}

input.text
{
	width: 35px;
}

a
{
	color: #1859AA;
	text-decoration: none;
}

/* MAIN BLOCKS  ID'S */

#outerwrap {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	margin-left: -386px;
	margin-top: -300px;
}

#innerwrap {
	width: 772px;
	height: 600px;
	border: solid 0px #DE430B;
	background: url("http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/bg.jpg");
	overflow: hidden;
}

#intro_menu {
	position: relative;
	width: 772px;
	height: 47px;
	top: 494px;
	background: url("http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/bg_balk.png");
	border: 0px solid #FFFFFF;
}

#btn_schaatsen
{
	position: relative;
	font-weight: bold;
	font-size: 16px;
	width: 204px;
	height: 47px;
	left: 123px;
	top -1px;
	cursor: pointer;
}

#btn_entertainment
{
	position: relative;
	font-weight: bold;
	font-size: 16px;
	width: 204px;
	height: 47px;
	left: 442px;
	top: -47px;
	cursor: pointer;
}

.intro_buttonsc
{
	color: #FFFFFF;
	background-image: url('http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/enter_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.intro_buttonsc:hover
{
	color: #000000;
	background-image: url('http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/enter_btn.png');
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

.intro_buttonen
{
	color: #FFFFFF;
	background-image: url('http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/schaats_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.intro_buttonen:hover
{
	color: #000000;
	background-image: url('http://www.nmwbs.nl/media/customer/114/sites/1/layout/intro/schaats_btn.png');
	background-position: 0px -48px;
	background-repeat: no-repeat;
}

#contentview_intro
{
	position: relative;
	color: #FFFFFF;
	width: 360px;
	height: 350px;
	border: dashed 0px #FFFFFF;
	left: 50px;
	top: 80px;
	overflow: hidden;
}


/*
#menu {
	margin: 0;
	margin-top: 106px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0px;
	top: 0px;
	width: 168px;
	border: 1px solid yellow;
	background-color: transparent;
}

#content {
	position: absolute;
	padding: 0px;
	border: 1px solid purple;
	margin-left: 187px;
	margin-top: -226px;
	padding-top: 10px;
	padding-left: 10px;
	width: 563px;
	height: 528;
	max-height: 500px;
	color: #FFFFFF;
	background-color: transparent;
	overflow: auto;
}
*/

/* MENU'S */

#flashheader {
	position: absolute;
	margin-left: 500px; padding: 0px;
}

#siteMenuTop
{
	color: #000000;
	/*background: url("http://cmsdev.nmw.nl/media/customer/103/sites/1/layout/menu.jpg");*/
	background-color: #131313;
	height: 601px;
	border: 0px solid red;
	width: 47px;
	float: right;
}

.siteMenuTop a {
	color: #000000;
}

.siteMenuTop a:hover {
	color: #FFFFFF;
}


.siteMenuLeft {
	border: 0px solid purple;
	width: 170px;
}
/*
.siteMenuLeft a {
	color: #000000;
	text-decoration: none;
}*/

.liRootNode {

}

.liChildNode {

}

.liChildNode2 {

}

/* CLASSES */

/* BEGIN LEFT BLOCK */

.icons {
	padding: 2px;
	border-top: dashed 1px #8A8A8A; border-bottom: dashed 1px #8A8A8A;
	text-align: center;
}

.icons a {
	color: #00A2E0;
}

.lastModified {
	padding: 0;
	font-size: 0.8em;
	color: #959EA7;
	text-align:center;
	padding-top: 10px;
}

.fontsize_normal {
	font-size: 11px;
	color: #000000;
}

.fontsize_bigger {
	font-size: 13px;
	color: #000000;
}

.fontsize_biggest {
	font-size: 15px;
	color: #000000;
}

.fontsize_normal:hover, .fontsize_bigger:hover, .fontsize_biggest:hover {
	text-decoration: underline;
}

.size_normal_current {
	color: #CC0000;
}

.size_bigger_current, .size_biggest_current {
	color: #000000;
}

/* ENd LEFT BLOCK */

.spacer_float_right {
	float: right;
	border: 0;
}

.spacer_float_left {
	float: left;
	border: 0;
}

.spacer
{
	border: 0px;
}

.errormessages
{
	color: red;
	font-weight: bold;
}

.infomessages
{
	font-weight: bold;
}

.button
{
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}

.buttonHover
{
	background: #061F2C;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}

.formTable
{
	border: 1px solid black;
	width: 95%;	
	/*font-size: 15px;*/
	font-size: 1em;
	background-color: #823E45;
	color: #FFFFFF;
}

.formHeader
{
	font-weight: bold;
	/*font-size: 11px;*/
	font-size: 1em;
	width: 95%;
}

.buttonBar
{
	padding: 0px;
	border-collapse: collapse;
	margin-top: 2px; 
	margin-right: 0px;
	margin-left: 0px;
}

.tableSiteMain, .tableSiteMainHeader
{
	background-position: 0px 107px;
	background-repeat: no-repeat;
	width: 780px;
	color: #000000;	
}

.tableSiteMain
{
	border: 1px solid black;
	height: 100%;
}

.tableSiteMainHeader
{
	height:107px;
}

.tableSiteTop
{
	/*background:  url("/media/customer/2/sites/3/layout/top.jpg");*/
	background-repeat: no-repeat;
	width: 100%;
	height: 107px;
}

hr.tableSiteLastModified
{
	color: #ED2124;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.tableLanguages, .tableLanguages td
{
	/*font-size: 9px;*/
	font-size: 1em;
	color: #959EA7;
	padding-left: 5px;
}

.tableLanguages img
{
	border: 1px solid #000000;
}

.tableSiteContents
{
	color: #000000;
}

.siteContents
{
	width: 100%;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #000000;
	/*font-size: 70%;*/
	font-size: 1em;
	/*background:  url(/media/customer/2/sites/3/layout/background.jpg);*/ 
	
}

.submenu_hr
{
	display: none;
}

.liRootNode
{
	list-style:  none;
}

.liChildNode
{
	list-style:  none;
}

.liChildNode2
{
	list-style:  none;
}

.visibleLink a
{
	color: #FFFFFF;
	text-decoration: none;
}

.visibleLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.treeRootNode
{
	height: 20px;
}

.treeRootNode a
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

.treeRootNode a:hover
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

.treeRootNode_link
{
	height: 20px;
}

.treeRootNode_link a
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
.treeRootNode_link a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

.treeNodeActive
{
	height: 20px;
}

.treeNodeActive a
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

.treeNodeActive a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
}


.kaderview_header a, .moduleNews_panelview_header a
{
	/*font-size: 65%;*/
	font-size: 1em;
	font-weight: normal;
	color: black;
}

.kaderview_header a:hover, .moduleNews_panelview_header a:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.submenu_li
{

}

.pathMenu, .pathMenu a
{
	font-weight: bold;
	color: #9D0400;
	/*font-size: 70%;*/
	font-size: 18px;
}

.pathMenuCurrent, .pathMenuCurrent a
{
	font-weight: bold;
	color: #9D0400;
	/*font-size: 70%;*/
	font-size: 18px;
}

.siteMenuRight, .siteMenuRight table
{
	padding-left: 1px;
	padding-right: 1px;
	/*font-size: 75%;*/
	color: #000000;
}

/* 
---------------------------------------------------------------------------------
|                       START Module News                          |
---------------------------------------------------------------------------------
*/
.moduleNews_panelview_li
{
	list-style-image:  url(/media/customer/2/sites/3/layout/li.childnode.gif);
	list-style-position: inside;
	text-align: left;
	vertical-align: top;
	width: 6px;
}

.moduleNews_panelview_item
{
	color: #FF00FF;            
}

.moduleNews_panelview_header
{
	padding-left: 1px;
	padding-right: 0px;
	/*font-size: 65%;*/
	font-weight:bold;
	color: black;
	text-align: left;
	border: 0px solid #FFFFFF;
}

.moduleNews_panelview_item a
{
	color: #123C89;
	/*font-size: 65%;*/
	font-size: 1em;
	text-decoration: none;
}
.moduleNews_panelview_item a:hover
{
	color: black;
	text-decoration: none;
}
/* 
---------------------------------------------------------------------------------
|                     END Module News                               |
---------------------------------------------------------------------------------
*/

.modulePanelTable
{
	border-bottom: 0px solid #FFFFFF;
	width: 100%;
}

.modulePanelHeader
{
	background-color: #061F2C;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	/*font-size: 70%;*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 44px;
}

.modulePanelContent
{
	border-top: 0px solid #975F60;
	background-color: #061F2C;
}

.modulePanelContent a, .siteMenuRightNewsCategory a
{
	color: #000000;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelContent a:hover, .siteMenuRightNewsCategory a:hover
{
	color: black;
	/*font-size: 100%;*/
	text-decoration: none;
}

.modulePanelFooter
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.moduleContentTable
{	
	width: 100%;
	margin: 10px 0px 0px 0px;
	/*border: 1px solid black;
	horizontal-align: center;
	cellpadding: 0px;	
	width: 95%;
	text-align: center;
	*/
}

.moduleContentTableNewsItem
{
	border: 0px;
	text-align: center;
}

.moduleContentFooter
{
	border-top: 1px dashed #86A3CD;
	font-weight: bold;
}

.moduleSearchPanel
{
	border: 1px solid #464646;
}

.moduleSearch
{
	width: 100px;
	border: 0px solid #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #E00006;
}


/* 
---------------------------------------------------------------------------------
|                       START CONTENT VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.contentview
{
	color: #000000;
	text-align: left;
	border: 0px solid #000000;
	padding-bottom: 30px;
	margin: 0px;
	margin-left: 0px;
}



.contentview_pagetext
{
	border:none;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	/*font-size: 70%;*/
	font-size: 1em;
}
.contentView_pagetext table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}



.contentView_header
{
	background-color: #E00006; 
	/*font-size: 70%;*/
	font-size: 1em;
	color: #FFFFFF;
}

.moduleContentHeader a
{
	/*font-size: 11px;*/
	font-size: 1em;
}

.moduleNewsContentHeader
{
	/*font-size: 11px;*/
	font-size: 1em;
}


.contentView_item 
{
	padding-left: 10px;
	padding-right: 10px;
	/*font-size:70%;*/
	font-size: 1em;
}

/*
*	table om de items heen.
*/
.contentView_items
{
	border: 1px solid black;
	vertical-align: top;
}
/* 
---------------------------------------------------------------------------------
|                       START KADER VIEW (ALGEMEEN)                   |
---------------------------------------------------------------------------------
*/
.kaderView, .kaderView table
{
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 0px;
	/*font-size: 100%;*/
	color: #000000;
	padding-top: 0px; 
}

.kaderview_li
{
	text-align: left;
	vertical-align: top;
	/*list-style:  disc;*/
	list-style-type: none;
}

.kaderview_item
{
	text-align: left;
}

.kaderview_item a, .kaderview_item a:hover {
	color: #FFFFFF;
}

.kaderview_header
{
	padding-left: 1px;
	padding-right: 0px;
	/*font-size: 70%;*/
	font-weight:bold;
	color: black;
	text-align: left;
	border: 0px solid #FFFFFF;
}


/* 
---------------------------------------------------------------------------------
|                       START Module CS                          |
---------------------------------------------------------------------------------
*/
.moduleCS_kaderview_item
{
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

.moduleCS_kaderview_li {
	list-style-type: none;
}

.moduleCS_kaderview_header
{
}
/* 
---------------------------------------------------------------------------------
|                       START Module Download                          |
---------------------------------------------------------------------------------
*/
.moduleDownload_kaderview_item
{
	padding: 0px;
	margin: 0px;
}

.moduleDownload_kaderview_li
{
}
/* 
---------------------------------------------------------------------------------
|                       START Module Sitemap                          |
---------------------------------------------------------------------------------
*/
.contentView_sitemap
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleSitemap_kaderview_item
{
}

.moduleSitemap_kaderview_li
{
}
/* 
---------------------------------------------------------------------------------
|                       START Module News                          |
---------------------------------------------------------------------------------
*/

.popup
{
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-bottom: 10px;
	color: #000000;
	/*font-size: 8pt;*/
	font-size: 1em;
	padding-top: 5px; 
}

/*
*	Contentview 2 (uitgebreid)
*/
.moduleNews_contentview2
{
	border: 1px solid black;
}

.moduleNews_contentview2_header
{
	border:none;
	background-color: #E00006;
}

.moduleNews_contentview2_item_header
{
	background-color: #000000;
	border: none;
	font-weight: bold;
}

.moduleNews_contentview2_item_intro
{
	border: none;
}

.moduleNews_contentview2_item_leesmeer
{
	text-align:right;
	background-color: #000000;
	border: none;
}

.moduleNews_contentview2_item_photo
{
	border: none;
}

.moduleNews_contentview2_text
{
	border: none;
}

.moduleNews_contentview2_table_between img
{
	height: 5px;
}
/*
*	CONTENT VIEW 1
*/
.moduleNews_contentview1
{
	/*font-size: 95%;*/
}

.moduleNews_contentview1_table_between
{
	height: 0px;
}

.moduleNews_contentview1_header
{
	border: none;
	/*font-size: 95%;	*/
}

.moduleNews_contentview1_items
{
}

.moduleNews_contentview1_item
{
	text-align: left;
}

.moduleNews_contentview1_item_date
{
	color: white;
	vertical-align: top;
}

.moduleNews_contentview1_item_text
{
}

.moduleNews_contentview1_item_between
{
	width: 10px;
	text-align: center;
	vertical-align: top;
}


/*
*	Show newsitem
*/
.moduleNews_contentview_showitem
{
	border: 1px solid black;
	border:none;
}

.moduleNews_contentview_showitem_item
{

}

.moduleNews_contentview_showitem_item_content table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleNews_contentview_showitem_item_intro table td
{
	/*font-size: 70%;*/
	font-size: 1em;
}

.moduleNews_contentview_showitem_header
{
	background-color: #1C448D;
	color: white;
	/*font-size: 70%;*/
	font-size: 1em;
}


.moduleNews_contentview_showitem_item_back
{
	text-align: right;
	/*font-size: 70%;*/
	font-size: 1em;
}
.moduleNews_contentview_showitem_item_back a
{	
}

.moduleNews_contentview_showitem_item_header
{
	background-color:#E00006;
}

.moduleNews_contentview_showitem_item_date
{
	text-align: right;
	color: white;
}

/*
*	ARCHIVE
*/
.moduleNews_contentview_archive
{
}

.moduleNews_contentview_archive_header
{
}

.moduleNews_contentview_archive_item
{
}

.moduleNews_contentview_archive_date
{
	color: white;
	vertical-align: top;
}

.moduleNews_contentview_archive_tableBetween
{
	height: 1px;
	vertical-align: top;
}

/*
*	SEARCH PANEL
*/
.moduleNews_contentview_searchpanel
{
	background-color: #E6E3E2;
}

/* EDITOR IN BEHEER: aangemaakt om b.v. een andere achtergrond te kiezen in het beheer, dan de voorkant heeft*/

.contentview_beheer_extra
{
	background-color: #FFFFFF;

}

/* END EDITOR IN BEHEER*/

.link_nmwbs, .link_nmwbs a
{
	/*font-size: 90%;*/
	font-size: 1em;
	text-decoration: underline;
	color: #959EA7;
	background: none;
	border-top: 1px dashed #8A8A8A;
	text-align: center;	
	letter-spacing: 10px;
}

.icons, .icons a
{
	background: none;
	text-align: center;	
	color: #123C89;
}

	/* MODULE CATALOGUS - CONTENT VIEW 2*/
	
.moduleCatalogus_contentview2
{
	border: 0px solid #FF0000;
	width: 300px; 
}

.moduleCatalogus_contentview2_category_header
{
		background-repeat: no-repeat;
		font-weight: bold;
		color: #000000;
		vertical-align: middle;
		border: 0px solid #000000;
}
	
.moduleCatalogus_contentview2_category
{	
	border: 1px solid #000000;
	background-color: #E6E3E2;
}
	
	.moduleCatalogus_contentview2_category_photo
	{
	}
	
	.moduleCatalogus_contentview2_articlegroup_moreinfo
	{
		text-align: center;
	}
	
	.moduleCatalogus_aanbiedingsprijs
	{
		text-align: left;
		border: 0px solid #000000;
		font-weight: bold;
	}
	
	.moduleShop_contentvieuw_cartcontainer
	{
		border: 0px solid #000000;
		/*background-color: #E6E3E2;*/
		width: 400px;
	}
	
	.moduleShop_contentview_cart_footer
	{
		padding: 10px;
	}
	
	.moduleShop_contentview
	{
		padding: 5px;
	}
	
	.moduleShop_contentview_cart
	{
		border: 0;
		width: 600px;
		padding: 0px;
		margin: 10px 0px 0px 0px;
	}
	
	.moduleShop_contentview_cart_button
	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
	}
	
	.moduleShop_contentview_header
	{
		width: 100%;
		border: 0px solid #000000;
		margin: 0px;
		padding: 0px;
	}
	
	.moduleShop_contentview_item
	{
		border: 0px solid #000000;
		text-align: left;
		padding: 5px;
	}
	
/* 
---------------------------------------------------------------------------------
|                       START Module Shop                          |
---------------------------------------------------------------------------------
*/

.module_shop_cart
{	
	width: 100%;
	border: 0px solid #000000;
	color: #FFFFFF;
	background-color: #E00006;
}

.moduleShop_ordermail_customerInfo
{
	margin-top: 135px;
	font-size: 10px;
	font-weight: bold; 
}

.moduleShop_ordermail
{
	border: 1px solid black;
	width: 560px;
	text-align: left;
}

.moduleShop_ordermail_ordertext
{
	text-align:left;
}
.moduleShop_ordermail_logo
{
	background: url('http://www.nmwbs.nl/media/customer/84/sites/1/layout/shop/header.jpg') top left no-repeat;
	height: 129px;
}
.moduleShop_ordermail_logonaarshop
{
	background: url('http://www.nmwbs.nl/media/customer/84/sites/1/layout/shop/header.jpg') top left no-repeat;
	height: 129px;
}

.moduleShop_ordermail_webuserinfo
{
	border: 0px solid black;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	font-size: 11px;
}

.moduleShop_ordermail_order
{
	font-size: 11px;
	background-color: #E6E3E2;
	border: 1px solid #000000;
	width: 99%;
	padding: 4px;
}

.moduleShop_ordermail_webuserinfo_shippingaddress
{
	font-size: 11px;
	background-color: #E6E3E2;
}

.moduleShop_ordermail_webuserinfo_shippingaddress_label
{
	letter-spacing: 4px;
	font-weight:bold;
}
	
	.moduleCatalogus_articlegroupview_productinfo
	{
		border: 0px solid #000000;
		width: 350px;
		padding: 5px;
	}
	
	.moduleCatalogus_articlegroupview_bottom_send
	{
	text-align: left;
	width: 238px;
	vertical-align: top;
	padding-left: 20px;
	border: 0px solid #000000;
	}
	
	.moduleCatalogus_articlegroupview_amount
	{
		font-weight: bold;
		text-align: left;
	}
	
	.moduleCatalogus_contentview2_articlegroup_title
	{
		text-align: center;
		width: 100%;
		height: 35px;
		padding-top: 8px;
		color: #FFFFFF;
		background-color: #E10006;
		
	}
	
	.moduleCatalogus_contentview2_category_text
	{
	}
	
	.moduleCatalogus_contentview2_category_title
	{
		font-weight: bold;
	}
	
	.moduleCatalogus_contentview2_articlegroup_header
	{

		background-repeat: no-repeat;
		font-weight: bold;
		color: #000000;
		vertical-align: middle;
	}
	
	.moduleCatalogus_contentview2_articlegroup
	{
		border: 1px solid #000000;
		text-align: center;
		/*background-color: #E10006;*/
		background-color: #FFFFFF;
		height: 100%;
		width: 350px;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text
	{
		color: black;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text a
	{
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text a:hover
	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.moduleCatalogus_contentview2_articlegroup_photo
	{
		text-align: center;
		border: 0px solid #000000;
	}
	/* END MODULE CATALOGUS - CONTENT VIEW 2*/

	/* MODULE CATALOGUS - ARTICLEGROUP VIEW */
	.moduleCatalogus_articlegroupview
	{
		background-color: #FFFFFF;
		border: 0px solid black;
		width: 98%;
	}
	
	.moduleCatalogus_articlegroupview_subarticleHeader
	{
		background-color: red;
		font-weight: bold;
		color: white;
	}
	
	.moduleCatalogus_articlegroupview_title
	{
		background-repeat: no-repeat;
		font-weight: bold;
		color: #E00005;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
	}
	
	.moduleCatalogus_articlegroupview_photo
	{
		border: 0px solid #000000;
		text-align: center;
		width: 95%;
	}
	
	.moduleCatalogus_articlegroupview_subarticle
	{
	}
	
	.moduleCatalogus_articlegroupview_photo2
	{
		border: 1px solid #000000;
		background-color: #E6E3E2;
		width: 570px;
		text-align: center;
	}
	
	.moduleCatalogus_contentview2_articlegroup_text_name
	{
		font-weight: bold;
	}
	
	.moduleWebuserRights
	{
		margin: 10px 0px 0px 0px;
	}
	
	.moduleWebuserRightsInfo
	{
		border: 0px solid #000000;
		margin: 18px;
		background-color: #E6E3E2;
		width: 117px;
	}
	
	.flags_table
	{
		border: 0px solid #000000;
		margin: 4px;
		padding-top: 0px;
	}
	
	.flags_table td
	{
		padding-left: 5px;
	}
	
	.moduleCatalogus_searchpanel
	{
		border: 0px solid #000000;
		width: 98%;
	}
	
	input.searchfield
	{
		width: 110px;
	}
	
	input
	{
		border: 1px solid #000000;
		background-color: #E1E1E1;
	}
	
	input.button_toevoegen
	{
		border: 0px solid #CC0000;
		width: 80px;
		height: 85px;
	}
	
	.moduleForms_mail_item
	{
		border: 0px solid #CC0000;
	}
	
	.moduleForms_mail_item_table
	{
		text-align: left;
		border: 0px solid blue;
		width: 100%;
		font-size: 12px;
	}
	
	.moduleForms_mail
	{
		background-color: #EDEBE1;
		border: 1px solid #000000;
		 
	}
	
	.moduleForms_mail_intro
	{
		border: 0px solid #000000;
		background: url('http://www.nmwbs.nl/media/customer/64/sites/3/layout/viervensters/banner.jpg');
		height: 102px;
		width: 581px;
	}
	
	.moduleCatalogus_kaderview
	{
		background-color: #E00006;
		font-size: 11px;
		width: 100%;
	}
	
	.module_catalogus_search_keyword {
		width: 120px;
	}
	
	.actionview_Search
	{
		height: 15px;
	}
	
	.actionview_Search_zoeken
	{
		font-size: 10px;
	}
	
	.module_shop_cart_image
	{
		color: #000000;
	}
	
	#category
	{
		border: 0px solid #000000;
	}
	
.module_guestbook_replies_table
{
	background-color: #CBC7BB;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

.module_guestbook_replies_bericht
{
	background-color: #CBC7BB;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	height: 70px;
	vertical-align: top;
	color: #000000;
}

.module_guestbook_replies_td
{
	background-color: #833D45;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}

.module_guestbook_replies_td_headers
{
	background-color: #833D45;
	padding: 0px;
	margin: 0px;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.module_guestbook_replies_td_headers a
{
	color: #FFFFFF;
}

.scrollertable
{
	background: #975F60;
}

#datacontainer
{
	background: #975F60;
}

.scrollerbody
{
	background: #975F60;
}

.redline {
	border: 0;
  width: 80%;
	color: #E00006;
	background-color: #E00006;
	height: 2px;
}

.blackline {
	border: 0;
  width: 80%;
	color: #000000;
	background-color: #000000;
	height: 2px;
}

.splash {
	background: url('http://www.yestoys.nl/media/customer/84/sites/1/layout/price.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	background-position: bottom right;
	color: #FFFFFF;
	cursor: pointer;
}

.productpaging {
	text-align: right;
}