html {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #eef7fc;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	width: 100%;
}

body.popUp {
  background: #ffffff;
  color: #000000;
  margin: 3px 0px 0px 0px;
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}

p, td {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

h4 {
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #AABBDD;
  text-decoration: underline;
}

a.underline {
  color: #000000;
  text-decoration: underline;
}

form {
  display: inline;
}

.boxText {
  font-family: arial, sans-serif;
  font-size: 8pt;
}

.smallHeader {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

tr.header {
  background: #005a89; 
}

tr.headerNavigation {
  background: #005a89;
}

td.headerNavigation {
  font-family: arial, sans-serif;
  font-size: 11px;
  background-color: #005a89;
  color: #ffffff;
  font-weight : bold;
}

td.topNavigation {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

td.main, p.main {
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

a.headerNavigation { 
  color: #FFFFFF; 
}

a.headerNavigation:hover {
  color: #ffffff;
}

tr.headerError {
  background: #ff0000;
}

td.headerError {
  font-family: arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #00ff00;
}

td.headerInfo {
  font-family: arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #005a89;
}

td.footer {
  font-family: arial, sans-serif;
  font-size: 10px;
  background: #005a89;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
    background-color: #e7f7ff;
	border: 1px solid #005a89;
	padding: 0;
}

.infoBoxContents {
	padding: 5px 3px 5px 3px;
  font-family: arial, sans-serif;
  font-size: 8pt;
}
.infoBoxContents table.full {
	width: 100%;
	border-collapse: collapse;
}
.infoBoxContents table.innerMax {
	width: 100%;
	border-collapse: collapse;
}
.infoBoxContents table.inner {
	border-collapse: collapse;
}
.infoBoxContents table.inner td {
	padding: 2px 10px 2px 2px;
}


.fullsize {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}

.larger {
	font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial, sans-serif;
  font-size: 11px;
}

.infoBoxHeading {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-color: #005a89;
  color: #ffffff;
  padding: 2px 0px 2px 3px;
}
.infoBoxHeading img {
	border: none;
}

td.infoBox, span.infoBox {
  font-family: arial, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

table.productListing {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}
table.productListing td {
	border: 1px solid #ffffff;
	padding: 3px;
}
table.productListing td.alfabet {
	text-align: center;
	border-style: none;
}

table.borderless {
	width: 100%;
}
table.borderless td {
	border-style: none;
}

table.productBox {
  border: 1px;
  border-style: solid;
  border-color: #005a89;
  border-spacing: 1px;
  background: #e7f7ff;
}

.productListing {
  font-family: arial, sans-serif;
  font-size: 11px;  
}

.heading {
  font-family: arial, sans-serif;
  font-size: 11px;  
  background-color: #005a89;
  color: #FFFFFF;
  font-weight: bold;
}

.data {
  background: #D7E9F2;
}

.dataNew {
  background: #D7E9F2;
  color: #990000;
}

.Sale {
  background: #eced7a;
  color: #000000;
}

a.pageResults {
  color: #0000FF;
}

a.pageResults:hover {
  background: #FFFF33;
}

.pageHeading {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #000000;
}


.smallText {
  font-family: arial, sans-serif;
  font-size: 11px;
}

.accountCategory {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

td.fieldKey {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-family: arial, sans-serif;
  font-size: 12px;
}

td.tableHeading {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

input, textarea, select {
  font-family: arial, sans-serif;
  font-size: 11px;
}

span.greetUser {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

table.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  font-family: arial, sans-serif;
  color: #ff0000;
}

span.errorText {
  font-family: arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial, sans-serif; font-size: 10px; color: #000000; }


.messageBox { font-family: arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial, sans-serif; font-size: 10px; background-color: #99ff00; }


.inputRequirement { font-family: arial, sans-serif; font-size: 10px; color: #ff0000; }

.warning {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
}


table.button {
	border-collapse: collapse;
}
table.button td {
	padding: 0px;
	border-style: none;
}

table.button td.buttonImg {
	padding: 0px;
  width: 37px;
  height: 20px;
  background-image: url('/img/button_inactive.gif');
  background-repeat: no-repeat;
  cursor: pointer;
}

table.button td.buttonText {
  height: 20px;
  width: 100px;
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 15px 0px 15px;
  background-image: url('/img/button_bg.gif');
  cursor: pointer;
}

table.button td.buttonTextVariable {
  height: 20px;
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  background-image: url('/img/button_bg.gif');
  cursor: pointer;
}

.highlightText{
  height: 20px;
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 20px 0px 20px;
  background-image: url('/img/button_bg.gif');
}

.scrollerFont {
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #000000;
}

.expectedSoon {
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #009900;
}

.specialOffer {
  font-family: arial, sans-serif;
  font-size: 12px;
	font-weight: bold;
  color: #cc0000;
}

a.googlelink {
	text-decoration: underline;
	color: #005a89;
}

/* shopping cart steps */
#cartStep {
    width: 100%;
    text-align: center;
}

#cartStep table {
    border-collapse: collapse;
    width: 350px;
    border-bottom: 1px solid #005a89;
    margin: 0 auto 0 auto;
}
#cartStep table td {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 0;
}
#cartStep table td.line {
    text-align: center;
    vertical-align: bottom;
    color: #005a89;
    font-weight: normal;
    font-size: 10px;
} 

a.radioLabel, a.radioLabel:hover {
    text-decoration: none;
    color: black;
}
a.radioLabel img {
	border: none;
}

table.customerInfo {
	border-collapse: collapse;
	margin: 15px 0 0 0 ; 
}
table.customerInfo td {
	padding: 0 10px 0 0;
}

table.optionBox {
	margin: 0;
	border-collapse: collapse;
}
table.optionBox td.option {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}

span.accountCredit {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
div.moreProdImg {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#mainImg {
	padding: 0;
	margin: 0;
}
a.catlink, a.catlink:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
td.catlink {
	text-align: center;
	cursor: pointer;
}
p.mm_scroller {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
p.mm_scroller img {
	margin-bottom: 3px;
}
div.importantNotice {
	border: 1px solid #990000;
	background-color: #ffffd5;
	color: #990000;
	margin-top: 10px;
	padding: 5px;
	width: 90%;
	line-height: 1.5em;
	width: 450px;
}
div.importantNotice img {
	margin-right: 5px;
}
div.wideNotice {
	width: 600px;
}

#taxWindow {
	position: absolute;
	left: 228px;
	top: 200px;
	width: 450px;
	background-color: white;
	border: 1px solid #005a89;
	color: black;
	padding: 10px;
	z-index: 10;
}

.errorNotification {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}
#head {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 171px;
	top: 15px;
	left: 0px;
	text-align: center;
}
#headLogo {
	background-image: url('/img/header_dark.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 972px;
	height: 171px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
#headText {
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 50px;
	top: 100px;
	left: 0px;
	text-align: center;
}
#headText .inner {
	width: 1070px;
	color: #005a89;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#headText .inner span {
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#headBackground {
	background-image: url('/img/top_clouds.png');
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 119px;
}
#topNavBack {
	background-image: url('/img/topbar_dark.png');
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	top: 115px;
	height: 41px;
	padding: 0px;
	margin: 0px;
}
#topNav {
	position: absolute;
	width: 100%;
	top: 115px;
	height: 41px;
	padding: 0px;
	margin: 0px;
	z-index: 20;
}
#topNav table {
	border-collapse: collapse;
	width: 100%;
	height: 41px;
}
#topNav table td {
	vertical-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 0px;
}
#topNav table td a {
	color: white;
	text-decoration: none;
}
#topNav table td.left {
	text-align: left;
	padding-left: 10px;
}
#topNav table td.right {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

#pageContainer {
	margin: 0px;
	padding-top: 35px;
	width: 100%;
}
#pageContainer table.page {
	border-collapse: collapse;
	width: 100%;
}
#pageContainer table.page td.leftColumn {
	width: 200px;
	vertical-align: top;
	padding: 4px;
}
#pageContainer table.page td.centreColumn {
	vertical-align: top;
	padding: 40px 4px 0px 4px;
}
#pageContainer table.page td.rightColumn {
	width: 200px;
	vertical-align: top;
	padding: 4px;
}

table.headercentre {
	width: 100%;
	border-collapse: collapse;
}
table.headercentre td {
	padding: 0px;
}
table.headercentre td p {
	padding: 0px;
	margin: 0px;
}
table.basket {
	border-collapse: collapse;
	width: 97%;
}
table.basket td {
	padding: 2px;
}

table.medewerkers {
}
table.medewerkers td {
	text-align: left;
}

a.beginletter {
	display: inline-block;
	border: 1px solid #005a89; 
	text-align: center;
	padding: 0 2px 0 2px;
	min-width: 16px;
	height: 16px;
	margin: 0 3px 0 3px;
	cursor: pointer;
	text-decoration: none;
	font-size: 9pt;
}
a.selected {
	font-weight: bold;
	color: white;
	background-color: #005a89;
}

#followus { width: 100%; text-align: center; }
#followus a { text-decoration: none; }
#followus a img { border-style: none; }

#social {
	width: 100%;
	text-align: center;
}
#social table {
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	border-style: none;
}
#social table td.soc {
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#social table td.soc a {
	text-decoration: none;
}

