/* @group Layout styles */

body {
  background: #000 url(../images/layout/background.jpg) no-repeat 50% 0; /* fixed */
  /*background-size: cover;*/
  color: #000;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 995px;
}

#page {
  background: #fff;
  overflow: hidden;
  padding: 0 17px;
  zoom: 1;
}

span.tooltip {
  border-bottom: 1px dashed #00adef;
  cursor: help;
  text-decoration: none;
}

.not-found {
  margin-bottom: 20px;
}

.cms-home .hidden {
  display: none;
}

/*.pedalpedal-sitemap-route-index-index #page,*/
.catalog-seo-sitemap-category #page,
.cms-no-route #page,
.checkout-onepage-success #page,
.customer-account-index #page,
.customer-account-create #page,
.customer-account-edit #page,
.customer-account-forgotpassword #page,
.customer-account-login #page,
.customer-address-form #page,
.customer-address-index #page,
.newsletter-manage-index #page,
.review-customer-index #page,
.review-customer-view #page,
.sales-order-history #page,
.sales-order-view #page {
  overflow: hidden;
  padding: 20px 17px 50px;
  zoom: 1;
}

#content {
  float: left;
  margin-left: 207px;
  position: relative;
  width: 754px;
}

#sidebar {
  float: left;
  margin-left: -961px;
  padding-bottom: 20px;
  width: 176px;
}

.wide #content {
  float: none;
  margin: 0;
  width: auto;
}

/* @end Layout styles */

/* @group Generic styles */

.nobr {
  white-space: nowrap;
}

.no-display {
  display: none;
}

.error-message {
  color: red;
}

a {
  color: #19b5f1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  background: #5e5e5e;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  margin: 0 0 0 0;
  line-height: 20px;
  padding: 0 8px;
  text-transform: uppercase;
  width:auto;
  overflow:visible;
}

.large-button {
  background: #00ADEF;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
}

.rich-text h1,
h1.title {
  color: #00adef;
  font-size: 23px;
  /*line-height: 18px;*/
  margin: 1em 0;
  /*margin: 20px 0;*/
}

.rich-text h2,
h2.title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1em;
}

.rich-text h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1em;
}

.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

ul.messages, ul.messages ul {
  list-style-type: none !important;
  margin: 0 0 20px 0;
}
ul.messages ul {
  list-style-type: none !important;
}
ul.messages li.success-msg {
  background: #19B5F1;
  border: 0;
  color: #fff;
  padding: 10px 10px 10px 0;
}

ul.messages li.error-msg {
  background: white;
  border: 1px solid red;
  color: red;
  padding: 10px 10px 10px 0;
}

ul.messages li.notice-msg {
  background: white;
  border: 1px solid #00ADEF;
  color: #00ADEF;
  padding: 10px 10px 10px 0;
}

ul.messages ul {
  list-style-type: disc;
  margin: 0 0 0 25px;
}

p.success-message {
  background: white;
  border: 1px solid green;
  color: green;
  margin: 10px;
  padding: 10px;
}

.banner img,
.image img {
  display: block;
}

table.data-table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}

table.data-table th {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  text-align: left;
}

table.data-table td {
  padding: 5px;
  vertical-align: top;
}

table.data-table td.nowrap,
table.data-table th.nowrap {
  white-space: nowrap;
}

table.data-table .a-center {
  text-align: center;
}

table.data-table .a-right {
  text-align: right;
}

table.data-table tfoot td {
  font-size: 13px;
}

table.data-table tfoot td strong {
  color: #00ADEF;
  font-size: 16px;
  font-weight: bold;
}

.v-middle {
  vertical-align: middle;
}

/* @end Generic styles */

/* @group Form styles */

.form .input {
  margin-bottom: 10px;
  padding-left: 259px;
  position: relative;
}

#billing-region,
#shipping-region,
.form .string input,
.form .password input {
  border: 1px solid #c7c7c7;
  display: block;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 3px;
  width: 370px;
}

.form .short input {
  width: 100px;
}

.form .input label {
  font-weight: bold;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: right;
  top: 5px;
  width: 244px;
}

.form .input label em,
.form .input label em {
  color: red;
}

.form .checkbox label,
.form .radio label {
  left: auto;
  position: static;
  top: 0;
}

.form .error-message {
  clear: both;
  color: red;
  line-height: 15px;
  margin: 0;
  padding-top: 10px;
}

.form .buttons .button {
  background: #00ADEF;
  float: right;
}

.form .buttons {
  overflow: hidden;
  padding-left: 259px;
  zoom: 1;
  width: 378px;
}

.form .buttons .button {
  background: #00adef;
  float: right;
}

.form .buttons .required {
  clear: both;
  color: red;
  margin: 0;
  padding-top: 10px;
  text-align: right;
}

.form .buttons .link {
  color: #333;
  display: block;
  float: left;
  padding-top: 4px;
  text-decoration: underline;
}

.spinner {
  background: url(../images/layout/ajax-loader-small.gif) no-repeat 100% 50%;
  color: #333;
  display: none;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  padding: 0 21px;
}

/* @end Form styles */

/* @group Header styles */

#header {
  background: rgba(0, 0, 0, 0.70);
  height: 135px;
  position: relative;
  text-align: left;
  z-index: 2000;
}

#header .logo {
  background: url(../images/layout/logo-header.png) no-repeat 0 0;
  display: block;
  height: 79px;
  left: 22px;
  overflow: hidden;
  position: absolute;
  text-indent: -5000px;
  top: 26px;
  width: 350px;
}

#header .links {
  position: absolute;
  right: 17px;
  top: 15px;
}

#header .links ul {
  float: left;
}

#header .links li {
  border-right: 1px solid #fff;
  float: left;
  padding: 0 10px;
}

#header .links .last {
  border: 0;
  padding-right: 0;
}

#header .links .telephone {
  background:url('../images/telephone.png') no-repeat;
  background-position:0 1px;
  padding-left:18px;
  color: #fff;
}

#header .links a {
  color: #fff;
}

#header .tools {
  bottom: 26px;
  position: absolute;
  right: 17px;
  width: 254px;
}

#header .search {
  background: #fff;
  margin-bottom: 5px;
  padding: 0 0 0 9px;
  zoom: 1;
}

#header .search:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

#header .search label {
  display: none;
}

#header .search .input-text {
  border: 0;
  color: #000;
  float: left;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 6px 0 0 0;
  padding: 0 0 6px 0;
  width: 180px;
}

#header .search .button {
  background: #fff url(../images/layout/sprite.png) no-repeat 0 0;
  border: 0;
  display: block;
  float: right;
  height: 25px;
  overflow: hidden;
  padding: 0;
  text-indent: -5000px;
  width: 25px;
}

#header .basket {
  position: relative;
}

#header .basket .summary {
  background: #b7b7b7 /*#00adef*/;
  color: #000 /*#fff*/;
  height: 31px;
  line-height: 31px;
  padding: 0;
}

#header .basket .view-basket-link {
  padding: 0 16px 10px;
}

#header .basket .icon {
  background: url(../images/layout/sprite.png) no-repeat 0 -25px;
  display: block;
  float: left;
  height: 31px;
  overflow: hidden;
  text-indent: -5000px;
  width: 31px;
}

#header .basket .toggle-button {
  position: absolute;
  right: 8px;
  top: 9px;
}

#header .basket .content {
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  background: rgba(183, 183, 183, 0.9);   /* background: rgba(183, 173, 239, 0.9); */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  color: #000;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
}

.js .basket .content {
  height: 0;
}

#header .basket .content a {
  color: #000;
}

#header .basket .content .list-item {
  overflow: hidden;
  padding: 10px 16px;
  zoom: 1;
}

#header .basket .content .list-item .image {
  float: left;
}

#header .basket .content .list-item .detail {
  line-height: 17px;
  margin-left: 80px;
}

#header .basket .toggle-button{  background:url(../images/check-arrow.png) no-repeat 0 3px;}
#header .basket .toggle-button-selected{background:url(../images/check-arrowup.png) no-repeat 0 3px;}
#header .basket .checkout-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration:underline
}
#header .basket .checkout-link:hover{ text-decoration:none}

/* @end Header styles */

/* @group Primary Navigation styles */

#navigation {
  background: #00ade2;
  padding: 0px 17px 0;
}

#navigation .nav-wrapper {
  position: relative;
  z-index: 1000;
}

#navigation .nav-container {
  border-bottom: 0px solid #000; /* 6px */
  border-collapse: collapse;
  display: table;
  width: 100%;
}

#navigation ul {
  display: table-row;
  width: 100%;
}

#navigation li {
  display: table-cell;
  position: relative;
  border-left: solid 1px #0099c8;
}
#navigation li:hover {
  background:#3e3e3e;
}
#navigation li.first {
  border-left: 0 !important;
}

#navigation li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  /*text-transform: uppercase;*/
}

#navigation li:hover a {
  /*border-bottom: 0px solid #00a9e9;*/
  /*padding-bottom: 6px;*/
  text-decoration: none;
}

#navigation li ul {
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
  line-height: 17px;
  padding-top: 0px;
  position: absolute;
  text-align: left;
  width: 190px; /* ADDED BY DOM - WAS 220px */
}

#navigation li.last ul {
  right: 0;
}

#navigation li:hover ul {
  display: block;
}

#navigation li ul li {
  background: rgba(0, 0, 0, 0.85) !important;
  display: block;
  padding: 0 20px 10px;
  border-left: 0 !important;
}

#navigation li ul li.first {
  padding-top: 10px;
}

#navigation li ul li a {
  color: #00a9e9;
  padding: 0;
  text-transform: none;
  text-align: left;
  font-size:13px;
}

#navigation li ul li a:hover {
  text-decoration: underline;
}

#navigation li:hover ul li a {
  border: none;
  padding: 0;
}

#navigation li ul li ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}

#navigation li ul li ul li.first,
#navigation li ul li ul li {
  padding: 0 0 0 10px; /* ADDED BY DOM */
}

#navigation li ul li ul li {
  background: transparent !important;

}

#navigation li ul li ul li a {
  color: #fff;
}

/* @end Primary Navigation styles */

/* @group Footer styles */

#footer {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  padding: 10px 30px 20px;
  position: relative;
  text-align: left;
  zoom: 1;
}

#footer .logo {
  background: url(../images/layout/logo-footer.png) no-repeat 0 0;
  display: block;
  height: 67px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: -5000px;
  width: 272px;
}

#footer .column {
  float: left;
  margin-right: 30px;
  padding-bottom: 40px;
  width: 140px;
}

#footer .contact-us {
  width: 170px;
}

#footer .keeping-updated {
  margin: 0;
  width: 218px;
}

#footer .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#footer a {
  color: #fff;
}

#footer .banner {
  clear: both;
}

#footer .copyright {
  bottom: 20px;
  position: absolute;
  text-align: right;
  right: 30px;
}

#footer p {
  margin-bottom: 1em;
}

#footer .newsletter .string input {
  border: 0;
  color: black;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 7px 9px;
  /*text-transform: uppercase;*/
  width: 180px;
}

#footer .newsletter .actions .submit {
  background: none;
  border: 0;
  color: #00adef;
  cursor: pointer;
  display: block;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#footer .newsletter .actions .disabled {
  opacity: 0.5;
}

#footer .newsletter .error-message {
  color: red;
}

#footer .newsletter .error .error-message {
  display: block;
}

.social {
  margin-bottom: 12px;
  overflow: hidden;
  zoom: 1;
}

.social .list-item {
  float: left;
  margin-right: 12px;
}

.social .button {
  background: url(../images/layout/sprite.png) no-repeat 0 0;
  display: block;
  height: 33px;
  overflow: hidden;
  padding: 0;
  text-indent: -5000px;
  width: 85px;
}

.social .facebook {
  background-position: 0 -175px;
}

.social .twitter {
  background-position: 0 -125px;
}

.social .facebook:hover {
  background-position: -100px -175px;
}

.social .twitter:hover {
  background-position: -100px -125px;
}

/* @end Footer styles */


ul.shop-by-brand {
  width:210px;
  margin:20px 0 30px 20px;
  display:inline-block;
  vertical-align:top;
}
ul.shop-by-brand li a {
  font-size:16px;
  line-height:22px;
}

.breadcrumbs {
  overflow: hidden;
  padding: 12px 0 0;
  text-transform: uppercase;
  zoom: 1;
}

.catalog-product-view .breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs .list-item {
  border-right: 1px solid #bebebe;
  float: left;
  margin: 0 6px 12px 0;
  padding: 0 6px 0 0;
}

.breadcrumbs .last-child {
  border-right: 0;
  color: #19b5f1;
  margin:0 0 12px;
  padding: 0;
}

.header {
  margin-bottom: 10px;
  /* padding: 10px; */
  position: relative;
}

.header .title {
  margin: 0;
  padding:20px 0 0 20px;
  font-family:Georgia;
  color: #363636;
  font-size: 30px;
  text-align: left;
}

.mb-search-result .header .title {
  padding-left: 0;
}

.header .description {
  overflow: hidden;
}

.js .header .description {
  /*height: 0;*/
}

.header .description .gutter {
  line-height: 18px;
  padding: 0 20px 20px 0;
  font-weight: 700; /* ADDED BY DOM */
  border-bottom: solid 1px #ddd;
  margin-bottom:5px;
}

.header .toggle-button {
  bottom: 23px;
  position: absolute;
  right: 10px;
}

.category .tools {
  font-size: 13px;
  overflow: hidden;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.category .tools .label {
  float: left;
  padding-top: 3px;
}

.category .tools .per_page,
.category .tools .sort_by {
  float: left;
  margin-right: 25px;
  padding-top: 3px;
}

.category .tools .per_page .list-item,
.category .tools .sort_by .list-item {
  border-right: 1px solid #3c382f;
  float: left;
  padding: 0 5px;
}

.category .tools .per_page .last,
.category .tools .sort_by .last {
  border: 0;
  padding-right: 0;
}

.category .tools .pagination {
  float: right;
}

.category .products {
  padding: 0 0 30px 0;
  overflow: hidden;
  zoom: 1;
}

.category .products .product {
  float: left;
  line-height: 14px;
  margin-left: 30px;
  width: 166px;
}

.category .products .product .image {
  margin-bottom: 20px;
}

.category .products .product .image img {
  display: block;
}

.category .products .product .name {
  margin: 0 20px;
  font-weight: 700; /* ADDED BY DOM */
}

.category .products .product .name a {
  color: #000;
}

.category .products .product .name a:hover {
  text-decoration: none;
}

.category .products .first {
  margin-left: 0;
}

.category .products div.price {
  margin: 0 20px;
}


.catalog-product-view .product-detail {
  float: right;
  margin-left: 0px;
  padding-bottom: 20px;
  padding-right: 33px;
  width: 456px;
}

.catalog-product-view .product-images {
  float: left;
  margin-left: 0px;
  position: relative;
  width: 377px;
}

.product-detail {
  padding-top: 45px;
}

.product-detail .not-found {
  margin: 0;
  padding: 15px 18px 0;
}

.product-detail h1.name {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-detail .rating {
  float: left;
  margin-right: 20px;
}

.product-detail .availability {
  float: left;
  overflow: hidden;
  zoom: 1;
}

.product-detail .availability .button {
  background: url(../images/layout/sprite.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 21px;
  overflow: hidden;
  text-indent: -5000px;
}

.product-detail .availability .in-stock {
  background-position: 0 -225px;
  width: 64px;
}

.product-detail .availability-only {
  float: left;
  height: 21px;
  line-height: 21px;
  padding-left: 10px;
}

.product-detail .availability .out-of-stock {
  color: #e00000;
  text-transform: uppercase;
}
.product-detail .item-out-of-stock {
  color: #e00000;
  font-size:11px;
}

.product-detail div.price {
  clear: both;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.product-detail span.price {
  display: block;
  font-weight: bold;
}

.product-detail span.old-price {
  font-weight: normal;
}

.product-detail .rich-text {
  color: #444;
  margin: 0 25px;
  padding: 25px 0;
}

.product-detail .description {
  clear: both;
  color: #393939;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 20px 0;
}

.product-group .data-table {
  /*border: 0;*/
  margin: 0 0 20px 0;
  /*width: auto;*/
}

.product-group .data-table td {
  vertical-align: middle;
}

.product-group .data-table .price {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.product-group .data-table span.price {
  display: inline;
}

.product-attributes .data-table {
  margin: 1em 0 0;
}

.product-detail .quantity {
  margin-bottom: 19px;
}

.product-detail .quantity label {
  font-size: 13px;
  margin-right: 6px;
  text-transform: uppercase;
}

.product-group .qty,
.product-detail .quantity input {
  border: 1px solid #ccc;
  color: black;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 3px;
  width: 27px;
}

.product-detail .add-to-basket p.error-message {
  margin-bottom: 1em;
}

.product-detail .add-to-basket {
  margin-bottom: 30px;
  overflow: hidden;
  zoom: 1;
}

.product-detail .spinner {
  float: left;
  background-position: 0 50%;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 21px;
}

.product-detail .add-to-basket .button {
  background: #00adef;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin: 0 8px 0 0;
  line-height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  overflow: visible;
  width: auto;
}

.product-detail .add-to-basket .buy-now-button {
  background: #5e5e5e;
}

.product-detail .product-attributes .title {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 1em 0;
}

.product-detail .product-attributes th {
  padding-right: 10px;
  text-align: left;
}

.product-detail .product-sharing {
  overflow: hidden;
  padding-top: 12px;
  zoom: 1;
}

.product-detail .addthis_toolbox {
  /*float: left;*/
}

.product-detail .product-help-link {
  float: right;
}

.product-images {
  padding: 46px 0 20px 21px;
}

.product-image-preview {
  border: 1px solid #ccc;
  /*margin: 0 auto;*/
}

.product-image-thumbnails {
  float: left;
  margin-right: 0;
  margin-top: 35px;
}

.product-images .yui3-carousel {
  padding: 0 16px;
}

.product-images .list-item {
  float: left;
  padding: 1px 3px 0 0;
  width: 72px;
}

.product-images .yui3-carousel-content .list-item {
  padding: 0 4px;
}

.product-images .list-item a {
  border: 1px solid #cccccc;
  display: block;
  height:70px;
}

.product-image-cursor {
  height: 150px;
  width: 200px;
}

.product-image-mask {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}

.product-image-icon {
  background: url(../images/layout/sprite.png) no-repeat -50px -250px;
  display: block;
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  z-index: 500;
}

.product-image-large {
  border: 1px solid #ccc;
  height: 454px;
  left: 472px;
  top: 0;
  width: 454px;
}

.product-image-360 {
  float: left;
  margin: 35px 0 0 0;
}

.product-image-360 a {
  display: block;
  position: relative;
  height: 74px;
  width: 84px;

/*  background: url(../images/layout/360-view.jpg) no-repeat 0 0;
  display: block;
  height: 72px;
  overflow: hidden;
  text-indent: -5000px;
  width: 88px;*/
}

.product-image-360 a img {
  display: block;
  position: relative;
  z-index: 10;
}

.product-image-360 a .mask {
  background: url(../images/layout/360-mask.png) no-repeat 0 0;
  display: block;
  height: 74px;
  left: 0;
  position: absolute;
  top: 0;
  width: 84px;
  z-index: 20;
}





div.price {
  color: #19b5f1;
  font-weight: bold;
}

div.price .old-price {
  color: #333333;
  text-decoration: line-through;
}

div.minimal .price-label {
  color: #000;
  font-weight: normal;
}

.pager {
  overflow: hidden;
  zoom: 1;
}

.pager .amount {
  float: left;
  text-transform: uppercase;
}

.pager .limiter {
  float: left;
}

.pager .pagination {
  float: right;
}

.pagination .list {
  overflow: hidden;
  zoom: 1;
}

.pagination .list-item {
  display: block;
  float: left;
  margin-left: 3px;
}

.pagination .list-item a {
  background-color: #e8e8e8;
  color: #5e5f5f;
  display: block;
  height: 16px;
  line-height: 18px;
  padding: 0 5px;
}

.pagination .current span {
  background-color: #00adef;
  color: #fff;
  display: block;
  height: 16px;
  line-height: 18px;
  padding: 0 5px;
}

.pagination .list-item a.next {
  background: none;
  color: #00adef;
  padding-right: 0;
}

.pagination .list-item a.previous {
  background: none;
  color: #00adef;
  padding-left: 0;
}

.rating {
  background: url(../images/layout/rating.png) repeat-x 0 0;
  display: block;
  height: 16px;
  width: 85px;
}

.rating-value {
  background: url(../images/layout/rating.png) repeat-x 0 -16px;
  display: block;
  height: 16px;
}


.review {
  border-bottom: 1px solid #d4d4d4;
  color: #424242;
  font-size: 11px;
  margin: 0 17px;
  padding: 17px 0;
}

.review .rating {
  float: none;
  margin-bottom: 10px;
}

.review .title {
  font-size: 13px;
  margin-bottom: 10px;
}

.review .title strong {
  font-weight: bold;
}

.review .description {
  margin-bottom: 10px;
}

.review-ratings {
  overflow: hidden;
  zoom: 1;
}

.review-rating {
  float: left;
  width: 33%;
}

.review-rating .title {
  font-size: 12px;
  margin-bottom: 5px;
}

.review-rating .rating {
  background: url(../images/layout/review-rating.png) repeat-x 0 0;
  float: left;
  height: 8px;
  margin: 2px 0 0;
  width: 70px;
}

.review-rating .rating-value {
  background: url(../images/layout/review-rating.png) repeat-x 0 -8px;
  height: 8px;
}

.review-rating .score {
  float: left;
  color: #999999;
  line-height: 11px;
  padding-left: 8px;
}


.review-form {
  overflow: hidden;
  padding: 15px 18px;
  zoom: 1;
}

.js #review-form {
  display: none;
}

.js #review-form.active {
  display: block;
}

.review-form .spinner {
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}

.review-form .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.review-form table {
  border-collapse: collapse;
  margin: 10px 0 20px;
  width: 100%;
}

.review-form .rating {
  background: url(../images/layout/rating-small.png) repeat-x 0 0;
  display: inline-block;
  float: none;
  height: 11px;
  margin: 0;
  text-align: left;
  width: 55px;
}

.review-form .rating-value {
  background: url(../images/layout/rating-small.png) repeat-x 0 -11px;
  display: inline-block;
  height: 11px;
}

.review-form thead th,
.review-form td {
  text-align: center;
}

.review-form .input {
  overflow: hidden;
  padding-bottom: 6px;
  zoom: 1;
}

.review-form .input label {
  display: block;
  float: left;
  font-size: 13px;
  padding: 6px 0 0 0;
  width: 104px;
}

.review-form .string input {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  width: 275px;
}

.review-form .text textarea {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  height: 75px;
  margin: 0;
  padding: 5px 10px;
  width: 275px;
}

.review-form .error-message {
  line-height: 17px;
}

.review-form .input .error-message {
  clear: both;
  line-height: 1;
  padding: 10px 0 5px 104px;
}

.review-form .buttons {
  padding-left: 104px;
}

#content .basket {
  padding: 20px 11px;
}

#content div.empty-basket {
  overflow: hidden;
  padding: 20px 17px 50px;
  zoom: 1;
}

#content .basket .title {
  color: #00adef;
  font-size: 23px;
  line-height: 18px;
  margin: 20px 5px;
}

#content .basket table {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  width: 100%;
}

#content .basket table thead th {
  background: #e8e8e8 url(../images/layout/basket-th.jpg) repeat-x 0 0;
  font-weight: normal;
  padding: 7px 0;
  text-transform: uppercase;
}

#content .basket table thead th.remove {
  text-align: center;
  width: 65px;
}

#content .basket table tbody td {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  vertical-align: top;
}

#content .basket table tbody td.product-image {
  padding: 15px;
  width: 75px;
}

#content .basket table tbody td.product-name a {
  color: #000;
  text-decoration: underline;
}

#content .basket table tbody td.quantity {
  padding-top: 9px;
}

#content .basket table tbody td.quantity input {
  border: 1px solid #d9d9d9;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  padding: 3px;
}

#content .basket table tbody td.remove div {
  text-align: center;
}

#content .basket table tbody td.remove .remove-button {
  background: url(../images/layout/sprite.png) no-repeat -75px -75px;
  display: block;
  height: 13px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -5000px;
  width: 13px;
}

#content .basket td .item-msg {
  margin: 1em 0 0 0;
}

#content .basket td .error {
  color: red;
}

#content .basket .actions {
  background: #ededed;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 6px 12px;
  zoom: 1;
}

#content .basket .actions .continue-shopping {
  color: #000;
  float: left;
  line-height: 20px;
  text-decoration: underline;
}

#content .basket .actions .list {
  float: right;
}

#content .basket .actions .list-item {
  float: left;
  padding-left: 17px;
}

#content .basket .update-basket {
  background: #00adef;
}

#content .basket .options {
  background: url(../images/layout/basket-options.png) repeat-y 100% 0;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  zoom: 1;
}

#content .basket .options .title {
  color: #000;
  font-size: 18px;
  margin: 0 0 10px;
}

#content .basket .discount-codes {
  float: left;
  padding: 24px 0 27px 30px;
  width: 280px;
}

#discount-code-value {
  border: 1px solid #c7c7c7;
  float: left;
  margin: 0 7px 0 0;
  padding: 2px 3px 3px 3px;
}

#content .basket .discount-codes .input {
  margin: 10px 0;
  overflow: hidden;
  zoom: 1;
}

#content .basket .discount-codes .input label {
  display: block;
  margin-bottom: 10px;
}

#content .basket .discount-codes .error-message {
  clear: both;
  color: red;
  padding-top: 10px;
}

#content .basket .discount-codes .error .error-message {
  display: block;
}

#content .basket .delivery {
  float: left;
  padding: 24px 0 27px 30px;
  width: 351px;
}

#content .basket .delivery p {
  margin-bottom: 1em;
}

#content .basket .delivery label {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

#content .basket .delivery p.error-message {
  margin: 5px 0 0;
}

#content .basket .delivery .string input,
#region {
  border: 1px solid #c7c7c7;
  display: block;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 3px;
  width: 250px;
}

#content .basket .delivery select {
  display: block;
  font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  width: 258px;
}

#content .basket .delivery .input {
  margin-bottom: 10px;
}

#shipping-quote {
  padding-bottom: 1em;
}

#content .basket .delivery .buttons {
  overflow: hidden;
  zoom: 1;
  width: 258px;
}

#content .basket .delivery .button {
  float: right;
}

#content .basket .delivery .carrier h4 {
  font-weight: bold;
}

#content .basket .delivery .carrier label {
  display: block;
  font-weight: normal;
  clear:both;
  margin-bottom:6px;
}
.delivery .shipping .costs .carrier {
	margin-bottom:5px;
}
.delivery .shipping .costs .carrier h4 {
	font-weight:500 !important;
}
.delivery .shipping .costs .carrier h4 label {
	font-weight:700 !important;
	cursor: default !important;
}
#default-costs {
	margin-top:10px;
}
#default-costs .carrier {
	margin-bottom:5px;
}
#default-costs .carrier h4 {
	font-weight:500 !important;
}
#default-costs .carrier h4 label {
	font-weight:700 !important;
	cursor: default !important;
}


#content .basket .totals {
  float: right;
  padding: 29px 15px 15px 0;
  width: 231px;
}

#content .basket .totals table {
  border: 0;
  float: right;
  width: auto;
}

#content .basket .totals table td {
  border: 0;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 25px 20px;
  text-align: right;
  vertical-align: top;
}

#content .basket .totals table td strong {
  color: #00adef;
  font-size: 20px;
  font-weight: normal;
}

#content .basket .totals .checkout-types {
  clear: both;
  float: right;
}

#content .basket .totals .checkout-types .button {
  background: #00adef;
  font-size: 17px;
  height: 39px;
  line-height: 39px;
}

.categories {
  margin-bottom: 14px;
  overflow: hidden;
  zoom: 1;
}

.categories .category {
  cursor: pointer;
  float: left;
  margin-right: 13px;
  position: relative;
  width: 230px;
}

.categories .category a:hover {
  text-decoration: none;
}

.categories .last {
  margin-right: 0;
}

.categories .categories .shadow {
  background: url(../images/layout/category-shadow.png) no-repeat 50% 50%;
  display: block;
  height: 168px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.categories .category .title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 168px;
  left: 0;
  line-height: 168px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 100;
}

.promos {
  margin-bottom: 47px;
  overflow: hidden;
}

.promos .promo {
  float: left;
  height: 184px;
  margin-right: 19px;
  position: relative;
  width: 226px;
}

.promos .last {
  margin-right: 0;
}

.promo .promo img {
  height: 184px;
  width: 226px;
}

.promos .promo .title {
  background: rgba(0, 0, 0, 0.63);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 226px;
}

.promos .promo .content {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 10px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 206px;
}

.promos .twitter .title {
  background: rgba(0, 0, 0, 0.63) url(../images/layout/twitter-icon.png) no-repeat 10px 50%;
  padding-left: 41px;
  width: 185px;
}

.promos .facebook .title {
  background: rgba(0, 0, 0, 0.63) url(../images/layout/facebook-icon.png) no-repeat 10px 50%;
  padding-left: 41px;
  width: 185px;
}

.promos .youtube .title {
  background: rgba(0, 0, 0, 0.63) url(../images/layout/youtube-icon.png) no-repeat 10px 50%;
  padding-left: 41px;
  width: 185px;
}

.promo a:hover {
  text-decoration: none;
}

.yui3-ui-hidden {
  visibility: hidden;
}

.yui3-carousel-container {
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.yui3-carousel-content {
  list-style-type: none;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.yui3-carousel-horizontal .yui3-carousel-content {
  width: 10000px;
}

.yui3-carousel-item {
  float: left;
}

.yui3-carousel-vertical .yui3-carousel-item {
  clear: both;
}

.yui3-carousel-horizontal {
  position: relative;
}

.yui3-carousel-navigation .yui3-carousel-button {
  background: #fff;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 25px;
  zoom: 1;
}

.yui3-carousel-navigation .yui3-carousel-button span {
  background: url(../images/layout/sprite.png) no-repeat;
  display: block;
  height: 25px;
  left: 0;
  margin: -13px 0 0 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -5000px;
  top: 50%;
  z-index: 100;
  width: 25px;
  zoom: 1;
}

.yui3-carousel-navigation .yui3-carousel-button:active,
.yui3-carousel-navigation .yui3-carousel-button:focus {
  outline: 0;
}

.yui3-carousel-navigation .yui3-carousel-previous-button {
  left: 0;
}

.yui3-carousel-navigation .yui3-carousel-previous-button span {
  background-position: 0 -75px;
}

.yui3-carousel-navigation .yui3-carousel-next-button {
  right: 0;
}

.yui3-carousel-navigation .yui3-carousel-next-button span {
  background-position: 0 -100px;
}

.yui3-carousel-navigation .ui-hidden {
  display: none;
/*  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  cursor: default;
  opacity: 0.5;
  transition-duration: 0.25s;
  transition-property: opacity;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
}

.yui3-carousel-pagination {
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.yui3-carousel-pagination li {
  float: left;
  margin-left: 5px;
}

.yui3-carousel-paginationItem {
  background: #fff;
  cursor: pointer;
  display: block;
  height: 15px;
  overflow: hidden;
  text-indent: -5000px;
  width: 15px;
}

.yui3-carousel-pagination .selected {
  background: #00adef;
}

.product-images .yui3-carousel-navigation .yui3-carousel-button {
  width: 14px;
}

.product-images .yui3-carousel-navigation .yui3-carousel-button span {
  height: 29px;
  margin-top: -15px;
  width: 14px;
}

.product-images .yui3-carousel-navigation .yui3-carousel-previous-button span {
  background-position: 0 -250px;
}

.product-images .yui3-carousel-navigation .yui3-carousel-next-button span {
  background-position: -25px -250px;
}


.recent-orders .title {
  background: #fff url(../images/layout/recent.png) repeat-x 0 100%;
  overflow: hidden;
  zoom: 1;
}

.recent-orders .title span {
  background: #333;
  color: white;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.recent-orders .carousel {
  height: 102px;
  padding: 0 25px;
  position: relative;
}

.recent-orders .list-item {
  overflow: hidden;
  padding-top: 21px;
  zoom: 1;
  width: 305px;
}

.recent-orders .list-item .image {
  float: left;
  margin-right: 10px;
}

.recent-orders .list-item .product {
  float: left;
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
  width: 225px;
}

.recent-orders .list-item .product .name {
  color: #242424;
  font-weight: bold;
}

.recent-orders .list-item .product .name a {
  color: #242424;
}

.new-products {
  margin: 10px 0 40px;
}

.new-products .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: url(../images/layout/new-images-bg.jpg) repeat-x;
  padding: 8px 0 8px 12px;
  width:98.6%;
}

.new-products .title strong {
  color: #00adef;
}

.related-products .carousel,
.recently-viewed .carousel,
.new-products .carousel {
  padding: 0;
  position: relative;
}

.related-products .list-item,
.recently-viewed .list-item,
.new-products .list-item {
  line-height: 14px;
  overflow: hidden;
  padding: 0 25px;
  zoom: 1;
  width: 143px;
}

.related-products .image,
.recently-viewed .image,
.new-products .image {
  margin-bottom: 10px;
}

.related-products .name a,
.recently-viewed .name a,
.new-products .name a {
  color: #000; /* ADDED BY DOM - WAS 343331 */
  font-weight: 700; /* ADDED BY DOM */
  text-decoration: none !important; /* ADDED BY DOM */
}

.related-products,
.recently-viewed {
  border-top: 1px solid #ccc;
  clear: both;
  padding-bottom: 40px;
  padding-top: 27px;
}

.related-products .title,
.recently-viewed .title {
  color: #00adef;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.homepage-carousel {
  height: 336px; /* 430px */
  margin: 17px 0 15px 0;
  overflow: hidden;
}

.homepage-carousel .yui3-carousel-item {
  height: 336px;
  overflow: hidden;
  width: 961px;
}

.homepage-carousel .yui3-carousel-navigation .yui3-carousel-button {
  height: 32px;
  margin-top: -16px;
  top: 50%;
  width: 18px;
  z-index:725;
}

.homepage-carousel .yui3-carousel-navigation .yui3-carousel-button span {
  position: static;
  height: 32px;
  left: 0;
  margin: 0;
  top: 0;
  width: 18px;
}

.homepage-carousel .yui3-carousel-navigation .yui3-carousel-next-button, .homepage-carousel .yui3-carousel-navigation .yui3-carousel-previous-button {
  display:none;
 }

.homepage-carousel .yui3-carousel-navigation .yui3-carousel-previous-button span {
  background-position: -250px -75px;
}

.homepage-carousel .yui3-carousel-navigation .yui3-carousel-next-button span {
  background-position: -275px -75px;
}

.filters {
  background: #fbfbfb; /* was fbfbfb */
  /* border: 1px solid #e0e0e0; */
  margin-bottom: 15px;
  padding: 10px;
}

.filters .title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 10px 15px;
  text-transform: uppercase;
}

.filters .reset {
  padding: 0 10px 15px;
}

.filters .reset a {
  background: url(../images/layout/filters-reset.png) no-repeat 0 50%;
  color: #ea1111;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.filter {
  /* border-top: 1px solid #cdcdcd; */
  color: #121212;
  padding: 10px 4px 15px;
}

.filter .title {
  color: #00adef;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

.filter .list-item {
  padding-bottom: 5px;
  font-weight: 700; /* ADDED BY DOM */
}

.filter .category,
.filter .action {
  background: url(../images/layout/filter-off.png) no-repeat 0 1px;
  color: #121212;
  display: block;
  padding: 0 0 0 15px;
}

.filter .count {
  color: #121212;
}

.filter .selected .action {
  background-image: url(../images/layout/filter-on.png);
  color: #00adef;
}

.toggle-button {
  background: url(../images/layout/sprite.png) no-repeat -50px -75px;
  border: 0;
  cursor: pointer;
  display: block;
  height: 13px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -5000px;
  width: 13px;
}

.toggle-button-selected {
  background-position: -50px -100px;
}

a.m-show-less-action, a.m-show-more-action  {
  display:none;
  visibility:hidden;
}

#price-slider {
  margin: 0 auto 7px;
  width: 130px;
}

#price-values {
  color: #9b9b9b;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  zoom: 1;
}

#price-from {
  float: left;
}

#price-to {
  float: right;
}

#price-applied {
  color: #000;
}











.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-rail {
  background-image: url(../images/layout/rail.png);
  height: 15px;
}

.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-rail-cap-left,
.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-rail-cap-right {
  display: none;
}

.yui3-skin-sam .yui3-dualslider-thumb {
  cursor: pointer;
  overflow: visible;
}

.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-thumb {
  height: 15px;
}

.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-thumb-image {
  left: -8px;
  top: 0;
}

.yui3-skin-sam .yui3-dualslider-x  .yui3-dualslider-thumb-image-alt {
  left: auto;
  right: -8px;
}

.yui3-skin-sam .yui3-dualslider-x .yui3-dualslider-thumb-shadow {
  display: none;
}

.yui3-skin-sam .yui3-tabview-list {
  border: 0;
}

.yui3-skin-sam .yui3-tabview-panel {
  background: #fff;
  border-color: #ccc;
  padding: 0;
}

.yui3-skin-sam .yui3-tab {
  margin-bottom: -1px;
  margin-right: -1px;
}

.yui3-skin-sam .yui3-tab-label {
  border-bottom-width: 1px;
  border-color: #ccc;
  font-size: 100%;
  padding: 8px 15px 7px;
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
  border-bottom-width: 0;
  border-color: #ccc;
  padding: 8px 15px;
}

.yui3-skin-sam .yui3-tab-label,
.yui3-skin-sam .yui3-tab-label:hover,
.yui3-skin-sam .yui3-tab-label:focus {
  background: #f4f4f4;
  color: #8a8a8a;
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover {
    background: #fff;
    color: #000;
}

.yui3-skin-sam .yui3-tab-label:hover {
  text-decoration: underline;
}

.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover {
  text-decoration: none;
}




.ajax-loading {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  position: absolute;
}

.ajax-loading-spinner {
  background: url(../images/layout/ajax-loader.gif) no-repeat 0 0;
  height: 19px;
  margin-left: -110px;
  margin-top: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
}

.yui3-scrollbox {
  overflow: hidden;
  padding-right: 17px;
  position: relative;
}

.yui3-scrollbox-content {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
}

.yui3-scrollbox .yui3-slider {
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
}

.yui3-scrollbox .yui3-slider-hidden {
  display: none;
}

.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail {
  width: 17px;
}

.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail-cap-bottom,
.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail-cap-top {
  display: none;
}

.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-thumb {
  background: #19b5f1;
  height: 50px;
  width: 17px;
}

.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-thumb-image,
.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-thumb-shadow {
  display: none;
}

.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail,
.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail-cap-left,
.yui3-skin-sam .yui3-scrollbox .yui3-slider-y .yui3-slider-rail-cap-right {
    background: none;
}

.yui3-tab-panel {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

.yui3-tab-panel-selected {
  height: auto;
}

.yui3-skin-sam .filter-options .yui3-slider-y .yui3-slider-rail {
  width: 9px;
}

.yui3-skin-sam .filter-options .yui3-slider-y .yui3-slider-thumb {
  width: 9px;
}

.filter-options .yui3-scrollbox {
  padding-right: 9px;
}

.rich-text {
  font-size: 12px;
  line-height: 16px;
}

.rich-text p,
.rich-text ol,
.rich-text ul {
  margin-bottom: 1em;
}

.rich-text ol,
.rich-text ul {
  list-style-position: inside;
  /*margin-left: 25px;*/
}

.rich-text ol {
  list-style-type: decimal;
}

.rich-text ul {
  list-style-type: disc;
}

.rich-text strong,
.rich-text b {
  font-weight: bold;
}

.rich-text em,
.rich-text i {
  font-style: italic;
}

.rich-text .left {
  float: left;
  margin: 0 10px 1em 0;
}

.rich-text .right {
  float: right;
  margin: 0 0 1em 10px;
}

.yui3-overlay-mask {
  background: rgba(0, 0, 0, 0.7);
}

#imageviewer .yui3-widget-bd {
  background: #fff;
}


#imageviewer .yui3-widget-ft {
  background: #fff;
  padding: 0 10px;
  text-align: left;
}

#imageviewer .yui3-widget-hd {
  bottom: 100%;
  color: #fff;
  font-size: 13px;
  left: 0;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}

#imageviewer .yui3-slider-y {
  background: url(../images/layout/sprite.png) no-repeat -275px -125px;
  padding: 28px 0;
  position: absolute;
  right: 5px;
  top: 11px;
}

#imageviewer .yui3-slider-thumb-shadow {
  display: none;
}

#imageviewer .button {
  background: url(../images/layout/sprite.png) no-repeat -225px -125px;
  height: 20px;
  margin-right: 10px;
  overflow: hidden;
  padding-top: 20px;
  text-indent: -5000px;
  width: 20px;
}

#imageviewer .pause {
  background-position: -250px -125px;
}

#imageviewer .yui3-slider-x {
  background: url(../images/layout/sprite.png) no-repeat 0px -300px;
  padding: 0 29px;
}

.imageviewer-wrapper {
  border: 1px solid #ececec;
}

#imageviewer .yui3-widget-bd {
  padding: 10px 38px 10px 10px;
}

.imageviewier-close {
  background: url(../images/layout/sprite.png) no-repeat -200px -125px;
  border: 0;
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 10px;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  width: 10px;
}

/* @group Nav Box styles */

.nav-box {
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
  padding: 15px 15px 5px 15px;
}

.nav-box h3.title {
  color: #3f3f3f;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.nav-box .list-item,
.nav-box h4.title {
  color: #00adef;
  font-size: 13px;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.nav-box .list-item {
  color: #333;
}

.nav-box h4.title a {
  color: #333;
  float: right;
  font-size: 12px;
  text-decoration: underline;
}

.nav-box .content {
  color: #333;
  margin-bottom: 10px;
}

/* @end Nav Box styles */

/* @group Checkout styles */

.checkout-header {
  overflow: hidden;
  padding-top: 20px;
  zoom: 1;
}

.checkout-header .banner {
  float: right;
}

.checkout-header .title {
  color: #00adef;
  float: left;
  font-size: 23px;
  line-height: 18px;
  margin: 20px 5px;
}

ol.checkout {
  padding-bottom: 20px;
}

.checkout h4 {
  font-weight: bold;
  margin-bottom: 1em;
}

.checkout p,
.checkout ul {
  margin-bottom: 1em;
}

.checkout .title {
  background: #e6e6e6;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  color: #686868;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  text-transform: uppercase;
}

.checkout .active .title {
  background: #00adef;
  border: 0;
  color: #fff;
  font-size: 15px;
  height: 31px;
  padding: 0 13px;
  line-height: 31px;
}

.checkout .content {
  background: #fff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.js .checkout .content {
  height: 1px;
}

.js .checkout .active .content {
  height: auto;
}

.checkout .form .buttons {
  width: auto;
}

.checkout .content .gutter {
  overflow: hidden;
  padding: 20px;
  position: relative;
  zoom: 1;
}

.checkout .content .title,
.checkout .active .content .title {
  background: none;
  border: 0;
  color: #000;
  font-size: 16px;
  height: auto;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0;
  text-transform: none;
}

.checkout-step .address-book .input label {
  left: auto;
  position: static;
  top: auto;
}

.checkout-step .address-book .input select {
  margin: 10px 0 0 0;
}

select#billing-address-select, select#shipping-address-select {
  width:450px;
}

.checkout-method {
  float: left;
  padding-right: 10px;
  width: 346px;
}

.checkout-method .error-message {
  margin: 0 0 1em;
  padding: 0;
}

.checkout-method .list-item {
  font-weight: bold;
}

.checkout-method .checkout-benefits {
  list-style-type: disc;
  margin-left: 25px;
}

.checkout-login {
  float: left;
  padding-left: 20px;
  width: 336px;
}

.checkout-login .input {
  padding-left: 105px;
}

.checkout-login .input label {
  width: 90px;
}

.checkout-login .string input,
.checkout-login .password input {
  width: 200px;
}

.checkout-login .form .buttons {
  padding-left: 105px;
  width: 208px;
}

#checkout-billing-errors,
#checkout-shipping-method-errors,
#checkout-payment-errors {
  padding: 0 0 20px 0;
}

#checkout-payment .payment-type,
#checkout-shipping_method .input {
  padding-left: 0;
}

#checkout-payment .cvv {
  overflow: hidden;
  zoom: 1;
}

#checkout-payment .cvv input {
  float: left;
}

#checkout-payment .cvv-info {
  float: left;
  padding: 4px 0 0 10px;
}

#checkout-payment .switch-solo {
  display: none;
}

#checkout-payment .checkout-payment {
  display: none;
}

#checkout-payment .active {
  display: block;
}

#checkout-review .content {
  border-bottom: 1px solid #e0e0e0;
}

#checkout-review-submit .buttons {
  padding-top: 20px;
}

#checkout-review-submit .buttons .spinner {
  height: 39px;
  line-height: 39px;
}

#checkout-review-submit .buttons .button {
  background: #00ADEF;
  float: right;
  font-size: 17px;
  height: 39px;
  line-height: 39px
}

#checkout-review-submit .buttons .forgot-item {
  float: left;
}

/* @group CVV Overlay styles */

/*#checkout-overlay {
  background: #fff url(../images/layout/cvv.gif) no-repeat 50% 50%;
  display: block;
  height: 205px;
  padding: 10px;
  width: 453px;
}*/

#checkout-overlay .yui3-widget-hd {
  bottom: 100%;
  color: #fff;
  font-size: 13px;
  left: 0;
  padding-bottom: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}

#checkout-overlay .yui3-widget-bd {
  background: #fff;
/*  height: 205px;*/
  padding: 10px;
/*  width: 453px;*/
}

#checkout-overlay .close-button {
  background: url(../images/layout/sprite.png) no-repeat -200px -125px;
  border: 0;
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 10px;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: absolute;
  right: 0;
  text-indent: -5000px;
  width: 10px;
}

/* @end CVV Overlay styles */

/* @end Checkout styles */

.customer-account-login .create {
  float: left;
  width: 400px;
}

.customer-account-login .login {
  float: right;
}

.customer-account-login .input {
  padding-left: 100px;
}

.customer-account-login .input label {
  width: 90px;
}

.customer-account-login .buttons {
  padding-left: 100px;
}

.my-account h2.title {
  background: #00adef;
  border: 0;
  color: #fff;
  font-size: 15px;
  height: 31px;
  margin: 0;
  padding: 0 13px;
  line-height: 31px;
}

.my-account .content {
  background: white;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  zoom: 1;
}

.my-account .content h2.title {
  background: none;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
}

.js .my-account #change-password-fields {
  display: none;
}

.newsletter-manage-index .form .checkbox {
  padding-left: 0;
}

.newsletter-manage-index .form .buttons {
  padding-left: 0;
}

.newsletter-manage-index .form .buttons .button {
  float: left;
}

.my-account .addresses {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.my-account .address {
  float: left;
  width: 50%;
}

.my-account .addresses .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.my-account .address .edit-link {
  margin-top: 10px;
}

.customer-account-index .buttons {
  margin: 0;
  overflow: hidden;
  zoom: 1;
}

.customer-account-index .account-information {
  float: left;
  padding-top: 20px;
  width: 50%;
}

.customer-account-index .subscriptions {
  float: right;
  padding-top: 20px;
  width: 50%;
}

.customer-account-index .addresses {
  padding-top: 20px;
}


.link-reorder {
  font-weight: bold;
}

.sales-order-view .address {
  padding-bottom: 1em;
}

.my-account .review {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}

.review-customer-view .product {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 1em;
  zoom: 1;
}

.review-customer-view .product .image {
  float: left;
}

.review-customer-view .product .product-details {
  float: left;
  margin-left: 20px;
  width: 500px;
}

.review-customer-view .average-rating {
  margin-bottom: 1em;
  overflow: hidden;
  zoom: 1;
}

.review-customer-view .average-rating h3,
.review-customer-view .average-rating .rating {
  float: left;
}

.review-customer-view .average-rating h3 {
  font-size: 12px;
  line-height: 16px;
  padding-right: 10px;
}

.my-account .data-table {
  margin: 20px 0;
}

#tooltip .yui3-widget-bd {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
}

#tooltip .yui3-widget-bd {
  background: url(../images/layout/tooltip-bd.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 199px;
}

#tooltip .yui3-widget-bd div {
  padding: 21px 21px 10px;
}

#tooltip .loading {
  background: url(../images/layout/ajax-loader-tooltip.gif) no-repeat 21px 21px;
  height: 16px;
}

#tooltip .yui3-widget-bd .title {
  font-weight: bold;
  margin-bottom: 10px;
}

#tooltip .yui3-widget-ft {
  background: url(../images/layout/tooltip-ft.png) no-repeat 0 0;
  height: 15px;
}

#messages_product_view .messages {
  margin: 20px 0 0;
}

.cms-page-view .breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
}

.cms-page-view {
  color: #393939;
}

.cms-page-view .rich-text h1,
.cms-page-view h1.title {
  color: #393939;
  font-size: 20px;
}

#homepage-news {
  position: relative;
  z-index: 700;
}

#homepage-news.open {
  z-index: 750;
}

#homepage-news .frame {
  height: 430px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 302px;
  display:none; /* Added to remove homepage news overlap */
}

#homepage-news .inner {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  height: 430px;
  position: absolute;
  left: 0;
  top: 0;
  width: 278px;
}

.js #homepage-news .inner {
  left: -278px;
}

.js #homepage-news.open .inner {
  left: 0;
}

#homepage-news .scroller {
  height: 328px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 74px;
  width: 278px;
}

#homepage-news .scroller_inner {
  position: relative;
  top: 0;
}

#homepage-news .header {
  background: url(../images/layout/news-header.png) repeat-x 0 0;
  font-size: 11px;
  height: 81px;
  left: 0;
  line-height: 13px;
  padding: 15px 15px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 248px;
}

#homepage-news .header .title {
  color: #00adef;
  font-size: 21px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#homepage-news .footer {
  background: url(../images/layout/news-footer.png) repeat-x 0 0;
  bottom: 0;
  height: 51px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 278px;
}

#homepage-news .button {
  background: url(../images/layout/sprite.png) no-repeat 0 0;
  height: 12px;
  overflow: hidden;
  padding-top: 12px;
  text-indent: -5000px;
}

#homepage-news .footer .up {
  background-position: -100px -225px;
  bottom: 7px;
  left: 11px;
  position: absolute;
  width: 30px;
}

#homepage-news .footer .up:hover {
  background-position: -100px -250px;
}

#homepage-news .footer .down {
  background-position: -150px -225px;
  bottom: 7px;
  position: absolute;
  right: 11px;
  width: 45px;
}

#homepage-news .footer .down:hover {
  background-position: -150px -250px;
}

#homepage-news .tab {
  display:none !important;
  background: url(../images/layout/sprite.png) no-repeat -225px -225px;
  cursor: pointer;
  height: 59px;
  overflow: hidden;
  position: absolute;
  right: -25px;
  text-indent: -5000px;
  top: 5px;
  width: 25px;
}

#homepage-news.open .tab {
  background-position: -200px -225px;
}

.news-post {
  font-size: 15px;
  min-height: 52px;
  padding: 15px 17px 20px 11px;
}

.news-post {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  zoom: 1;
}

.news-post a {
  color: #00adef;
}

.news-post strong,
.news-post b {
  font-weight: bold;
}

.news-post em,
.news-post i {
  font-style: italic;
}

.news-post-text .news-post-wrapper {
  background: url(../images/layout/news-quote-left.png) no-repeat 3px 4px;
  overflow: hidden;
  zoom: 1;
}

.news-post-text .news-post-content {
  background: url(../images/layout/news-quote-right.png) no-repeat 100% 100%;
  float: left;
  padding: 0 30px;
}

.news-post-left img {
  display: block;
  float: left;
  margin-left: -250px;
  /*max-height: 120px;*/
  /*max-width: 120px;*/
}

.news-post-left .news-post-content {
  float: left;
}

.news-post-right .news-post-content {
  float: left;
}

.news-post-right img {
  float: right;
}

.news-post-wide {
  padding: 15px 11px 20px 11px;
}

.news-post-wide img {
  display: block;
  margin: 0 auto 10px auto;
}

.news-post:hover {
  background-color: rgba(29, 193, 255, 0.75);
}

.news-post:hover a {
  color: #000;
}

.news-post-text:hover .news-post-wrapper {
  background-image: url(../images/layout/news-quote-left-hover.png);
}

.news-post-text:hover .news-post-content {
  background-image: url(../images/layout/news-quote-right-hover.png);
}

.sitemap-categories {
  font-weight: bold;
}

.sitemap-categories .sitemap-categories {
  list-style: square;
  margin-left: 25px;
}

.sitemap-category {
  border-top: 1px solid #ccc;
  /*float: left;*/
  font-size: 16px;
  margin: 0;
  padding: 20px 0 10px;
  /*width: 50%;*/
}

.sitemap-category:nth-child(even){
  /*float: right;*/
}

.sitemap-category .sitemap-category {
  border: none;
  float: none;
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
  width: auto;
}

.sitemap-products {
  font-size: 12px;
  font-weight: normal;
  list-style: square;
  line-height: 16px;
  margin: 10px 0 10px 25px;
}

table.payment-details {
  border-collapse: collapse;
}

table.payment-details td {
  padding-top: 5px;
  vertical-align: top;
}

.checkout-error {
  text-align: left;
}

.checkout-error-header {
  font-weight: bold;
  padding-bottom: 10px;
}

.checkout-error-message {
  border: 1px solid red;
  color: red;
  padding: 10px;
}

.checkout-error-footer {
  padding: 10px 0;
}

.checkout-error-actions {
  overflow: hidden;
  padding: 0;
  zoom: 1;
}

#tooltip {
  margin-left: -11px;
}

.sagepaysuite-paypalexpress-review #order_review_form {
  overflow: hidden;
  padding-bottom: 20px;
  zoom: 1;
}

.sagepaysuite-paypalexpress-review .order-details .title {
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.sagepaysuite-paypalexpress-review .order-details .address {
  margin-bottom: 1em
}

.sagepaysuite-paypalexpress-review .order-details {
  overflow: hidden;
  padding-bottom: 20px;
  zoom: 1;
}

.sagepaysuite-paypalexpress-review .billing-details {
  float: left;
  width: 49%;
}

.sagepaysuite-paypalexpress-review .shipping-details {
  float: right;
  width: 49%;
}



/* ADDED BY DOMINIC */

table.pedal-pedal {
  border-collapse:collapse;
}
table.pedal-pedal th, table.pedal-pedal td {
  padding:10px;
  vertical-align:middle !important;
  border:solid 1px #000;
}
table.pedal-pedal th {
  background:#00ade2;
  color:#fff;
  font-weight:bold;
}
.manufacturer-link {
  margin:0;
  padding: 0 0 20px 0;
 }
#video-gallery {
	width:100%;
	text-align:center;
}
#video-gallery p {
	text-align:center;
	margin-bottom:20px;
}
#print-wrapper {
	width:950px;
	margin: 0 auto;
	background:#fff;
	padding:20px;
	text-align:left;
}
p#header-strapline-text {
	position:absolute;
	top:92px;
	left:177px;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	text-align:left;
}
p#header-telephone-text {
	position:absolute;
	top:70px;
	left:420px;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-align:left;
}
p#header-telephone-text strong {
	font-family:Arial;
	font-size:21px;
	color:#fff;
	font-weight:700;
}
ul#homepage-category-banners {
	list-style-type:none;
	height:225px;
    padding-top: 10px;
}
ul#homepage-category-banners li {
	float:left;
	margin:0 0 8px 8px;
}
ul#homepage-category-banners li.first {
	margin:0 0 8px 0 !important;
}
ul#homepage-category-banners li img {
	border:0;
}

ul#mosaic {
	width:226px;
	height:184px;
	overflow:hidden;
	list-style-type:none;
	position:relative;
	z-index:1;
}
ul#mosaic li {
	float:left;
	width:32px;
	height:32px;
	position:relative;
}
ul#mosaic li img {
	width:32px;
	height:32px;
	position:relative;
	top:0;
	left:0;
	border:0;
	background:#fff;
}
.promos .promo a.title {
  display:block;
  background: rgba(0, 0, 0, 0.63) url(../images/layout/twitter-icon.png) no-repeat 10px 50%;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  left: 0;
  padding: 15px 0 15px 41px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 185px;
  z-index:2;
}

#checkout-review-table .price {
	text-align:right;
}






#bundle-content {
	 width:750px;
	 margin:0 auto;
	 padding-top:30px;
}
#bundle-content h2 {
	font-family:trebuchet MS;
	text-align: left;
	font-size:15px;
	font-weight:bold !important;
	margin:5px 0 10px 0 !important;
	padding:0;
}
#bundle-content p {
	font-family:trebuchet MS;
	text-align: left;
	font-size:14px;
	margin:0 0 20px 0 !important;
	padding:0;
}
table#bundle {
	margin:0 auto;
	padding-top: 20px;
	font-family:trebuchet MS;
}
table#bundle td {
	padding:5px 0;
	vertical-align:top;
	text-align:left;
}
table#bundle td.product_name {
	width:90px;
	font-weight:bold;
	font-size:16px;
}
table#bundle td.product_description {
	width:350px;
	font-size:14px;
}
table#bundle td.product_price {
	width:170px;
	padding-right:20px;
	font-size:12px;
	text-align:right;
}
table#bundle td.checkbox {
	font-size:14px;
	text-align: left;
}
table#bundle td.bold {
	font-weight:bold;
	font-size:18px;
	padding-right: 20px;
}
table#bundle td.right {
	text-align:right;
}
table#bundle td #upsell {
	font-size:11px;
	color:#ff0000;
	text-align:right;
}
#bundle-content a#link {
	float:right;
	display:block;
	padding:10px;
	background:#00ade2;
	color:#fff;
	text-decoration:none;
}

/*************/
@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('../fonts/baskerville_old.eot');
    src: url('../fonts/baskerville_old.eot#iefix') format('embedded-opentype'),
         url('../fonts/baskerville_old.woff') format('woff'),
         url('../fonts/baskerville_old.ttf') format('truetype'),
         url('../fonts/baskerville_old.svg') format('svg');
    font-weight: normal;
    font-style: normal;
 }
 @font-face {
    font-family: 'BaskervilleSemiBold';
    src: url('../fonts/baskerville_semibold.eot');
    src: url('../fonts/baskerville_semibold.eot') format('embedded-opentype'),
         url('../fonts/baskerville_semibold.woff') format('woff'),
         url('../fonts/baskerville_semibold.ttf') format('truetype'),
         url('../fonts/baskerville_semibold.svg') format('svg');
}


#header .logo a {margin-left: 23px;}
#header .logo {background:none; float: left;height: 75px;margin: 28px 0 0;position: static;text-indent: 0;width: 353px;}
p#header-strapline-text { left:150px}
#header .links{ top:0; float:right; width:500px; clear:both; position:static; margin-right:25px;}
#header .links ul{ margin:12px 0 0; float:right}
#header .links li{ border:none; padding:0 8px}
#header .links li.last{ padding-right:0}
.top-container{ float:right; width:220px; margin-left:20px;}
#header .basket{ background:url(../images/layout/sprite.png) no-repeat -40px 0; float:left; width:215px; line-height:35px; padding:1px 2px 3px; z-index:99 }
#header .basket .summary{ background:none;color:#fff; font-size:12px;}
#header .basket .icon{ margin-right:10px;}
#header .tools{ float:left; left:378px; top:44px; width:242px;}
p#header-telephone-text{background:url(../images/layout/sprite.png) no-repeat -268px 2px; padding-left:28px; position:static; padding-bottom:10px}
p#header-telephone-text strong{ font-size:31px; text-shadow:0 0 3px #FFFFFF; }
#header .search .input-text{ margin:4px 0 0; padding:0 0 5px}

.header-ratting{ float:right; width:221px; background:url(../images/header-rattingbg.png) no-repeat 0 -110px ; margin:12px 25px 0 0;}
.header-ratting a{ text-decoration:none; margin:0; padding:0; background:none;}
.header-ratting a:hover{ text-decoration:none;}
#tp_widget .tpc_rating .tpc_rating_bubble{background:url(../images/header-rattingbg.png) no-repeat 0 -110px; width:155px; height:58px; margin:0; float:left;}
.tpc_widget{ width:221px; margin:0}
#tp_widget .tpc_rating{ width:221px; margin:0; height:auto}
.tp_score{ width:60px; float:left;  font-weight:bold; font-size:13px; color:#484848;font-family: 'Trebuchet MS', helvetica, arial, sans-serif; text-align:center; padding:10px 0 }
.tp_score span{ font-size:31px; color:#00acee;  display:block; line-height:30px; }
#tp_widget .tpc_rating .tpc_rating_startext{background-image:url(../images/header-rattingbg.png); margin-bottom:5px; height:16px;}
#tp_widget .tpc_rating .tpc_rating_rating{ margin-top:3px; color:#484848; font-size:11px;}
 
.trustipilot-box{ background:url(../images/trustipilot-bg.png) no-repeat 0 0; width:267px; padding:14px 10px 10px; text-align:center; position:absolute; left:26px;color:#9ea0a3; font-size:14px;  font-family: 'Trebuchet MS', helvetica, arial, sans-serif; z-index:2; bottom:30px; }
.bx-wrapper { position:relative; z-index:1;}
.tp_logo_rss{ color:#9ea0a3; font-size:14px; text-align:center}
.trustipilot-box a{ color:#9EA0A3; text-decoration:none; cursor:pointer}
.trustipilot-box a:hover{ text-decoration:none}
.trustipilot-box p{ margin:5px 0}
.trustipilot-box #tp_widget .tpc_rating,.trustipilot-box #tp_widget{ margin:11px auto; width:110px;}

.block-rating{ display:block; background:#FBFBFB; padding:10px;}
.block-rating .block-content{ display:block; text-align:center;}
.block-rating .block-content .tpiframe-wrapper{ text-align:center; width:100%;}
.block-rating .block-content .tpiframe-wrapper body img{ margin:0 auto}

.cleint-block{ width:961px; float:left; background:#fff; font-size:18px; padding:16px 17px 15px; border-bottom:1px solid #a4dff7; }
.cleint-block ul{padding:0; }
.cleint-block li{ float:left; width:176px; color:#1eb0eb; padding:6px 5px 0px 50px; background:url(../images/cblock-icon.png) no-repeat 0 9px; border-right:1px solid #a4dff7; font-size:18px; text-align:center; margin:0; min-height:45px; font-family: 'baskerville_old_faceregular';}
.cleint-block li h3{ font-weight:normal; font-size:18px; margin-bottom:1px;   font-family: 'BaskervilleSemiBold';}
.cleint-block li p{ margin:0; padding:0;}
.cblock-icon{}
.cleint-block li.shippingblock{ width:180px}
.cleint-block li.easyreturns{ width:185px; background-position:0 -60px; padding-right:10px; padding-left:53px; margin-right:5px;}
.cleint-block li.overorder{background-position:0 -124px; padding-right:16px; margin-right:7px; }
.cleint-block li.yearwarranty{ margin-right:0; border:none; background-position:0 -189px; padding-right:0; width:155px; padding-left:53px;}
/*******cart page******/
.basket .options .col2-set {float: left;  width:660px; }
.basket .options .col2-set .col-1{ width:300px; float:left; padding: 24px 0 27px 30px;}
.basket .crosssell li.item {margin: 12px 0; float:left; width:100%;}
.basket .crosssell .product-image {border: 1px solid #D0CDC9;float: left;height: 75px;width: 75px;}
.basket .crosssell .product-details {margin-left: 90px;}
.basket .crosssell .product-name {font-weight: bold; font-size:14px;}
.basket .crosssell .price{ margin:10px 0}
.basket .crosssell .add-to-links{ float:left; margin:3px 0 0 5px;}

.basket .options .col2-set .col-2 { width:310px; float:right}
.shipment-methods dd ul li { margin-bottom:5px;}

/*******add new css******/
.customer-reviews-page h2{ font-size:13px; margin:40px 0; text-align:justify;}
.customer-reviews-page dl, .customer-reviews-page dd{ overflow:hidden; clear:both;}
.customer-reviews-page dd{ border-top:solid 1px #81d4f4; margin:0; padding:40px 0 25px;}
.customer-reviews-page dd h3{ background:url(../images/exc.png) no-repeat 0 0; padding:0 0 0 35px; margin:0 0 10px 0; font-size:16px; font-style:italic; font-weight:bold; line-height:25px;}
.customer-reviews-page dd p{ padding-right:200px; overflow:hidden;}
.customer-reviews-page dd p span{min-width:165px; font-style:italic; margin-right:-200px; float:right;}
.customer-reviews-page dd h4{ float:right; clear:both;}
#tp_widget .tpc_rating .tpc_rating_bubble{ height:68px;}

 
 
 
/*NEW CSS*/
ul.promotion-blocks{ margin:0px 0px; padding-top:10px; width:960px; display:inline-block;}
ul.promotion-blocks li{width:480px; margin:0px; padding:6px 0px; display:inline-block; float:left; text-align:center; height:205px;}
ul.promotion-blocks li a{ text-decoration:none; outline:none;}
ul.promotion-blocks li iframe { float:left; }
ul.promotion-blocks li img{ width:100%;}
.homepage-carousel { margin-bottom:0px;}