/* File: screen.css */

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button,
input {
  line-height: normal;
  /* 1 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* HTML5 FIX */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

@face {}
html body {
  font-family: Arial, helvetica, verdana;
  color: #a2a2a2;
  height: 100%;
  background-color: #e9e9e9;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  padding: 0px;
  margin: 0px; }
  html body #wrapper {
    width: 973px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative; }
  html body a {
    font-family: Arial, helvetica, verdana;
    color: #006ab5; }
  html body a:hover {
    color: #006ab5; }
  html body a:active {
    color: #006ab5; }
  /* html body a:visited {
    color: #006ab5; } */
  html body a:focus {
    color: #006ab5; }
  html body h1, html body h2, html body h3 {
    font-family: QlassikBoldRegular;
    color: black;
    font-weight: normal; }
  html body h2, html body h3 {
    font-size: 180%; }
  html body aside.right h2, html body aside.right h3 {
    font-size: 150%; }
  html body h4, html body h5, html body h6 {
    font-family: Arial, helvetica, verdana;
    color: #333333;
    font-size: 110%; }
  html body .color_1 {
    color: #006ab5; }
  html body .color_2 {
    color: black; }
  html body .color_3 {
    color: white; }
  html body .color_4 {
    color: #e1eaf9; }

.disabled {
  display: none !important; }

.enabled {
  display: block !important; }

.hidden {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.clear {
  clear: both !important; }

.fill {
  overflow: hidden !important; }

.flLeft {
  float: left !important; }

.flRight {
  float: right !important; }

@font-face {
  font-family: 'QlassikMediumRegular';
  src: url("../media/4/fonts/qlassik/qlassik_tb-webfont.eot");
  src: url("../media/4/fonts//qlassik/qlassik_tb-webfont.eot?#iefix") format("embedded-opentype"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.woff") format("woff"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.ttf") format("truetype"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.svg#QlassikMediumRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'QlassikBoldRegular';
  src: url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.eot");
  src: url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.eot?#iefix") format("embedded-opentype"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.woff") format("woff"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.ttf") format("truetype"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.svg#QlassikBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'QlassikBoldRegular';
  src: url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.eot");
  src: url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.eot?#iefix") format("embedded-opentype"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.woff") format("woff"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.ttf") format("truetype"), url("../media/4/fonts//qlassik/qlassikbold_tb-webfont.svg#QlassikBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'QlassikMediumRegular';
  src: url("../media/4/fonts//qlassik/qlassik_tb-webfont.eot");
  src: url("../media/4/fonts//qlassik/qlassik_tb-webfont.eot?#iefix") format("embedded-opentype"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.woff") format("woff"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.ttf") format("truetype"), url("../media/4/fonts//qlassik/qlassik_tb-webfont.svg#QlassikMediumRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

fieldset {
  margin: 0px;
  padding: 0px; }

label:hover {
  cursor: pointer; }

input.text, textarea, select {
  border: 1px solid #dad7d7;
  padding: 8px;
  font-family: Arial, helvetica, verdana;
  width: 100%;
  outline: 0;
  font-size: 110%;
  margin-bottom: 12px;
  color: #bcbcbc;
  -webkit-border-radius: 3px 3px 5px 5px;
  -moz-border-radius: 3px 3px 5px 5px;
  -ie-border-radius: 3px 3px 5px 5px;
  -khtml-border-radius: 3px 3px 5px 5px;
  -o-border-radius: 3px 3px 5px 5px;
  border-radius: 3px 3px 5px 5px;
  -webkit-box-shadow: inset 0px 5px 0px #f1f1f1;
  -moz-box-shadow: inset 0px 5px 0px #f1f1f1;
  -ie-box-shadow: inset 0px 5px 0px #f1f1f1;
  -o-box-shadow: inset 0px 5px 0px #f1f1f1;
  -khtml-box-shadow: inset 0px 5px 0px #f1f1f1;
  box-shadow: inset 0px 5px 0px #f1f1f1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ie-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

input.text:hover,
textarea:hover,
select:hover,
input.text.visited:hover,
textarea.visited:hover,
select.visited:hover,
input.text:focus,
textarea:focus,
select:focus,
input.text.visited:focus,
textarea.visited:focus,
select.visited:focus {
  border: 1px solid #bfd2f2;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ie-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #3c3c3c;
  background: #eef3fc;
  -webkit-box-shadow: inset 0px 5px 0px #e1eaf9;
  -moz-box-shadow: inset 0px 5px 0px #e1eaf9;
  -ie-box-shadow: inset 0px 5px 0px #e1eaf9;
  -o-box-shadow: inset 0px 5px 0px #e1eaf9;
  -khtml-box-shadow: inset 0px 5px 0px #e1eaf9;
  box-shadow: inset 0px 5px 0px #e1eaf9; }

label {
  display: block; }
  label .notification, label error {
    display: block;
    height: 0px;
    opacity: 0;
    padding: 0 8px;
    font-size: 90%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ie-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  label span.notification, label span.error {
    display: none; }
  label input.text:focus, label select:focus {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ie-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ie-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  label input.text:focus + .notification, label textarea:focus + .notification {
    display: block;
    height: auto;
    opacity: 1;
    padding: 8px 8px 5px;
    margin-top: -16px;
    margin-bottom: 15px;
    color: #8caee8;
    background-color: #fbfcfe;
    border: 1px solid #bfd2f2;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ie-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ie-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }

label.error input.text, label.error textarea {
  color: #e06761; }
label.error input.text:focus, label.error textarea:focus, label.error select:focus {
  color: black; }
label.error input.text.visited, label.error textarea.visited, label.error select.visited {
  color: #7c7c7c; }
label.error input.text, label.error input.text:focus, label.error input.text:hover,
label.error textarea, label.error textarea:focus, label.error textarea:hover,
label.error select, label.error select:focus, label.error select:hover {
  border: 1px solid #f2c1bf;
  background: #fceeee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ie-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0px 5px 0px #f9e2e1;
  -moz-box-shadow: inset 0px 5px 0px #f9e2e1;
  -ie-box-shadow: inset 0px 5px 0px #f9e2e1;
  -o-box-shadow: inset 0px 5px 0px #f9e2e1;
  -khtml-box-shadow: inset 0px 5px 0px #f9e2e1;
  box-shadow: inset 0px 5px 0px #f9e2e1; }
label.error input.text:focus + .notification, label.error textarea:focus + .notification {
  display: none; }
label.error .error {
  display: block;
  display: block !important;
  height: auto;
  opacity: 1;
  color: #e8908c;
  padding: 8px 8px 5px;
  margin-top: -16px;
  margin-bottom: 15px;
  background-color: #fefbfb;
  border: 1px solid #f2c1bf;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ie-border-radius: 0px 0px 3px 3px;
  -khtml-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ie-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -khtml-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

input.visited, textarea.visited, select.visited {
  color: #898989; }

textarea {
  height: 120px; }

input.button {
  border: 0px;
  padding: 0px;
  text-align: center; }

input.checkbox {
  float: left;
  margin-top: 8px;
  margin-right: 7px; }

table, tr, td {
  border-collapse: collapse;
  position: relative; }

aside.right table {
  width: 256px; }

aside.right table input.text,
aside.right table textarea {
  width: 256px; }

.left form {
  margin: 20px -20px -20px; }
.left fieldset {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #dad7d7;
  background-color: #f7f7f7; }
  .left fieldset table {
    width: 100%; }
    .left fieldset table tr td label input.text {
      width: 50%;
      float: right; }
    .left fieldset table tr td label span.txt {
      display: block;
      padding: 8px 0 0;
      float: left; }
    .left fieldset table tr td label span.notification, .left fieldset table tr td label span.error {
      width: 50%;
      float: right; }
    .left fieldset table tr td label textarea {
      width: 97%; }
    .left fieldset table tr td label textarea + span.notification, .left fieldset table tr td label textarea + span.notification + span.error {
      width: 97%;
      float: none; }
    .left fieldset table tr td label textarea + span.notification, .left fieldset table tr td label textarea + span.error {
      width: 97%; }

fieldset {
  border: 0px; }
  fieldset legend {
    display: none; }

.home section#navigation {
  z-index: 5; }
.home div.left, .home aside.right {
  float: none;
  width: auto; }
.home div.bl-search {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 260px 0 0 -486.5px;
  z-index: 10; }
.home .bgImages {
  position: relative;
  top: -200px;
  left: 0px;
  margin-top: 0;
  width: 973px;
  height: 700px;
  width: 973px;
  text-align: center;
  border: 0px;
  z-index: 1; }
  .home .bgImages img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 700px;
    width: 973px;
    border: 0px; }
.home .bl-pr-product {
  position: relative;
  z-index: 10;
  top: -100px;
  margin-right: 10px !important;
  margin-top: -20px;
  margin-bottom: -80px; }
.home .bl-pr-product.last {
	margin-right: 0 !important;
}

.oneColumn div.left, .oneColumn aside.right {
  float: left;
  max-width: none;
  width: auto; }

.twoColumns div.left {
  float: left;
  width: 645px;
  margin-right: 10px; }
.twoColumns aside.right {
  float: right;
  max-width: 318px; }

.products menu.left {
  float: left;
  max-width: 448px;
  margin-right: 10px; }
.products section.right {
  float: right;
  width: 510px; }

html body section#navigation {
  position: relative;
  overflow: hidden;
  /*margin-top: 34px;*/
  padding-top:10px;
  margin-bottom: 25px; 
  background:url('/media/4/layout/images/header_bg.png') transparent no-repeat;
  }
  html body section#navigation header {
    display: none; }
  html body section#navigation img#logo {
    position: absolute;
    z-index: 3;
    left: 0; }
  html body section#navigation div.contact{
	position: absolute;
	right: 10px;
	top:10px;
	color: #006CB9;
	font-weight:bold;
	font-size:13px;
	z-index: 1001;
  }  
  html body section#navigation nav {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 117px; }
    html body section#navigation nav ul {
      margin: 0;
      padding: 0;/*0 0 0 265px;*/ }
      html body section#navigation nav ul li div{
		width:967px;
	  }
	  html body section#navigation nav ul li.active, html body section#navigation nav ul li.hover {
        background: #fff; }
        html body section#navigation nav ul li a.active{
			background: #FFFFFF;
		}
		html body section#navigation nav ul li.active a, html body section#navigation nav ul li.hover a {
          border-bottom: 0px;
          padding: 26px 28px; }
        html body section#navigation nav ul li.active div, html body section#navigation nav ul li.hover div {
          display: block;
		  width:970px;
          opacity: 1; }
      html body section#navigation nav ul li.first-child {
        display: block; }
      html body section#navigation nav ul li.last-child {
        /*background-color: #fff;*/ }
      html body section#navigation nav ul div li.last-child {
        background-color: transparent;
        border-right: 1px solid #DAD7D7; }
      html body section#navigation nav ul li + li {
        margin-left: -1px; }
      html body section#navigation nav ul li {
        float: left;
        margin-left: -1px;
        border: 1px solid #dad7d7;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ie-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
        html body section#navigation nav ul li.hover {
          z-index: 10;
          opacity: 1;
          display: block;
          z-index: 10; }
          html body section#navigation nav ul li.hover div {
            display: block;
            z-index: 100;
            opacity: 1; }
            html body section#navigation nav ul li.hover div li:hover {
              background: #fff; }
        html body section#navigation nav ul li form, html body section#navigation nav ul li fieldset, html body section#navigation nav ul li legend {
          border: 0px;
          margin: 0 0 0 170px;
          padding: 0; }
        html body section#navigation nav ul li form fieldset legend {
          display: none; }
        html body section#navigation nav ul li a {
          display: block;
          padding: 28px 28px 21px;
          border-bottom: 2px solid #e1e1e1;
          font-size: 100%;
          text-transform: uppercase;
          text-decoration: none;
          color: #898989; }
        html body section#navigation nav ul li div {
          height: 44px;
          top: 70px;
          width: 960px;
          /*left: 78px;*/
          border: 1px solid #dad7d7;
          overflow: hidden;
          /* border-right: 0; */
          background: #fff;
          opacity: 0;
          background-image: url(../images/bg_sprite_menu.gif);
          -webkit-box-shadow: 0 1px 1px #cccccc;
          -moz-box-shadow: 0 1px 1px #cccccc;
          -ie-box-shadow: 0 1px 1px #cccccc;
          -o-box-shadow: 0 1px 1px #cccccc;
          -khtml-box-shadow: 0 1px 1px #cccccc;
          box-shadow: 0 1px 1px #cccccc;
          -webkit-border-radius: 5px 0px 5px 5px;
          -moz-border-radius: 5px 0px 5px 5px;
          -ie-border-radius: 5px 0px 5px 5px;
          -khtml-border-radius: 5px 0px 5px 5px;
          -o-border-radius: 5px 0px 5px 5px;
          border-radius: 5px 0px 5px 5px;
          overflow: hidden;
          position: absolute; }
          html body section#navigation nav ul li div ul {
            float: left;
            padding: 0; }
            html body section#navigation nav ul li div ul li {
              height: 44px;
              margin-left: 0px;
              overflow: hidden;
              border-width: 0 1px 0 0;
              -webkit-border-radius: 0px 0px 0px 0px;
              -moz-border-radius: 0px 0px 0px 0px;
              -ie-border-radius: 0px 0px 0px 0px;
              -khtml-border-radius: 0px 0px 0px 0px;
              -o-border-radius: 0px 0px 0px 0px;
              border-radius: 0px 0px 0px 0px; }
              html body section#navigation nav ul li div ul li a {
                padding: 14px 15px !important;
                border-bottom: 0 !important;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
                text-decoration: none;
                text-transform: none;
                font-size: 100%;
				display:block;
                color: #6f6f6f; }
          html body section#navigation nav ul li div ul.last-child {
            display: block;
            position: absolute;
            right: 0;
            /*width: 290px;
            background-color: #ffffff;*/
            border-left: 2px solid #eeecec; }
            html body section#navigation nav ul li div ul.last-child li.last-child {
              overflow: hidden; }
              html body section#navigation nav ul li div ul.last-child li.last-child a {
                overflow: hidden;
                padding: 14px 17px !important; }
                html body section#navigation nav ul li div ul.last-child li.last-child a span {
                  display: block;
                  float: left; }
                html body section#navigation nav ul li div ul.last-child li.last-child a span.icon {
                  background: url(../media/4/layout/images/icon_bestellijst.gif) no-repeat 9px center;
                  padding: 17px 12px 12px 8px !important;
                  margin: -16px 0 -16px -18px;
                  text-align: center;
                  width: 30px;
                  height: 19px;
                  font-size: 10px;
                  color: #ffffff; }
        html body section#navigation nav ul li li.last-child {
         /*  float: right; */
          height: auto;
          border-bottom: 0px;
          /*border-right: 0px;*/ }
      html body section#navigation nav ul li.search{
		border:0 !important;
	  }
	  html body section#navigation nav ul li.last-child {
        /*float: right;
		margin-left:350px;*/
        height: 66px;
        display: block;
        /*border: 0 !important;3px solid #f3f3f3;*/ }
        html body section#navigation nav ul li.last-child legend {
          display: none; }
        html body section#navigation nav ul li.last-child table, html body section#navigation nav ul li.last-child tr, html body section#navigation nav ul li.last-child td {
          border-collapse: collapse; }
        html body section#navigation nav ul li.last-child table {
          margin: 11px 11px 0 11px; }
          html body section#navigation nav ul li.last-child table tr td {
            vertical-align: middle; }
            html body section#navigation nav ul li.last-child table tr td label.radio {
              float: left; }
              html body section#navigation nav ul li.last-child table tr td label.radio input {
                visibility: hidden;
                height: 0px;
                width: 0px;
                position: absolute;
                top: 0px;
                left: 0px; }
              html body section#navigation nav ul li.last-child table tr td label.radio span {
                display: block;
                padding: 12px 10px 13px;
                height: 17px;
                border: 1px solid #dad7d7; }
              html body section#navigation nav ul li.last-child table tr td label.radio.active span {
                background: #e9e9e9; }
            html body section#navigation nav ul li.last-child table tr td.item1 label.active, html body section#navigation nav ul li.last-child table tr td.item label.active {
              background: #e9e9e9; }
            html body section#navigation nav ul li.last-child table tr td.item1 label span {
              -webkit-border-radius: 5px 0 0 5px;
              -moz-border-radius: 5px 0 0 5px;
              -ie-border-radius: 5px 0 0 5px;
              -khtml-border-radius: 5px 0 0 5px;
              -o-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px;
              padding: 12px 17px 13px; }
            html body section#navigation nav ul li.last-child table tr td.item2 label span {
              margin-left: -3px;
              margin-right: -3px; }
            html body section#navigation nav ul li.last-child table tr td input.text {
              font-size: 150%;
              font-family: Arial, helvetica, verdana;
              font-weight: bold;
              width: 162px;
              height: 22px;
              padding: 10px 8px;
              text-align: center;
              margin: 0px 5px 0px 0px !important;
              -webkit-border-radius: 0px 5px 5px 0px;
              -moz-border-radius: 0px 5px 5px 0px;
              -ie-border-radius: 0px 5px 5px 0px;
              -khtml-border-radius: 0px 5px 5px 0px;
              -o-border-radius: 0px 5px 5px 0px;
              border-radius: 0px 5px 5px 0px;
              border: 1px solid #dad7d7; }
            html body section#navigation nav ul li.last-child table tr td input.button
			
			, div.bl-search table tr td input.submit
			
			 {
              background: url(../media/4/layout/images/btn_form_search.gif) no-repeat;
              width: 43px;
              height: 44px;
              color: transparent;
              overflow: hidden;
              line-height: 100px;
              margin: 0;
              padding: 0; }

input.button {
  float: right;
  background: url(../media/4/layout/images/btn_form_small.gif) no-repeat black;
  color: white !important;
  height: 31px;
  width: 106px;
  margin-left: 10px; }

input.button.large {
  width: 160px;
  height: 39px;
  background: url(../media/4/layout/images/btn_form_large.gif) no-repeat black; }

input.button.large.blue {
  background: url(../media/4/layout/images/btn_input_large_blue.gif) no-repeat black; }

input.button.large.black {
  background: url(../media/4/layout/images/btn_input_large_black.gif); }

.btn {
  float: left;
  display: block;
  text-decoration: none;
  position: relative;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 0px 0px transparent;
  -moz-box-shadow: 0 0px 0px transparent;
  -ie-box-shadow: 0 0px 0px transparent;
  -o-box-shadow: 0 0px 0px transparent;
  -khtml-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ie-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  -khtml-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  margin-left: 10px; }
  .btn:hover {
    color: white;
    -webkit-box-shadow: 0 -2px 4px #aaaaaa;
    -moz-box-shadow: 0 -2px 4px #aaaaaa;
    -ie-box-shadow: 0 -2px 4px #aaaaaa;
    -o-box-shadow: 0 -2px 4px #aaaaaa;
    -khtml-box-shadow: 0 -2px 4px #aaaaaa;
    box-shadow: 0 -2px 4px #aaaaaa; }
  .btn span {
    display: block;
    text-decoration: none;
    background-image: url(../media/4/layout/images/btn_sprite_black.gif);
    height: 31px; }
  .btn span.left, .btn span.right {
    position: absolute;
    width: 3px;
    top: 0px;
    z-index: 1; }
  .btn span.left {
    left: 0px;
    background-position: 0px -31px; }
  .btn span.right {
    right: 0px;
    background-position: 0px -62px; }
  .btn span.txt {
    height: 25px;
    padding: 6px 20px 0; }
  .btn.large {
    padding: 0 25px; }
    .btn.large span.left, .btn.large span.right {
      background-image: url(../media/4/layout/images/btn_large_blue.gif);
      width: 4px;
      height: 47px;
      top: 0px;
      z-index: 1; }
    .btn.large span.left {
      left: 0px;
      background-position: 0px -94px; }
    .btn.large span.right {
      right: 0px;
      background-position: 0px -47px; }
    .btn.large span.txt {
      padding: 0 20px; }
    .btn.large span.txt {
      font-size: 110%;
      color: white !important;
      padding: 14px 0 8px;
      background-image: url(../media/4/layout/images/btn_large_blue.gif); }
    .btn.large.black span.left, .btn.large.black span.right {
      background-image: url(../media/4/layout/images/btn_large_black.png); }
    .btn.large.black span.txt {
      background-image: url(../media/4/layout/images/btn_large_black.png); }
  .btn.large.blue {
    height: 47px;
    background-image: url(../media/4/layout/images/btn_large_blue.gif); }
  .btn.large.black {
    height: 47px;
    background-image: url(../media/4/layout/images/btn_large_black.png); }

html body a.btn_ad {
  float: left;
  position: relative;
  padding: 10px 10px 10px 96px;
  width: 209px;
  min-height: 74px;
  text-decoration: none; }
  html body a.btn_ad:nth-child(even) {
    margin-right: 11px; }
  html body a.btn_ad:hover {
    background-color: #eef3fc;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ie-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -khtml-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s; }
  html body a.btn_ad img {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #dad7d7;
    height: 74px;
    width: 74px;
    background-color: white; }
  html body a.btn_ad span {
    display: block; }
  html body a.btn_ad span.summary {
    float: left;
    width: 135px; }
    html body a.btn_ad span.summary span {
      color: #a2a2a2; }
    html body a.btn_ad span.summary span.title {
      font-family: QlassikBoldRegular;
      color: #006ab5;
      font-size: 130%;
      padding: 5px 0; }
  html body a.btn_ad span.price {
    float: right;
    width: 65px; }
    html body a.btn_ad span.price span {
      border: 1px solid #dad7d7;
      -webkit-border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -ie-border-radius: 5px 5px 5px 5px;
      -khtml-border-radius: 5px 5px 5px 5px;
      -o-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      margin-bottom: -1px;
      text-align: center;
      background-color: white; }
    html body a.btn_ad span.price span.from {
      font-size: 100%;
      padding: 5px 4px;
      color: #a2a2a2;
      text-decoration: line-through; }
    html body a.btn_ad span.price span.for {
      font-size: 140%;
      padding: 16px 4px;
      color: #006ab5; }

header#pageTitle {
  padding: 0 0 25px;
  position: relative;
  z-index: 100;
  min-height: 46px;
  height: auto;
  }
  header#pageTitle h1 {
    float: left;
    margin: 0;
    padding: 15px 0; }
  header#pageTitle a.back {
    display: block;
    float: left;
    height: 47px;
    width: 47px;
    margin-right: 10px;
    background-image: url(../media/4/layout/images/btn_large_back.gif);
    background-repeat: no-repeat;
    color: transparent;
    overflow: hidden;
    line-height: 1000px;
    font-size: 0px; }
  header#pageTitle .bl-support {
    display: none; }
  header#pageTitle div.clear {
    height: 1px; }
  header#pageTitle ul.breadcrumbs {
    display: block;
    position: relative;
    left: 0;
    top: 28px;
    padding: 0px;
    margin: 0; }
    header#pageTitle ul.breadcrumbs li {
      list-style: none;
      display: block;
      float: left;
      padding: 0 19px 0 0;
      margin: 0 15px 0 0;
      background-image: url(../media/4/layout/images/bg_breadcrumb.gif);
      background-repeat: no-repeat;
      background-position: right center; }
      header#pageTitle ul.breadcrumbs li:last-child, header#pageTitle ul.breadcrumbs li.last-child {
        background: none;
        padding: 0px;
        margin: 0; }
      header#pageTitle ul.breadcrumbs li a {
        font-size: 95%;
        display: block;
        color: #7c7c7c;
        text-decoration: none; }
        header#pageTitle ul.breadcrumbs li a:hover {
          text-decoration: underline; }
  header#pageTitle ul.breadcrumbs + h1 {
    position: absolute;
    left: 57px;
    top: 7px;
    padding: 0; }
  header#pageTitle a.btn {
    float: right; }
  header#pageTitle.cart h1 {
    display: none; }
  header#pageTitle.cart .btn.blue.large {
    display: none !important; }
  header#pageTitle.cart .back {
    display: none; }
  header#pageTitle.cart ul.breadcrumbs {
    position: relative;
    left: 0px;
    width: 100%;
    top: 4px; }
    header#pageTitle.cart ul.breadcrumbs li {
      float: left;
      padding: 0 1px 0 0;
      margin: 0 -1px 0 0;
      border: 0;
      width: 324px;
      overflow: hidden;
      list-style: none;
      background: none; }
      header#pageTitle.cart ul.breadcrumbs li a.btn {
        display: block !important;
        float: right;
        display: block;
        border: 1px solid #dad7d7;
        border-right: 0;
        margin: 0;
        padding: 11px 10px;
        width: 303px;
        background: #f1f1f1;
        color: #7c7c7c;
        text-decoration: none;
        -webkit-box-shadow: 0px 1px 0px white;
        -moz-box-shadow: 0px 1px 0px white;
        -ie-box-shadow: 0px 1px 0px white;
        -o-box-shadow: 0px 1px 0px white;
        -khtml-box-shadow: 0px 1px 0px white;
        box-shadow: 0px 1px 0px white;
        text-align: center;
        background: url(../media/4/layout/images/cart_breadcrumbs_bg.png) 0 -48px; }
      header#pageTitle.cart ul.breadcrumbs li a.active {
        background-color: #006ab5;
        border-color: #004c82;
        color: #fff;
        background-position: 0 -1px; }
      header#pageTitle.cart ul.breadcrumbs li.last-child a {
        -webkit-border-radius: 0px 5px 5px 0px;
        -moz-border-radius: 0px 5px 5px 0px;
        -ie-border-radius: 0px 5px 5px 0px;
        -khtml-border-radius: 0px 5px 5px 0px;
        -o-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        border-width: 1px 1px 1px 1px;
        border-right: 1px solid #dad7d7; }
      header#pageTitle.cart ul.breadcrumbs li.first-child a {
        -webkit-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        -ie-border-radius: 5px 0px 0px 5px;
        -khtml-border-radius: 5px 0px 0px 5px;
        -o-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        border-width: 1px; }

.bl-ad.uitlaat {
  background-image: url(../media/4/layout/images/ad_uitlaatdiscounter.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 35px; }

.block {
  background: white;
  border: 1px solid #dad7d7;
  margin-bottom: 15px;
  padding: 20px;
  display: block;
  -webkit-border-radius: 3px 3px 0px img;
  -moz-border-radius: 3px 3px 0px img;
  -ie-border-radius: 3px 3px 0px img;
  -khtml-border-radius: 3px 3px 0px img;
  -o-border-radius: 3px 3px 0px img;
  border-radius: 3px 3px 0px img;
  -webkit-box-shadow: 0 1px 0px white;
  -moz-box-shadow: 0 1px 0px white;
  -ie-box-shadow: 0 1px 0px white;
  -o-box-shadow: 0 1px 0px white;
  -khtml-box-shadow: 0 1px 0px white;
  box-shadow: 0 1px 0px white; }
  .block h1, .block h2 {
    margin-top: 0px; }
  .block h3 {
    margin-top: 3px;
    margin-bottom: 3px; }
  .block p {
    margin-bottom: 17px; }
  .block img.header {
    margin: -20px -20px 15px; }
  .block .btn {
    margin-left: 0; }

form {
  margin: -20px -20px -20px; }
form.margin {
  margin: 0; }
  form fieldset {
    margin: 0; }

html body .block.bl-faq-quotes {
  overflow: hidden; }
  html body .block.bl-faq-quotes blockquote {
    margin-left: 0px;
    margin-right: 0px;
    padding: 14px 20px;
    margin-bottom: 17px;
    padding: 0; }
    html body .block.bl-faq-quotes blockquote a {
      display: block;
      padding: 13px 20px;
      text-decoration: none;
      background: #f2f2f2; }
      html body .block.bl-faq-quotes blockquote a span {
        font-family: Georgia, Times new roman;
        font-size: 117%;
        font-style: italic;
        line-height: 130%;
        color: #626262; }
  html body .block.bl-faq-quotes .btn {
    float: right; }

html body .bl-faq-open {
  margin-top: 22px !important; }
  html body .bl-faq-open ul, html body .bl-faq-open ul li {
    height: auto; }

html body .bl-faq-open + a.btn {
  float: right;
  margin-top: 15px;
  color: #ffffff; }

html body .bl-faq, html body .bl-faq-open {
  position: relative;
  margin-top: -1px; }
  html body .bl-faq.active header, html body .bl-faq-open.active header {
    background-color: #e1eaf9;
    border-bottom: 1px solid #d3cfcf;
    margin-bottom: 0; }
  html body .bl-faq.active ul, html body .bl-faq-open.active ul {
    /* width: 100%; */
    margin: 0 auto 10px; }
  html body .bl-faq.active ul, html body .bl-faq.active ul li, html body .bl-faq-open.active ul, html body .bl-faq-open.active ul li {
    position: relative;
    height: auto;
    display: block; }
  html body .bl-faq header, html body .bl-faq-open header {
    border: 1px solid #dad7d7;
    background-color: #f3f1f1;
    padding: 13px 20px 13px;
    margin: 0 0 -1px;
    cursor: pointer;
    -webkit-transition: background-color ease-in-out 0.3s;
    -moz-transition: background-color ease-in-out 0.3s;
    -ie-transition: background-color ease-in-out 0.3s;
    -o-transition: background-color ease-in-out 0.3s;
    -khtml-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s; }
    html body .bl-faq header h4, html body .bl-faq-open header h4 {
      color: #006ab5; }
  html body .bl-faq ul, html body .bl-faq-open ul {
    border-left: 1px solid #dad7d7;
    border-right: 1px solid #dad7d7;
    border-bottom: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    html body .bl-faq ul li.first-child, html body .bl-faq-open ul li.first-child {
      border-top: 4px solid #f3f1f1; }
    html body .bl-faq ul li, html body .bl-faq-open ul li {
      overflow: hidden;
      cursor: pointer;
      width: 100%;
      border-bottom: 1px solid #d3cfcf; }
      html body .bl-faq ul li p, html body .bl-faq-open ul li p {
        margin: 0;
        padding: 10px; }
      html body .bl-faq ul li p.question, html body .bl-faq-open ul li p.question {
        padding: 12px 20px;
        color: #626262; }
      html body .bl-faq ul li p.awnser, html body .bl-faq-open ul li p.awnser {
        background: #f5f5f5;
        color: #6f6f6f;
        border: 1px solid #d3cfcf;
        margin: 10px; }

.bl-img {
  overflow: hidden; }
  .bl-img a {
    display: block; }
  .bl-img img {
    margin: -20px -20px -25px; }

.bl-newsletter {
  overflow: visible;
  position: relative; }
  .bl-newsletter h3 {
    padding-right: 100px; }
  .bl-newsletter h3, .bl-newsletter p {
    position: relative;
    z-index: 2; }
  .bl-newsletter div.icon {
    position: absolute;
    top: -17px;
    right: -7px;
    width: 86px;
    height: 79px;
    z-index: 1;
    background: url(../media/4/layout/images/icon_newsletter.gif) no-repeat; }

.bl-quotes {
  margin-top: 39px; }
  .bl-quotes blockquote {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    padding: 13px;
    display: block;
    position: relative; }
    .bl-quotes blockquote p {
      padding-top: 0px;
      margin-top: 0px;
      font-family: Georgia, Times new roman;
      font-size: 120%;
      font-style: italic;
      line-height: 130%;
      margin: 0;
      color: #626262; }
    .bl-quotes blockquote cite {
      position: absolute;
      bottom: -25px;
      right: 0px; }

.bl-route {
  overflow: hidden;
  padding: 0; }
  .bl-route iframe {
    margin: 0;
    display: block; }
  .bl-route form {
    margin: 0; }
    .bl-route form fieldset {
      border: 0px;
      border-top: 1px solid #dad7d7;
      padding: 20px;
      margin: 0 !important; }
      .bl-route form fieldset legend {
        display: none; }
      .bl-route form fieldset table {
        width: 100%; }
        .bl-route form fieldset table tr td {
          vertical-align: middle; }
          .bl-route form fieldset table tr td label span {
            display: block;
            float: left;
            padding: 6px 20px 0; }
          .bl-route form fieldset table tr td label input.text {
            float: left;
            margin-bottom: 0;
            width: 340px; }
          .bl-route form fieldset table tr td label input.button {
            margin-right: 20px; }

html body .block.bl-vacature {
  overflow: hidden; }
  html body .block.bl-vacature h3 {
    font-size: 150%;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #006ab5; }
  html body .block.bl-vacature .btn span.txt {
    height: 24px;
    padding: 7px 20px 0; }

html body .block.bl-vacature.apply {
  margin-bottom: 300px;
  width: auto;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ie-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  -khtml-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ie-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }
  html body .block.bl-vacature.apply form {
    display: block;
    margin: 20px -20px -20px;
    position: relative;
    border: 0; }
  html body .block.bl-vacature.apply fieldset {
    border-top: 1px solid #dad7d7;
    border-width: 1px 0 0 0;
    padding: 20px;
    display: block;
    background-color: #f7f7f7;
    margin: 0; }
    html body .block.bl-vacature.apply fieldset table {
      width: 100%; }
      html body .block.bl-vacature.apply fieldset table tr td label select, html body .block.bl-vacature.apply fieldset table tr td label input.text {
        float: right; }
      html body .block.bl-vacature.apply fieldset table tr td label select {
        width: 53%; }
      html body .block.bl-vacature.apply fieldset table tr td label input.text {
        width: 50%; }
      html body .block.bl-vacature.apply fieldset table tr td label span.txt {
        display: block;
        padding: 8px 0 0;
        float: left; }
      html body .block.bl-vacature.apply fieldset table tr td label span.notification, html body .block.bl-vacature.apply fieldset table tr td label span.error {
        width: 50%;
        float: right; }
      html body .block.bl-vacature.apply fieldset table tr td label textarea {
        width: 97%; }
      html body .block.bl-vacature.apply fieldset table tr td label textarea + span.notification, html body .block.bl-vacature.apply fieldset table tr td label textarea + span.notification + span.error {
        width: 97%;
        float: none; }
      html body .block.bl-vacature.apply fieldset table tr td label textarea + span.notification, html body .block.bl-vacature.apply fieldset table tr td label textarea + span.error {
        width: 97%; }

html body .block.bl-vacature.apply.blink {
  background-color: #e1eaf9;
  -webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ie-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  -khtml-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-box-shadow: 0px 0px 10px #b3b3b3;
  -moz-box-shadow: 0px 0px 10px #b3b3b3;
  -ie-box-shadow: 0px 0px 10px #b3b3b3;
  -o-box-shadow: 0px 0px 10px #b3b3b3;
  -khtml-box-shadow: 0px 0px 10px #b3b3b3;
  box-shadow: 0px 0px 10px #b3b3b3; 

  }

ul.bl-model, ul.bl-merk {
  display: block;
  overflow: hidden;
  padding: 0px 0px 5px;
  margin: 0px;
  width: 973px;
  text-align: center; }
  ul.bl-model li, ul.bl-merk li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  ul.bl-model li.item, ul.bl-merk li.item {
  
     width: 111px;
    margin: 0 8px 16px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    *display: block;
    *float: left;
    *min-height: 175px;
    *margin: 0 12px 16px 0; }
    ul.bl-model li.item a, ul.bl-merk li.item a {
      text-decoration: none;
      border: 0px;
      outline: 0; }
      
      ul.bl-merk-model li.item{
	     width: 314px;
	     float: left;
		position: relative;
		padding: 0px;
		list-style: none;
		width: 312px;
		height: 131px;
		margin: 0px 10px 10px 0px;
		 border: 1px solid #dad7d7;
		z-index: 10;
		background: white; 
      }
      
      ul.bl-merk-model li.item.last{
	      margin-right: 10px;
      }
      ul.bl-merk-model li.item a{
	      position: relative;
	      display: block;
	      height: 100%;
      }
      
      ul.bl-merk-model li.item a .img-container{
	      width: 105px;
	      height: 100%;
	      float: left;
	      border-right: 1px solid #dad7d7;
	      padding: 5px;

      }
    
      ul.bl-merk-model li.item a img{
	    display: block;
	    float: left;
	    height: auto;
	    width: 100px;
	    max-width: 100px;
	    margin-top: 10px;
      }
       ul.bl-merk-model li.item a span{
	    color: #A2A2A2;
	    display: block;
	    float: left;
	    font-size: 12px;
	    margin-top: 7px;
	    text-decoration: none;
	    width: 180px;
	    text-align: left;
	    margin-left: 10px;
	  
      }
      
      ul.bl-merk-model li.item:hover a.choose{
	      display: block;
      }
      
      ul.bl-merk-model li.item a.choose{
	    position: absolute;
	    right: -1px;
	    bottom: -1px;
		width: 93px;
		background: #006ab5;
		color: white; 
		height: 18px;
		display: none;
      }
	     
      
      
      ul.bl-merk-model li.item a span h3{
	      margin-bottom: 5px;
	      margin-top: 5px;
	      font-family: QlassikBoldRegular;
	      text-decoration: none;
	      color: #006ab5;
	      font-size: 18px; 
      }
      
      ul.bl-model li.item a img, ul.bl-merk li.item a img {
      	
        width: 109px;
        height: 109px;
        border: 1px solid #dad7d7;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -ie-border-radius: 3px 3px 3px 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        -webkit-box-shadow: 0px 1px 0px white;
        -moz-box-shadow: 0px 1px 0px white;
        -ie-box-shadow: 0px 1px 0px white;
        -o-box-shadow: 0px 1px 0px white;
        -khtml-box-shadow: 0px 1px 0px white;
        box-shadow: 0px 1px 0px white;
        -webkit-transition: box-shadow ease-in-out 0.5s;
        -moz-transition: box-shadow ease-in-out 0.5s;
        -ie-transition: box-shadow ease-in-out 0.5s;
        -o-transition: box-shadow ease-in-out 0.5s;
        -khtml-transition: box-shadow ease-in-out 0.5s;
        transition: box-shadow ease-in-out 0.5s;
        overflow: hidden; }
      ul.bl-model li.item a span, ul.bl-merk li.item a span {
        display: block;
        font-size: 12px;
        text-decoration: none;
        color: #a2a2a2;
        margin-top: 7px; }
      ul.bl-model li.item a:hover span, ul.bl-merk li.item a:hover span {
        color: #006ab5; }
    ul.bl-model li.item:hover a img, ul.bl-merk li.item:hover a img {
      -webkit-box-shadow: 0px 5px 5px #bfbfbf;
      -moz-box-shadow: 0px 5px 5px #bfbfbf;
      -ie-box-shadow: 0px 5px 5px #bfbfbf;
      -o-box-shadow: 0px 5px 5px #bfbfbf;
      -khtml-box-shadow: 0px 5px 5px #bfbfbf;
      box-shadow: 0px 5px 5px #bfbfbf;
      -webkit-transition: box-shadow ease-in-out 0.3s;
      -moz-transition: box-shadow ease-in-out 0.3s;
      -ie-transition: box-shadow ease-in-out 0.3s;
      -o-transition: box-shadow ease-in-out 0.3s;
      -khtml-transition: box-shadow ease-in-out 0.3s;
      transition: box-shadow ease-in-out 0.3s; }
  ul.bl-model li.last, ul.bl-merk li.last {
    margin-right: 0; }

ul.bl-uitvoering {
  padding: 0px;
  margin: 0px; }
  ul.bl-uitvoering li {
    float: left;
    position: relative;
    padding: 0px;
    list-style: none;
    width: 317px;
    height: 131px;
    margin: 0px 10px 10px 0px;
    z-index: 10;
    background: white; }
    ul.bl-uitvoering li:nth-child(3n+0), ul.bl-uitvoering li.last {
      margin-right: 0; }
    ul.bl-uitvoering li li {
      height: auto;
      width: auto;
      float: none;
      margin: 0;
      border: 0px;
      background: transparent; }
    ul.bl-uitvoering li div.item {
      width: 162px;
      height: 109px;
      position: relative;
      padding: 10px 11px 10px 142px;
      background: white;
      border: 1px solid #dad7d7;
      overflow: hidden;
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -ie-border-radius: 3px 3px 3px 3px;
      -khtml-border-radius: 3px 3px 3px 3px;
      -o-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px;
      -webkit-box-shadow: 0px 1px 0px white;
      -moz-box-shadow: 0px 1px 0px white;
      -ie-box-shadow: 0px 1px 0px white;
      -o-box-shadow: 0px 1px 0px white;
      -khtml-box-shadow: 0px 1px 0px white;
      box-shadow: 0px 1px 0px white;
      -webkit-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -ie-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -khtml-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
      ul.bl-uitvoering li div.item h3 {
        padding: 8px 0 8px;
        margin: 0px;
        font-family: QlassikBoldRegular;
        -webkit-transition: padding ease-in-out 1s;
        -moz-transition: padding ease-in-out 1s;
        -ie-transition: padding ease-in-out 1s;
        -o-transition: padding ease-in-out 1s;
        -khtml-transition: padding ease-in-out 1s;
        transition: padding ease-in-out 1s; }
        ul.bl-uitvoering li div.item h3 a {
          font-family: QlassikBoldRegular;
          text-decoration: none;
          color: #006ab5;
          font-size: 18px; }
      ul.bl-uitvoering li div.item a {
        color: #a2a2a2;
        text-decoration: none;
        font-size: 11px;
        display: block;
        color: #626262; }
        ul.bl-uitvoering li div.item a span.grey {
          color: #aaaaaa; }
      ul.bl-uitvoering li div.item a.btn, ul.bl-uitvoering li div.item span.btn {
        position: absolute;
        bottom: -1px;
        height: 0;
        overflow: hidden;
        text-align: center;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: 10;
        margin-left: 0;
        -webkit-transition: all ease-in-out 1s;
        -moz-transition: all ease-in-out 1s;
        -ie-transition: all ease-in-out 1s;
        -o-transition: all ease-in-out 1s;
        -khtml-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -ie-box-shadow: 0 0 0 transparent;
        -o-box-shadow: 0 0 0 transparent;
        -khtml-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        padding: 3px 0 6px; }
      ul.bl-uitvoering li div.item a span.btn.less, ul.bl-uitvoering li div.item a span.more {
        left: 130px;
        background: black;
        color: white;
        width: 93px;
        opacity: 1;
        filter: alpha(opacity=100);
        color: 11px;
        background-color: black;
        border: 1px solid black;
        -webkit-text-shadow: 0px -1px 0px black;
        -moz-text-shadow: 0px -1px 0px black;
        -ie-text-shadow: 0px -1px 0px black;
        -o-text-shadow: 0px -1px 0px black;
        -khtml-text-shadow: 0px -1px 0px black;
        text-shadow: 0px -1px 0px black;
        -webkit-box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        -moz-box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        -ie-box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        -o-box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        -khtml-box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        box-shadow: inset 0px 1px 0px #2e2e2e, 0 1px 1px -1px #4d4d4d;
        background: #141414;
        background: -moz-linear-gradient(top, #141414 0%, black 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141414), color-stop(100%, black));
        background: -webkit-linear-gradient(top, #141414 0%, black 100%);
        background: -o-linear-gradient(top, #141414 0%, black 100%);
        background: -ms-linear-gradient(top, #141414 0%, black 100%);
        background: linear-gradient(top, #141414 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#141414', endColorstr='black');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='black')";
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -ie-border-radius: 0px 0px 0px 0px;
        -khtml-border-radius: 0px 0px 0px 0px;
        -o-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-width: 0; }
        ul.bl-uitvoering li div.item a span.btn.less:hover, ul.bl-uitvoering li div.item a span.btn.less.active, ul.bl-uitvoering li div.item a span.more:hover, ul.bl-uitvoering li div.item a span.more.active {
          -webkit-text-shadow: 0px 1px 0px black;
          -moz-text-shadow: 0px 1px 0px black;
          -ie-text-shadow: 0px 1px 0px black;
          -o-text-shadow: 0px 1px 0px black;
          -khtml-text-shadow: 0px 1px 0px black;
          text-shadow: 0px 1px 0px black;
          background: black;
          background: -moz-linear-gradient(top, black 0%, #141414 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #141414));
          background: -webkit-linear-gradient(top, black 0%, #141414 100%);
          background: -o-linear-gradient(top, black 0%, #141414 100%);
          background: -ms-linear-gradient(top, black 0%, #141414 100%);
          background: linear-gradient(top, black 0%, #141414 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='black', endColorstr='#141414');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='#141414')"; }
        ul.bl-uitvoering li div.item a span.btn.less.disabeld, ul.bl-uitvoering li div.item a span.more.disabeld {
          color: black;
          -webkit-text-shadow: 0px -1px 0px #363636;
          -moz-text-shadow: 0px -1px 0px #363636;
          -ie-text-shadow: 0px -1px 0px #363636;
          -o-text-shadow: 0px -1px 0px #363636;
          -khtml-text-shadow: 0px -1px 0px #363636;
          text-shadow: 0px -1px 0px #363636;
          background: black;
          background: -moz-linear-gradient(top, black 0%, #141414 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #141414));
          background: -webkit-linear-gradient(top, black 0%, #141414 100%);
          background: -o-linear-gradient(top, black 0%, #141414 100%);
          background: -ms-linear-gradient(top, black 0%, #141414 100%);
          background: linear-gradient(top, black 0%, #141414 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='black', endColorstr='#141414');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='#141414')"; }
      ul.bl-uitvoering li div.item a span.btn.less {
        display: none; }
      ul.bl-uitvoering li div.item a.btn.choose {
        right: -1px;
        width: 93px;
        background: #006ab5;
        color: white;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -ie-border-radius: 0px 0px 0px 0px;
        -khtml-border-radius: 0px 0px 0px 0px;
        -o-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -ie-box-shadow: 0 0 0 transparent;
        -o-box-shadow: 0 0 0 transparent;
        -khtml-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent; }
      ul.bl-uitvoering li div.item a.img {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        border-right: 1px solid #dad7d7;
        height: 100%; }
        ul.bl-uitvoering li div.item a.img img {
          width: 130px; }
      ul.bl-uitvoering li div.item li {
        float: none;
        width: auto;
        margin-right: 0; }
      ul.bl-uitvoering li div.item ul {
        padding: 0px;
        margin: 0px; }
      ul.bl-uitvoering li div.item ul + ul {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ie-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        -khtml-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s; }
    ul.bl-uitvoering li:hover div.item {
      -webkit-box-shadow: 0px 5px 5px #bfbfbf;
      -moz-box-shadow: 0px 5px 5px #bfbfbf;
      -ie-box-shadow: 0px 5px 5px #bfbfbf;
      -o-box-shadow: 0px 5px 5px #bfbfbf;
      -khtml-box-shadow: 0px 5px 5px #bfbfbf;
      box-shadow: 0px 5px 5px #bfbfbf; }
      ul.bl-uitvoering li:hover div.item a.btn, ul.bl-uitvoering li:hover div.item span.btn {
        height: 15px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        padding: 3px 0 5px;
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ie-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -khtml-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s; }
      ul.bl-uitvoering li:hover div.item h3 {
        padding: 0px 0 5px;
        -webkit-transition: padding ease-in-out 0.5s;
        -moz-transition: padding ease-in-out 0.5s;
        -ie-transition: padding ease-in-out 0.5s;
        -o-transition: padding ease-in-out 0.5s;
        -khtml-transition: padding ease-in-out 0.5s;
        transition: padding ease-in-out 0.5s; }
  ul.bl-uitvoering li.active {
    z-index: 101; }
    ul.bl-uitvoering li.active div.item {
      position: relative;
      top: 0px;
      left: 0px;
      height: 263px;
      -webkit-box-shadow: 0px 5px 5px #a6a6a6;
      -moz-box-shadow: 0px 5px 5px #a6a6a6;
      -ie-box-shadow: 0px 5px 5px #a6a6a6;
      -o-box-shadow: 0px 5px 5px #a6a6a6;
      -khtml-box-shadow: 0px 5px 5px #a6a6a6;
      box-shadow: 0px 5px 5px #a6a6a6;
      -webkit-transition: all ease-in-out 1s;
      -moz-transition: all ease-in-out 1s;
      -ie-transition: all ease-in-out 1s;
      -o-transition: all ease-in-out 1s;
      -khtml-transition: all ease-in-out 1s;
      transition: all ease-in-out 1s;
      -webkit-transition: all ease-in-out 0.6s;
      -moz-transition: all ease-in-out 0.6s;
      -ie-transition: all ease-in-out 0.6s;
      -o-transition: all ease-in-out 0.6s;
      -khtml-transition: all ease-in-out 0.6s;
      transition: all ease-in-out 0.6s; }
      ul.bl-uitvoering li.active div.item h3 {
        padding: 0px 0 5px; }
      ul.bl-uitvoering li.active div.item a span.btn.less {
        display: block; }
      ul.bl-uitvoering li.active div.item a span.btn.more {
        display: none; }
      ul.bl-uitvoering li.active div.item ul + ul {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        font-size: 11px;
        margin: 10px 0 25px;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ie-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        -khtml-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s; }
      ul.bl-uitvoering li.active div.item a.btn, ul.bl-uitvoering li.active div.item span.btn {
        height: 17px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        padding: 3px 0; }

div.bl-search {
  padding: 30px;
  width: 260px;
  border: 1px solid #bfbfbf;
  outline: 4px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ie-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-outline-radius: 4px;
  -moz-outline-radius: 4px;
  -ie-outline-radius: 4px;
  -khtml-outline-radius: 4px;
  -o-outline-radius: 4px;
  outline-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -ie-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -khtml-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }
  div.bl-search table {
    border-collapse: 0;
    padding: 0px;
    width: 300px; }
    div.bl-search table tr td {
      overflow: hidden;
      position: relative; }
      div.bl-search table tr td div.chooser {
        position: relative;
        margin-bottom: 10px;
        margin-bottom: 17px;
        overflow: hidden; }
        div.bl-search table tr td div.chooser a {
          float: left;
          cursor: pointer;
          margin: 0;
          display: block;
          padding: 15px 0;
          width: 147px;
          color: black;
          text-align: center;
          border: 1px solid #bfbfbf;
          color: 14px;
          background-color: #e9e9e9;
          border: 1px solid #e1e1e1;
          -webkit-text-shadow: 0px -1px 0px #e1e1e1;
          -moz-text-shadow: 0px -1px 0px #e1e1e1;
          -ie-text-shadow: 0px -1px 0px #e1e1e1;
          -o-text-shadow: 0px -1px 0px #e1e1e1;
          -khtml-text-shadow: 0px -1px 0px #e1e1e1;
          text-shadow: 0px -1px 0px #e1e1e1;
          -webkit-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -moz-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -ie-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -o-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -khtml-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          background: #fdfdfd;
          background: -moz-linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
          background: -webkit-linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
          background: -o-linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
          background: -ms-linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
          background: linear-gradient(top, #fdfdfd 0%, #e9e9e9 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fdfdfd', endColorstr='#e9e9e9');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9')";
          -webkit-border-radius: 5px 0 0 5px;
          -moz-border-radius: 5px 0 0 5px;
          -ie-border-radius: 5px 0 0 5px;
          -khtml-border-radius: 5px 0 0 5px;
          -o-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px; }
          div.bl-search table tr td div.chooser a:hover, div.bl-search table tr td div.chooser a.active {
            -webkit-text-shadow: 0px 1px 0px #e1e1e1;
            -moz-text-shadow: 0px 1px 0px #e1e1e1;
            -ie-text-shadow: 0px 1px 0px #e1e1e1;
            -o-text-shadow: 0px 1px 0px #e1e1e1;
            -khtml-text-shadow: 0px 1px 0px #e1e1e1;
            text-shadow: 0px 1px 0px #e1e1e1;
            background: #e9e9e9;
            background: -moz-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #fdfdfd));
            background: -webkit-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -o-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -ms-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e9e9e9', endColorstr='#fdfdfd');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fdfdfd')"; }
          div.bl-search table tr td div.chooser a.disabeld {
            color: #c3c3c3;
            -webkit-text-shadow: 0px -1px 0px white;
            -moz-text-shadow: 0px -1px 0px white;
            -ie-text-shadow: 0px -1px 0px white;
            -o-text-shadow: 0px -1px 0px white;
            -khtml-text-shadow: 0px -1px 0px white;
            text-shadow: 0px -1px 0px white;
            background: #e9e9e9;
            background: -moz-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #fdfdfd));
            background: -webkit-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -o-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: -ms-linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            background: linear-gradient(top, #e9e9e9 0%, #fdfdfd 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e9e9e9', endColorstr='#fdfdfd');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fdfdfd')"; }
        div.bl-search table tr td div.chooser a + a {
          -webkit-border-radius: 0 5px 5px 0;
          -moz-border-radius: 0 5px 5px 0;
          -ie-border-radius: 0 5px 5px 0;
          -khtml-border-radius: 0 5px 5px 0;
          -o-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
          margin-left: -1px; }
        div.bl-search table tr td div.chooser a.active {
          color: #ffffff !important;
          color: 14px;
          background-color: #006ab5;
          border: 1px solid #0061a6;
          -webkit-text-shadow: 0px -1px 0px #0061a6;
          -moz-text-shadow: 0px -1px 0px #0061a6;
          -ie-text-shadow: 0px -1px 0px #0061a6;
          -o-text-shadow: 0px -1px 0px #0061a6;
          -khtml-text-shadow: 0px -1px 0px #0061a6;
          text-shadow: 0px -1px 0px #0061a6;
          -webkit-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          -moz-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          -ie-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          -o-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          -khtml-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
          background: #0082de;
          background: -moz-linear-gradient(top, #0082de 0%, #006ab5 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0082de), color-stop(100%, #006ab5));
          background: -webkit-linear-gradient(top, #0082de 0%, #006ab5 100%);
          background: -o-linear-gradient(top, #0082de 0%, #006ab5 100%);
          background: -ms-linear-gradient(top, #0082de 0%, #006ab5 100%);
          background: linear-gradient(top, #0082de 0%, #006ab5 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#0082de', endColorstr='#006ab5');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082de', endColorstr='#006ab5')"; }
          div.bl-search table tr td div.chooser a.active:hover, div.bl-search table tr td div.chooser a.active.active {
            -webkit-text-shadow: 0px 1px 0px #0061a6;
            -moz-text-shadow: 0px 1px 0px #0061a6;
            -ie-text-shadow: 0px 1px 0px #0061a6;
            -o-text-shadow: 0px 1px 0px #0061a6;
            -khtml-text-shadow: 0px 1px 0px #0061a6;
            text-shadow: 0px 1px 0px #0061a6;
            background: #006ab5;
            background: -moz-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab5), color-stop(100%, #0082de));
            background: -webkit-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -o-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -ms-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: linear-gradient(top, #006ab5 0%, #0082de 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#006ab5', endColorstr='#0082de');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab5', endColorstr='#0082de')"; }
          div.bl-search table tr td div.chooser a.active.disabeld {
            color: #003d69;
            -webkit-text-shadow: 0px -1px 0px #21a3ff;
            -moz-text-shadow: 0px -1px 0px #21a3ff;
            -ie-text-shadow: 0px -1px 0px #21a3ff;
            -o-text-shadow: 0px -1px 0px #21a3ff;
            -khtml-text-shadow: 0px -1px 0px #21a3ff;
            text-shadow: 0px -1px 0px #21a3ff;
            background: #006ab5;
            background: -moz-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab5), color-stop(100%, #0082de));
            background: -webkit-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -o-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: -ms-linear-gradient(top, #006ab5 0%, #0082de 100%);
            background: linear-gradient(top, #006ab5 0%, #0082de 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#006ab5', endColorstr='#0082de');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab5', endColorstr='#0082de')"; }
      div.bl-search table tr td.plate, div.bl-search table tr td.ean {
        padding-bottom: 10px;
        display: none; }
        div.bl-search table tr td.plate.active, div.bl-search table tr td.ean.active {
          display: block; }
      div.bl-search table tr td input.text {
        float: left;
        border: 1px solid #bfbfbf;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -ie-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        width: 224px;
        padding: 8px;
        text-transform: uppercase;
        color: black;
        margin-bottom: 0; }
      div.bl-search table tr td.plate input.text {
        text-align: center;
        font-size: 37px;
        font-weight: bold;
		color: #aa8c02;
        background-color: #dfb800;
        border-color: #aa8c02;
        -webkit-box-shadow: inset 0px 0 0px 5px #d4af00;
        -moz-box-shadow: inset 0px 0 0px 5px #d4af00;
        -ie-box-shadow: inset 0px 0 0px 5px #d4af00;
        -o-box-shadow: inset 0px 0 0px 5px #d4af00;
        -khtml-box-shadow: inset 0px 0 0px 5px #d4af00;
        box-shadow: inset 0px 0 0px 5px #d4af00; }
		div.bl-search table tr td.plate input.text.visited {
			color: #000;
		}
      div.bl-search table tr td.ean input.text {
        text-align: left;
        padding: 17px 8px;
        font-size: 20px;
        -webkit-box-shadow: inset 0px 0 0px 5px #ececec;
        -moz-box-shadow: inset 0px 0 0px 5px #ececec;
        -ie-box-shadow: inset 0px 0 0px 5px #ececec;
        -o-box-shadow: inset 0px 0 0px 5px #ececec;
        -khtml-box-shadow: inset 0px 0 0px 5px #ececec;
        box-shadow: inset 0px 0 0px 5px #ececec; }
     
	 	div.bl-search table tr td input.submit {
			border: 0;
    		margin: 10px 0 0 5px;
		}
	 
	 /* div.bl-search table tr td input.submit {
        width: 56px;
        height: 61px;
        margin-left: 0;
        padding: 13px 8px;
        background-color: #006ab5;
        background-image: none;
        border: 1px solid #004c82;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -ie-border-radius: 4px 4px 4px 4px;
        -khtml-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        color: 12px;
        background-color: #006ab5;
        border: 1px solid #0061a6;
        -webkit-text-shadow: 0px -1px 0px #0061a6;
        -moz-text-shadow: 0px -1px 0px #0061a6;
        -ie-text-shadow: 0px -1px 0px #0061a6;
        -o-text-shadow: 0px -1px 0px #0061a6;
        -khtml-text-shadow: 0px -1px 0px #0061a6;
        text-shadow: 0px -1px 0px #0061a6;
        -webkit-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        -moz-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        -ie-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        -o-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        -khtml-box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        box-shadow: inset 0px 1px 0px #129dff, 0 1px 1px -1px #4fb6ff;
        background: #0082de;
        background: -moz-linear-gradient(top, #0082de 0%, #006ab5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0082de), color-stop(100%, #006ab5));
        background: -webkit-linear-gradient(top, #0082de 0%, #006ab5 100%);
        background: -o-linear-gradient(top, #0082de 0%, #006ab5 100%);
        background: -ms-linear-gradient(top, #0082de 0%, #006ab5 100%);
        background: linear-gradient(top, #0082de 0%, #006ab5 100%);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#0082de', endColorstr='#006ab5');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082de', endColorstr='#006ab5')"; }
        div.bl-search table tr td input.submit:hover, div.bl-search table tr td input.submit.active {
          -webkit-text-shadow: 0px 1px 0px #0061a6;
          -moz-text-shadow: 0px 1px 0px #0061a6;
          -ie-text-shadow: 0px 1px 0px #0061a6;
          -o-text-shadow: 0px 1px 0px #0061a6;
          -khtml-text-shadow: 0px 1px 0px #0061a6;
          text-shadow: 0px 1px 0px #0061a6;
          background: #006ab5;
          background: -moz-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab5), color-stop(100%, #0082de));
          background: -webkit-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -o-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -ms-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: linear-gradient(top, #006ab5 0%, #0082de 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#006ab5', endColorstr='#0082de');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab5', endColorstr='#0082de')"; }
        div.bl-search table tr td input.submit.disabled {
          color: #003d69;
          -webkit-text-shadow: 0px -1px 0px #21a3ff;
          -moz-text-shadow: 0px -1px 0px #21a3ff;
          -ie-text-shadow: 0px -1px 0px #21a3ff;
          -o-text-shadow: 0px -1px 0px #21a3ff;
          -khtml-text-shadow: 0px -1px 0px #21a3ff;
          text-shadow: 0px -1px 0px #21a3ff;
          background: #006ab5;
          background: -moz-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ab5), color-stop(100%, #0082de));
          background: -webkit-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -o-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: -ms-linear-gradient(top, #006ab5 0%, #0082de 100%);
          background: linear-gradient(top, #006ab5 0%, #0082de 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#006ab5', endColorstr='#0082de');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ab5', endColorstr='#0082de')"; } */
      div.bl-search table tr td div.notification {
        padding: 10px;
        margin-bottom: 3px;
        color: #006ab5;
        border: 1px solid #8caee8;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -ie-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background-color: #e1eaf9; }
        div.bl-search table tr td div.notification a {
          color: #002e4f; }

.btn:hover + .bl-support, .bl-support.active {
  display: block; }

.bl-support {
  position: absolute;
  display: none;
  top: 55px;
  right: 0px;
  overflow: hidden;
  background-color: #fff;
  z-index: 1000;
  border: 1px solid pink;
  border: 1px solid #bfbfbf;
  outline: 4px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ie-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-outline-radius: 4px;
  -moz-outline-radius: 4px;
  -ie-outline-radius: 4px;
  -khtml-outline-radius: 4px;
  -o-outline-radius: 4px;
  outline-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -ie-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -khtml-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  background-color: #e9e9e9; }
  .bl-support form {
    float: left;
    margin: 0;
    width: 259px;
    padding: 10px;
    border-right: 1px solid #bfbfbf;
    background-color: white; }
    .bl-support form table tr td label input, .bl-support form table tr td label textarea {
      width: 239px;
      margin-bottom: 9px; }
    .bl-support form table tr td .button.blue.large {
      height: 13px;
      padding: 13px 0; }
  .bl-support ul {
    float: left;
    width: 167px;
    border-left: 1px solid #bfbfbf;
    padding: 0px;
    margin: 0 0 0 -1px; }
    .bl-support ul li {
      list-style: none; }
      .bl-support ul li img {
        display: block; }
      .bl-support ul li a {
        border-bottom: 1px solid #bfbfbf;
        border-top: 1px solid #bfbfbf;
        display: block;
        padding: 24px 15px;
        margin-bottom: -1px; }

menu.bl-pr-navigation {
  margin-top: 0;
  overflow: hidden;
  padding: 0px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ie-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  -khtml-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }
  menu.bl-pr-navigation li {
    list-style: none;
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #dad7d7;
    margin-bottom: -1px;
    padding: 21px 0 20px; }
    menu.bl-pr-navigation li a {
      text-decoration: none;
      color: #afafaf; }
      menu.bl-pr-navigation li a:hover, menu.bl-pr-navigation li a.active {
        color: #7c7c7c; }
      menu.bl-pr-navigation li a img {
        width: 100%;
        border: 0px; }
      menu.bl-pr-navigation li a span {
        display: block; }

section.bl-pr-products {
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 30px; }
  section.bl-pr-products article.article {
    position: relative;
    min-height: 129px;
    margin-bottom: -2px;
    background: #f7f7f7;
    border: 1px solid #dad7d7;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ie-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ie-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -khtml-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    color: #898989; }
    section.bl-pr-products article.article span.grey {
      color: #afafaf; }
    section.bl-pr-products article.article div.summary {
      padding-left: 148px;
      min-height: 129px;
      border-bottom: 1px solid #dad7d7; }
      section.bl-pr-products article.article div.summary .img {
        display: block;
        position: absolute;
        left: -1px;
        top: -1px;
        width: 129px;
        height: 129px;
        text-align: center;
        border: 1px solid #dad7d7;
        background: white; }
      section.bl-pr-products article.article div.summary header, section.bl-pr-products article.article div.summary h3, section.bl-pr-products article.article div.summary header, section.bl-pr-products article.article div.summary ul, section.bl-pr-products article.article div.summary li {
        width: 253px;
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: block; }
      section.bl-pr-products article.article div.summary header {
        padding-top: 14px;
        padding-bottom: 10px;
        cursor: pointer; }
        section.bl-pr-products article.article div.summary header h3 {
          font-size: 17px;
          color: #006ab5; }
      section.bl-pr-products article.article div.summary:hover ul li.last-child a {
        text-decoration: underline; }
      section.bl-pr-products article.article div.summary ul {
        cursor: pointer; }
        section.bl-pr-products article.article div.summary ul li.last-child a {
          display: block;
          padding: 7px 0;
          color: gray;
          cursor: pointer; }
          section.bl-pr-products article.article div.summary ul li.last-child a:hover {
            text-decoration: underline; }
          section.bl-pr-products article.article div.summary ul li.last-child a span.less {
            display: none; }
          section.bl-pr-products article.article div.summary ul li.last-child a span.more {
            display: block; }
      section.bl-pr-products article.article div.summary form {
        margin: 0; }
        section.bl-pr-products article.article div.summary form div.price {
          display: block;
          position: absolute;
          top: 14px;
          right: 15px;
          width: 83px;
          border: 1px solid #dad7d7;
          background: white;
          -webkit-border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -ie-border-radius: 5px 5px 5px 5px;
          -khtml-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          -webkit-box-shadow: 0 2px 2px #999999;
          -moz-box-shadow: 0 2px 2px #999999;
          -ie-box-shadow: 0 2px 2px #999999;
          -o-box-shadow: 0 2px 2px #999999;
          -khtml-box-shadow: 0 2px 2px #999999;
          box-shadow: 0 2px 2px #999999; }
          section.bl-pr-products article.article div.summary form div.price p {
            font-size: 18px;
            margin: 0px;
            padding: 12px 0;
            text-align: center;
            color: black; }
          section.bl-pr-products article.article div.summary form div.price label {
            display: block;
            background: #efefef;
            font-size: 10px;
            overflow: hidden;
            border-top: 1px solid #dad7d7; }
            section.bl-pr-products article.article div.summary form div.price label span {
              float: left;
              display: block;
              padding: 6px 7px; }
            section.bl-pr-products article.article div.summary form div.price label select {
              padding: 6px 0 8px;
              margin: 0px;
              width: 38px;
              margin-top: -1px;
              float: right;
              color: black;
              -webkit-border-radius: 0px 0px 0px 0px;
              -moz-border-radius: 0px 0px 0px 0px;
              -ie-border-radius: 0px 0px 0px 0px;
              -khtml-border-radius: 0px 0px 0px 0px;
              -o-border-radius: 0px 0px 0px 0px;
              border-radius: 0px 0px 0px 0px;
              -webkit-box-shadow: 0px 0px 0px transparent;
              -moz-box-shadow: 0px 0px 0px transparent;
              -ie-box-shadow: 0px 0px 0px transparent;
              -o-box-shadow: 0px 0px 0px transparent;
              -khtml-box-shadow: 0px 0px 0px transparent;
              box-shadow: 0px 0px 0px transparent;
              text-align: center; }
              section.bl-pr-products article.article div.summary form div.price label select option {
                padding: 0px; }
          section.bl-pr-products article.article div.summary form div.price input {
            height: 33px;
            margin: 0 -1px -1px;
            width: 85px;
            text-align: center;
            color: #ffffff;
            border: 0;
            background: url(../media/4/layout/images/btn_product_add.png) no-repeat; }
    section.bl-pr-products article.article div.info {
      overflow: hidden;
      background-color: #edf8ff;
      border-top: 4px solid #def1ff;
      border-bottom: 4px solid #def1ff;
      padding: 0 15px 15px;
      display: none;
      color: #6f6f6f; }
      section.bl-pr-products article.article div.info ul, section.bl-pr-products article.article div.info li {
        padding: 0px;
        margin: 0px;
        list-style: none; }
      section.bl-pr-products article.article div.info ul {
        clear: both; }
        section.bl-pr-products article.article div.info ul li {
          float: left; }
          section.bl-pr-products article.article div.info ul li img {
            display: block;
            width: 39px;
            height: 39px;
            margin: 12px 7px 12px 0;
            text-align: center;
            border: 2px solid #9cd6ff; }
      section.bl-pr-products article.article div.info div {
        overflow: hidden;
        clear: both; }
        section.bl-pr-products article.article div.info div ul, section.bl-pr-products article.article div.info div strong {
          float: left;
          padding: 0px;
          margin: 0px;
          clear: none;
          width: 50%; }
        section.bl-pr-products article.article div.info div li {
          list-style: none;
          float: none; }
    section.bl-pr-products article.article.active {
      background-color: #f2faff;
      -webkit-transition: background 0.5s ease-in-out;
      -moz-transition: background 0.5s ease-in-out;
      -ie-transition: background 0.5s ease-in-out;
      -o-transition: background 0.5s ease-in-out;
      -khtml-transition: background 0.5s ease-in-out;
      transition: background 0.5s ease-in-out; }
      section.bl-pr-products article.article.active span.less {
        display: block !important; }
      section.bl-pr-products article.article.active span.more {
        display: none !important; }

.bl-pr-product {
  top: 550px;
  border-bottom: 30px; }

.bl-pr-product {
  float: left;
  padding: 0px;
  margin: 0px 10px 10px 0;
  width: 162px;
  height: 109px;
  position: relative;
  padding: 10px 10px 10px 142px;
  background: white;
  border: 1px solid #dad7d7;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ie-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -ie-box-shadow: 0px 1px 0px white;
  -o-box-shadow: 0px 1px 0px white;
  -khtml-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ie-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  .bl-pr-product ul, .bl-pr-product li {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .bl-pr-product h3 {
    padding: 8px 0 8px;
    margin: 0px;
    font-family: QlassikBoldRegular;
    -webkit-transition: padding ease-in-out 1s;
    -moz-transition: padding ease-in-out 1s;
    -ie-transition: padding ease-in-out 1s;
    -o-transition: padding ease-in-out 1s;
    -khtml-transition: padding ease-in-out 1s;
    transition: padding ease-in-out 1s; }
    .bl-pr-product h3 a {
      font-family: QlassikBoldRegular;
      text-decoration: none;
      color: #006ab5;
      font-size: 18px; }
  .bl-pr-product ul li a {
    color: #a2a2a2;
    text-decoration: none;
    font-size: 11px;
    display: block;
    color: #626262; }
    .bl-pr-product ul li a span.grey {
      color: #aaaaaa; }
  .bl-pr-product a.btn, .bl-pr-product span.btn {
    position: absolute;
    bottom: -1px;
    height: 0;
    overflow: hidden;
    text-align: center;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ie-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -khtml-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s; }
  .bl-pr-product a span.btn.less, .bl-pr-product a span.more {
    left: 130px;
    background: black;
    color: white;
    width: 93px; }
  .bl-pr-product a span.btn.less {
    display: none; }
  .bl-pr-product a.btn.choose {
    right: -1px;
    width: 93px;
    background: #006ab5;
    color: white; }
  .bl-pr-product a.img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-right: 1px solid #dad7d7;
    height: 100%; }
    .bl-pr-product a.img img {
      width: 130px; }
  .bl-pr-product li {
    float: none;
    width: auto;
    margin-right: 0; }
  .bl-pr-product ul {
    padding: 0px;
    margin: 0px; }
  .bl-pr-product ul + ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ie-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    -khtml-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s; }
  .bl-pr-product:hover {
    -webkit-box-shadow: 0px 5px 5px #bfbfbf;
    -moz-box-shadow: 0px 5px 5px #bfbfbf;
    -ie-box-shadow: 0px 5px 5px #bfbfbf;
    -o-box-shadow: 0px 5px 5px #bfbfbf;
    -khtml-box-shadow: 0px 5px 5px #bfbfbf;
    box-shadow: 0px 5px 5px #bfbfbf; }
  .bl-pr-product:nth-child(3n+1) {
    margin-right: 0; }

.bl-cart-cart {
  margin: 0;
  position: relative; }
  .bl-cart-cart table {
    background: white;
    border-left: 1px solid #dad7d7;
    border-right: 1px solid #dad7d7;
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    width: 973px;
    color: #555555;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ie-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 0px white;
    -moz-box-shadow: 0 1px 0px white;
    -ie-box-shadow: 0 1px 0px white;
    -o-box-shadow: 0 1px 0px white;
    -khtml-box-shadow: 0 1px 0px white;
    box-shadow: 0 1px 0px white;
    border-collapse: collapse; }
    .bl-cart-cart table tr, .bl-cart-cart table td {
      position: static; }
    .bl-cart-cart table th {
      padding: 20px 10px;
      text-align: center;
      font-weight: normal;
      color: #959595; }
    .bl-cart-cart table th.item4 {
      text-align: left; }
    .bl-cart-cart table tr td {
      vertical-align: middle;
      text-align: center;
      border-top: 1px solid #dad7d7;
      border-bottom: 1px solid #dad7d7; }
    .bl-cart-cart table tr td.item1 {
      width: 60px; }
    .bl-cart-cart table tr td.item2 {
      width: 76px; }
    .bl-cart-cart table tr td.item3 {
      width: 100px; }
    .bl-cart-cart table tr td.item4 {
      width: 100px; }
    .bl-cart-cart table tr td.item5 {
      width: 232px; }
    .bl-cart-cart table tr td.item6 {
      width: 83px; }
    .bl-cart-cart table tr td.item7 {
      width: 83px; }
    .bl-cart-cart table tr td.item8 {
      width: 83px; }
    .bl-cart-cart table tr td.item9 {
      width: 83px; }
    .bl-cart-cart table tr.last-child td.item2, .bl-cart-cart table tr.first-child td.item2 {
      width: 100px;
      text-align: left; }
    .bl-cart-cart table tr.last-child td.item3, .bl-cart-cart table tr.first-child td.item3 {
      width: 100px; }
    .bl-cart-cart table tr.last-child td.item4, .bl-cart-cart table tr.first-child td.item4 {
      width: 232px; }
    .bl-cart-cart table tr.last-child td.item5, .bl-cart-cart table tr.first-child td.item5 {
      width: 83px; }
    .bl-cart-cart table tr.last-child td.item6, .bl-cart-cart table tr.first-child td.item6 {
      width: 83px; }
    .bl-cart-cart table tr.last-child td.item7, .bl-cart-cart table tr.first-child td.item7 {
      width: 83px; }
    .bl-cart-cart table tr.last-child td.item8, .bl-cart-cart table tr.first-child td.item8 {
      width: 83px; }
    .bl-cart-cart table tr.last-child td.item1 input, .bl-cart-cart table tr th.item1 input {
      position: absolute;
      width: 75px;
      left: 17px;
      top: 17px;
      display: block;
      margin-bottom: 8px;
      padding: 5px 9px;
      background: #e9e9e9;
      text-decoration: none;
      color: #777777;
      /*
      background:$color_bg;
      text-decoration: none;
      
      
      @include borderRadius(5px);
      @include btn(darken(#dfdfdf,3%), 12px);
      @include dropShadow(0px, 1px, 0px, lighten($color_2, 85%));
      @include text-shadow(0px 0px 0px transparent);
      
      border-width: 1px;
      border-style: solid;
      border-color: #bbbbbb;
      */
      text-align: center;
      width: 69px;
      height: 28px;
      background: url(../media/4/layout/images/btn_cart_delete.gif) transparent;
      border: 0px; }
    .bl-cart-cart table tr.last-child td.item1 input {
      top: auto;
      bottom: 12px; }
    .bl-cart-cart table tr td.item2 img {
      display: block;
      width: 75px;
      height: 75px;
      margin: 5px 0;
      border: 1px solid #dad7d7;
      background: white; }
    .bl-cart-cart table tr td.item5 {
      text-align: left;
      padding: 0 15px; }
      .bl-cart-cart table tr td.item5 span {
        clear: both; }
      .bl-cart-cart table tr td.item5 span.grey {
        color: #959595; }
      .bl-cart-cart table tr td.item5 ul {
        display: none; }
    .bl-cart-cart table tr td.item8 input {
      width: 30px;
      text-align: center;
      color: #555555;
      margin-bottom: 0px;
      -webkit-transition: all linear 0s;
      -moz-transition: all linear 0s;
      -ie-transition: all linear 0s;
      -o-transition: all linear 0s;
      -khtml-transition: all linear 0s;
      transition: all linear 0s; }
    .bl-cart-cart table tr td.item6, .bl-cart-cart table tr td.item7, .bl-cart-cart table tr td.item8, .bl-cart-cart table tr td.item9 {
      border-left: 1px solid #dad7d7; }
    .bl-cart-cart table tr.last-child, .bl-cart-cart table tr.last-child.odd {
      border-top: 1px solid #dad7d7; }
      .bl-cart-cart table tr.last-child td, .bl-cart-cart table tr.last-child.odd td {
        padding: 23px 0;
        background: #fff;
        border-top: 4px solid #e6e4e4; }
      .bl-cart-cart table tr.last-child td.item5, .bl-cart-cart table tr.last-child.odd td.item5 {
        text-align: right;
        color: #959595;
        padding: 20px 15px; }
    .bl-cart-cart table tr.odd td {
      background-color: #f6f6f6; }

.bl-cart-delivery {
  margin: 0;
  background: white;
  border: 1px solid #dad7d7;
  margin-bottom: 20px;
  padding: 0px;
  display: block;
  width: 973px;
  color: #555555;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ie-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 0px white;
  -moz-box-shadow: 0 1px 0px white;
  -ie-box-shadow: 0 1px 0px white;
  -o-box-shadow: 0 1px 0px white;
  -khtml-box-shadow: 0 1px 0px white;
  box-shadow: 0 1px 0px white;
  border-collapse: collapse; }
  .bl-cart-delivery div {
    overflow: hidden;
    float: left;
    width: 973px; }
    .bl-cart-delivery div header {
      overflow: hidden;
      border-bottom: 1px solid #dad7d7;
      padding: 27px 15px; }
      .bl-cart-delivery div header h2,
      .bl-cart-delivery div.addresses h2 {
        float: left;
        font-family: Arial, helvetica, verdana;
        font-size: 12px;
        margin: 0px; }
      .bl-cart-delivery div.addresses a {
        float: right;
        display: block;
        margin-bottom: -5px;
        margin-top: -5px;
        margin-right: 0px;
        padding: 5px 9px 0;
        cursor: pointer;
        background: #e9e9e9;
        text-decoration: none;
        color: #777777;
        width: 140px;
        height: 23px;
        background: url(../media/4/layout/images/btn_cart_more.gif) transparent;
        border: 0px;
        text-align: center; }
        .bl-cart-delivery div.addresses a span.open {
          display: block; }
        .bl-cart-delivery div.addresses a span.close {
          display: none; }
        .bl-cart-delivery div.addresses a.active span.open {
          display: none; }
        .bl-cart-delivery div.addresses a.active span.close {
          display: block; }
    .bl-cart-delivery div.open ul.contacts {
      display: none; }
    .bl-cart-delivery div.open form {
      display: block; }
    .bl-cart-delivery div ul.contacts {
      padding: 0 0 10px;
      margin: 0px;
      overflow: hidden;
      clear: both;
      display: block; }
      .bl-cart-delivery div ul.contacts li {
        list-style: none;
        float: left; }
        .bl-cart-delivery div ul.contacts li a {
          width: 289px; height: 17px;
		  overflow: hidden;
          display: block;
          margin-top: 10px;
          padding: 10px;
          background: #e9e9e9;
          text-decoration: none;
          -webkit-border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -ie-border-radius: 5px 5px 5px 5px;
          -khtml-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          color: 12px;
          background-color: #d7d7d7;
          border: 1px solid #d0d0d0;
          -webkit-text-shadow: 0px -1px 0px #d0d0d0;
          -moz-text-shadow: 0px -1px 0px #d0d0d0;
          -ie-text-shadow: 0px -1px 0px #d0d0d0;
          -o-text-shadow: 0px -1px 0px #d0d0d0;
          -khtml-text-shadow: 0px -1px 0px #d0d0d0;
          text-shadow: 0px -1px 0px #d0d0d0;
          -webkit-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -moz-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -ie-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -o-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -khtml-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          background: #ececec;
          background: -moz-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d7d7d7));
          background: -webkit-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -o-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -ms-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ececec', endColorstr='#d7d7d7');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d7d7d7')";
          -webkit-box-shadow: 0px 1px 0px #d9d9d9;
          -moz-box-shadow: 0px 1px 0px #d9d9d9;
          -ie-box-shadow: 0px 1px 0px #d9d9d9;
          -o-box-shadow: 0px 1px 0px #d9d9d9;
          -khtml-box-shadow: 0px 1px 0px #d9d9d9;
          box-shadow: 0px 1px 0px #d9d9d9;
          -webkit-text-shadow: 0px 0px 0px transparent;
          -moz-text-shadow: 0px 0px 0px transparent;
          -ie-text-shadow: 0px 0px 0px transparent;
          -o-text-shadow: 0px 0px 0px transparent;
          -khtml-text-shadow: 0px 0px 0px transparent;
          text-shadow: 0px 0px 0px transparent;
          color: #777777;
          border-width: 1px;
          border-style: solid;
          border-color: #bbbbbb; }
          .bl-cart-delivery div ul.contacts li a:hover, .bl-cart-delivery div ul.contacts li a.active {
            -webkit-text-shadow: 0px 1px 0px #d0d0d0;
            -moz-text-shadow: 0px 1px 0px #d0d0d0;
            -ie-text-shadow: 0px 1px 0px #d0d0d0;
            -o-text-shadow: 0px 1px 0px #d0d0d0;
            -khtml-text-shadow: 0px 1px 0px #d0d0d0;
            text-shadow: 0px 1px 0px #d0d0d0;
            background: #d7d7d7;
            background: -moz-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -o-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -ms-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d7d7d7', endColorstr='#ececec');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ececec')"; }
          .bl-cart-delivery div ul.contacts li a.disabeld {
            color: #b1b1b1;
            -webkit-text-shadow: 0px -1px 0px white;
            -moz-text-shadow: 0px -1px 0px white;
            -ie-text-shadow: 0px -1px 0px white;
            -o-text-shadow: 0px -1px 0px white;
            -khtml-text-shadow: 0px -1px 0px white;
            text-shadow: 0px -1px 0px white;
            background: #d7d7d7;
            background: -moz-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -o-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -ms-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d7d7d7', endColorstr='#ececec');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ececec')"; }
    .bl-cart-delivery div form {
      float: left;
      margin: 0;
      width: 280px;
      padding: 15px;
      display: none; }
      .bl-cart-delivery div form ul, .bl-cart-delivery div form li {
        padding: 0px;
        margin: 0px;
        list-style: none; }
      .bl-cart-delivery div form ul li {
        overflow: hidden; }
        .bl-cart-delivery div form ul li input {
          float: left;
          margin: 13px 0 0 3px; }
        .bl-cart-delivery div form ul li span.locked {
          float: left;
          background: url(../media/4/layout/images/icon_lock.jpg) no-repeat transparent;
          width: 12px;
          height: 15px;
          margin: 11px 0 0 3px;
          display: block; }
        .bl-cart-delivery div form ul li a {
          float: right;
          width: 223px;
          display: block;
          margin-bottom: 10px;
          padding: 10px;
          background: #e9e9e9;
          text-decoration: none;
          -webkit-border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -ie-border-radius: 5px 5px 5px 5px;
          -khtml-border-radius: 5px 5px 5px 5px;
          -o-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          color: 12px;
          background-color: #d7d7d7;
          border: 1px solid #d0d0d0;
          -webkit-text-shadow: 0px -1px 0px #d0d0d0;
          -moz-text-shadow: 0px -1px 0px #d0d0d0;
          -ie-text-shadow: 0px -1px 0px #d0d0d0;
          -o-text-shadow: 0px -1px 0px #d0d0d0;
          -khtml-text-shadow: 0px -1px 0px #d0d0d0;
          text-shadow: 0px -1px 0px #d0d0d0;
          -webkit-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -moz-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -ie-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -o-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          -khtml-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
          background: #ececec;
          background: -moz-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d7d7d7));
          background: -webkit-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -o-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: -ms-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          background: linear-gradient(top, #ececec 0%, #d7d7d7 100%);
          filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ececec', endColorstr='#d7d7d7');
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d7d7d7')";
          -webkit-box-shadow: 0px 1px 0px #d9d9d9;
          -moz-box-shadow: 0px 1px 0px #d9d9d9;
          -ie-box-shadow: 0px 1px 0px #d9d9d9;
          -o-box-shadow: 0px 1px 0px #d9d9d9;
          -khtml-box-shadow: 0px 1px 0px #d9d9d9;
          box-shadow: 0px 1px 0px #d9d9d9;
          -webkit-text-shadow: 0px 0px 0px transparent;
          -moz-text-shadow: 0px 0px 0px transparent;
          -ie-text-shadow: 0px 0px 0px transparent;
          -o-text-shadow: 0px 0px 0px transparent;
          -khtml-text-shadow: 0px 0px 0px transparent;
          text-shadow: 0px 0px 0px transparent;
          color: #777777;
          border-width: 1px;
          border-style: solid;
          border-color: #bbbbbb; }
          .bl-cart-delivery div form ul li a:hover, .bl-cart-delivery div form ul li a.active {
            -webkit-text-shadow: 0px 1px 0px #d0d0d0;
            -moz-text-shadow: 0px 1px 0px #d0d0d0;
            -ie-text-shadow: 0px 1px 0px #d0d0d0;
            -o-text-shadow: 0px 1px 0px #d0d0d0;
            -khtml-text-shadow: 0px 1px 0px #d0d0d0;
            text-shadow: 0px 1px 0px #d0d0d0;
            background: #d7d7d7;
            background: -moz-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -o-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -ms-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d7d7d7', endColorstr='#ececec');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ececec')"; }
          .bl-cart-delivery div form ul li a.disabeld {
            color: #b1b1b1;
            -webkit-text-shadow: 0px -1px 0px white;
            -moz-text-shadow: 0px -1px 0px white;
            -ie-text-shadow: 0px -1px 0px white;
            -o-text-shadow: 0px -1px 0px white;
            -khtml-text-shadow: 0px -1px 0px white;
            text-shadow: 0px -1px 0px white;
            background: #d7d7d7;
            background: -moz-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -o-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: -ms-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            background: linear-gradient(top, #d7d7d7 0%, #ececec 100%);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d7d7d7', endColorstr='#ececec');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ececec')"; }
      .bl-cart-delivery div form input.submit {
        float: left;
        display: block;
        margin-bottom: -5px;
        margin-top: 0;
        margin-right: 0px;
        padding: 5px 9px;
        color: #777777;
        /*
        background:$color_bg;
        text-decoration: none;
        
        
        @include borderRadius(5px);
        @include btn(darken(#dfdfdf,3%), 12px);
        @include dropShadow(0px, 1px, 0px, lighten($color_2, 85%));
        @include text-shadow(0px 0px 0px transparent);
        
        border-width: 1px;
        border-style: solid;
        border-color: #bbbbbb;
        */
        text-align: center;
        width: 69px;
        height: 28px;
        background: url(../media/4/layout/images/btn_cart_delete.gif) transparent;
        border: 0px; }
    .bl-cart-delivery div form + form {
      float: left;
      width: 549px;
      border-left: 1px solid #dad7d7; }
      .bl-cart-delivery div form + form table {
        width: 549px; }
        .bl-cart-delivery div form + form table td label {
          overflow: hidden; }
          .bl-cart-delivery div form + form table td label span.txt {
            float: left;
            width: 210px;
            padding: 8px 0; }
          .bl-cart-delivery div form + form table td label input.text {
            float: right;
            width: 300px; }
          .bl-cart-delivery div form + form table td label span.notification {
            width: 300px;
            float: right; }
        .bl-cart-delivery div form + form table td input.button.large {
          color: #fff; }
  .bl-cart-delivery div.price {
    position: absolute;
    top: 0px;
    right: 0px;
    /* height: 100%; */
    border-bottom: 1px solid #dad7d7;
    width: 83px;
    text-align: center; }
    .bl-cart-delivery div.price span {
      display: block;
      padding: 27px 0; }
	 
.bl-cart-delivery div.addresses {
	position: relative;
	width: 943px;
	border-bottom: 1px solid #dad7d7;
	padding: 15px;
}

.bl-cart-delivery div.addresses h2 {
	float: left; 
	margin-right: 15px;
}

.bl-cart-info {
  margin: 0;
  background: white;
  border: 1px solid #dad7d7;
  margin-bottom: 20px;
  padding: 0px;
  display: block;
  width: 973px;
  color: #555555;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ie-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 0px white;
  -moz-box-shadow: 0 1px 0px white;
  -ie-box-shadow: 0 1px 0px white;
  -o-box-shadow: 0 1px 0px white;
  -khtml-box-shadow: 0 1px 0px white;
  box-shadow: 0 1px 0px white;
  border-collapse: collapse; }
  .bl-cart-info header {
    overflow: hidden;
    padding: 17px 15px;
    border-bottom: 1px solid #dad7d7; }
    .bl-cart-info header h2 {
      float: left;
      font-family: Arial, helvetica, verdana;
      font-size: 12px;
      margin: 0px;
      font-weight: bold; }
  .bl-cart-info p {
    overflow: hidden;
    padding: 17px 15px;
    margin: 0; }
  .bl-cart-info label {
    padding: 0 15px 15px; }
    .bl-cart-info label textarea {
      width: 925px;
      margin-bottom: 0; }
    .bl-cart-info label span.notification {
      margin-top: -3px; }

.bl-cart-summary {
  margin: 0;
  background: white;
  border: 1px solid #dad7d7;
  margin-bottom: 20px;
  padding: 0px;
  display: block;
  width: 973px;
  color: #555555;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ie-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 0px white;
  -moz-box-shadow: 0 1px 0px white;
  -ie-box-shadow: 0 1px 0px white;
  -o-box-shadow: 0 1px 0px white;
  -khtml-box-shadow: 0 1px 0px white;
  box-shadow: 0 1px 0px white;
  border-collapse: collapse; }
  .bl-cart-summary header {
    overflow: hidden;
    padding: 27px 15px;
    float: left;
    width: 694px; }
    .bl-cart-summary header h2 {
      float: left;
      font-family: Arial, helvetica, verdana;
      font-size: 12px;
      margin: 0px; }
    .bl-cart-summary header a {
      float: right; }
  .bl-cart-summary div {
    overflow: hidden;
    padding: 27px 0px;
    float: left;
    width: 83px;
    text-align: center; }
  .bl-cart-summary div + div + div {
    font-weight: bold; }

.bl-cart-payment {
  margin: 0;
  background: white;
  border: 1px solid #dad7d7;
  margin-bottom: 20px;
  padding: 0px;
  display: block;
  width: 973px;
  color: #555555;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ie-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 0px white;
  -moz-box-shadow: 0 1px 0px white;
  -ie-box-shadow: 0 1px 0px white;
  -o-box-shadow: 0 1px 0px white;
  -khtml-box-shadow: 0 1px 0px white;
  box-shadow: 0 1px 0px white;
  border-collapse: collapse; }
  .bl-cart-payment header {
    overflow: hidden;
    padding: 17px 15px;
    border-bottom: 1px solid #dad7d7;
    margin-bottom: 15px; }
    .bl-cart-payment header h2 {
      font-weight: bold;
      float: left;
      font-family: Arial, helvetica, verdana;
      font-size: 12px;
      margin: 0px; }
  .bl-cart-payment label {
    padding: 0px 15px 15px;
    clear: both;
    height: 15px; }
    .bl-cart-payment label span {
      float: right;
      width: 915px;
      text-align: left; }
    .bl-cart-payment label input {
      float: left;
      margin-top: 1px;
      margin-right: 10px; }

.bl-cart-submit {
  overflow: hidden;
  width:350px;
  padding-bottom: 20px; }
.bl-cart-submit a{
  float:right;
}
.bl-cart-submit form{
  margin:0px;
}
.pop-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #aaa;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -ie-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -khtml-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s; }
  .pop-mask.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -ie-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -khtml-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s; }

.pop {
  padding: 25px; }

html body .pop {
  opacity: 0;
  -webkit-box-shadow: 0 20px 2px #999999;
  -moz-box-shadow: 0 20px 2px #999999;
  -ie-box-shadow: 0 20px 2px #999999;
  -o-box-shadow: 0 20px 2px #999999;
  -khtml-box-shadow: 0 20px 2px #999999;
  box-shadow: 0 20px 2px #999999;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -ie-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -khtml-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s; }

html body .pop {
  position: fixed;
  width: 356px;
  left: 50%;
  margin-left: -203px;
  background: white;
  z-index: 11;
  border: 1px solid #b0aaaa;
  -webkit-box-shadow: 0 5px 2px #999999;
  -moz-box-shadow: 0 5px 2px #999999;
  -ie-box-shadow: 0 5px 2px #999999;
  -o-box-shadow: 0 5px 2px #999999;
  -khtml-box-shadow: 0 5px 2px #999999;
  box-shadow: 0 5px 2px #999999;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -ie-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -khtml-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
  opacity: 1; }
  html body .pop header h3 {
    color: #006ab5;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #0073c4;
    font-weight: normal; }
  html body .pop header a.close {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 24px;
    padding-top: 6px;
    color: #959595;
    text-align: center;
    border-left: 1px solid #dad7d7;
    border-bottom: 1px solid #dad7d7;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ie-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  html body .pop header a.close:hover {
    background: #eaf0fb;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ie-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  html body .pop fieldset {
    margin: 15px -25px -25px;
    display: block;
    border: 0;
    padding: 18px 25px;
    background: #eaf0fb;
    border-top: 1px solid #b6ccf1; }
    html body .pop fieldset legend {
      display: none; }
    html body .pop fieldset form table tr td input.text {
      width: 336px; }
    html body .pop fieldset form table tr td a {
      color: #7c7c7c; }
    html body .pop fieldset form table tr td input.button {
      color: black;
      cursor: pointer;
      height: 39px;
      width: 160px;
      background-image: url(../media/4/layout/images/btn_input_large_blue.gif);
      color: white;
      text-align: center; }
  html body .pop div.ad {
    position: absolute;
    background: white;
    bottom: -105px;
    left: 0;
    width: 356px;
    padding: 25px;
    border: 1px solid #b0aaaa;
    -webkit-box-shadow: 0 5px 2px #999999;
    -moz-box-shadow: 0 5px 2px #999999;
    -ie-box-shadow: 0 5px 2px #999999;
    -o-box-shadow: 0 5px 2px #999999;
    -khtml-box-shadow: 0 5px 2px #999999;
    box-shadow: 0 5px 2px #999999; }
    html body .pop div.ad p {
      float: left;
      font-family: QlassikBoldRegular;
      font-size: 150%;
      color: black;
      margin: 5px 0; }
    html body .pop div.ad a.btn {
      float: right;
      color: white; }

html body .pop-forgotPass-1 {
  top: 240px; }
  html body .pop-forgotPass-1 form {
    margin: 0 -25px -25px; }
    html body .pop-forgotPass-1 form fieldset {
      margin-left: 0 !important;
      margin: 0!important; }
      html body .pop-forgotPass-1 form fieldset table {
        width: 100%; }
        html body .pop-forgotPass-1 form fieldset table input.button {
          float: right; }
        html body .pop-forgotPass-1 form fieldset table input.text {
          width: 96%; }
        html body .pop-forgotPass-1 form fieldset table span.notification, html body .pop-forgotPass-1 form fieldset table span.error {
          margin-right: -3px; }

.pop-login form {
  margin: 0 -25px -25px; }
  .pop-login form fieldset {
    margin-left: 0 !important;
    margin: 0!important; }
    .pop-login form fieldset table {
      width: 100%; }
      .pop-login form fieldset table input.button {
        float: right; }
      .pop-login form fieldset table input.text {
        width: 96%; }
      .pop-login form fieldset table span.notification, .pop-login form fieldset table span.error {
        margin-right: -3px; }
.pop-login input.checkbox {
  margin-top: 0; }
.pop-login tr label.checkbox {
  background-color: white;
  background-color: white;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 11px 8px;
  height: 19px; }
  .pop-login tr label.checkbox span.txt {
    display: inline;
    float: right;
    width: 108px; }
  .pop-login tr label.checkbox input.checkbox {
    float: left; }
.pop-login label span.txt {
  display: none; }
.pop-login tr + tr + tr td label {
  background-color: white;
  background-color: white;
  border-radius: 4px 4px 4px 4px;
  padding: 13px 11px 8px; }
  .pop-login tr + tr + tr td label span.txt {
    display: inline; }
  .pop-login tr + tr + tr td label input {
    float: left; }
.pop-login tr + tr + tr + tr a {
  display: block;
  padding-top: 8px; }

.pop-newsletter {
  top: 50px; }
  .pop-newsletter input.checkbox {
    margin-top: 0; }
  .pop-newsletter form {
    margin: 0 -25px -25px; }
    .pop-newsletter form fieldset {
      margin-left: 0 !important;
      margin: 0!important; }
      .pop-newsletter form fieldset table {
        width: 100%; }
        .pop-newsletter form fieldset table input.button {
          float: right; }
        .pop-newsletter form fieldset table input.text {
          width: 96%; }
        .pop-newsletter form fieldset table span.notification, .pop-newsletter form fieldset table span.error {
          margin-right: -3px; }
  .pop-newsletter label span.txt {
    display: none; }
  .pop-newsletter tr label.checkbox {
    background-color: white;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    padding: 13px 11px 8px;
    margin-bottom: 12px; }
    .pop-newsletter tr label.checkbox span.txt {
      display: inline;
      float: right;
      width: 308px; }
    .pop-newsletter tr label.checkbox input.checkbox {
      float: left; }
  .pop-newsletter tr label.radio {
    padding-bottom: 12px;
    margin-right: 25px;
    float: left;
    overflow: hidden; }
    .pop-newsletter tr label.radio input {
      margin-right: 5px; }
    .pop-newsletter tr label.radio span.txt {
      display: inline; }

@media only screen and (max-width: 1280px) {
  /* DESKTOP - 1080px > */ }
@media only screen and (max-width: 1280px) and only screen and (min-height: 1080px) {
  html body section#wrapper {
    height: 1080px;
    margin: -540px auto 0; }
    html body section#wrapper .image.active, html body section#wrapper .image {
      height: auto; }
      html body section#wrapper .image.active .photo, html body section#wrapper .image .photo {
        position: absolute;
        height: 1080px;
        width: 1366px;
        left: 50%;
        margin-left: -683px; } }
@media only screen and (max-width: 1280px) and only screen and (max-width: 950px) {
  html body nav#home header {
    margin-top: -185px !important; }
  html body nav#home ul.splash {
    margin-top: -360px !important; } }
@media only screen and (max-width: 999px) {
  /* NETBOOK - 999px > */
  body {
    max-width: 98%;
    margin: 0 1%;
    padding: 0; }
    body div.left {
      max-width: 68%;
      margin-right: 2%; }
    body aside.right {
      max-width: 30%; } }
::selection {
  background: black;
  color: #006ab5; }

::-moz-selection {
  background: black;
  color: #006ab5; }

header#topbar {
	width: 970px;
	padding-top:2px;
	padding-bottom:2px;
	background: url('../images/header_topbar_bg.jpg') #1e1e1e bottom repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px #b0b0b0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
	margin:0 auto;
	text-align:right;
	position:relative;
	height:28px;
	z-index:10;
}


header#topbar ul{ list-style-type:none;margin:0;padding:0;float:right; }
header#topbar ul li{ display:inline-block; *zoom: 1; *display: inline; margin-right:10px;}
header#topbar ul li a{ color: #FFFFFF; font-size: 11px; text-decoration:none; display:block; padding:5px;}
header#topbar ul li a:hover { background: #4b4b4b; border-radius: 5px; }
  
#footer-above { width: 1000px; border-top: 2px dotted #E6E6E6; display: block; margin-bottom: 10px;}
#footer-full {
	width: 955px;
	padding: 11px 20px 11px 0;
	background-color: #1e1e1e;
	color: #FFFFFF;
	font-size: 11px;
	margin-top:20px;
	margin-bottom: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #b0b0b0;
}


#edit-branches form input.submit, .backToAddBtn{
	float: left;
	display: block;
	margin-bottom: 10px;
    margin-right: 0;
    margin-top: -15px;
	padding: 5px 9px;
	color: #777777;
	text-align: center;
	width: 69px;
	height: 28px;
	background: url(../media/4/layout/images/btn_cart_delete.gif) transparent;
	border: 0px; 
}

#edit-branches form {
	padding: 0px;
	margin: 20px 0;
}

#edit-branches ul {
	padding-left: 0px;
}

#edit-branches ul li {
	list-style-type: none;
	display: block;
	height: 50px;
}
#edit-branches ul li input {
	margin-right: 20px;
}

#edit-branches ul li a {
	width: 70%;
	margin-top: 10px;
	padding: 10px;
	background: #e9e9e9;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ie-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: 12px;
	background-color: #d7d7d7;
	border: 1px solid #d0d0d0;
	-webkit-text-shadow: 0px -1px 0px #d0d0d0;
	-moz-text-shadow: 0px -1px 0px #d0d0d0;
	-ie-text-shadow: 0px -1px 0px #d0d0d0;
	-o-text-shadow: 0px -1px 0px #d0d0d0;
	-khtml-text-shadow: 0px -1px 0px #d0d0d0;
	text-shadow: 0px -1px 0px #d0d0d0;
	-webkit-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	-moz-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	-ie-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	-o-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	-khtml-box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	box-shadow: inset 0px 1px 0px white, 0 1px 1px -1px white;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d7d7d7));
	background: -webkit-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	background: -o-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	background: linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ececec', endColorstr='#d7d7d7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d7d7d7')";
	-webkit-box-shadow: 0px 1px 0px #d9d9d9;
	-moz-box-shadow: 0px 1px 0px #d9d9d9;
	-ie-box-shadow: 0px 1px 0px #d9d9d9;
	-o-box-shadow: 0px 1px 0px #d9d9d9;
	-khtml-box-shadow: 0px 1px 0px #d9d9d9;
	box-shadow: 0px 1px 0px #d9d9d9;
	-webkit-text-shadow: 0px 0px 0px transparent;
	-moz-text-shadow: 0px 0px 0px transparent;
	-ie-text-shadow: 0px 0px 0px transparent;
	-o-text-shadow: 0px 0px 0px transparent;
	-khtml-text-shadow: 0px 0px 0px transparent;
	text-shadow: 0px 0px 0px transparent;
	color: #777777;
	border-width: 1px;
	border-style: solid;
	border-color: #bbbbbb; 
}
#edit-branches ul li a:hover,  #edit-branches ul li a.active {
	-webkit-text-shadow: 0px 1px 0px #d0d0d0;
	-moz-text-shadow: 0px 1px 0px #d0d0d0;
	-ie-text-shadow: 0px 1px 0px #d0d0d0;
	-o-text-shadow: 0px 1px 0px #d0d0d0;
	-khtml-text-shadow: 0px 1px 0px #d0d0d0;
	text-shadow: 0px 1px 0px #d0d0d0;
	background: #d7d7d7;
	background: -moz-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
	background: -o-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #d7d7d7 0%, #ececec 100%);
	background: linear-gradient(top, #d7d7d7 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d7d7d7', endColorstr='#ececec');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ececec')"; 
}
#edit-branches #remBranchesForm ul {
	margin-left: 20px;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.product-info-tabs {
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-bottom: 15px !important;
	background-color: #def1ff;
}
.product-info-tabs a {
	display: block;
	line-height: 28px;
	background: transparent;
	padding: 0 10px;
	text-decoration: none;
	outline: none !important;
}
.product-info-tabs .active a {
	background: #edf8ff;
}

.models ul { width: auto !important; }

.autocomplete-suggestions {
	border: 1px solid #DAD7D7;
	border-top: 0 none;
	background: #FFF;
	width: 174px !important;
	margin-top: -1px;
	overflow: auto;
	border-radius: 0 0 5px 5px;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #E1EAF9; }
.autocomplete-suggestions strong { font-weight: normal; color: #3c3c3c; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.spacer {
	display: block;
	height: 10px;
}


#submenu{
	background-color: white;
	padding: 20px;
	border: 1px solid #dad7d7;
	margin-bottom: 20px;
}

#submenu .submenuitem{
	float: left;
}

#submenu .submenuitem, input, #submenu .submenuitem label{
	float:left;
	margin-bottom: 3px;
}

#submenu .submenuitem, input{
	margin-right: 5px;
	margin-top: 2px;
}

#submenu .submenuitem label{
	width: 200px;
}

.search article.article div.summary header, .search article.article div.summary ul{
	margin-left: 139px !important;
}


.price-expanation{
	position: absolute;
	background-color: rgba(0,0,0, 0.75);
	color: #FFF;
	width: 200px;
	height: 50px;
	left: -240px;
    top: 0px;
    padding: 10px;
    display:none;
}

.price:hover .price-expanation{ display: block;}
.price-expanation:before{
    content: '';
    position: absolute;
    top: 10px;
    right: -22px;
    display: block;
    border: 11px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.75);
}

.price-expanation span{
	float:left;
	display:block;
}

.price-expanation span.price-label{
	clear:both;	
	width: 130px;
}
.price-expanation span.price-icon{width: 15px;}
.price-expanation span.price-value{
	text-align: right;
	width: 50px;
}








/* File: _newcss.css */

nav ul.last-child, nav ul.first-child, nav ul li.first-child, nav ul li.last-child { display: block !important; }
nav ul li.first-child a { border-left: 0 none !important; }
nav ul li.first-child.hover { border-top-left-radius: 5px !important; border-bottom-left-radius: 3px !important; }
html body section#navigation nav ul li div ul.last-child li.last-child a { background: none; padding: 14px 30px !important; display: block; }

form.margin {
	margin: 0; } /*line 1188*/
  
html body #wrapper {
	overflow: visible; } /*line 287*/

menu.bl-pr-navigation.wide li {
	width: 121.3px
}
menu.bl-pr-navigation li:hover a {
	color: #006AB5;
}

menu.bl-pr-navigation li a img,
ul.bl-uitvoering li div.item a.img img,
ul.bl-model li.item a img,
ul.bl-merk li.item a img {
	width: auto;
}
ul.bl-model li.item a img, ul.bl-merk li.item a img{
	height: auto;
}
menu.bl-pr-navigation li a span {
	height:25px;
}

section.bl-cart-submit {
	float: right; }
	
.addthis_toolbox {
	margin-top: 15px;
}
.addthis_toolbox a {
	width: 100%;
	display: block;
}

html body .pop { /*line 3164*/
	position: relative;
	left: auto;
	margin-left: auto;
}
html body .pop { /*line 3321*/
	top: auto;
}

.bl-cart-cart table tr td.item2 img { display: inline-block; *zoom: 1; *display: inline;}
.bl-cart-cart table.cartOverview tr.last-child td.item5, .bl-cart-cart table tr.last-child td.item2, .bl-cart-cart table tr.first-child td.item2 { text-align: center; }

.registration_radios input { margin-right: 5px; float: left; }
.registration_radios label { margin-right: 15px; float: left; margin-bottom: 10px; display: block; }

.manageBranchesBtn {
	float: right; margin: 0px 15px 10px;
}

div.bl-search table tr td.ean form {
	margin: 0;
}

tr.totalRow {
	/* font-weight: bold; */
}

/*
	Actiepagina
*/
.offers .bgImages img {
    border: 0 none;
    height: 276px;
    left: 220px;
    position: absolute;
    top: 200px;
    width: 598px;
	z-index: -1;
}

div.bl-offers {
    -moz-outline-radius: 4px 4px 4px 4px;
    border: 1px solid #BFBFBF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 transparent;
    outline: 4px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 300px;
	margin-bottom:50px;
}

div.bl-offers h1{
	padding-top: 10px;
}

div.offer{
	float:left;
	width: 430px;
	height:340px;
	position: relative;;
}

div.offer.margin{
	margin-right: 28px;
	margin-bottom: 28px;
}

div.offer form{
	width:100%;
	margin:0;
	padding: 0;
}

div.offer form h1{
	width: 330px;
	display: block;
	font-size: 2.4em;
	margin-bottom:0;
	padding-bottom: 10px;
	line-height: 110%;
	text-align: center;
}

div.offer form p.description{
    color: #006ab4;
    font-family: QlassikBoldRegular;
    font-weight: normal;
	font-size: 2em;
	text-align:center;
	width:330px;
	line-height:25px;
	float:left;
}

div.offer form div.image{
	text-align:center;
	width:330px;
	height:180px;
	float:left;
	margin-top:10px;
	padding-right: 100px;
	position: relative;
}

div.offer form div.price {
    background: none repeat scroll 0 0 white;
	border: 1px solid #DAD7D7;
	border-radius: 5px 5px 5px 5px;
	display: block;
	width: 83px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.offer form div.price p {
    color: black;
    font-size: 18px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}
div.offer form div.price label {
    background: none repeat scroll 0 0 #EFEFEF;
    border-top: 1px solid #DAD7D7;
    display: block;
    font-size: 10px;
    overflow: hidden;
}
div.offer form div.price label span {
    display: block;
    float: left;
    padding: 6px 7px;
}
div.offer form div.price label select {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 transparent;
    color: black;
    float: right;
    margin: -1px 0 0;
    padding: 6px 0 8px;
    text-align: center;
    width: 38px;
}
div.offer form div.price label select option {
    padding: 0;
}
div.offer form div.price input {
    background: url("../media/4/layout/images/btn_product_add.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    height: 33px;
    margin: 0 -1px -1px;
    text-align: center;
    width: 85px;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../media/4/layout/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../media/4/layout/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../media/4/layout/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../media/4/layout/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../media/4/layout/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../media/4/layout/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../media/4/layout/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../media/4/layout/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/*

NEW HOMEPAGE

*/

.home .homeContent, .homeBlocks {
	clear: both;
	padding: 15px 0;
}

.home #wrapper div.bl-search {
	margin-top: 155px;
	outline: 0;
  min-height:165px;
}

.home #wrapper .bgImages {
	width: 630px;
	height: 230px;
	top: 0;
	left: 343px;
}
.home #wrapper .bgImages h2 {
	color: #fff;
	position: absolute;
	font-size: 30px;
	line-height: 34px;
	padding: 15px 25px;
	background: #000;
	width: 310px;
	right: 15px;
	top: 92px;
	text-align: left;
	/*margin: 140px 0 0 260px;*/
}
.home #wrapper .bgImages img {
	width: 630px;
	height: 230px;
}
.home .homeCol {
	width: 280px;
	padding: 0 20px;
	float: left;
}
.home h2 {
	color: #0073C4;
	line-height: 24px;	
}
.home #wrapper h4 {
	margin-bottom: 0;	
}
.home #wrapper p {
	margin-top: 0.33em;	
}
.homeBlock {
	width: 250px;
	float: left;
	margin: 0 15px;	
}

.homeBlock div.image{
	width:100%;
	text-align:center;
	height:200px;
	float:left;	
	position:relative;
	line-height:200px;
}

.homeBlock div.image img{
	vertical-align: middle;
}

.homeBlock h1 a, .homeBlock p a{
    color: black;
    font-family: QlassikBoldRegular;
    font-weight: normal;
	text-decoration:none;
	font-size:140%;
}
.homeBlock p{
	text-align:center;
	padding-top:10px;
	margin:0;
	padding:0;
}
.homeBlock p a{
	color: #0073C4;
	font-size:170%;
	line-height:27px;
}

.bl-cart-delivery div.addresses {
	border-bottom: 0 !important;	
}

#order-history th {
	padding: 8px 2px 2px 0; 
}

#order-history td {
	padding: 0 2px 0 0;	
}

#order-history td table th, #order-history td table td {
	padding: 2px 5px 5px;
}

#order-history td table th {
	padding-bottom: 2px;	
}

#directionsPanel td {
	padding: 5px 10px;	
}

#directionsPanel .adp-summary, #directionsPanel .adp-legal {
	padding: 0 10px 5px;	
}

.loader {
	display: none;
}

.locked {
	display: inline-block;
	width: 35px; height: 19px;
	vertical-align: middle;
	background: url('/media/4/layout/images/icon_lock.jpg') no-repeat center left;
}

.bl-cart-summary div.total_text {
	text-align: left;
	width: 120px;
}
.bl-cart-summary div.total_tax { width: 33px; }
.bl-cart-summary div.price_total_netto {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

label input.text:focus + .notification, label textarea:focus + .notification, label select:focus + .notification {
    display: block;
    height: auto;
    opacity: 1;
    padding: 8px 8px 5px;
    margin-top: -16px;
    margin-bottom: 15px;
    color: #8caee8;
    background-color: #fbfcfe;
    border: 1px solid #bfd2f2;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ie-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ie-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; 
}
    
.quote {line-height:14px!important; padding-left:10px; font-family:'arial'; color:#000!important; font-size:18px;}
.control-label {font-size:16px; color:#000;}
.btn-primary {color:#fff!important; font-size:15px!important; background-color:#006ab4!important; width:80%; height:30px;}
#sLogin,
#sPasswd {width:80%; height:30px;} 