body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  min-width: 320px;
  margin:  0;
  padding:  0;
  font-family:  Arial, Helvetica, sans-serif;
  font-size:  12px;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}
div.container{
  width:auto;
  overflow-x:hidden;
}
a {
  color: #36c;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header-top {
  background: #fb7605 url("/images/header.png") center center;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa8300), to(#fb5f04));
  background: -webkit-linear-gradient(top, #fa8300, #fb5f04);
  background: -moz-linear-gradient(top, #fa8300, #fb5f04);
  background: -ms-linear-gradient(top, #fa8300, #fb5f04);
  background: -o-linear-gradient(top, #fa8300, #fb5f04);
  border-bottom: solid 1px #fff;
  height: 50px;
}

#page-logo {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 5px 0 0 5px;
}
#page-logo a{
  display:block;
  width: 100%;
  height: 100%;
  background: transparent url("/images/logo-sil.png") no-repeat;
  background-size: 40px 40px !important;
  text-indent: -9999px;
}
#btn-menu {
  float: left;
  width: 35px;
  height: 40px;
  padding:5px 0 0 5px;
}
#btn-menu a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("/images/btn-menu.png") no-repeat !important;
  background-size: 35px 40px !important;
  text-indent: -9999px;
}




#btn-basket {
  float: right;
  width: 89px;
  height: 50px;

  background: #ccc url("/images/header-grey.png");
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f6f2), to(#c8c9c3));
  background: -webkit-linear-gradient(top, #f5f6f2, #c8c9c3);
  background: -moz-linear-gradient(top, #f5f6f2, #c8c9c3);
  background: -ms-linear-gradient(top, #f5f6f2, #c8c9c3);
  background: -o-linear-gradient(top, #f5f6f2, #c8c9c3);
  border-bottom: solid 1px #fff;
}
#btn-basket a {
  float: left;
  width: 69px;
  height:  100%;

  background: transparent url("/images/basket.png") 15px 13px no-repeat;
  background-size: 40px 25px !important;

  text-align: center;
  line-height: 32px;
  text-indent: 5px;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
#divider {
  margin: 0px 0px 0px 0px;
  padding: 0;
  width: 20px;
  height: 50px;
  float: left;
  background: transparent url("/images/divider.png") no-repeat 0px 0px;
  background-size: 19px 50px !important;
}

.search {
  background: #fedbbf;
  padding: 5px 5px;
  position: relative;
}
#header {
  margin-bottom: 15px;
}
.search .ui-input-search {
  border-top: 1px solid #7f9db9;
  border-bottom: 1px solid #7f9db9;
  border-left: 1px solid #7f9db9;
  background-color: #fff;
  width: 98%;
  height: 31px;
  overflow: hidden;
}
.ui-shadow-inset, .shadow-inset {
  -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}
.ui-btn-corner-left {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.search .ui-input-search input[type="text"] {
  width: 100%;
  height: 29px;
  padding-left: 5px;
  border: 0;
  background: transparent none;
  outline: 0!important;
  font-size: 14px;
}
.search .btn-clear-searchfield {
  display: none;
  position: absolute;
  top: 7px;
  right: 50px;
  background: transparent url("/images/btn-delete.png") no-repeat center 7px;
  width: 24px;
  height: 30px;
  background-size: 15px 15px !important;
}
.search .ui-input-search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 33px;
  background-color: #fe6e00;
}
.ui-btn-corner-right {
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.search .ui-input-search-btn div {
  width: 100%;
  height: 100%;
  background: transparent url("/images/btn-search.png") no-repeat 7px 7px;
  background-size: 20px 20px !important;
}
.search .ui-input-search-btn input[type="submit"] {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-menu {
  margin: 0;
  padding: 0;
  border-top: solid 1px #ccc;
}
.main-menu li {
  height: 50px;
  list-style-type: none;
  border-bottom: solid 1px #ccc;
  background: url("/images/arrow.png") no-repeat right 16.5px, #eee url("/images/bg-menu.png") repeat-x !important;
  background: url("/images/arrow.png") no-repeat right 16.5px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)) !important;
  background: url("/images/arrow.png") no-repeat right 16.5px, -webkit-linear-gradient(top, #fff, #eee) !important;
  background: url("/images/arrow.png") no-repeat right 16.5px, -moz-linear-gradient(top, #fff, #eee) !important;
  background: url("/images/arrow.png") no-repeat right 16.5px, -ms-linear-gradient(top, #fff, #eee) !important;
  background: url("/images/arrow.png") no-repeat right 16.5px, -o-linear-gradient(top, #fff, #eee) !important;
  background-size: 50px 17px, 1px 50px !important;
}
.main-menu li a {
  line-height: 52px;
  display: block;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu li a span {
  background: transparent url("/images/categories/default.png") no-repeat 15px center;
  background-size: 30px 24px !important;
  padding: 6px 0 6px 60px;
}
.productlist .col1, .product-details .col1 {
  font-size:12px;
  padding-right: 10px;
  font-weight:bold;
}
.productlist .col2, .product-details .col2 {
  font-size:12px;
}
.productlist {
  margin: 0;
  padding: 0px 0px 22px 0px;
}
.productlist li {
  list-style-type: none;
  border-bottom: solid 1px #ccc;
  background: transparent url("/images/arrow.png") no-repeat right center;
  background-size: 50px 17px !important;
}
.productlist li a {
  padding: 17px 0px 15px 11px;
  display: block;
  color: #000;
  text-decoration: none;
}
.productlist li a .image-wrap {
  float: left;
  text-align: center;
  width: 85px;
}
.productlist li a .image-wrap img {
  border: 0;
  max-width: 85px;
}
.productlist li a .product-details {
  padding: 0px 53px 0px 97px;
}
.productlist li a .product-details .producttitle {
  font-weight: bold;
  color: #039;
  padding-bottom: 2px;
  font-size: 14px;
}
.productlist li a .product-details .subtitle {
  padding-bottom: 7px;
  font-size: 14px;
}
.productlist li a .product-details .smallspecs {
  max-width: 300px;
  padding-bottom: 13px;
  color: #666;
}
.productlist li a .product-details .productprice {
  font-size: 11px;
  color: #666;
}
.productlist li a .product-details .productprice .listprice {
  text-decoration: line-through;
  color: #000;
}
.productlist li a .product-details .productprice .product-price {
  font-weight: bold;
  color: #c30;
  font-size: 17px;
}
.productlist li a .product-details .productprice .price-quote {
  font-weight: bold;
  font-size: 12px;
}
.availability {
  color: #000;
}
.clear-all {
  clear: both;
}

.btn-more-results {
  position: relative;
  top: -43px;
  z-index: 10;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 270px;
  line-height: 40px;
}
.btn-orange {
  background: #fe6e00;
  text-align: center;
}
.btn-grey {
  background: #999999;
  text-align: center;
}
.ui-btn-corner-all {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.btn-more-results a {
  background: url("/images/down-arrow-white.png") no-repeat 53px center;
  background-size: 13px 9px !important;
}
.btn-orange a, .btn-grey a, .btn-grey-glossy a {
  color: #fff;
}
.btn-orange a, .btn-light-orange a, .btn-grey a, .btn-yellow a, .btn-green a, .btn-grey-glossy a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
}
.btn-more-results a span {
  padding-left: 8px;
}


.category-filter-wrapper, .refinements-filter-wrapper {
  padding: 0px 8px 15px 8px;
}
.filter-button {
  padding: 0px 8px;
  background-color: #fff;
}
.ui-shadow-outer-all, .shadow-outer-all {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
}
.category-filter-wrapper .filter-button > a.open, .refinements-filter-wrapper .filter-button > a.open {
  background-position: right -380px !important;
}
.category-filter-wrapper .filter-button > a, .refinements-filter-wrapper .filter-button > a {
  background-position: right -330px !important;
}
.category-filter-wrapper .filter-button > a, .refinements-filter-wrapper .filter-button > a {
  height: 47px;
  line-height: 47px;
}
.category-filter-wrapper .filter-button a, .refinements-filter-wrapper .filter-button a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.filter-button > a {
  background: transparent url("/images/arrow.png") no-repeat right 1px;
  background-size: 50px 17px !important;
}
.category-filter-wrapper .filter {
  padding-bottom: 8px;
}
.category-filter-wrapper .filter a {
  color: #039;
}
.back-link {
  background: transparent url("/images/back-arrow.png") no-repeat left 3px;
  padding-left: 14px;
  color: #039;
  background-size: 8px 9px !important;
}
.category-filter-wrapper ul {
  list-style-type: none;
  background-color: #eee;
  padding: 0px;
  margin: 8px 0px 0px 0px;
}
.category-filter-wrapper ul li.current-category {
  font-weight: bold;
  line-height: 33px;
  padding-left: 7px;
}
.category-filter-wrapper ul li {
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
}
.category-filter-wrapper ul li a {
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 18px;
  padding-left: 14px;
  text-transform: uppercase;
  background: transparent url("/images/arrow.png") no-repeat right 8px;
  background-size: 30px 10px !important;
}
.category-filter-wrapper ul li a span {
  font-weight: normal;
  color: #b5b5b5;
  font-size: 10px;
}
.pagetitle, .pageresults {
  font-size: 14px;
}
.bottom_xl {
  padding-bottom: 15px !important;
}
.right_default {
  padding-right: 8px;
}
.left_default {
  padding-left: 8px;
}
.tablet-hide {
  display: block;
}
.bottom_l {
  padding-bottom: 12px !important;
}
.bottom_ss {
  padding-bottom: 3px !important;
}
.ui-input-text {
  border: solid 1px #ccc;
  background-color: #fff;
  height: 31px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-input-text input[type=text], .ui-input-text input[type=email], .ui-input-text input[type=password], .ui-input-text input[type=tel], .ui-input-text input[type=number] {
  width: 99%;
  height: 29px;
  padding-left: 5px;
  border: 0;
  background: transparent none;
  outline: 0 !important;
  font-size: 14px;
}
.login-cta {
  background-color: #eee;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.btn-login, .btn-checkout, .btn-continue-shopping {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 40px;
}
.btn-login input[type=submit], .login-cta input[type=submit], .payment-cta input[type=submit], .btn-coupon-code input[type=submit], .account-cta input[type=submit], .btn-apply-gift-certificate input[type=submit], .btn-add-gift-certificate input[type=submit], .btn-ok input[type=submit] {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=submit] {
  font-family: Verdana;
}

.medium-details {
  font-size: 11px;
}
.default-link {
  background: transparent url("/images/arrow-darkgrey.png") no-repeat left center;
  color: #039;
  padding-left: 11px;
  background-size: 9px 13px !important;
}
h1, h2 {
  font-size: 17px;
}
.btn-continue {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 105px;
}
.btn-light-orange {
  border: solid 1px #a6b7c7;
  background: #fedbbf;
}
.btn-light-orange a {
  color: #111;
}
.btn-blue a, .btn-light-orange a, .btn-grey a, .btn-yellow a, .btn-green a, .btn-grey-glossy a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
.btn-continue span {
  padding-left: 11px;
  background: transparent url("/images/arrow.png") no-repeat -10px center;
  background-size: 30px 10px !important;
}
.tablet-show {
  display: none;
}
.login-form-tablet, .login-create-account-tablet, .order-review-tablet {
  width: 50%;
}
.align-right {
  float: right;
}
.login-create-account-tablet > div {
  margin: 0 auto;
  width: 185px;
}
.align-left {
  float: left;
}
.border-right {
  border-right: solid 1px #ccc;
}
.login-form-tablet > div > div {
  margin: 0 auto;
  width: 310px;
}
.form-row {
  margin-right: 33px;
}
.forget-password {
  height: 40px;
  line-height: 40px;
}
.tablet-hide {
  display: block;
}
.bottom_l {
  padding-bottom: 12px !important;
}
.ui-input-text {
  border: solid 1px #ccc;
  background-color: #fff;
  height: 31px;
}
.ui-input-text input[type=text], .ui-input-text input[type=email], .ui-input-text input[type=password], .ui-input-text input[type=tel], .ui-input-text input[type=number] {
  width: 99%;
  height: 29px;
  padding-left: 5px;
  border: 0;
  background: transparent none;
  outline: 0 !important;
  font-size: 14px;
}
.login-cta {
  background-color: #eee;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.btn-login, .btn-checkout, .btn-continue-shopping {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 40px;
}
.btn-login input[type=submit], .login-cta input[type=submit], .payment-cta input[type=submit], .btn-coupon-code input[type=submit], .account-cta input[type=submit], .btn-apply-gift-certificate input[type=submit], .btn-add-gift-certificate input[type=submit], .btn-ok input[type=submit] {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=submit] {
  font-family: Verdana;
}
.bottom_m {
  padding-bottom: 9px !important;
}
h1, h2 {
  font-size: 17px;
}
.btn-continue {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 105px;
}
.btn-light-orange {
  border: solid 1px #a6b7c7;
  background: #fedbbf;
}
.btn-light-orange a {
  color: #111;
}
.btn-blue a, .btn-light-orange a, .btn-grey a, .btn-yellow a, .btn-green a, .btn-grey-glossy a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
.tablet-show {
  display: none;
}
.bottom_xxxl {
  padding-bottom: 21px !important;
}
.login-form-tablet, .login-create-account-tablet, .order-review-tablet {
  width: 50%;
}
.align-right {
  float: right;
}
.login-create-account-tablet > div {
  margin: 0 auto;
  width: 185px;
}
.align-left {
  float: left;
}
.border-right {
  border-right: solid 1px #ccc;
}
.login-form-tablet > div > div {
  margin: 0 auto;
  width: 310px;
}
.form-row {
  margin-right: 33px;
}
.forget-password {
  height: 40px;
  line-height: 40px;
}
.btn-scroll-up {
  text-align: center;
  padding-bottom: 22px;
}
.btn-scroll-up a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.btn-scroll-up a span {
  padding-left: 20px;
  background: transparent url("/images/up-arrow-grey.png") no-repeat 0px 4px;
  background-size: 13px 9px !important;
}
.ui-shadow-inset-all, .shadow-inset-all {
  -moz-box-shadow: inset 0 0 3px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 3px 2px	rgba(0,0,0,.2);
  box-shadow: inset 0 0 3px 2px	 rgba(0,0,0,.2);
}
.footer-menu {
  text-align: center;
}
.footer-menu, .footer-menu-cot {
  background-color: #eee;
  font-size: 11px;
}
.footer-menu .menu-item {
  margin-left: -1px;
  width: 50%;
  height: 44px;
  float: left;
  text-align: left;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.footer-menu .menu-item a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 44px;
}
.footer-menu .menu-item a span {
  margin-left: 16px;
}
.footer-menu .menu-item.last {
  border-right: 0 !important;
  margin-left: 0 !important;
}
.header-menu .menu-item a.wishlist span, .footer-menu .menu-item a.wishlist span {
  padding: 5px 0px 5px 25px;
  background: transparent url("/images/icons/icon-wishlist.png") no-repeat left center;
}
.footer-menu .desktop {
  padding: 22px 10px;
}
.footer-menu .desktop a {
  color: #039;
  text-decoration: none;
  font-weight: bold;
}
.cookies {
  background: #fedbbf;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.cookies a {
  display: block;
  height: 100%;
  padding: 10px 10px 10px 5px;
}
.cookies div {
  background: transparent url("/images/up-arrow-darkgrey.png") no-repeat right center;
  background-size: 13px 9px;
  padding-right: 20px;
  color: #666666;
}
.cookies span {
}









@media only screen and (min-width: 768px) {
  .main-menu li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu li a {
    border-right: solid 1px #ccc;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-hide {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .btn-login {
    width: 100px !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .form-row {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-hide {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .btn-login {
    width: 100px !important;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .form-row {
    width: 300px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
  .header-menu .menu-item a.wishlist span, .footer-menu .menu-item a.wishlist span {
    background: transparent url("/images/icons/icon-wishlist_2x.png") no-repeat left center !important;
    background-size: 18px 16px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
  .header-menu .menu-item a.logout span, .footer-menu .menu-item a.logout span {
    background: transparent url("/images/icons/icon-logout_2x.png") no-repeat left center;
    background-size: 17px 20px !important;
  }
}


.producttitle {
  font-size: 17px;
}
.product-info .image-wrap {
  float: left;
  width: 122px;
  padding-left: 9px;
  text-align: center;
  font-size: 10px;
  padding-bottom: 10px;
}
.product-info .image-wrap a {
  text-decoration: none;
}
.product-info .product-details .smallspecs, .informationleaflet {
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.product-info .product-details .listprice {
  text-decoration: line-through;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  text-align:center;
}
.bottom_s {
  padding-bottom: 6px !important;
}
.product-info .product-details .product-price {
  font-weight: bold;
  color: #c30;
  font-size: 21px;
  padding-left: 10px;
  text-align:center;
}
.bottom_xxl {
  padding-bottom: 18px !important;
}
.btn-add-to-cart {
  width: 230px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}
.btn-yellow input[type=submit], .btn-orange input[type=submit] {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: transparent;
  border: 0px;
}
.btn-yellow {
  background: #fe6e00;
  text-align: center;
}
.ui-shadow-outer-right-bottom, .shadow-outer-right-bottom {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-yellow a {
  color: #ffffff;
}
.btn-blue a, .btn-light-blue a, .btn-grey a, .btn-yellow a, .btn-green a, .btn-grey-glossy a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
.product-info .image-wrap img {
  border: 0;
  max-width: 120px;
}
.add-to-cart {
  background-color: #fedbbf;
  color: #ffffff;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}



.ui-border-all {
  border: solid 1px #ccc;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
  .panel > a.open {
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -380px !important;
    background-size: 50px 950px !important;
  }
}
.panel > a.open {
  background: transparent url("/images/disclosure-indicator.png") no-repeat right -380px;
}
.panel > a, .panel > a.open, .btn a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  height: 46px;
  line-height: 46px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
  .panel > a {
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -331px !important;
    background-size: 50px 950px !important;
  }
}
.panel > a {
  background: transparent url("/images/disclosure-indicator.png") no-repeat right -331px;
}
.panel .specifications th, .panel .specifications td {
  vertical-align: top;
}
.panel .specifications th {
  text-align: left;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.panel .images {
  text-align: center;
}
.panel .images img {
  max-width: 100%;
  max-height: 400px;
}
.add-to-cart .form-row {
  width: 230px;
}
.footnote {
  font-size: 11px;
  padding-left: 10px;
  position: relative;
  bottom: 10px;
  color: #666;
}
.product-info .product-details .price-quote {
  clear: both;
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 15px;
  color: #666;
}
.sale {
  position: relative;
}
.sale img {
  position: absolute;
  left: -75px;
  top: -10px;
}
.product-info {
  float: left;
}





.basket {
  margin: 0;
  padding: 0px 0px 0px 0px;
}
.basket li {
  list-style-type: none;
  border-bottom: solid 1px #ccc;
}
.basket li a {
  padding: 17px 0px 10px 11px;
  display: block;
  color: #000;
  text-decoration: none;
}
.basket li a .image-wrap {
  float: left;
  text-align: center;
  width: 85px;
}
.basket li a .image-wrap img {
  border: 0;
  max-width: 85px;
}
.basket li a .product-details {
  padding: 0px 10px 0px 97px;
}
.basket li a .product-details .producttitle {
  font-weight: bold;
  color: #039;
  padding-bottom: 2px;
  font-size: 14px;
}
.basket li a .product-details .subtitle {
  font-size: 12px;
}
.basket li a .product-details .supno {
  color: #666;
}
.basket li a .product-details .productprice {
  font-size: 11px;
  color: #666;
}
.basket li a .product-details .productprice .listprice {
  text-decoration: line-through;
  color: #000;
}
.basket li a .product-details .productprice .product-price {
  font-weight: bold;
  color: #c30;
  font-size: 17px;
}
.basket li a .product-details .productprice .price-quote {
  font-weight: bold;
  font-size: 12px;
}
.basket li .basket-product-controls {
  overflow: auto;
  background-color: #f8f8f8;
  padding: 10px 10px 0 10px;
}
.basket li .basket-product-controls .form-row {
  float: left;
  width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.basket li .basket-product-controls .btn-update {
  float: left;
  width: 70px;
  height: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.basket li .basket-product-controls .btn-update input {
  padding-top: 0px;
  cursor: pointer;
}
.basket li .basket-product-controls .btn-delete {
  float: left;
  width: 65px;
  height: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.basket li .basket-product-controls .product-price {
  float: right;
  padding-top: 10px;
}
.basket li .btn-orange a {
  color:#ffffff;
  font-weight: normal;
  padding: 0;
  padding-top: 9px;
}
.basket li .basket-message-bar {
  padding: 5px 10px 0px 10px;
  background: #fedbbf;
}
.basket li .basket-message-bar div {
  padding-bottom:5px;
}
.order-total-container {
  overflow:auto; 
  font-size:14px; 
  font-weight: bold;
}
.order-total-container .order-total {
  float:right; 
  width:300px; 
  padding-top:35px;
}
.order-total-container .order-total .total-text {
  float:left;
}
.order-total-container .order-total .total-amount {
  font-weight: bold; 
  float:right; 
  padding-right:10px;
}



.btn-checkout {
  width:110px; 
  height:40px; 
  padding-right:10px; 
  margin:0 0 0 auto;
}
.btn-checkout a {
  height: 100%;
  width: 100%;
  padding-top: 1px;
  background: transparent url('/images/arrow-white.png') no-repeat 95px 14px;
  background-size: 9px 13px;
}
.basket-container, .checkout-container, .general-container {
  padding: 0 10px 0 10px;
}

.checkout-container .form-row {
  width: 100%
}
.address .col1 {
  font-weight: bold;
  padding-right: 35px;
}

div#orderdescription {
  height: 80px;
  padding: 0;
  margin: 0;
}
.ui-input-text textarea {
  display: inline-table;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0px solid #ffffff;
  padding: 5px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ui-panel a {
  background: #fff url("/images/down-arrow-darkgrey2.png") no-repeat right 20px;
  background-size: 23px 8px;
}
.ui-panel a.visible {
  background: #fff url("/images/up-arrow-darkgrey2.png") no-repeat right 20px;
  background-size: 23px 8px;
}
.ui-panel > div a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  height: 46px;
  line-height: 46px;
}
.ui-panel .ui-panel-content {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  background: #f8f8f8;
}
.checkout-container h2{
  font-size: 12px;
}
.action-link {
  padding-left: 10px;
  background: transparent url("/images/arrow-darkgrey.png") no-repeat center left;
  background-size: 6px 9px;
}
.border-bottom {
  border-bottom: solid 1px #ccc;
}
.basket-checklist {
  list-style-type: disc;
  color: #999;
  padding-left: 15px;
}
.basket-checklist span {
  color: #000;
}
.basket-total {
  font-weight: bold;
}
.btn-finalize {
  width:180px; 
  height:40px; 
  padding-right:10px; 
  margin:0 0 0 auto;
}
.btn-finalize input[type=submit] {
  background: transparent url('/images/arrow-white.png') no-repeat 165px center;
  background-size: 9px 13px;
}



.address-panel a {
  color: #000;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  background: transparent url("/images/arrow-darkgrey.png") no-repeat right center;
  background-size: 9px 13px !important;
}
.max-width-512 {
  max-width: 512px;
}


#flyout-menu {
top: 0;
left: 0;
position: absolute;
height: 900px;
width: 250px;
background-color: #eee;
visibility: hidden;
-webkit-transition: visibility .0s linear .25s;
-moz-transition: visibility .0s linear .25s;
-ms-transition: visibility .0s linear .25s;
-o-transition: visibility .0s linear .25s;
transition: visibility .0s linear .25s;
}
#flyout-menu ul {
width: 250px;
}
#flyout-menu ul li.login-details {
height: 44px;
line-height: 44px;
color: #333;
overflow: hidden;
}
#flyout-menu ul li {
background-color: #eee;
}
#flyout-menu ul li a {
display: block;
color: #039;
height: 42px;
line-height: 42px;
}
#flyout-menu ul li.login-details a span {
color: #039;
}
#flyout-menu ul li span {
padding-top: 3px;
padding-bottom: 3px;
}
#flyout-menu ul li.divider {
height: 32px;
line-height: 32px;
padding-left: 10px;
background-color: #ccc;
font-weight: bold;
}
.border-top-white {
border-top: solid 1px #fff;
}

#flyout-menu a.basket span {
background: transparent url("/images/icons/menu/icon-cart.png") no-repeat 17px center;
}
#flyout-menu ul li span {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 50px;
}

.profile {
  background: transparent url("/images/profile.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.login {
  background: transparent url("/images/login.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.logout {
  background: transparent url("/images/logout.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.mnu-basket {
  background: transparent url("/images/basketsmall.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.orderhistory {
  background: transparent url("/images/orderhistory.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.categories {
  background: transparent url("/images/categories.png") no-repeat 17px center !important;
  background-size: 20px 20px !important;
}
.header-menu .menu-item a.logout span, .footer-menu .menu-item a.logout span {
  padding: 5px 0px 5px 27px;
  background: transparent url("/images/logout.png") no-repeat left center;
  background-size: 20px 20px !important;
}
.header-menu .menu-item a.login span, .footer-menu .menu-item a.login span {
  padding: 5px 0px 5px 27px;
  background: transparent url("/images/login.png") no-repeat left center;
  background-size: 20px 20px !important;
}
.header-menu .menu-item a.orderhistory span, .footer-menu .menu-item a.orderhistory span {
  padding: 5px 0px 5px 27px;
  background: transparent url("/images/orderkistory.png") no-repeat left center;
  background-size: 20px 20px !important;
}
