html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 70%;
  background: url(../images/bg.jpg) center top repeat;
  background-attachment: fixed;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

*:focus {
  outline-style: none;
  outline-color: invert;
  outline-width: medium;
  }
  
.leftBoxContainer a, .rightBoxContainer a {
  font-size: 130%;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, .sideBoxContent, .larger{
  font-size: 0.9em;
}

.biggerText {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', Verdana, Sans-Serif;
  font-size: 175%;
  font-weight: normal;
}

CODE {
  font-family: arial, verdana, sans-serif;
  font-size: 1em;
}

SELECT {
  display: inline;
  font-size: 1em;
  margin: 0.1em;
}

INPUT {
  padding: 3px;
  margin-bottom: 4px;
}

input [ type = "hidden" ] {
  display: none;
}

input [ type = "radio" ] {
  margin: 1px 5px 2px 0px;
  *margin: -4px 3px 0px -4px;
  vertical-align: -15%;
}

input [ type = "image" ]:focus {
  border: 0;
}

TEXTAREA {
  float: left;
  margin: auto;
  display: block;
  width: 95%;
}

FIELDSET {
  padding: 0.5em;
  margin: 0.5em 0em;
  border: 1px solid;
}

LEGEND {
  font-family: Arial;
  font-weight: bold;
  padding: 0.3em;
}

LABEL, h4.optionName {
  line-height: 1.5em;
  padding: 0.2em 0.2em 0.2em 0;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
  font-size: 12px;
  margin: 0.5em 0.3em;
}

.centerBoxContents, .attribImg {
  float: right;
}

LABEL.inputLabel {
  font-size: 12px;
  width: 13em;
  float: left;
}

LABEL.inputLabelPayment {
  padding: 0;
  margin: 0;
  width: 15em;
  float: left;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
  width: 12em;
  float: left;
}

ADDRESS {
  padding: 0;
  margin-right: 10px;
  font-style: normal;
  font-family: arial;
}

.addressBookDefaultName {
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.adresExtra {
  width: 190px;
  height: 120px;
  padding: 16px 10px 0 18px;
  margin: 0 10px 0 0;
  font-style: normal;
  font-family: arial;
  font-size: 13px;
  background: url(../images/postit.gif) left top no-repeat;
}

.titleLine {
  color: #1D375A;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 6px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
}

.clearBoth {
  clear: both;
}

HR {
  height: 1px;
  border: none;
  border-bottom: 1px solid #CDCDCD;
}
/*warnings, errors, messages*/

.messageStackSuccess {
  background: #dbffdc url(../images/icons/success.gif) 5px 5px no-repeat;
  margin: 14px 0 0 0;
  padding: 7px 10px 6px 28px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #57ff86;
}

.messageStackWarning, .messageStackError {
  background: #ffdbdb url(../images/icons/error.gif) 5px 5px no-repeat;
  margin: 14px 0 0 0;
  padding: 7px 10px 6px 28px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #ff5757;
}

.messageStackInfo, .messageStackCaution {
  background: #fff2db url(../images/icons/info_large.gif) 5px 5px no-repeat;
  margin: 14px 0 0 0;
  padding: 7px 10px 6px 28px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #ffc257;
}
/*wrappers - page or section containers*/

#mainWrapper {
  padding: 0 9px;
  width: 976px;
  text-align: left;
  vertical-align: top;
}

#logoWrapper {
  height: 64px;
}

#logo {
  margin: 0;
  float: left;
  position: relative;
}

#headerCart {
  padding: 6px 0 0 0;
  color: #303030;
  float: right;
  width: 150px;
  text-align: left;
}

#headerCart #cartTotal span {
  color: #2187C5;
  font-weight: bold;
}

#headerCart #uCart {
  font-weight: bold;
  font-size: 13px;
  height: 20px;
}

#headerCart #uCart a span {
  padding-left: 24px;
  background: url(../images/cart.gif) 0% 50% no-repeat;
}

#headerCart #uCheckout {
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0 0 0;
}

#headerCart #uCheckout a span {
  padding-right: 20px;
  background: url(../images/checkoutArrow.gif) right 2px no-repeat;
}

#headerCart #uCheckout a span:hover {
  background: url(../images/checkoutArrow.gif) right -12px no-repeat;
}

#nav-main {
  width: 976px;
  float: left;
  height: 34px;
  background: url(../images/header-nav-bg.gif) center top no-repeat;
}

* html #nav-main {/*IE only. Add 1em spacing between menu and rest of content*/
  margin-bottom: 1em;
}

#nav-main ul {
  list-style: none;
  margin: 0;
}

#nav-main li {
  display: inline;
}

#nav-main a {
  float: left;
  padding: 0px 0px 0px 5px;
  margin: 0 3px 0 0;
  text-decoration: none;
}

#nav-main a span {
  float: left;
  display: block;
  padding: 10px 10px 10px 5px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#slidetabsmenu a span {
  float: none;
}
/* End IE5-Mac hack */

#search_header .container {
  width: 976px;
  height: 20px;
}

#search_header .searchDefault {
  float: left;
  width: 572px;
  white-space: nowrap;
  border: 0px;
}

#search_header .searchDefault input.searchfield {
  width: 400px;
  height: 18px;
  padding: 3px 0px 0px 8px;
  color: #6a6a6a;
  font-size: 12px;
}

#search_header .searchDefault .btnDefault {
  height: 18px;
  position: relative;
  left: 416px;
  margin-top: -23px;
}

#search_header .extraLinks {
  float: left;
  display: inline;
  width: 404px;
  margin-top: 12px;
  font-size: 12px;
  position: absolute;
}

#search_header .extraLinks a.btnMoreInfo {
  display: block;
  float: right;
  margin-left: 10px;
}

#faq_header .container {
  width: 626px;
  height: 20px;
}

#faq_header .searchDefault {
  float: left;
  width: 372px;
  white-space: nowrap;
  border: 0px;
}

#faq_header .searchDefault input.searchfield {
  width: 300px;
  height: 18px;
  padding: 3px 0px 0px 8px;
  color: #6a6a6a;
  font-size: 12px;
}

#faq_header .searchDefault .btnDefault {
  position: relative;
  padding-left: 316px;
  margin-top: -23px;
}

#faq_header .extraLinks {
  float: left;
  display: inline;
  width: 238px;
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
}

#faq_header .extraLinks a.btnMoreInfo {
  display: block;
  float: right;
  margin-left: 10px;
}

#breadcrumb {
  font: 11px Arial, sans-serif;
  background: url(../images/bc_bg.png) repeat-x;
  height: 20px;
  line-height: 20px;
  color: #9b9b9b;
  border: solid 1px #cacaca;
  overflow: hidden;
  margin: 0 7px 10px 7px;
  padding: 0px;
}

#breadcrumb li {
  list-style-type: none;
  float: left;
  padding-left: 10px;
}

#breadcrumb a {
  height: 20px;
  display: block;
  background: url(../images/bc_separator.png) right 50% no-repeat;
  padding-right: 15px;
  text-decoration: none;
  color: #454545;
}

#breadcrumb a:hover {
  color: #35acc5;
}

#searchContent {
  margin-bottom: 8px;
}

#searchContent div {
  background-color: #F5F5F5;
  border: 1px solid #CACACA;
  height: 20px;
  text-align: right;
  margin-bottom: 4px;
}

.searchField {
  width: 132px;
  float: left;
  border: 0;
  margin: 0px 0 0 -1px;
  padding: 3px 27px 2px 3px;
  font-size: 12px;
  font-family: Arial;
}

.searchBtn {
  margin: 2px 0 0 -22px;
  width: 21px;
  height: 22px;
  border: 0;
  cursor: pointer;
  background: url(../images/searchBtn.gif) 50% 0px no-repeat;
}

.searchBtn:hover {
  background: url(../images/searchBtn.gif) 50% -20px no-repeat;
}

#searchContent span a {
  font-size: 11px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
  margin: auto;
}

.tagline {
  float: left;
  font-family: Trebuchet MS;
  font-size: 18px;
  text-align: left;
  color: #3C3A37;
  padding: 29px 80px 0 0;
}

#categoriesHeading {
  font-size: 1.3em;
}

#sendSpendWrapper {
  border: 1px solid #cacaca;
  float: right;
  margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #navEZPagesTOCWrapper {
  margin: 0;
  width: 47%;
}

.wrapperAttribsOptions {
  margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
  font-family: Arial;
  font-size: 12px;
}

.navSplitPagesLinks {
  margin: 0 -3px 0 0;
}

#navMainWrapper, #navSuppWrapper {
  font-weight: bold;
  height: 1%;
  width: 100%;
}

#navCatTabsWrapper {
  height: 0px;
  border-bottom: 1px solid;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
  margin: 0;
  padding: 0em 0em;
  list-style-type: none;
  text-align: center;
  line-height: 1.5em;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
  display: inline;
  white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
  text-decoration: none;
  padding: 0em 0.5em;
  margin: 0;
}

#navEZPagesTOCWrapper {
  font-weight: bold;
  float: right;
  height: 1%;
  border: 1px solid;
}

#navEZPagesTOC ul {
  margin: 0;
  padding: 0.5em 0em;
  list-style-type: none;
  line-height: 1.5em;
}

#navEZPagesTOC ul li {
  white-space: nowrap;
}

#navEZPagesTOC ul li a {
  padding: 0em 0.5em;
  margin: 0;
}

#navMainSearch, #navCategoryIcon {
  margin: 0.5em;
}

#indexProductListCatDescription {
  padding: 0 0 8px 0;
}

.buttonRow {
  margin: 0.5em 0 0.5em 0;
}

#navBreadCrumb {
  margin: 0 10px 10px 10px;
  border-bottom: 1px #999999 solid;
  padding: 0 0 2px 0;
  font-size: 1.0em;
  font-weight: bold;
}

#navEZPagesTop {
  font-size: 0.95em;
  font-weight: bold;
  margin: 0em;
  padding: 0.5em 0 0.5em 1.5em;
}
/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .additionalImages, .alert {
  vertical-align: top;
}

#productDescription, .shippingEstimatorWrapper {
  font: 13px Arial, sans-serif;
  padding: 0.5em;
  font-family: 'Microsoft Sans Serif', Verdana, Sans-Serif;
}

.content {
  font: 13px Arial, sans-serif;
  font-family: Arial, 'Microsoft Sans Serif', Verdana, Sans-Serif;
}

.font, .information, #shippingInfoMainContent, #shippingInfoMainContent .content, #sollicitatieFormContent .content, #contactUsDefault #contactUsNoticeContent .content {
  font-size: 13px;
  font-family: Arial;
}

.alert {
  margin-left: 0.5em;
}

.important {
  font-weight: bold;
}

.gvBal {
  float: right;
}

.centerColumn {
  margin: 0 7px 0 7px;
}

.centerColumnSingle {
  width: 792px;
}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
  font-size: 11px;
}

#cartAdd {
  font: 12px Arial;
  color: #2187C5;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: left;
}

.tableHeading TH {
  text-align: left;
}

.cartProductDisplay, .cartUnitDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
  padding: 0.5em 0em;
}

.cartUnitDisplay{
  text-align: right;
  padding-right: 0.2em;
}

.cartTotalDisplay {
  text-align: right;
  padding: 6px 0 0 0;
  *padding: 6px 3px 0 0;
}

#scUpdateQuantity {
  width: 2em;
}

.cartQuantity {
  width: 4.7em;
}

.cartNewItem {
  position: relative;/*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
  position: relative;/*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
  text-align: right;
  font-weight: bold;
}

.cartRemoveItemDisplay {
  width: 3.5em;
}

#cartAttribsList {
  margin-left: 1em;
}

#mediaManager {
  width: 50%;
  margin: 0.2em;
  padding: 0.5em;
}

.normalprice, .productSpecialPriceSale {
  text-decoration: none;
  background: url(../images/strikeThroughBlack.gif) 50% 50% no-repeat;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
  list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
  margin: 0;
  padding: 0.2em 0em;
}

.totalBox {
  width: 5.5em;
  text-align: right;
  padding: 0.2em;
}

.lineTitle, .amount {
  text-align: right;
  padding: 0.2em;
}

.amount {
  width: 5.5em;
}

#orderTotals .lineTitle {
  font-weight: bold;
}

#orderTotals .larger {
  font-family: Arial;
  font-size: 12px;
}
/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
  margin: 0em 1em 1em 0em;
}
/*Attributes*/

.attribImg {
  width: 20%;
  margin: 0.3em 0em;
}
/*list box contents*/

.centerBoxContents, .additionalImages {
  margin: 1em 0em;
}
/*sideboxes*/

h3.leftBoxHeading, h3.rightBoxHeading {
  font-family: Arial;
  font-weight: bold;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
  text-decoration: none;
}

.leftBoxHeading, .rightBoxHeading {
  margin: 0em;
  padding: 0 0 4px 6px;
}

.centerBoxHeading {
  padding: 0.2em 0.2em;
}

.sideBoxContent {
  padding: 0.35em;
}

.centeredContent, TH, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .additionalImages, .gvBal, .attribImg {
  text-align: center;
}

#bestsellers .wrapper {
  margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
  padding: 0;
  margin-left: 1.1em;
}

#bestsellers li {
  padding: 0;
  margin: 0.3em 0em 0.3em 0em;
}

#upProductsHeading {
  text-align: left;
}

#upDateHeading {
  text-align: right;
}
/*misc*/

.back {
  float: left;
}

.forward {
  float: right;
}

.bold {
  font-weight: bold;
}

.rowOdd {
  height: 1.5em;
  vertical-align: top;
}

.rowEven {
  height: 1.5em;
  vertical-align: top;
}

CAPTION {
/*display: none;*/}

.accountTotalDisplay, .accountTaxDisplay {
  width: 20%;
  text-align: right;
/*vertical-align: top*/
}

.accountQuantityDisplay {
  width: 10%;
  vertical-align: top;
}

TR.tableHeading {
  height: 2em;
}

#siteMapList {
  width: 90%;
  float: right;
}

.ratingRow {
  margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
  font-weight: normal;
  margin: 1em 0em;
}

.tabTable td {
  vertical-align: top;
  padding: 10px 0 0 0;
}

.main {
  text-align: left;
}

.productListing-rowheading {
  visibility: hidden;
}

.productListing-data h3 {
  padding: 0px 0 0px 8px;
  margin: 0 0 10px 0;
  font-family: Trebuchet MS;
  font-size: 19px;
  color: #303030;
}

.listingDescription {
  font-size: 11px;
  color: #303030;
  padding: 0px 0 0px 8px;
}

#cartContentsDisplay tr, #accountHistInfo tr {
  vertical-align: top;
}

span.priceTag {
  color: #303030;
  font-size: 45px;
  line-height: 0.9em;
  display: block;
  position: relative;
}

span.priceTag span {
  font-size: 18px;
  position: absolute;
  top: -8px;
  margin-left: 3px;
  *top: -5px;
}

div.priceTagSmall {
  height: 10px;
  font-size: 16px;
  margin-bottom: 6px;
}

strike {
  line-height: 0.9em;
  text-decoration: none;
  background: url(../images/strikeThroughBlack.gif) 50% 50% no-repeat;
}

.voordeel {
  margin: -2px 0 0 2px;
  font-size: 11px;
}

.ratingBox {
  margin: 0 0 3px 7px;
}

.featuredBox {
  padding-left: 30px;
}

.description {
  color: #303030;
  width: 400px;
  margin: 8px 0 8px 0;
  font: 11px Arial;
}

a.btnMoreInfo {
  color: #303030;
  display: block;
  padding-left: 11px;
  background: url(../images/arrow7pxRight.gif) left 1px no-repeat;
  text-decoration: none;
}

a.btnMoreInfo:hover {
  color: #2187c5;
  background-position: 0% -12px;
}

a.btnMoreCat {
  color: #303030;
  display: block;
  padding-left: 11px;
  background: url(../images/arrow7pxRight.gif) left 0px no-repeat;
  text-decoration: none;
}

a.btnMoreCat:hover {
  color: #2187c5;
  background-position: 0% -13px;
}

.txtMoreInfo {
  font-size: 12px;
  display: block;
  padding-left: 11px;
  background: url(../images/arrow7pxRight.gif) left 1px no-repeat;
  text-decoration: none;
}

.btnProductInfo {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/btnProductInfo.gif) left 0px no-repeat;
}

.btnProductInfo:hover {
  color: #2187c5;
  background-position: 0% -34px;
}

.pos {
  margin: 6px 0 8px 0;
}

.winkel-tijden dl {
  margin: 0;
  padding: 0;
}

.winkel-tijden dt {
  float: left;
  width: 26px;
  margin: 0;
  padding: 0;
}

.winkel-tijden dd {
  margin: 0;
  padding: 0;
}

#productGeneral #productDetailsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.additionalImages {
  padding: 0;
  margin: 0 6px 6px 0;
  max-width: 32px;
  max-height: 40px;
  border: 1px solid #CDCDCD;
}

.additionalImages:hover {
  border: 1px solid #2187C5;
}

#productName {
  font-family: arial, verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #303030;
}

.centerBoxContentsNew, .centerBoxContentsCrossSell, .centerBoxContentsAlsoPurch, .specialsListBoxContents, .centerBoxContentsSpecials {
  background-color: #F9F9F9;
  font-weight: normal;
  width: 147px;
  border: 1px solid #CDCDCD;
  margin-bottom: 8px;
}

.centerBoxContentsFeatured,
.centerBoxContentsPopular {
  background-color: #F9F9F9;
  font-weight: normal;
  width: 150px;
  border: 1px solid #CDCDCD;
  margin-bottom: 8px;
}

#listCell0-0 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#listCell0-1 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#listCell0-2 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#listCell0-3 {
  vertical-align: top;
  text-align: left;
}

#listCell0-4 {
  vertical-align: top;
  text-align: left;
}

.productLink:hover {
  color: #2187c5;
  cursor: pointer;
}

.productName {
  font-family: 'Trebuchet MS', Verdana, Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  margin: 10px 6px 0px 7px;
}

.productPrice {
  margin: 0px 0 6px 6px;
}

.moreCat {
  border-top: 1px solid #CDCDCD;
  padding: 1px 0 1px 7px;
  font-size: 11px;
}

.align {
  position: absolute;
  margin-left: 1px;
  *margin-left: 0px;
}

.moduleTitle {
  color: #1D375A;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
}

.sideTitle, .sideTitle a {
  color: #1D375A;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
}

.legalCopyright, legalCopyright a {
  padding-top: 4px;
  margin: 0 2px 0 2px;
  color: #303030;
}

.whatsNewBox {
  border: 1px solid #CDCDCD;
  width: 162px;
  height: 198px;
  margin-bottom: 10px;
}

#whatsNewArrow {
  background: url(../images/whatsNewArrow.png) right bottom no-repeat;
  z-index: 1;
  position: absolute;
  width: 162px;
  height: 198px;
}

#whatsNewArrow:hover {
  background: url(../images/whatsNewArrow.png) left bottom no-repeat;
  cursor: pointer;
}

.categoryListBoxContents {
  overflow: hidden;
}

.categoryListBoxContents a span {
  background: url(../images/btnCategorieInfo.gif) right 3px no-repeat;
  font-size: 20px;
  font-weight: normal;
  padding: 0 22px 0 0;
  margin: 0px;
}

.categoryListBoxContents .subDescription {
  width: 190px;
  margin: 4px 0 0 1px;
}

.itemTitle {
  font-family: Trebuchet MS;
  font-size: 19px;
  color: #303030;
}

#reviewsDefault h2 {
  margin: 0 0 2px 0;
  font-family: Trebuchet MS;
  font-size: 18px;
  color: #303030;
}

#reviewsDefault .details, .productReviewsDefaultReviewer {
  font-size: 11px;
  color: #303030;
  margin-top: 6px;
}

.productReviewsDefaultReviewer {
  font-size: 11px;
  color: #303030;
  margin-bottom: 6px;
}

#reviewsDefault .content {
  color: #303030;
  font-size: 12px;
}

.reviewImage {
  margin-right: 10px;
}

.productListing-rowheading, .productListing-heading {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0px;
}

#phplistsubscribeheaderContent, #phplistsubscribeContent, #subscribeheaderContent, #subscribeContent {
  height: 150px;
  background: url('../images/bg_subscribe.gif') 2px top no-repeat;
  font-size: 12px;
  text-align: left;
  margin-left: 2px;
}

#phplistsubscribeheaderContent .textbox, #phplistsubscribeContent .textbox, #subscribeheaderContent .textbox, #subscribeContent .textbox {
  height: 74px;
  text-align: left;
  padding: 0 6px 0 6px;
  font-size: 14px;
  cursor: pointer;
}

#phplistsubscribeheaderContent input, #phplistsubscribeContent input, #subscribeheaderContent input, #subscribeContent input {
  margin-left: 2px;
}

#phplistsubscribeheaderContent input [ type = "text" ], #phplistsubscribeContent input [ type = "text" ], #subscribeheaderContent input [ type = "text" ], #subscribeContent input [ type = "text" ] {
  color: #717171;
}

.leftBoxContainer, .rightBoxContainer {
  margin-bottom: 10px;
}

#bannerboxContent {
  margin-left: 4px;
}

#bannerboxallContent {
  margin-left: 4px;
  text-align: center;
  margin: 40px 0 40px 0;
}

#accountHistInfo, #accountDefault {
  font-family: Arial;
}

h1, h2, #accountHistInfo h2, #accountDefault h2, #accountHistoryDefault h1 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  margin: 0;
  text-align: left;
}

#accountHistInfo h3, #accountHistInfo th, #myAccountShipInfo h3, #myAccountPaymentInfo h3, #billShippingInfo h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 4px;
}

#checkoutShipAddressDefaultAddress, #checkoutPayAddressDefaultAddress {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.tableHeadingHistInfo, .tableHeadingHistStatus {
  background-color: #E4E8F3;
  margin: 0;
  padding: 4px 0 8px 0;
}

#myAccountProducts, #myAccountStatusDate, #myAccountStatus, #myAccountStatusComments, #myAccountQuantity {
  text-align: left;
}

#myAccountTotal, #scUnitHeading, #scTotalHeading {
  text-align: right;
}

#accountHistInfo TD {
  padding: 0 4px 8px 4px;
  background-color: #E4E8F3;
  font-family: Arial;
  font-size: 12px;
}

#orderAttribsList, .cartAttribsList {
  font-style: italic;
  list-style: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

#orderTotals {
  padding: 0 4px 8px 0;
  background-color: #E4E8F3;
  font-family: Arial;
  font-size: 12px;
}

#myAccountShipInfo, #myAccountPaymentInfo {
  padding: 0 0 8px 0;
  background-color: #E4E8F3;
}

#myAccountShipInfo div, #myAccountShipInfo address {
  padding-left: 4px;
}

#prevOrders, #cartContentsDisplay, #checkoutShipto, #checkoutBillto, .blueBox {
  background-color: #E4E8F3;
  padding: 4px;
}

#myAccountGen, #myAccountNotify {
  list-style: none;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
}

#myAccountGen li, #myAccountNotify li {
  padding: 2px 0 2px 0;
  margin: 0;
}

#cartSubTotal {
  background-color: #E4E8F3;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 8px;
  padding-right: 79px;
  *padding-right: 94px;
}

#freeGift {
  background-color: #E4E8F3;
  font-size: 12px;
  padding: 10px;
}

#freeGift TD {
  padding-right: 10px;
  background-color: #FFFFFF;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}

#freeGift IMG {
  padding: 4px 0 4px 4px;
}

.rowEven, .rowOdd, .tableHeadingCart {
  font-size: 12px;
  font-family: arial;
  background-color: #E4E8F3;
}

#cartImage {
  margin: 0 8px 0 8px;
}

#scProductsHeading {
  text-align: left;
  padding-left: 8px;
}

.infoBox {
  padding-left: 11px;
  background: url(../images/arrow7pxRight.gif) left 0px no-repeat;
  text-decoration: none;
  cursor: help;
  font: 12px Arial;
  color: #303030;
}

.infoBox span {
  border-bottom: 1px dotted #303030;
}

.infoBox:hover span {
  border-bottom: 1px dotted #2187c5;
}

.infoBox:hover {
  background-position: 0% -13px;
  color: #2187c5;
}

#pup {
  background-color: #F9F9F9;
  position: absolute;
  z-index: 200;
  padding: 4px 8px 4px 8px;
  margin: 20px 0 0 -200px;
  width: 450px;
  color: #303030;
  font-family: Arial;
  font-size: 11px;
}

#pup h1 {
  padding: 0 0 2px 0;
  margin: 0 0 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #CDCDCD;
}

.attributesComments, .attribsSelect {
  font: 11px Arial;
}

.optionName label {
  font: 11px Arial;
  font-weight: bold;
  margin-Left: -2px;
}

#infoBox {
  font-family: Arial;
  font-size: 11px;
  z-index: 2000;
  position: absolute;
  visibility: hidden;
  background-color: #F9F9F9;
  border: 1px solid #CDCDCD;
  width: 440px;
  min-width: 200px;
  padding: 4px 8px 4px 8px;
  margin: 20px 0 0 -100px;
}

#infoBox h1 {
  padding: 0 0 2px 0;
  margin: 0 0 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #CDCDCD;
}

#explainBox {
  font-family: Arial;
  font-size: 11px;
  z-index: 2000;
  position: absolute;
  visibility: hidden;
  background-color: #F9F9F9;
  border: 1px solid #CDCDCD;
  width: 440px;
  min-width: 200px;
  padding: 4px 8px 4px 8px;
  margin: 20px 0 0 -100px;
}

#explainBox h1 {
  padding: 0 0 2px 0;
  margin: 0 0 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #CDCDCD;
}

.sizeExplain {
  font-size: 11px;
}

#maintenanceDefault h2, #maintenanceDefault h3 {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 0;
}

#infoShoppingCart {
  color: #303030;
  margin: 0 8px 0 8px;
}

#infoShoppingCart h1 {
  color: #2187c5;
}

.attributeSelect {
  font-size: 13px;
  padding: 2px 0 2px 0;
  width: 200px;
  font-family: Arial;
  margin: 4px 0 4px 0;
}

.sslNotice {
  color: #928d82;
  background: url(../images/verisign.gif) left top no-repeat;
  font-size: 11px;
  height: 23px;
  margin: 20px 0 0 14px;
  padding: 8px 0 0 62px;
}

#siteinfoLegal {
  background: url(../images/bg_footer.gif) center top repeat-x;
  margin: 20px 0 16px 0;
  padding: 28px 0 0 14px;
}

.legalCopyright {
  color: #949494;
  font-family: arial;
  font-size: 11px;
  text-align: left;
}

.legalCopyright span {
  color: #1D375A;
}

.footerImages {
  text-align: right;
  float: right;
}

.footerImages IMG {
  margin-right: 14px;
}

#iDealExpressText {
  color: #2187c5;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a.prevNextBtn {
  color: #CDCDCD;
  background-color: #F9F9F9;
  border: 1px solid #CDCDCD;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px 4px 6px;
}

.prevNextBtn:hover {
  border: 1px solid #2187c5;
}

.currentBtn {
  color: #2187c5;
  background-color: #F9F9F9;
  border: 1px solid #CDCDCD;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px 4px 6px;
}

#sorter label {
  font-family: Arial;
  font-size: 11px;
}

#sorter.input [ type = "select" ] {
  font-family: Arial;
  font-size: 12px;
  padding: 2px;
}

#checkoutTitle {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #CDCDCD;
}

.checkoutTotal {
  width: 270px;
  border: solid 1px #C3E7FF;
  margin: 12px 0px;
  padding: 6px 8px;
}

.termsdescription {
  color: #8F8F8F;
}

.ccinfo {
  border-left: solid 1px #C3E7FF;
  margin: 8px 0 10px 20px;
  padding: 0 0 0 10px;
}

#productMainImage {
  background: url('../images/alertbox/ajax_loader_image.gif') left top no-repeat;
}

#featuredProducts {
  margin-bottom: 2px;
  margin-top: 18px;
}

#indexDefault #whatsNew #listCell0-0, #indexDefault #featuredProducts #listCell0-0 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#indexDefault #whatsNew #listCell0-1, #indexDefault #featuredProducts #listCell0-1 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#indexDefault #whatsNew #listCell0-2, #indexDefault #featuredProducts #listCell0-2 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#indexDefault #whatsNew #listCell0-3, #indexDefault #featuredProducts #listCell0-3 {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}

#indexDefault #whatsNew #listCell0-4, #indexDefault #featuredProducts #listCell0-4 {
  vertical-align: top;
  text-align: left;
}

#dhtmltooltip {
  position: absolute;
  width: 380px;
  padding: 6px 8px 6px 8px;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  border: 1px solid #CDCDCD;
  background-color: #f0f0f0;
  visibility: hidden;
  z-index: 100000000000000000000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmltooltip h1 {
  text-align: left;
  font-family: Arial;
  font-size: 14px;
  color: #303030;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #CDCDCD;
}

.infoIcon {
  position: absolute;
  margin: -1px 0 0 5px;
  cursor: help;
}

.formIcon {
  margin: 0 0 0 5px;
  cursor: help;
}

.formIconSelect {
  margin: 0 0 0 1px;
  cursor: help;
}

.faqInfoBox {
  color: #808080;
  text-align: right;
  margin-top: 10px;
  z-index: 9999999;
}

#dob_day, #dob_month, #dob_year, .dropdownCreateAccount {
  margin: 0 0px 4px 0;
  font-size: 13px;
  padding: 2px 0 2px 0;
}

#dob_day {
  width: 65px;
}

#dob_year {
  width: 65px;
}

LABEL.inputLabel1 {
  font-size: 12px;
  padding-left: 23px;
  padding-right: 8px;
}

#productQuantityDiscounts {
  margin: 0 0 10px 0;
}

.tableDiscountsDescription {
  width: 227px;
  height: 17px;
  background: url(../images/sale.gif) left top no-repeat;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  padding: 34px 2px 0 11px;
}

.hiddenstyle {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

#storesDefault .storeHeader {
  height: 180px;
  }

#storesDefault .storeHeader .nieuwsbrief {
  margin: 20px 0 0 0;
  }
  
#storesDefault .storeHeader .nieuwsbrief form {
  margin: 10px 0 0 0;
  }
  
#storesDefault .button_unsubscribe {
  float: right;
  display: inline;
  }
  
#storesDefault .storeHeader img {
  float: left;
  margin: 0 51px 10px 0;
  }
  
#storesDefault h1 {
  margin: 10px 0 0 0;
  }
  
#storesDefault p {
  margin: 0;
  padding: 0;
  }

#storesDefault .mainBox {
  clear: both;
  margin: 20px 0 0 0;
  }
  
#storesDefault .tijden {
  text-align: left;
  float: left;
  font-size: 11px;
  line-height: 19px;
  }
  
#storesDefault ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  }

#storesDefault ul li {
  clear: both;
  }

#storesDefault ul li span {
  text-align: left;
  width: 90px;
  padding: 0 0 0 30px;
  float: right;
  }
  
#storesDefault iframe {
  margin: 0 0 40px 0;
  width: 425px;
  height: 350px;
  float: right;
  }
  
/* storesevent sidebox */
#storeseventContent {
	width: 162px;
	padding: 0;
	margin-bottom: 30px;
  font-size: 12px;
  border: 1px solid #303030;
  background-color: #cccccc;
  }

#storeseventContent h2 {
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px 0 6px 2px;
  }

#storeseventContent .upcomming {
  padding: 0 0 10px 2px;
  }

#storeseventContent .today {
  padding: 0 0 10px 2px;
  background-color: #b4e8b2;
  }

#storeseventContent .todayTitle {
  height: 38px;
  background: #b4e8b2 url(../images/open.png) right top no-repeat;
  }

#storeseventContent .store {
  margin-bottom: 6px;
  }

#storeseventContent .store a {
  font-size: 12px;
  border-bottom: 1px dotted #303030;
  }

#storeseventContent span.date {
  background-color: #ffc300;
  padding: 0 3px;
  }
