@charset "utf-8";
/* CSS Document */
html,body
{
	width:100%;
	height:100%;
}

body
{
	margin: 0;
	font: 76% arial;
	background: #dcddde;
	color: #101010;
	line-height: 1.5em;
	text-align:center;
}

a:link, a:active, a:visited
{
	color:#1c3771;
	cursor: pointer;
}

table.siteHolder{
	width:100%;
	height:100%;
}

td.siteHolder
{
	width:100%;
	height:100%;
	vertical-align:middle;
	overflow:auto;
	text-align:center;
}


table.PageHolder
{
	width:1024px;
	padding:0px;
	margin:0px;
	empty-cells:show;
}

td.Banner
{
	background-image:url(./images/banner.png);
	height:120px;
}

td.NavTop
{
	background-image:url(./images/navtop.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#24272C;
	width:245px;
	height:40px;
	text-align: right;
	color: #26344E;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding-right: 35px;
}

td.TopNav
{
	background-image:url(./images/topnav_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:744px;
	height:40px;
	vertical-align:top;
}

td.content
{
	background-image:url(./images/contentbg.png);
	vertical-align:top;
	text-align:center;
}

td.Address
{
	vertical-align:bottom;
	background-image:url(images/navbg.png);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#24272C;
}

td.NavBar
{
	background-image:url(images/navbg.png);
	vertical-align:top;
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#24272C;
}

td.footer
{
	background-image:url(./images/footer.png);
	height:18px;
	color:#ffffff;
	font-size:0.9em;
	line-height:1.3em;
	padding: 8px 25px 0 0;
	text-align: right;
	letter-spacing: 0px;
}

div.nav_normal
{
	width:auto;
	height:17px;
	padding-left:68px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:31px;
	margin: 0px;
	overflow:hidden;
	vertical-align:bottom;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	font-family: arial;
	text-align:right;
	color:#243352;
	background-image:url(images/button_normal.png);
	background-position:1px 0px;
	background-repeat:no-repeat;
	background-color:#24272C;
	
}

div.nav_normal a
{
	text-decoration: none;
	cursor: pointer;
}

div.nav_normal:hover
{
	background-image:url(images/button_hover.png);
}

div.nav_normal:hover a
{
	color:#FFFFFF;
	cursor:pointer;
}

div.nav_normal:hover div.productimages
{
	display: block;
}

div.productimages
{
	display: none;
	position: absolute;
	margin-top: -24px;
	z-index: 999;
	background: #ffffff;
	border: 1px solid #000000;
	left: 269px;
	padding-left: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}


div.productimages img
{
	max-width:108px;
	max-height: 108px;
	margin: 5px 5px 0px 0px;
}

#nav_bottom
{
	width:auto;
	height:27px;
	background-image:url(images/navbottom.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#24272C;
}

#AddressHead
{
	background-image:url(images/addresshead.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#24272C;
	width:auto;
	padding-left:24px;
	padding-right:12px;
	text-align:center;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#243352;
	padding-top:16px;
}

#AddressBottom
{
	background-image:url(images/addressbottom.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#24272C;
	width:auto;
	padding:0px;
	text-align:center;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#243352;
}

#AddressContent
{
	background-image:url(images/addresscontent.png);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#24272C;
	width:auto;
	padding-left:26px;
	padding-right:26px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#243352;
}

table.productGroup
{
	width:730px;
	border:#535353 solid 1px;
	border-right:#535353 solid 1px;
	border-bottom:#535353 solid 1px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	empty-cells:show;
}

th.productGroupTitle
{
	width:710px;
	padding-left:20px;
	text-align:left;
	height:39px;
	background-image:url(images/titleBar.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Arial;
	font-size:21px;
	font-style:italic;
}
.productGroupTitle h1{
    font-size:21px;
    margin-top:10px;
}
tr.productGroupHeaderRow
{
	height:25px;
}

tr.productGroupArticle
{
	height:220px;
}

td.productGroupArticle
{
	vertical-align:top;
	border:1px solid #000000;
	width:165px;
	height: 158px;
	padding:2px;
	cursor: pointer;
}

td.productGroupArticle:hover
{
	cursor:pointer;
	background-color:#EEEEEE;
}

div.ProductImageHolder
{
	height:147px;
	width:165px;
	text-align:center;
	vertical-align:middle;
}

div.ProductName
{
	background-color:#d9dadb;
	width:153px;
	min-height: 60px;
	overflow: hidden;
	text-align:left;
	color:333132;
	font-family:Arial;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}

img.thumbnail
{
	max-height:140px;
	max-width:145px;
	width: auto !important;
	width: 145px;
	height: auto !important;
	height: 140px;
}

td.ProductName
{
	background-color:#d9dadb;
	height:40px;
	text-align:left;
	color:333132;
	font-family:Arial;
	font-size:16px;
	font-style:italic;
	font-weight:700;
	padding-left:20px;
	padding-right:10px;
}

td.Product
{
	padding:10px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#424242;
}

img.ProductImage
{
	max-width:447px;
	max-height:336px;
	width: auto !important;
	width: 447px;
	height: auto !important;
	height: 336px;
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}

div.ButtonGray
{
	background-image:url(images/graybutton.png);
	width:139px;
	height:24px;
	color:#DDDDDD;
	font-family:Arial;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	padding-right:35px;
	padding-top:7px;
	cursor:pointer;
	text-align:left;
}

div.ButtonGray a {
	text-decoration: none;
}

div.ButtonGray:hover{
	color:#FFFFFF;
}

div.ButtonGrayWithoutArrow {
	background-image:url(images/graybuttonwithoutarrow.png);
	width:175px;
	height:31px;
	color:#DDDDDD;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	/*padding-top:7px;*/
	cursor:pointer;
	text-align:center;

}

div.ButtonGrayWithoutArrow a {
	text-decoration: none;
}

div.ButtonGrayWithoutArrow a:hover{
	color:#FFFFFF;
}

div.ButtonRed
{
	background-image:url(images/redbutton.png);
	width:139px;
	height:24px;
	color:#DDDDDD;
	font-family:Arial;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
	padding-right:35px;
	padding-top:7px;
	cursor:pointer;
	text-align:left;
}

div.ButtonRed:hover
{
	color:#FFFFFF;
}

div.ButtonGrayLeft
{
	background-image:url(images/graybuttonleft.png);
	width:139px;
	height:24px;
	color:#DDDDDD;
	font-family:Arial;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding-left:35px;
	padding-right:15px;
	padding-top:7px;
	cursor:pointer;
	text-align:left;
}

div.ButtonGrayLeft:hover
{
	color:#FFFFFF;
}

div.ButtonGrayRight
{
	background-image:url(images/graybuttonRight.png);
	width:139px;
	height:24px;
	color:#DDDDDD;
	font-family:Arial;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	padding-right:15px;
	padding-left:35px;
	padding-top:7px;
	cursor:pointer;
	text-align:left;
}

div.ButtonGrayRight:hover
{
	color:#FFFFFF;
}

#TopNavHolder
{
	float:right;
	width:100%;
	text-align:right;
}

td.TopNavSpacer
{
	width:10px;
	height:40px;
}

td.NavSeperator
{
	width:1px;
	background-image:url(images/topnavsep.png);
	background-position:top;
	background-repeat:no-repeat;
}

td.TopNavItem
{
	/*width: 90px;*/
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 5px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

td.TopNavItem a
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

td.TopNavItem:hover
{
	background-image:url(images/topnav_hover.png);
	background-repeat:repeat-x;
	background-position:top;
}

#overlay
{
	padding:0px;
	margin:0px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
	display:none;
	text-align:center;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#innerPageHolder
{
	text-align:center;
	left:50%;
	top:50%;
	margin-top:-300px;
	margin-left: -400px;
	width:731px;
	height:546px;
	position:fixed;
	z-index:101;
	display:none;
	overflow:none;
}

#innerPage
{
	padding:0px;
	margin:0px;
	height:100%;
	width:731px;
	height:546px;
	border:0px;
	overflow:hidden;
}

img.BigProductImage
{
	/*max-width:650px;*/
	max-height:788px;
}

div.ProductPrice
{
	float:right;
	width:160px;
	height:30px;
	text-align:center;
	padding-right:5px;
	font-weight:bold;
}

div.button_bg
{
	width:auto;
	height:17px;
	padding-left:75px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:31px;
	margin: 0px;
	overflow:hidden;
	vertical-align:bottom;
	font-size: 12px;
	font-style: italic;
	font-family: arial;
	text-align:right;
	color:#243352;
	background-image:url(images/button_bg.png);
	background-position:1px 0px;
	background-repeat:repeat-y;
	background-color:#24272C;
	cursor:pointer;
}

div.button_bg:hover
{
	background-image:url(images/button_bg_hover.png);
	color:#FFFFFF;
}

input,textarea
{
	border:1px solid #333333;
}

div.HomePageBlock
{
	padding:10px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#535353;
	width:180px;
}

div.infobutton {
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #243352;
	padding: 0px;
	padding-top: 2px;
	margin: 2px;
	text-align: center;
}

/*Product navigatie*/
td.productnavigation {
	background-color: #263B6A;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	height: 25px;
}

table.arrow {
	padding: 0px;
	border-collapse: collapse;
}

/*Start links*/
td.arrow_left_empty {
	background-image: url(images/arrow_left_empty.png);
	background-repeat: repeat-y;
	height: 25px;
}

td.arrow_left_left {
	background-image: url(images/arrow_left_left.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 25px;
}

td.arrow_left_middle {
	background-image: url(images/arrow_left_middle.png);
	background-repeat: repeat-y;
	width: 119px;
	height: 25px;
	color: #FFFFFF !important;
}

td.arrow_left_middle a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td.arrow_left_middle a:hover {
	text-decoration: underline;
}

td.arrow_left_right {
	background-image: url(images/arrow_left_right.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 25px;
}
/*Einde links*/

td.arrow_right_empty {
	background-image: url(images/arrow_right_empty.png);
	background-repeat: repeat-y;
	height: 25px;
}

td.arrow_right_left {
	background-image: url(images/arrow_right_left.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 25px;
}

td.arrow_right_middle {
	background-image: url(images/arrow_right_middle.png);
	background-repeat: repeat-y;
	width: 120px;
	height: 25px;
	color: #FFFFFF !important;
}

td.arrow_right_middle a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

td.arrow_right_middle a:hover {
	text-decoration: underline;
}

td.arrow_right_right {
	background-image: url(images/arrow_right_right.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 25px;
}

a.PreviousNextProduct:link, a.PreviousNextProduct:visited {
	color: #000000;
	text-decoration: none;
}

a.PreviousNextProduct:hover {
	text-decoration: underline;
}