body {
  background: #E9F0F2;
  /* background: #C6C9CB url(../images/snowflakeBackground.gif) repeat top left; */
  margin: 0;
  padding: 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

hr {
  border: 0px;
  border-top: 1px solid #CCCCCC;
  margin: 1px 0;
  height: 1px;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, div, span {
  font-family: Verdana, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #52619A;
}

a:visited {
  color: #39498C;
}

a:active {
  color: #39498C;
}

a:hover {
  color: #39498C;
  text-decoration: underline;
}

p, td {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 10px 0;
}

ul {
  text-align: left;
  list-style-position: outside;
  list-style-image: url(../images/bullet.gif);
}

ul li {
  font-size: 11px;
  margin-bottom: 1px;
}

h1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 5px 0;
  padding: 0;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

img {
  border: 0;
  text-decoration: none;
}

/* main sections */
#workspace {
  width: 990px;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
	background: #ffffff;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

#header {
  height: 65px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
}

#header h1 {
  margin-left: 10px;
	font-size: 26px;
	font-weight: 900;
	color: #3FA76C;
}

#QuickLinks {
  margin: 5px 0 5px 10px;
  float: right;
}
#QuickLinks td a {
  width: 85px;
  height: 30px;
  float: right;
  border: 1px solid #d1d1d1;
  background: #f1f1f1;
  padding: 5px;
  margin-left: 10px;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#QuickLinks td a:hover {
  border: 1px solid #52619A;
  background: #CDD2E2;
}

#categories {
  margin: 5px 5px 0 5px;
  padding: 0px;
  font-size: 11px;
  background: #52619A url(../images/categories/background.gif) repeat-x top left;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#categories img {
  display: block;
}
#categories a {
  margin: 0 2px;
  padding: 2px 0 0 0;
  color: #ffffff;
  text-decoration: none;
	display: block;
}
#categories a:hover {
  background: #2B3869;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#categories div {
  margin: 0 2px 2px 2px;
}
#categories div.selected {
  margin: 0 2px;
  padding: 0 0 2px 0;
  background: #2B3869;
}
#categories .subCategories {
  background: #2B3869;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#categories .subCategories a {
  margin: 2px 2px;
  padding: 0;
}
#categories .subCategories a:hover {
  color: #000000;
  background: #CDD2E2;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#categories .subCategories div.selected {
  color: #000000;
  background: #CDD2E2;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content {
  margin: 5px;
  padding: 0px;
  font-size: 11px;
  width: 676px;
}

#bottomLine {
  margin: 5px 0;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  background-color: #E9F0F2;
  border: 1px solid #D1D1D1;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#copyright {
  margin: 5px 0 0 0;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

#popup {
  margin: 10px;
  padding: 0;
  font-size: 11px;
  border: 1px solid #395C86;
  background: #ffffff;
}

#popup h1 {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  background: #395C86;
  line-height: 24px;
  color: #FFFFFF;
}

#popup div {
  margin: 10px;
}

#leftbar {
  padding: 0;
  margin: 5px 0 0 0;
  width: 152px;
}

#leftbar a {
  font-size: 11px;
}

#rightbar {
  padding: 0;
  margin: 5px 0 0 0;
  width: 152px;
}

#rightbar a {
  font-size: 11px;
}

.boxButton {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #528D9A;
  line-height: 13px;
	font-size: 11px;
  font-weight: normal;
  background: #D3E2E5;
  line-height: 21px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.boxButton a {
  padding: 1px 4px;
  color: #000000;
  text-decoration: none;
  display: block;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.boxButton a:hover {
  background: #f1f1f1;
}

.boxRedButton {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #990000;
  line-height: 13px;
	font-size: 11px;
  font-weight: normal;
  background: #dd0000;
  line-height: 21px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.boxRedButton a {
  padding: 1px 4px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.boxRedButton a:hover {
  color: #000000;
  background: #ffdddd;
}

#searchBox {
  background: #CDD2E2;
}
#searchBox h1 {
  background: #52619A;
}
#searchBox input {
  border: 1px solid #ffffff;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#searchBox .button:hover {
  border: 1px solid #52619A;
}

#cardsBox {
  background: #ffdddd;
}
#cardsBox h1 {
  background: #DD0000;
}

.box {
  margin: 0 0 10px 0;
  padding: 0;
  background: #D3E2E5;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.box hr {
  border: 0px;
  border-top: 1px dashed #ffffff;
  margin: 1px 0;
  height: 1px;
}
.box td {
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
}
.box h1 {
  margin: 0;
  padding: 0 5px;
  font-size: 11px;
  font-weight: normal;
  background: #528D9A;
  line-height: 21px;
  color: #ffffff;
  /* background: url(../images/snowBackground.png) repeat-x top left; */
  -moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.box a {
  font-size: 8px;
  color: #000000;
  margin: 0;
  padding: 1px 3px;
  text-decoration: none;
  display: block;
}
.box a:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.box .links {
  margin: 0;
  padding: 0 3px 3px 3px;
}
.box .links li {
  margin: 0;
  padding: 0;
  display: inline;
}
.box .links li a {
  color: #000000;
  margin: 0;
  padding: 3px;
  border-bottom: 1px dashed #ffffff;
  text-decoration: none;
  display: block;
}
.box .links li a:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.box input {
  border: 1px solid #6F8590;
}
.box .button {
  padding: 0 3px 2px 3px;
  cursor: pointer;
  height: 17px;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid #6F8590;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.box .button:hover {
  background: #e1e1e1;
}

#specialOffer {
  margin: 0;
  padding: 0;
  border: 1px solid #52619A;
  background: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 100%;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#specialOffer h1 {
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  background: #52619A;
  color: #ffffff;
  -moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.form {
  padding: 5px;
	border: 1px solid #d1d1d1;
	color: #000000;
	background: #f1f1f1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.form td {
  margin: 0;
  padding: 2px 5px;
}
.form a, .link {
  padding: 3px 4px;
	text-decoration: underline;
	cursor: pointer;
}
.form a:hover, .link:hover {
  padding: 2px 3px;
  background: #D9E9FF;
  border: 1px solid #153661;
}

.list {
	border-top: 1px solid #52619A;
  margin: 0;
  padding: 0;
}
.list td {
  margin: 0;
  padding: 2px 6px 1px 6px;
	border-bottom: 1px solid #d1d1d1;
}
.list .header td, .listHeader td {
  margin: 0;
  padding: 2px 6px 1px 6px;
  font-size: 11px;
  font-weight: bold;
	line-height: 18px;
  color: #fff;
	background: #395C86;
  border-bottom: 1px solid #52619A;
}
.list .header a {
  color: #fff;
  margin: -2px -5px;
  padding: 1px 5px;
	text-decoration: underline;
  display: block;
}
.list .header a:hover {
  padding: 0 4px;
  color: #000;
  background: #D9E9FF;
  border: 1px solid #52619A;
	text-decoration: none;
}
.list .leftHeader {
  background: #395C86;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-right: 1px solid #395C86;
}
.list a, .list .link {
  margin: -2px -5px;
  padding: 2px 5px 1px 5px;
  line-height: 18px;
	text-decoration: underline;
  display: block;
  cursor: pointer;
}
.list a:hover, .list .link:hover {
  padding: 1px 4px 0 4px;
  background: #D9E9FF;
  border: 1px solid #57B;
}
.list .totals td {
  border-top: 1px solid #395C86;
  border-bottom: 0;
  font-weight: bold;
}

.group {
  width: 666px;
  border: 1px solid #d1d1d1;
  background: #E9F0F2;
  padding: 3px;
  margin: 0 0 5px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.group h3 {
  padding: 3px 3px 0 3px;
}

.thumbnails {
  text-align: center;
}
.thumbnails a {
  width: 154px;
  height: 115px;
  float: left;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 3px 2px;
  margin: 3px;
  background: #ffffff;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.thumbnails a:hover {
  margin: 2px;
  border: 2px solid #2B3869;
}

.brandThumbnails {
  text-align: center;
}
.brandThumbnails a {
  width: 154px;
  height: 77px;
  float: left;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 3px 2px 1px 2px;
  margin: 3px;
  background: #ffffff;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.brandThumbnails a:hover {
  padding: 2px 1px 0 1px;
  border: 2px solid #2B3869;
}
.brandThumbnails img {
  margin: 0;
  padding: 0;
}

.smallBrandThumbnails {
  text-align: center;
}
.smallBrandThumbnails a {
  width: 99px;
  height: 50px;
  float: left;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 3px 2px 1px 2px;
  margin: 3px;
  background: #ffffff;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.smallBrandThumbnails a:hover {
  padding: 2px 1px 0 1px;
  border: 2px solid #2B3869;
}
.smallBrandThumbnails img {
  margin: 0;
  padding: 0;
}

.productThumbnails {
}
.productThumbnails a {
  color: #000000;
  background: #ffffff;
  width: 325px;
  height: 65px;
  float: left;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 1px;
  margin: 2px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.productThumbnails a:hover {
  padding: 0;
  border: 2px solid #2B3869;
}

.searchThumbnails {
}
.searchThumbnails a {
  color: #000000;
  background: #ffffff;
  width: 648px;
  height: 50px;
  float: left;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 6px;
  margin: 2px;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.searchThumbnails a:hover {
  padding: 5px;
  border: 2px solid #2B3869;
}

input, select, textarea {
  padding: 0 0 0 1px;
  margin: 0;
  border: 1px solid #395C86;
  background: #fff;
}

/* classes */
.panel {
  margin: 0;
  padding: 10px 8px 6px 8px;
  border: 1px solid #bbb;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.paneltab {
  display: inline;
  position: relative;
  top: 2px;
	background: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 5px;
	margin: 0 0 0 6px;
	padding: 0 4px;
}

.page {
  color: #000;
  margin: 0;
  padding: 2px;
  line-height: 18px;
  border: 1px solid #eee;
  text-decoration: none;
}
.page:hover {
  background-color: #eee;
  border: 1px solid #395C86;
  text-decoration: none;
}
.selectedPage {
  color: #000;
  margin: 0;
  padding: 2px;
  line-height: 18px;
  background-color: #eee;
  border: 1px solid #395C86;
}

.padding {
  padding: 5px;
}

.promotion {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
}

.price {
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
}
.exVAT {
  font-size: 8px;
  font-weight: normal;
}
.greytext {
  color: #666666;
}

.button {
  padding: 0 3px;
  cursor: pointer;
  height: 18px;
  font-size: 11px;
}
.button:hover {
  background: #D9E9FF;
}
label, .radioButton, .checkbox {
  border: 0;
  cursor: pointer;
}

.found {
  background: #FFFF00;
}
a .found {
  background: #FFFF00;
  text-decoration: underline;
}

.error {
  font-weight: bold;
  color: #f00;
}

.highlight { background: #ff0; }

.hand { cursor: pointer; }
.pointer { cursor: default; }

.highlightRow { background: #D9E9FF; }

.bghighlight { cursor: pointer; background: #D9E9FF; }
.bgwhite { cursor: default; background: #FFFFFF; }
.bgblue { cursor: default; background: #395C86; color: #FFFFFF; }
.bgblueHighlight { cursor: pointer; background: #395C86; color: #B5E017; }

@media print {
  #QuickLinks { display: none; }
  #leftbar { display: none; }
  #rightbar { display: none; }
  #topMenu { display: none; }
  #categories { display: none; }
  #bottomLine { display: none; }
  #copyright a { display: none; }
  #workspace { width: 684px; }
}
