/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}/** Lightbox jquery product image styles **/

/**/#jquery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  max-height: 100%!important;
}
/**/#jquery-lightbox {
  position: absolute;
  top: 5%!important;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1000;
  text-align: center;
  line-height: 0;
}
/**/#jquery-lightbox a img { border: none; }
/**/#lightbox-container-image-box {
  display:inline-block;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 10px 40px;
  width: auto!important;
  height: auto!important;
}
/**/#lightbox-container-image {
  position: relative;
  display:inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/**/img#lightbox-image {
  position: relative;
}
/**/#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/**/#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 10;
}
/**/#lightbox-container-image-box > #lightbox-nav { left: 0; }
/**/#lightbox-nav a { outline: none;}
/**/#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
/**/#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
/**/#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
/**/#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  position:relative;
  z-index: 1;
  margin-top:-32px;
}
/**/#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
/**/#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
/**/#lightbox-image-details-caption { font-weight: bold; }
/**/#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
/**/#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* PRODUCT THUMBS */
#ct_pd_product_image {
  position:relative;
  clear:both;
  margin-bottom: 10px;
}
#ct_pd_product_image .ct_pd_pi_main {
  position:relative;
  width:496px;
  padding-top:370px;
  text-align:center;
}

#ct_pd_product_image.right {margin-left:10px;}

.ct_pd_pi_main {
  height: auto;
}

img.hider {
  float:left;
  display:block;
  max-width:80px!important;
  max-height:80px!important;
  margin: 5px 8px 5px 0;
  padding:2px;
  border:1px solid #ccc;
}



img.displayer {
  position:absolute;
  display:block;
  text-align:center;
  top:0;
  margin: 0;
  max-width:462px;
  max-height:340px;
  border:17px solid #fff;
  box-shadow: -4px 7px 5px #696150;
}

/* enlarge message style */
.ct_pd_pi_enlarge {
  position:absolute;
  top: 350px;
  width: 465px;
  margin:0 0 0 15px;
  text-align:center;
}

/* hide all none default images on website */
#ct_basket img.hider,
#ct_basketSummary img.hider {display:none!important;}

/* override main image styles on basket */
#ct_basket img.displayer,
#ct_basketSummary img.displayer {
  position:relative;
  top:0;
  margin:0;
  float:none;
  max-width:127px;
  border:6px solid #fff;
  box-shadow:none;
}
/** END LIGHTBOX image viewer **//*---------------------------------------------
  DIV TEMPLATE LAYOUT STYLES
  ---------------------------------------------

  TABLE of CONTENTS:
  ------------------

    $_GLOBALS
      $_RESET_ALL_STYLES
      $_FONTS_and_GENERIC_TEXTS 
      $_USEFULL_CLASSES

    $_FORM_ELEMENTS

    $_TEMPLATE_LAYOUT

    $_MODULES_STYLES
      $_HEADER_MODULES
      $_FOOTER_MODULES
      $_PRE-DEFINED_MODULES

    $_MAIN_CONTENT_PAGES

    $_CATEGORY_and_PRODUCT_PAGES
      $_BREADCRUMBS
      $_SEARCH_RESULTS
        $_PRODUCTS_LISTINGS
      $_PRODUCT

    $_CHECKOUT_PROCESS_PAGES
      $_BASKET_TABLES
      $_CHECKOUT_TITLES
      $_BASKET
      $_ONE-PAGE-CHECKOUT
      $_DELIVERY
      $_MULTI-DELIVERY
      $_COURIERS
      $_COLLECTION
      $_BASKET_SUMMARY
      $_PAYPAL_REDIRECT
*/


/*---------------------------------------------
    $_GLOBALS
---------------------------------------------*/

/*  $_RESET_ALL_STYLES
 */

*  {
  margin:0;
  padding:0;
  
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE 6/7 when body `font-size` is set using 'em' units */

  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ul { padding:0 20px; }

a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {padding: 5px 0}


/*  $_FONTS_and_GENERIC_TEXTS
 */

html, body, p {
  font-family: 'Open sans', Verdana, Geneva, sans-serif;
  font-size: 12px;
  /*margin:20px 0;*/
}

a {
  color: #000;
  font-family: 'Open sans', Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-decoration:none!important;
}
a:hover,
a:active {
  color: #000;
}

a:hover {
  text-decoration:underline!important;
}


/*  $_USEFULL_CLASSES
 */

.clear {clear:both}
.left  {float:left}
.right {float:right}

.inline,
.list-inline li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
}
.list-inline,
.list-inline li,
.list-unbulleted,
.list-unbulleted li {
  padding:0;
  margin:0;
}
.list-unbulleted {
  list-style:none;
}


/* user messages */
.ct_userMessage {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #666;
  margin: 10px 0;
  padding: 10px;
}
.ct_userMessage p {
  margin:0
}

/* error font */
.ct_font_error,
.ct_font_error *  {color: red;}

/* error messages */
.ct_userMessage.ct_font_error {
  background:#ffa7a7;
  border: 1px solid #cc0000;
}
.ct_userMessage.ct_font_error,
.ct_userMessage.ct_font_error * {
  color: #990000;
}

/* helper messages in forms */
.ct_form_helper {
  font-style:italic;
  margin:0 0 5px;
  color:#999;
}


/*---------------------------------------------
    $_FORM_ELEMENTS
---------------------------------------------*/

/* GENERICS */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

input,
select,
textarea {
  border: 1px solid #ccc;
}

/* BUTTONS */
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor:pointer;
  padding:10px 15px;
  border-radius:8px;
  background-color: #E62931;
  color:#fff;
  font-family: 'Open sans', Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing:1px;
  vertical-align:middle;
  margin:3px;
  border:0 !important;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='button']:active,
input[type='submit']:active {
  background-color: #000;
 
}
input[type='reset']:hover,
input[type='reset']:active {
  filter:none;
  background: #990000;
}

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea, #customer_default_address_zip {
  padding: 6px 10px;
  vertical-align:middle;
  border: 1px solid #CCC; 
  width:295px;
}
select {
  padding: 5px 10px;
  outline: 0;
  background:#fff;
  border: 1px solid #ccc; 
  width:316px;
}
input[type="text"]:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
textarea:hover,
select:hover,
input[type='text']:active,
input[type='password']:active,
input[type='email']:active,
textarea:active,
select:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
          box-shadow: 0 0 3px rgba(0,0,0,.2);
}
select:hover,
select:active {
  cursor:pointer;
}



/*---------------------------------------------
    $_TEMPLATE_LAYOUT
---------------------------------------------*/

html {background-color:#f1f1f1}

/**/#ct_template_wrapper {
  position:relative;
  width: 100%;
  /*background-color: #fff;*/
  border-top: 6px solid #C8151A;
  border-spacing: 0;
  
}
/**/#ct_template_header {
  border: 0;
  width:990px;
  margin:0 auto 15px;
  overflow:visible;
  position:relative;
  height:210px;
}

#logo a {
  background: url("layout/header-logo.png") no-repeat scroll left top;
  width:397px;
  height:67px;
  display:block;
  text-indent:-1000em;
  position:absolute;
  top:19px;
}

#topheaderlinks {
  position:absolute;
  top:9px;
  left:425px;
}

#topheaderlinks ul {
  list-style: outside none none;
  margin: 0 0 0 24px;
  padding: 0;
}
/*
#topheaderlinks ul {
  margin:0;
  padding:0;
  list-style:none outside none;
}
*/
#topheaderlinks ul li {
  list-style:none outside none;
  padding:0 0 0 8px;
  line-height:28px;
  float:left;
}

#topheaderlinks ul li:first-child {
  padding:0 !important;
}

.ct_ac_search {
  overflow:hidden;
  width:331px;
  height:38px;
  position:absolute;
  left:425px;
  top:42px;
}

.ct_ac_search_input input {
  line-height:25px;
  height:25px;
  width:275px;
}

.ct_ac_search_go input, .ct_ac_search_go input:hover {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("layout/header-search-button.jpg") no-repeat scroll left top;
  width:36px;
  height:38px;
  text-indent:-9999px;
  box-shadow:none;
  filter:0;
  border:0;
  cursor:pointer;
  margin:0 !important;
  border-radius:0px;
}

.ct_ac_search_input, .ct_ac_search_go {
    display: inline-block;
}

.ct_ac_search .ct_module_header {
    display: none;
}
/*
#opentimes {
  position:absolute;
  top:85px;
  left:425px;
  text-transform:uppercase;
  font-weight:bold;
}
*/
#opentimes {
  font-weight: bold;
  left: 435px;
  position: absolute;
  text-transform: uppercase;
  top: 85px;
  font-size: 10px
}
#deliveryinstructions {
  position:absolute;
  top:165px;
  padding:15px 0;
  width:990px;
  text-align:center;
  background-color: #E52830;
  background-image: -moz-linear-gradient(top,#E52830,#C7151A);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#E52830),to(#C7151A));
  background-image: -webkit-linear-gradient(top,#fff,#C7151A);
  background-image: -o-linear-gradient(top,#E52830,#C7151A);
  background-image: linear-gradient(to bottom,#E52830,#C7151A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE52830', endColorstr='#ffC7151A', GradientType=0);
  color:#fff;
  font-weight:bold;
  
}

.ct_categoryMenu .ct_module_header {
  display:none !important;
}

/**/#ct_template_content {
  display:block;
  border: 0;
  clear:both;
  width:990px;
  margin:0 auto;
}
/**/#ct_template_content_left {
  display:none;
  float: left;
  width: 230px;
  height: 100%;
  margin:10px 0;
  background-color:#fff;
  border:1px solid #ccc;
  position: relative;
  top: 25px;
}
/**/#ct_template_content_main {
  display:block;
  float: left;
  width: 990px;
  padding: 0;
  margin: 2px auto 20px;
  min-height: 355px;
}

#slider {
  border:6px solid #E62931;
  float:left;
  width:482px;
}

.homeboxes {
  width:314px;
  position:relative;
  float:left;
  margin-left:10px;
}

.homeboxes a {
  color:#E62931;
  font-weight:bold;
}

#latestexhibition {
  margin:0 !important;
}

.homeboxes img {
  width:314px;
  height:238px;
  border:1px solid #CCC;
}

.homeboxes p {
  width:274px;
  position:absolute;
  background-color:#fff;
  left:10px;
  top:225px;
  padding:5px 10px;
  font-size:13px;
  line-height:17px;
}

.homeboxes .ct_module_header {
  padding:10px 8px;
  background-color:#E62931;
  color:#fff;
  display:table;
  font-size:16pt;
}

/**/#ct_template_content_right {
  display:none;
  float: right;
  width: 160px;
  padding-left: 20px;
  height: 100%;
}
/**/#ct_template_footer {
  width: 990px;
  clear: both;
  margin:0 auto;
  background-color:#E62931;
  /*overflow:auto;*/
}

.footercolumn {
  width:180px;
  padding:15px;
  float:left;
  height:100%;
  margin-bottom: 20px;
}

#ct_template_footer #sign-up {
  width: 310px;
}

/**/#ct_template_cybertillLink {
  text-align:center;
  margin: 0 auto;
}
/**/#ct_template_cybertillLink a {
  font-size: 10px;
}


/** COOKIE WARNING **/
/**/#ct_cookie_prompt {
  position:fixed;
  z-index:1000;
  bottom:0;
  width:100%;
  padding:15px 0 15px 0;
  background-color:#000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity:0.75;
  opacity:0.75;
  color:#FFF;
  font-size:14px;
  text-align:center;
  height:50px;
}
/**/#ct_cprompt_inner { position:absolute;width:900px;text-align:left;margin:0 0 0 -450px;left:50%; }
/**/#ct_cprompt_inner span { float:left;font-size:35px;padding:0 15px 0 0; }
/**/#ct_cprompt_inner a { font-weight:bold; }
/**/#ct_cookie_prompt_close { cursor:pointer;position:absolute;top:10px;right:10px;border:2px solid #FFF;color:#FFF;width:20px;line-height:20px;text-align:center;font-weight:900; }
/** end COOKIE WARNING **/


/*---------------------------------------------
    $_MODULES_STYLES
---------------------------------------------*/
/** modules containers **/
.ct_module {
  /*margin: 0 0 20px 0;
  padding:3px;
  max-width:100%;

  border: 1px solid #ddd;
  vertical-align:top;

  -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}

.ct_link_module {
  margin: 5px;
}
.ct_html_module {
  margin: 0 0 10px 0;
}

/*.ct_module > * {margin:5px}*/

/** modules titles **/
/*.ct_module .ct_module_header {
  padding: 5px;
  margin: 0;

  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);

  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  
  border: 1px solid #ccc;
  border-bottom-color: #b2b2b2;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);

  -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;  
}*/

.ct_module .ct_module_header a {
  font-size: 14px;
  text-decoration: none;
}



/*---------------------------------------------
    $_HEADER_MODULES
---------------------------------------------*/

/**/#ct_template_header .ct_module,
/**/#ct_template_header .ct_link_module,
/**/#ct_template_header .ct_html_module {    
  /*display:inline-block;
  vertical-align:top;
  width:auto;
  text-align:left;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;*/
}

/**/#ct_template_header .ct_html_module {float:left;}



/*---------------------------------------------
    $_FOOTER_MODULES
---------------------------------------------*/



/*---------------------------------------------
    $_PRE-DEFINED_MODULES
---------------------------------------------*/

/** predefined link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}



/** PRODUCTS SEARCH pre-defined section **/
.ct_productSearch {}
.ct_productSearch .ct_module_header {}

.ct_productSearch  form {
  display:inline-block;
  max-width:96%;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ps_for,
.ct_ps_for input {max-width:95%!important}
.ct_ps_type,
.ct_ps_goSearch {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/** END PRODUCTS SEARCH pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section  **/
.ct_ac_search {}
.ct_ac_search .ct_module_header {}

.ct_ac_search_input,
.ct_ac_search_go {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_ac_search_input input {}
.ct_ac_search_go input {}

.ac_results {
  padding: 0px;
  background-color: white;
  color:white;
  overflow: auto;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  /*overflow: hidden;*/
  color:gray;
}
.ac_results .ac_loading {
  background: white url('../images/indicator.gif') right center no-repeat;
  color: black;
}
.ac_results .ac_odd {
  background-color: #eee;
}
.ac_results .ac_over {
  background-color: gray;
  color: white;
  cursor:pointer
} 
/** end AUTO-COMPLETE SEARCH **/



/** SMALL BASKET pre-defined section **/
.ct_smallBasket {float:right;width:105px;height:75px;background: url("layout/basketbackground2.png") no-repeat scroll left top;color:#fff;text-align:center;position:relative;padding:25px 0 0 0;}
.ct_smallBasket .ct_module_header {}

ul.ct_sb_items,
ul.ct_sb_items li {
  list-style: none;
  margin:0px auto 0px auto;
  padding:1px;
  text-align: left;
  position:relative;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
  color: #999;
}

.ct_smallBasket .ct_module_header {
  display:none;
}

.ct_sb_itemCount {
  display:inline-block;  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  margin: 0;
}
.ct_sb_total {margin: 0;}
.ct_sb_link a {
  font-size: 12px;
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item {}
span.ct_ts_item_count {}
span.ct_ts_item_name {}
/** end TOP SELLERS pre-defined section **/



/** RECENTLY VIEWED ITEMS pre-defined section **/
/* module */
.ct_viewedItems {}
.ct_viewedItems .ct_module_header {}

.ct_viewedItems ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
}
.ct_vi_item a {}
.ct_vi_recent a{}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/



/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu {background-color:#000;}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
  width: 130px;
  border: 1px solid #000;
  background-color: #000;
  padding: 0px;
  margin:0;
  cursor: default;
}
ul.ct_cm_menu li {
  list-style-type: none;
  margin: 0px;
  position: relative;
  color: #000000;
}
ul.ct_cm_menu li a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size:13px;
}

ul.ct_cm_menu > li > a {
  display: table-cell;
  height: 25px;
  max-width: 70px;
  padding: 10px 11px;
  text-align: center;
  vertical-align: middle;
}

ul.ct_cm_menu li li a {
  padding: 5px;
}

/* Category menu in header */
/**/#ct_template_header .ct_module.ct_categoryMenu {display:block;text-align:left;background-color;#000;top:115px;width:990px;position:absolute;}
/**/#ct_template_header .ct_categoryMenu .ct_module_header {
  display:inline-block;
  float:left;
  margin:0;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_template_header .ct_cm_wrapper {width:auto;margin:0;height: 50px;}
/**/#ct_template_header ul.ct_cm_menu {width: auto;left:0; height: 20px;}
/**/#ct_template_header ul.ct_cm_menu li {
  display:inline-block;
  margin:0;
  border-left:1px solid #fff;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

#ct_template_header ul.ct_cm_menu li:first-child {
  border:0 !important;
  margin-left:1px;
}

/**/#ct_template_header ul.ct_cm_menu li ul {min-width:100%;}
/**/#ct_template_header ul.ct_cm_menu li ul li {display:block;border:0!important;}

/* over effect */
ul.ct_cm_menu li:hover {
  background-color: #C8151A;
}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li a:active,
ul.ct_cm_menu li:hover > a {
  color: #fff;
}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  display: none;
  position: absolute;
  z-index: 500;
  top: 2px;
  left: 130px;
}
/**/#ct_template_header ul.ct_cm_menu li > ul {left: 0px;top:45px;z-index:10000;}
/**/#ct_template_header ul.ct_cm_menu li > ul > li > ul  {left: 235px;top:-1px}
/** end CATEGORY MENU pre-defined section **/


/** BRANDS pre-defined section **/
.ct_brandsMenu {
  margin-top: 10px;
}
.ct_brandsMenu .ct_module_header {
  font-size: 1em;
  text-transform: none;
}

.ct_brandsMenu .ct_module_header .ct_bm_removeFilter {
  font-size: 0.65em;
  font-weight:normal;
  float:right;
  padding:5px 18px 5px 0;
  width:35px;
  height:10px;
  overflow:hidden;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat right 4px;
}
.ct_brandsMenu .ct_module_header .ct_bm_removeFilter:hover,
.ct_brandsMenu .ct_module_header .ct_bm_removeFilter:active {text-decoration:underline;}
.ct_bm_dropDown select {max-width:100%}
.ct_bm_list {}
.ct_bm_list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px
}
.ct_bm_list li {}
.ct_bm_list li a {}
/** end BRANDS pre-defined section **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {margin:0 0 10px 0;}
.ct_searchFilters .ct_module_header {background-color:#E62931;padding:8px;color:#fff;}
.ct_searchFilters h4 {font-weight:normal;margin: 10px 10px 5px;text-transform:uppercase;}
.ct_searchFilters .checkbox_list {
  list-style:none;
  margin: 0 10px;
  padding:0
}
.ct_searchFilters .checkbox_list input[type=checkbox] {
  visibility: hidden;
}
.ct_bm_list li,
.ct_searchFilters ul.checkbox_list li {
  width:100%;
  margin: 0;
  padding: 3px 5px;
  position: relative;
}
.ct_bm_list li a,
.ct_searchFilters input[type="checkbox"] + label {
  cursor: pointer;
  position:relative;
  padding-left:5px;
}
.ct_bm_list li a p {display:inline-block}
.ct_bm_list li a:before,
.ct_searchFilters input[type="checkbox"] + label:before {
  content:"_";
  display:block;
  position:absolute;
  top: 1px;
  left:-20px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  color: transparent;
  text-indent:-9999px;
}

.ct_bm_list li a:after,
.ct_searchFilters ul.checkbox_list li label:after {
  opacity: 0.1;
  content: '';
  position: absolute;
  width: 7px;
  height:4px;
  background: transparent;
  top: 4px;
  left:-16px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct_bm_list li a:hover,
.ct_bm_list li a:active,
.ct_searchFilters ul.checkbox_list li label:hover{
  color: #0333ff;
}
.ct_bm_list li a:hover:after,
.ct_searchFilters ul.checkbox_list li label:hover:after {
  opacity: 0.5;
}
.ct_bm_list li a:active:after,
.ct_searchFilters ul.checkbox_list li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* IE8 and below using Modernizr.js */
.no-csstransforms .ct_searchFilters .checkbox_list input[type=checkbox] {
  visibility:visible;
}
.no-csstransforms #ct_template_content_left .ct_bm_list li a:after,
.no-csstransforms .ct_searchFilters ul.checkbox_list li label:after,
.no-csstransforms #ct_template_content_left .ct_bm_list li a:before,
.no-csstransforms .ct_searchFilters input[type="checkbox"] + label:before {
  display:none;
}
/** end SEARCH FILTERS **/



/** CATEGORY/BRAND FILTERS **/
.ct_categoryFilters {}
.ct_categoryFilters .ct_module_header {}

.ct_categoryFilters ul,
.ct_categoryFilters ul li {
  list-style: none;
}
/** end CATEGORY/BRAND FILTERS **/



/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {}
.ct_productCompare .ct_module_header {}

.ct_pc_count {font-weight: bold;text-align:right;margin-right: 10px}
ul.ct_pc_list {list-style:none;padding:0 10px}
li.ct_pc_list_product {list-style:none;margin:0 0 5px 0}
.ct_pc_list_clear a {}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {}
/**/#ct_productComparison h3 {}
/**/#ct_productComparison .ct_pl_product.ct_pl_product_desc,
/**/#ct_productComparison .ct_pl_product.ct_pl_product_style {
  min-height:0;
}
/** end PRODUCT COMPARISON **/



/** WEBSITE NEWS **/
/** news list module **/
.ct_newsList {}
.ct_newsList h2.ct_module_header {}
.ct_newsList ul {margin:0;padding:0 0 0 10px;list-style:none;}

.ct_nl_post {}
h3.ct_nl_post_title {margin-bottom:0}
p.ct_nl_post_from,
p.ct_nl_post_date {margin:0;padding:0;font-style:italic;color:#999;display:inline-block}
.ct_nl_post_from_by {}
.ct_nl_post_from_author {font-weight:bold}
p.ct_nl_post_text {}

/** article page **/
/**/#ct_newsArticle {}
/**/#ct_newsArticle .ct_mainContent_header {}

.ct_na_from {}
.ct_na_from_by {}
.ct_na_from_author {}
.ct_na_date {}
.ct_na_text {}
/** end WEBSITE NEWS **/




/*---------------------------------------------
    $_MAIN_CONTENT_PAGES
---------------------------------------------*/
/* Apply to all pages generated by the software
   (Products and Categories pages, Checkout pages, User account pages, Contact...)
 */


/** page contents containers **/
.ct_mainContent {width:100%;margin:0 0 20px 0;}

/** pages titles **/
.ct_mainContent  h1 {
  margin: 0 0 10px 0;
}

/** pages sub-module titles **/
.ct_mainContent h2,
.ct_mainContent h3 {}

/** pages tables **/
.ct_mainContent table,
.ct_mainContent th,
.ct_mainContent td {
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #ccc;
  padding:5px;
}

.ct_mainContent table {
  width:100%;
}

.ct_mainContent th {
  background-color: #CCCCCC; /* for ie as the gradient filter screw up the table border */
  
  color: #333;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.ct_mainContent td {
  text-align: center;
}
.ct_mainContent td a {}

/** SUB-PAGES **/
.ct_mainContent.ct_contentPage {width:960px;padding:15px;background-color:#fff;}


/*---------------------------------------------
    $_CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** $_BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {}
/**/#ct_breadcrumbs a,
/**/#ct_breadcrumbs a:visited {}
/** end BREADCRUMBS **/



/** $_SEARCH_RESULTS **/
/**/#ct_search {position: relative;}
/**/#ct_search #ct_breadcrumbs {
  position: relative;
  left: -250px;
}


/** Search Header **/
/**/#ct_searchHeader {margin-bottom:20px;}
/**/#ct_searchHeader h1#ct_sh_title {}
/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {}
/**/#ct_sh_img {float:right}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories, #ct_searchResults_top, #ct_searchResults_bottom {}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}

/**/#ct_sc_listing {}
.ct_sc_listing_row {}
.ct_sc_listing_cat {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid #666666;
  display: inline-block;
  padding: 10px;
  margin: 5px;
  width: 150px;
  position: relative;
  height:26px;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  text-align:center;
}

.ct_sc_listing_cat:hover {
   background-color:#000; 
}

.ct_sc_listing_cat:hover a {
   color:#fff; 
   text-decoration:none !important;
}
.ct_sc_listing_cat_img {display:none;}
.ct_sc_listing_cat_name {
   position: absolute; 
  left: 10px; 
  top: 9px; 
  width: 150px; 
  height: 26px; 
  display: table; 
}
.ct_sc_listing_cat_name a {
  text-transform: uppercase;
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}
/** end Sub-Categories Listing **/


/** Results Filters **/
/**/#ct_searchFilter {}
/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  margin: 0 0 0 10px;
  padding: 0;
  
  /* force hasLayout on IE7 */
  zoom:1;
}
/**/#ct_sf_image {float:right;display: none;}
/**/#ct_sf_sorter {float:left;}
#ct_sf_sorter select {width: 140px;}
/** end Results Filters **/



/** RESULTS AMOUNTS and PAGINATION **/
/**/#ct_searchResults_top,
/**/#ct_searchResults_bottom {}
/**/#ct_searchResults_top {}
/**/#ct_searchResults_bottom {float: right;}

/* containers */
/**/#ct_searchResults_top .ct_module_header,
/**/#ct_searchResults_bottom .ct_module_header,
.ct_sr_results,
.ct_sr_paginate {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  
  padding: 10px;
}
.ct_sr_results {}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {
}
.ct_sr_indice {font-weight:bold}

/* pagination */

.ct_sr_paginate {
  float:right;
  text-align:right;
  padding:5px;
}
.ct_sr_paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_sr_paginate li {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  vertical-align:top;
  font-size: 0;
}
.ct_sr_paginate li a {
  display:block;

  color:#1d1d1b;
  text-decoration:none;
  font-weight:bold;

  background:#bab8ba;
  border: 1px solid #8d8c8e;
  width: 26px;
  padding: 5px 0;
  text-align:center;
/*
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
*/
  /* for IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbab8ba,endColorstr=#ffdcdada); /* colors in rgba for transparency */

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bab8ba), to(#dcdada)); /* Safari 4-5, Chrome 1-9 */   
  background: -webkit-linear-gradient(top, #dcdada, #bab8ba); /* Safari 5.1, Chrome 10+ */  
  background: -moz-linear-gradient(top, #dcdada, #bab8ba); /* Firefox 3.6+ */    
  background: -ms-linear-gradient(top, #dcdada, #bab8ba); /* IE 10 */  
  background: -o-linear-gradient(top, #dcdada, #bab8ba); /* Opera 11.10+ */
  background: #ccc;
}

.ct_sr_paginate li a:hover,
.ct_sr_paginate li a:active,
.ct_sr_paginate li.ct_sr_p_current a {background: #000;filter:none;color:#fff}

li.ct_sr_p_first {}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p {font-size:0%;}
li.ct_sr_p a {}
li.ct_sr_p_next,
li.ct_sr_p_next a {}
li.ct_sr_p_current a {
  color:#999;
  text-decoration:none;
  cursor: default
}
li.ct_sr_p_first a,
li.ct_sr_p_prev a,
li.ct_sr_p_next a,
.ct_sr_paginate li.ct_sr_p_last a {width:auto;padding:5px}
/** end RESULTS AMOUNTS and PAGINATION **/



/** $_PRODUCTS_LISTINGS **/
/**/#ct_productsListing {
  margin:5px 0 0 0;
  float: left;
}

.ct_pl_noResults {
  
  position: relative;
}

/** no image display **/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
  position:relative;
  height:auto;
  margin: 15px 0;
}
.ct_pl_product {
  background: #fff;
  position:relative;
  display:inline-block;
  width:210px;
  min-height:350px;
  vertical-align: top;
  margin: 5px;
  padding: 20px 10px;
  text-align: center;

  border: 1px solid #ddd;
/*
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
*/    
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_pl_product_image {
  display:block;
  margin: 0 auto;
  height:150px;
}



/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
  position:relative;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  /*display:table-cell;*/ /* required for v-align*/
}

.ct_pl_product_image img {
  max-height:150px;
  max-width:150px;
  /*padding: 5px;*/

}

.ct_pl_product_link {}
.ct_pl_product_name {}
.ct_pl_product_desc {}
.ct_pl_product_price {}
div.ct_pl_product_offPrice {
  color: red;
  clear: both;
}
p.ct_pl_product_op_saving {}
span.ct_pl_product_op_savingText {}
span.ct_pl_product_op_diff {}
p.ct_pl_product_op_rrpDiff {}
span.ct_pl_product_op_percentage {}
span.ct_pl_product_op_rrp {}

.ct_pl_product_compare {}

.ct_pl_product_add {
  bottom: 20px;
  display: none;
  left: 30px;
  position: absolute;
}

.ct_pl_product_view {
  bottom: 20px;
  position: absolute;
  right: 74px;
}


.ct_pl_product_view a {
  padding: 5px 20px;
  background-color:#E52930;
}

.ct_pl_product_add a {
  padding: 5px 20px;
  background-color:#E52930;
}

.ct_pl_product .ct_pl_product_view a, .ct_pl_product .ct_pl_product_add a {
  font-size: 16px;
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;  
}

.ct_pl_product .ct_pl_product_add a:hover {
  background-color:#000;
}

.ct_pl_product .ct_pl_product_view a:hover {
  background: #000; 
}
/*
.ct_pl_product .ct_pl_product_view a:hover {
  background: #E52930; 
}
*/
.ct_pl_product.ct_pl_perRow {display:block;width:100%; text-align:left;margin-bottom:15px;min-height:150px;}
.ct_pl_product.ct_pl_perRow .ct_pl_product_name,
.ct_pl_product.ct_pl_perRow .ct_pl_product_desc {margin-left:5px}
.ct_pl_product.ct_pl_perRow .ct_pl_product_image {display:block;float:left;text-align:center;clear:both;margin-right:10px;}
.ct_pl_product.ct_pl_perRow .ct_pl_product_add {
  text-align:center;
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_price {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

/* no-image display */
.no-image .ct_pl_product {
  display:block;
  width:100%;
  text-align:right;
  clear:both;
}
.no-image .ct_pl_product .inline {
  min-height:0;
  height:auto;
  padding: 0;
  margin:0;
}
.no-image .inline.ct_pl_product_name {float:left}

.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  position:relative;
  bottom:auto;
  left:auto;
  margin:0 auto;
}
.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  text-align:center
}

/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews  {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background: #FFFFFF url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
  float: left;
  height: 13px;
  width: 65px;
  margin-top: 5px;
}
.ct_pl_row.star_rating {margin-left: 0;}
.ct_pl_perRow.star_rating {margin-left: 0;}
.ct_productsListingReviews span {margin-left: 70px;}
.stars0_0 {background-position: -66px 0;}
.stars0_5 {background-position: -53px -20px;}
.stars1_0 {background-position: -53px 0;}
.stars1_5 {background-position: -40px -20px;}
.stars2_0 {background-position: -40px 0;}
.stars2_5 {background-position: -27px -20px;}
.stars3_0 {background-position: -27px 0;}
.stars3_5 {background-position: -14px -20px;}
.stars4_0 {background-position: -14px 0;}
.stars4_5 {background-position: -1px -20px;}
.stars5_0 {background-position: -1px 0;}
/** END search results star ratings **/
/** end Products Listings **/

/** end SEARCH RESULTS page **/



/** $_PRODUCT **/
/**/#ct_productDetails {}
/**/#ct_productDetails #ct_breadcrumbs {}

/**/#ct_pd_product {display:block;position:relative;margin:10px 0;}
/**/#ct_pd_product_name, #ct_pd_product_description {width:474px !important;float:right !important;line-height:27px;clear:right;}
#ct_pd_product_name.no-img {margin-left: 516px;}

/**/#ct_pd_bybrand {margin-bottom:5px;width:474px;float:right;}
/**/#ct_pd_bybrand a {}
/**/#ct_pd_fblike {float:left;margin:10px 0;}
/**/#ct_pd_product #ct_social_bookmark {float:right;width:474px;height:24px;}
/**/#ct_pd_product_description {width:280px;float:left;}


#ct_pd_product_description.no-img {
  margin-left: 516px;
}

/* IMAGES DISPLAY CONTAINER*/

#ct_pd_product_image .ct_pd_pi_main {
    position: relative;
    width: 458px;
    padding-top: 0;
    text-align: center;
    min-height: 450px;
}
img.displayer.ct_pd_pi_fullsizeImage{
  margin: 0;

}

.ct_pd_pi_main img.displayer {
    position: relative;
    display: block;
    text-align: center;
    top: auto;
    margin: 20px 0;
    max-width: 462px;
    max-height: 340px;
    border: 17px solid #fff;
    box-shadow: -4px 7px 5px #696150;
}

/**/#ct_pd_product_image {margin-bottom:20px; }
/**/#ct_pd_product_image.left {margin-right:20px }
/**/#ct_pd_product_image.right {margin-left:20px }
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0;width:100%;}

/* IMAGES DISPLAY ELEMENTS*/
.ct_pd_pi_mainImage {max-width:350px;max-height:350px;}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}


/* PRODUCTS ITEMS */

/* Item (common to all layouts) */
.ct_pd_item {margin-top:10px}
.ct_pd_item_label {display: block; float:left; clear:left; width: 150px; color: #666}
.ct_pd_item_value {display: block; min-height:10px; min-width:10px;}

.ct_pd_item_name {display:none;}
.ct_pd_item_code {display:none !important;}
.ct_pd_item_style {}
.ct_pd_item_price {}
.ct_pd_item_saving {color:#cc0000}

.ct_pd_item_availability {}

.ct_pd_item_notify a {}

.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery,
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  display:inline-block;
  margin-right: 10px;
  min-height:16px;
  padding-left: 30px;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery {
  background: transparent url(/system_images/eshop/skin1/icn_delivery.png) no-repeat left center;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  background: transparent url(/system_images/eshop/skin1/icn_collect.png) no-repeat left center;
}
.ct_pd_item_qtyAdd {display: inline-block;width:100%!important;}
.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {margin:4px 0 0;float:left;}

/* Items Layout: All Items */
/**/#ct_pd_allItems {clear:both !important;float:right !important;width:472px;border:1px solid #ccc;background-color:#fff;}
/**/#ct_pd_allItems .ct_pd_item {display:block;margin:0;padding:5px;float:left;}

/* Items Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333}
.ct_pd_options_style {}

/**/#ct_pd_itemList {}
/**/#ct_pd_itemList .ct_pd_item {}

/* Items Layout: Styles in product */
/**/#ct_pd_product #ct_pd_optionsList,
/**/#ct_pd_product #ct_pd_itemList  {display:block;vertical-align:top;}
/**/#ct_pd_product #ct_pd_itemList .ct_pd_item_label {clear:none}

/* Items Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {float:left;clear:none}
/**/#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left;width:290px;}

/* Items Layout: Table */
#ct_pd_optionsTable table {
  margin-bottom:10px;
}

/* Items Layout: List Table */
.ct_pd_optionsTable_list th {}
.ct_pd_optionsTable_list tr.ct_pd_item {}
.ct_pd_optionsTable_list td.ct_pd_item_value {display: table-cell;}
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_price {text-align:right}
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_availability,
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_stockLevel,
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_qty {text-align:center}

/* Items Layout: Matrix Table */
.ct_pd_optionsTable_matrix .ct_pd_item_label {
  display: table-cell;
  float:none;
  clear:none;
  min-width: 0;
  padding: 2px 5px;
  text-align:left;
  background-color: #f1f1f1;
  color:#666;
}
.ct_pd_optionsTable_matrix .ct_pd_item_price.ct_pd_item_label {background:none}
.ct_pd_optionsTable_matrix td{padding: 2px 5px;border: 1px solid #ccc;text-align:center}
.ct_pd_optionsTable_matrix td form {position:relative;} /* allow absolute positioning of the bubble */
.ct_pd_optionsTable_matrix td .ct_cs_bubble {display:none;position:absolute;/*important to have out of the hover selector or the cell container sometime adapt its dimensions to bubble */}
.ct_pd_optionsTable_matrix td:hover .ct_cs_bubble {
  display:block;
  border:1px solid #ccc;
  width:auto;
  text-align:left;
  left:30px;
  background-color:#FFF;
  padding:10px;
}
.ct_cs_bubble .ct_pd_item_label {min-width:90px;width:auto;}
.ct_cs_bubble .ct_pd_item_value {min-width:50%;display:inline-block}

/* Item Layout: Table in product */
/**/#ct_pd_product #ct_pd_optionsTable {
  vertical-align:top;
}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_name {display:none}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_price {width:50px;}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_saving {height:30px;overflow:hidden}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_availability {width:100px;}

/***** END product item layouts *****/


/**/#ct_pd_noStyle {}
/**/#ct_pd_noItem {clear:both}

/**/#ct_pd_product_nonDeliver {}

/**/#ct_pd_associatedProducts {}
/**/#ct_pd_associatedProducts h2 {}

/**/#ct_pd_upsellingProducts {clear:both;}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated {}

#ct_pd_associatedProducts .ct_associated_product {
  width:135px;
  text-align:center
}
#ct_pd_associatedProducts .ct_associated_product .ct_associated_product_img{
  width: 100%;
  max-width: 135px;
}



.ct_associated_product {
  width:180px;
  text-align:center
}
.ct_associated_product_img {
  width: 180px;
  line-height: 160px;
  display:block;
}
.ct_associated_product_img img {
  max-width: 180px;
  max-height: 160px;
  vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;font-size:15px;font-weight:bold;}

/**/#ct_pd_noProduct {}

/** CYBERTILL PRODUCT REVIEW **/
/* review link */
/**/#ct_pd_reviewLink {}
/**/#ct_pd_reviewLink a {}

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
/**/#ct_productReview {float:right;margin:10px 0;}
/**/#ct_pr_form  label {
  display:inline-block;
  width: 150px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_pr_customerName,
/**/#ct_pr_reviewTitle,
/**/#ct_pr_review {margin-bottom:2px}
/**/#ct_pr_review label {vertical-align:top}
/**/#ct_pr_starRating {margin-bottom:4px}
/**/#ct_pr_form .submit {}

/* review list */
/**/#ct_pd_reviewsList {margin-left:10px;}
/**/#ct_pd_rl_count { margin-top: 15px;}
.ct_pd_rl_review { margin-top: 15px;}
.ct_pd_rl_review_title {font-size: 14px; }
.ct_pd_rl_review_date {font-size: 12px; font-style:italic; color:#686767;}
.ct_pd_rl_review_rating {}
.ct_pd_rl_review_from span.ct_pd_rl_review_author {font-weight:bold}
.ct_pd_rl_review_from span.ct_pd_rl_review_date {font-style:italic;display:block;}
.ct_pd_rl_review_text {font-style:italic;}
.ct_pd_rl_review_spacer {
  border-top: 1px dashed #999999;
  margin: 10px 0;
  padding: 0 10px 0 0;
}
/** end CYBERTILL PRODUCT REVIEW **/


/** product page special offers section styles **/
.ct_pd_specialOffers {}
.ct_pd_so_title {}
.ct_pd_so_offer {}
.ct_pd_so_txt {}
.ct_pd_so_columnHeader {}
.ct_pd_so_columnHeader th {}
.ct_pd_so_item {}
.ct_pd_so_item_name {}
.ct_pd_so_item_ref {}
.ct_pd_so_otherTxt {}
.ct_pd_so_other_item {}
/** END product page special offers section styles **/


/** Add Offer Voucher styles **/
/**/#ct_offerVoucher {}
/**/#ct_offerVoucher h1 {}
.ct_ov_label {}
.ct_ov_info {}
/** END Add Offer Voucher styles **/

/** END PRODUCT DETAILS page **/




/*---------------------------------------------
    $_CHECKOUT_PROCESS_PAGES
---------------------------------------------*/

/**/#ct_sandboxmsg {z-index:999}

/** CHECKOUT TRAIL **/
/**/#ct_checkoutTrail {display:block;margin:10px 0;}

/**/#ct_ct_steps {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ct_steps_number {}

/**/#ct_checkoutTrail ul,
/**/#ct_checkoutTrail ul li{
  list-style: none;
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

#ct_checkoutTrail ul li{ 
  padding:4px 8px;
}

.ct_ct_done {
  color: #ccc;
  text-decoration:line-through;
  background: url('/ct_arrow_next_small_grey.png') no-repeat right center;
  padding-right: 10px;
}
.ct_ct_on {color: #fff;background-color:#000;}
.ct_ct_next {
  color:#999;
  background: url('/ct_arrow_next_small_grey.png') no-repeat left center;
  padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** $_BASKET_TABLES (in basket, one-page-checkout and summary pages) **/
/* column headers */
/**/#ct_b_columnHeaders {}
/**/#ct_b_columnHeaders th {}

/* item cells */
/**/#ct_b_cart{width:100%;background-color:#fff;}
/**/#ct_b_cart td {}

.ct_b_item {}
.ct_b_item_specialOffer {color: red}

/* column classes */
.ct_mainContent .ct_b_item_img {text-align:center}
.ct_mainContent .ct_b_item_name {text-align:left}
.ct_mainContent .ct_b_item_name .ct_b_item_descr {}
.ct_mainContent .ct_b_item_name .ct_b_item_style {}
.ct_mainContent .ct_b_item_name .ct_b_item_specialOffer {}
.ct_mainContent .ct_b_item_price,
.ct_mainContent .ct_b_item_total {text-align:center;}
.ct_mainContent .ct_b_item_qty,
.ct_mainContent .ct_b_item_delete {; text-align:center}

/* personalised item table */
.ct_b_personalised {}
.ct_b_p_image {}
.ct_b_p_unitCost {}
.ct_b_p_totalCost {}
.ct_b_p_currencyCost {}
/** end BASKET TABLE **/



/* $_CHECKOUT_TITLES */
/**/#ct_basket h1,
/**/#ct_delivery h1,
/**/#ct_deliveryMulti h1,
/**/#ct_multiDeliveryCouriers h1,
/**/#ct_courierServices h1,
/**/#ct_reserve_collect h1,
/**/#ct_basketSummary h1,
/**/#ct_payment h1 {
  color:#083e08;
}
/* end CHECKOUT TITLES */



/** $_BASKET **/
/**/#ct_basket {}
/**/#ct_basket h1 {}

/* no item message */
.ct_b_noItem {}

/* Basket header */
/**/#ct_b_description {}
/**/#ct_b_messages {}
/**/#ct_b_error {}

/* basket options */
/**/#ct_b_accountCredit {}
/**/#ct_b_voucher {}

.ct_b_txt {}
.ct_b_total {}
/**/#ct_b_subTotal {}
/**/#ct_b_discount {}
/**/#ct_b_orderTotal {font-size: 16px;margin:10px 0;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px;float:right;}
.ct_b_actions {}
/**/#ct_b_updateBasket {}
/**/#ct_b_checkout {}
/**/#ct_b_paypalCheckout {border:0;}
/**/#ct_b_continueShopping {}

/* basket lower actions */
/**/#ct_b_lowerActions {
  padding:0;
  margin: 10px;
}
/**/#ct_b_save,
/**/#ct_b_load,
/**/#ct_b_empty {width: 110px;background-color:#000;}

#ct_b_continueShopping, #ct_b_updateBasket {background-color:#000;}
#ct_b_continueShopping:hover, #ct_b_updateBasket:hover {background-color:#E62931;}
/**/#ct_b_save:hover,
/**/#ct_b_load:hover,
/**/#ct_b_empty:hover {background-color:#E62931;}

/** end BASKET page **/



/** $_ONE-PAGE-CHECKOUT **/
/**/#ct_opc_wrapper {padding:10px}
.ct_opc_accTitle {
  clear:both;
  color: #333;
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  padding: 5px;
}
.ct_opc_accContent {padding: 10px;}
.ct_opc_accContent p {display:block;margin:5px 0;}
.ct_opc_accContent label {
  display:inline-block;
  width:120px;
  color: #999;
  font-weight:bold;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_opc_accContent input,
.ct_opc_accContent select {margin:2px;}
.ct_opc_accContent input.ct_d_submitBtn {margin:0 0 10px;float:right}

.ct_opc_delivery {}
.ct_opc_courier {}
.ct_opc_summary {}
/**/#ct_opc_sum_delivery {margin:10px 0}
/**/#ct_opc_sum_delivery #ct_opc_changeAdress {margin:0 0 10px 0}
.ct_opc_accContent.ct_opc_summary form {text-align:right}
/** end ONE-PAGE-CHECKOUT **/



/** $_DELIVERY **/
/**/#ct_delivery {}
/**/#ct_delivery h1 {}

/**/#ct_d_newAddress {padding-bottom:20px}
/**/#ct_d_deliveryText {}

/**/#ct_delivery form > div {margin: 2px 10px}
/**/#ct_delivery label {
  display:inline-block;
  width: 180px;
  text-align: left;
  font-weight: bold;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_d_despatch_type {}
/**/#ct_d_recipient {}
/**/#ct_d_addressSelect {}
/**/#ct_d_addInfo {}
/**/#ct_d_addInfo p {display: block;}
/**/#ct_d_giftMessage {}
/**/#ct_d_delAct {}
/**/#ct_d_instructions {}
/**/#ct_d_submit {margin-top:10px}
/** end DELIVERY page **/



/** $_MULTI-DELIVERY **/
/**/#ct_deliveryMulti {}
/**/#ct_deliveryMulti h1 {}

/**/#ct_deliveryMulti #ct_d_newAddress,
/**/#ct_opc_wrapper #ct_d_newAddress,
/**/#ct_d_dispmulti_link,
/**/#ct_d_dispsingle_link {display:block; cursor:pointer;text-decoration:underline;margin-bottom:10px;padding:0}

/**/#ct_deliveryMulti table {border-collapse:collapse;border:1px solid #ccc;text-align:left;margin: 10px 0;}
/**/#ct_deliveryMulti table th {background-color:#ebebeb;border:1px solid #ccc;padding:2px 5px;}
/**/#ct_deliveryMulti table td {border:1px solid #ccc;padding:2px 5px;}
.ct_dm_submit {text-align:right}
/** end MULTI DELIVERY page **/



/** MULTI DELIVERY COURIERS page **/
/**/#ct_multiDeliveryCouriers {}
/**/#ct_multiDeliveryCouriers h1 {}

.ct_mdc_message {font-style:italic;}

.ct_mdc_deliver {}
.ct_mdc_deliver .ct_mdc_message {}
.ct_mdc_address {font-weight:bold;}
.ct_mdc_deliver ul.radio_list {list-style:none;padding:0 10px;margin:10px}
.ct_mdc_noCourier {}

.ct_mdc_collect {}
.ct_mdc_collect .ct_mdc_message {}
.ct_mdc_collect label {font-style:italic;}
ul.ct_mdc_collectedItems {}
.ct_mdc_deliver  ul.radio_list label{font-style:normal;}

/**/#ct_mdc_submit {text-align:right}
/** end MULTI DELIVERY COURIERS page **/



/** $_COURIERS **/
/**/#ct_courierServices {}
/**/#ct_courierServices h1 {}
/**/#ct_cs_webText {}
/**/#ct_cs_noCourier {}

.ct_cs_couriersList {}
.ct_mainContent th.ct_cs_courierZone {padding: 10px 5px;font-size:120%}
.ct_mainContent th.ct_cs_courierCompany {}

.ct_cs_courierService {padding-left: 5px;}
.ct_cs_courierService_notes {color: #999;}
.ct_cs_courierPrice {}
.ct_cs_courierSelect {}
/** end COURIERS page **/



/** $_COLLECTION **/
/**/#ct_reserve_collect {}
/**/#ct_reserve_collect h1 {}

/**/#ct_reserve_collect label {float:left;clear:left;width:200px;margin-left:10px;padding: 5px 0}
/**/#ct_reserve_collect input,
/**/#ct_reserve_collect select {float:left;margin:2px;}

/**/#ct_r_location {}
/**/#ct_r_email {}

/**/#ct_reserve_collect .submit {margin-left:10px;clear:both}

/**/#ct_reserveSuccess {}
/**/#ct_reserveSuccess h1 {}
.ct_rs_location span,
.ct_rs_date span,
.ct_rs_reference span {font-weight:bold}
/** end COLLECTION page **/



/** $_BASKET_SUMMARY **/
/**/#ct_basketSummary {}
/**/#ct_basketSummary h1 {}

/* expired items */
/**/#ct_bs_expired {}
.ct_bs_expired_text {}
.ct_bs_expired_item {}

/* summary basket options */
.ct_bs_text {}
.ct_bs_error {}
.ct_bs_input {}
/**/#ct_bs_voucher {}
/**/#ct_bs_voucher h3 {}
/**/#ct_bs_loyaltyPoints {}
/**/#ct_bs_loyaltyPoints h3 {}
/**/#ct_bs_accountCredit {}
/**/#ct_bs_accountCredit h3 {}

.ct_bs_editCart {float:left}
.ct_bs_editCart .submit {margin:10px}

/**/#ct_basketSummary .ct_module {margin-top:20px}
/**/#ct_basketSummary .ct_module h3 {}
.ct_bs_label {
  display:inline-block;
  width:120px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_bs_value { font-weight: bold; }

/* summary basket totals */
.ct_bs_subTotal,
/**/#ct_bs_courierService,
/**/#ct_bs_courier,
/**/#ct_bs_foDiscount,
/**/#ct_bs_creditDiscount,
/**/#ct_bs_discountVoucher,
/**/#ct_bs_orderTotal,
/**/#ct_bs_vat { text-align:right; margin:10px 0}
/**/#ct_bs_orderTotal { font-size: 16px; margin:10px 0px }
/**/#ct_bs_creditMsg {color:#ff0000}

/* summary basket delivery details */
/**/#ct_bs_delivery.ct_module {}
/**/#ct_bs_delivery.ct_module h3 {}
/**/#ct_bs_delivery .ct_bs_label { display:block; float:left; clear:left }
/**/#ct_bs_delivery .ct_bs_value { display:block; padding-left:130px; max-width}
/**/#ct_bs_changeAdress {text-align:left;}

/**/#summary_basket_proceed {text-align:right}
/** end BASKET SUMMARY page **/



/* $_PAYPAL_REDIRECT */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** ORDER PAYMENT pages **/
/**/#ct_payment {}
/**/#ct_payment h1 {}

/**/#ct_paymentResponse {}
/**/#ct_paymentResponse h1 {}

/* fieldsets styles */
.ct_p_notes {}
.ct_p_securityInfo
.ct_p_label {}
.ct_p_error.ct_font_error {}

/* fieldsets */
/**/#ct_p_cardDetails {}
/**/#ct_p_cardDetails legend {}
/**/#ct_p_cardDetails #cv2 {}

/**/#ct_p_paymentTerms {}
/**/#ct_p_paymentTerms legend {}
/**/#ct_p_termsCheck {}
/**/#ct_p_termsConditions {}

/**/#ct_p_submit {}
/**/#ct_p_submit legend {}

/* order success */
/**/#ct_paymentComplete {}
/**/#ct_pc_completionNotes {}

/* order failure */
/**/#ct_paymentFail {}
/** end ORDER PAYMENT pages **/





/*---------------------------------------------
    USER and ACCOUNT PAGES
---------------------------------------------*/

/** ACCOUNT REGISTRATION page **/
/**/#ct_register {}
/**/#ct_register h1 {}
/**/#ct_register h3 {}

/**/#ct_register ul {margin:0 0 10px 0;}

/**/#ct_register label {
  width: 190px;
  float: left;
  display: block;
  text-align: left;
}

/**/#ct_register .ct_form_helper {margin-left:200px}
/**/#ct_register div {
  padding: 1px;
}
.help {font-size:10px; color:#666}

/* fieldsets */
/**/#ct_r_personal,
/**/#ct_r_billingAddress,
/**/#ct_r_deliveryAddress,
/**/#ct_r_other,
/**/#ct_r_options,
/**/#ct_r_trader {
  border: 0px solid #dddddd;
  padding: 0px;
}
/**/#ct_register input.submit {margin:10px auto;}
/** END ACCOUNT REGISTRATION page **/


/** REGISTRATION SUCCESS page **/
/**/#ct_registerSuccess.ct_mainContent p {margin:5px 0;}
/**/#ct_registerSuccess.ct_mainContent a {}
/** END REGISTRATION SUCCESS page **/


/** LOGIN page **/
/**/#ct_login {}
/**/#ct_login h1 {text-align:center;padding:10px 0;border-bottom:2px solid #000;}
/**/#ct_login a {color:#E62931;}
/**/#ct_login .ct_font_error {margin-bottom:15px}

/**/#ct_l_container { vertical-align:top; margin:0; padding:0 0 20px }

.ct_l_subcontainer {
  position:relative;
  vertical-align:top;
  display:inline-block;
  width: 473px;
  height: 140px;
  margin:0;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_l_subcontainer div, .ct_l_subcontainer p {
  margin:5px 0;
}


.ct_l_subcontainer h3 {margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #000;text-align:center;}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
  position:absolute;
  bottom: 10px;
  left:170px;
  width:130px;
  background-color:#000;
}

.ct_l_subcontainer .submit:hover {
  background-color:#E62931;
}

#ct_l_existing .submit {
   left:192px!important;
}

/**/#ct_l_existing {border-left:1px solid #000; padding: 10px 0px 50px 20px;}

/**/#ct_l_existing label {
  display:inline-block;
  width: 150px;
  text-align: left;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_l_existing #email input,
/**/#ct_l_existing #password input {
  display:inline-block;
  width: 267px !important;
  text-align: left;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#email .ct_font_error,
/**/#password .ct_font_error {display:block;margin-bottom:0}

/**/#ct_l_new {float:left;border-right:1px solid #000; padding: 10px 20px 50px 0px;}
/**/#ct_l_new_welcome {}
/**/#ct_l_new_register {}
/**/#ct_l_new_submit {margin: 0; padding:0;}

/**/#ct_l_notes{margin:0 0 0 10px;}
/**/#ct_l_forgotten{margin: 10px 0 10px 15px;}

/**/#ct_l_guest{margin-left: 15px;}
/** END LOGIN page **/


/** lost password page styles **/
/**/#ct_lostPassword {}
/**/#ct_lostPassword h1 {}
.ct_lp_sentSuccess {}
/** END lost password page styles **/


/** account options page styles **/
/**/#ct_accountOptions {}
/**/#ct_accountOptions h1 {}

#ct_accountOptions ol {
  text-align:center;
}

#ct_accountOptions ol li {
  display:block;
  text-align:center;
  margin:10px auto;
  font-size:18pt;
  width:260px;
  text-align:center;
  padding:8px 0;
  border-radius:8px;
  background-color:#000; 
}

#ct_accountOptions ol li:hover {
  background-color:#E52830; 
}

/**/#ct_accountOptions a {
  display:block;
  padding: 5px 10px;
  font-size:18px;
  color:#fff;
}
/** END account options page styles **/


/** order history page styles **/
/**/#ct_orderHistory {}
/**/#ct_orderHistory h1 {}

.ct_oh_backLink {}
/**/#ct_oh_inner {
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #f6f6f6;
}
/**/#ct_oh_inner th {
  text-align: left;
}
/**/#ct_oh_inner td {
  text-align: left;
}
/** END order history page styles **/



/** re-order page styles **/
/**/#ct_reorder {}
/**/#ct_reorder_items{}
/**/#ct_reorder_items table {margin-top: 10px; width: 100%; border-collapse: collapse;}
/**/#ct_reorder_items table td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 1px solid #888888;
  
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  
  border-top-color: -moz-use-text-color;
  border-top: 0;
  padding: 10px 5px;
}
/**/#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
/**/#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
/**/#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/** END account details page styles **/



/** ADDRESS OPTIONS page **/
/**/#ct_addressOptions {}
/**/#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 10px;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 60%;
  float:left;
  clear:right;
  border-right: 1px dotted #ccc;
}
.ct_ao_address ul {
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;
  position:relative;
  border: 0px;
}
.ct_ao_address ul li {
  margin: 0;
  background-color: #f6f6f6;
  padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
  margin: 0;
  background-color: #eeeeee;
  font-weight: bold;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: -2px 0 0 10px }
/**/#ct_ao_newAddress {margin-top:20px}
/**/#ct_ao_newAddress a,
/**/#ct_ao_backLink a {
  display:inline-block;
  padding-left:20px;
  background: #fff url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat left center;
    
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/** end ADDRESS OPTIONS page **/



/** NEW ADDRESS page **/
/**/#ct_addressNew {}
/**/#ct_addressNew h1{}
/**/#ct_an_backLink {}
/**/#ct_addressNew ul {list-style:none;padding:0 10px}
/**/#ct_addressNew label {
  width: 180px;
  float: left;
  display: block;
}
/**/#ct_addressNew .ct_form_helper {margin-left:180px}
/** end NEW ADDRESS page **/



/** EDIT ADDRESS page **/
/**/#ct_addressEdit {}
/**/#ct_addressEdit h1 {}

/**/#ct_ae_backLink {display: block; margin: 0 0 10px;}
/**/#ct_addressEdit label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_addressEdit .ct_form_helper {margin-left:180px}
/**/#ct_addressEdit div {
  padding: 1px;
}
/** end EDIT ADDRESS page **/



/** account credit page styles **/
/**/#ct_accountCredit {}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    OTHER PAGES
---------------------------------------------*/

/** COOKIE POLICY page **/
.ct_cp_header { font-size:14px;margin:25px 0 10px 0; }
/**/#ct_cookie_policy table { border-collapse:collapse; }
/**/#ct_cookie_policy table,
/**/#ct_cookie_policy th,
/**/#ct_cookie_policy td { border:1px solid #999;padding:5px; }
/**/#ct_cookie_policy th { background-color:#c5dce0;color: #277c9a;text-align:left; }
.ct_cp_cookie_header { width:25%; }
.ct_cp_text { margin:0 0 10px 0; }
/** end COOKIE POLICY **/



/** CONTACT US page **/
/**/#ct_contact {}
/**/#ct_contact h1 {}
/**/#ct_c_message {}
/**/#ct_c_details {
  border: 0px;
  padding: 0px;
}
/**/#ct_c_details label {
  width: 250px;
  float: left;
  display: block;
  text-align: left;
  font-weight: bold;
}
/**/#ct_c_details div {
  padding: 1px;
}
/**/#ct_c_company label {text-transform:capitalize}
/**/#ct_c_message,
/**/#ct_c_notice {margin: 15px 0 }
/** end CONTACT US page **/


/** CURRENCY SELECTION page **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** SITEMAP page **/
/**/#ct_sitemap {}
/**/#ct_sitemap h1 {}

/**/#ct_sitemap div {
  display:inline-block;
  zoom:1;
  *display:inline;
  width:33%;
  vertical-align:top;
  margin: 0;
}
/**/#ct_sitemap div#ct_sm_categories {}
/**/#ct_sitemap div#ct_sm_brands {}
/**/#ct_sitemap div#ct_sms {}

/* list titles */
/**/#ct_sitemap h3{}

/**/#ct_sitemap ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
/**/#ct_sitemap ul ul {
  margin: 0;
  padding: 0 15px;
}
/**/#ct_sitemap a {}

/**/#sitemap_additional {}
/** end SITEMAP page **/


/** PAGE NOT FOUND **/
/**/#ctNotFound {}
/**/#ctNotFound  h1 {}
/**/#ctNotFound  p {}
/** end PAGE NOT FOUND **/

fieldset div, #ct_accountDetails div, #ct_delivery form div {margin:4px 0;}
#ct_l_existing div {margin:4px 15px;float:right;}
#ct_delivery form div p {margin:8px 0;}

#customer_default_address_zip_search {
  padding:4px 5px;
}

#ct_registerSuccess {
  margin:15px 0;
}

#signin {
  text-align:center;
  width:100%;
  margin:10px 0 40px 0;
  font-size:14px;
}

.ct_b_item_qty input[type='text'] {
  width:40px!important;
}
#ct_pd_product .ct_pd_pi_enlarge {
    /* position: absolute; */
    /* width: 465px; */
    /* margin: 0 0 0 15px; */
    /* text-align: center; */
    /* bottom: -20px; */
    position: relative;
    display: block;
    clear: both;
    top:auto;
}
#ct_b_cart .ct_pd_pi_enlarge {
  display:none;
}

#ct_bs_delivery p {
  margin:8px 0;
}

#productprice {
  float:left;
  width:280px;
margin:5px 0 0;
}

#productprice.no-img {
  margin-left: 516px;
}

#productpriceinner {
  float:left;
  width:105px;
  line-height:56px;
  background: url("layout/productbasket.png") no-repeat scroll left top;
  color:#fff;
  text-align:center;
  font-size:16pt;
  height:72px;
}

.ct_pd_item .ct_pd_item_label {
  width:150px !important;
  margin:5px 0;
}

#product_itemQty {
  width:15px !important;
  float:left;
}

.ct_pd_item_qtyAdd.ct_pd_item_label {
  display:none;
}

.ct_pd_item_qtyAdd2.ct_pd_item_label {
  line-height:28px;
}

.ct_pd_addWishlist_btn {
   background: url("layout/addtowishlist.png") no-repeat scroll left center;
   background-repeat:none;
   color:#000 !important;
   background-color:#fff !important;
   border:0 !important;
   line-height:40px;
   height:40px !important;
   padding:0 0 0 32px !important;
}

.prodcompare {
   background: url("layout/productcomparison.png") no-repeat scroll left top;
   background-repeat:none;
   color:#000 !important;
   background-color:#fff !important;
   border:0 !important;
   line-height:30px;
   height:30px !important;
   padding:0 0 0 35px !important;
   width:101px;
}

.prodcompare a {
   font-size:11px;
}

#deliveryoptions a {
  background: url("layout/deliveryoptions.png") no-repeat scroll left top;
  width:213px;
  height:28px;
  display:block;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  float:left;
  padding:19px 0 0 25px;
}

#deliveryoptions.no-img {
  margin-left: 516px;
}

#prod_addthis {
  float:left;
width:280px;
}

#ct_fbcomments {
  float:left;
  background-color:#fff;
  padding:13px;
  margin:0 0 10px 0;
}

.assup-tabs .wrapper {
  margin:0 5px 0 0;
}

#mce-EMAIL {
   width:255px !important;
   height:12px !important;
}

.ct_pd_item_availability.ct_pd_item_value {padding-left:20px;line-height:15px;}
.ct_pd_item_availability_in.ct_pd_item_value {background: transparent url(/system_images/eshop/skin1/icn_in.png) no-repeat left center;}
.ct_pd_item_availability_due.ct_pd_item_value,
.ct_pd_item_availability_out.ct_pd_item_value {background: transparent url(/system_images/eshop/skin1/icn_out.png) no-repeat left center;}

#saving {
  width:280px;
  float:left;
  margin:5px 0;
  font-size:12px;
  color:#E62931;
  font-weight:bold;
}

#saving.no-img {
  margin-left: 516px;
}@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

body {
  background: url(/layout/body-background.png) #dedede;
  font-family: 'Open sans', verdana, sans-serif;
}
.ct_newsList h2.ct_module_header {
    font-size: 30px;
    margin: 30px 0 0;
    padding: 0;
}
.ct_newsList ul {
    padding: 0;
}
.ct_nl_post,
.ct_nl_post .article--content.rte {
    font-size: 15px;
    line-height: 22px;
}
.ct_nl_post a{
  color: #E52830
}
#ct_newsArticle {
    background: #fff;
    padding: 1%;
    width: 98%;
    font-size: 15px;
    line-height: 24px;

}
#ct_newsArticle a{
  color: #E52830;
  text-decoration: underline!important;
}
#ct_newsArticle .ct_mainContent_header {
    margin: 30px 0 0;
    font-size: 34px;
    line-height: 40px;
}
.ct_na_from {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.ct_na_date {
    margin: 0;
    font-weight: 600;
}

h3.ct_nl_post_title {
  border-top: solid #ccc 1px;
  margin: 30px 0 0;
  padding: 20px 0 0;

}
h3.ct_nl_post_title a {
    color: #E52830;
    font-size: 24px;
    line-height: 30px;
}
#ct_newsArticle img,
.article--content.rte img {
    border: solid #efefef 1px;
    margin-top: 20px;
}
p.ct_nl_post_from, p.ct_nl_post_date {
    margin: 0;
    padding: 0;
    font-style: normal;
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

#featureditemstitle h2 {
  text-align: center;
  padding: 10px;
  font-weight: normal;
}

#ct_pd_product_description a,
.ct_mainContent.ct_contentPage a{
  color: #E62931;
  text-decoration: underline!important
}
#ct_pd_product_description a:hover,
.ct_mainContent.ct_contentPage a:hover{
  color: #000;

}
.ct_associated_product_name{
  color: #E62931;
  font-weight: normal;
}
#ct_pd_reviewLink a{
  color: #E62931;
  text-decoration: underline!important
}
#ct_pd_reviewLink a:hover{
  color: #000;
}
.ct_contentPage #ct_breadcrumbs {
    margin: 0 0 10px;
}

/* Silder / Carousel Extras */

.ms-wrapper h2 {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
}

#arrivals h2 {
  background: #000;
  color: #fff;
}

#coming h2 {
  background: #E62931;
  color: #fff;
}

.ms-wrapper {
  width: 220px;
  margin: 0 14px;
}

#arrivals {
  margin: 0 7px 0 40px; 
  float:left;
}

#coming {
  margin: 0 0 0 7px;
  float:right;
}

.ms-wrapper ul li ul {
  list-style: none;
}

.ms-wrapper ul li li {
  text-align: center;
  padding: 6px 0;
  min-height: 24px;
}

.ms-wrapper ul li li:last-child {

}

.ms-wrapper ul li li:last-child a {
  text-align: center;
  border: solid 2px #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #E62931;
  display: list-item;
  color: #fff;
  font-weight: bolder;
  padding: 15px 0; 
  background: #000;
}

.ms-wrapper ul li li:last-child a:hover {
  text-decoration: none !important;
  background: #E62931;
  box-shadow: 2px 2px 0 #000000;
}


.slider1 .slide img {
  margin: 5px 0 0 0;
  transition: none;
}


.slider1 ul {
  list-style: none;
  padding: 0;
}

.slide li {padding: 1px 0;}

.slide li:nth-child(1) {
  /*height: 30px;*/
}

.slide li:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}

.slide li:nth-child(3) {
  color: #E62931;
}

/* Search */
/*240x340*/

#ct_searchHeader {
  
}

#ct_searchHeader .ct_categoryMenu {
  margin: 5px 0;
}

#ct_searchHeader ul.ct_cm_menu, ul.ct_cm_menu ul {
  width: 240px;
}

#ct_searchHeader ul.ct_cm_menu li {
  padding: 0;
}

#ct_searchHeader ul.ct_cm_menu li a {
  padding: 10px;
}





/* Footer */
#ct_template_footer {
  color: #fff;
  line-height: 1.25em;
}

#ct_template_footer h3 {
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 20px;  
}

#ct_template_footer p.phone {
  background: #000 url(/layout/footer-phone.png) no-repeat 7px 7px;
  padding: 10px 10px 10px 45px;
  margin: 10px 0;
  font-size: 16px;
}

#ct_template_footer #mc_embed_signup {
  margin: 8px 0;
}

#ct_template_footer #mc-embedded-subscribe {
  background: url(layout/footer-signup.png) no-repeat #000 -5px -5px;
  border: none;
  height: 26px;
  text-indent: -9999px;
  width: 26px;
  margin: 0 0 0 -5px;
  padding: 0;
  border-radius:0!important;
}

#ct_template_footer #mc-embedded-subscribe:hover {
  color: #E62931;
}

#ct_template_footer #social-media {
  margin: 20px 0 0 0;
}

#ct_template_footer .social {
  background: url("/layout/footer-steam.png") no-repeat scroll 190px 2px rgba(0, 0, 0, 0);
  float: right;
  height: 60px;
  margin: 0;
  padding: 10px 98px 0 0;
}
#ct_template_footer .social a:first-child {
  padding: 0 0 0 50px;
}

#ct_template_footer #payments {
  background: url(/layout/body-background.png) #dedede;
  margin: 0;
}

#ct_template_footer #copyright {
  background: url(/layout/body-background.png) #dedede;
  color: #000;
  margin: 0;
}

#ct_template_footer #copyright p {
  text-align: center;
  font-size: 8px;
}

#ct_template_header ul.ct_cm_menu li.brands ul {
  left: -922px;
  top: 45px;
  width: 988px;
  z-index: 10000;
}

#ct_template_header ul.ct_cm_menu li.brands ul li {
  float: left;
  padding: 2px 10px;
  width: 175px;
}

.brands img {
  display: none;
}

#ct_pd_productReviews {
  margin-left: 514px;
}

#ct_pd_product_description p {
  line-height: 1.25em;
}

#ct_pd_product_description .no-img {
  margin-left: 516px;
}

.featured .bx-viewport > div > div {
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px 5px 5px;
  min-height: 203px;
}

.featured .bx-viewport > div > div:hover {
  border-top: 6px solid #E62931;
  padding-top: 5px;
}

.featured .bx-viewport > div > div ul li {
  /*height: 25px;*/
  margin-bottom: 5px;
}

#ct_pd_product_description  p {
  margin:10px 0;
}

#ct_pd_product .clear {
  clear:right !important;
}

#deliveryoptions {
  float:right;
  width:474px;
clear:right;
margin:10px 0 0;
}
#deliveryoptions a:hover{
  text-decoration: none!important
}

.prodcompare {
  display:none !important;
}

body .ac-widget {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 0;
    display: block;
    width: 150px;
    height: 40px;
    transform: rotate(360deg);
    background-image: url(https://assurance.sysnetgs.com/static/AssuranceCard/images/thumb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    cursor: pointer;
}


#ct_template_content_right .nodelivermessage.warning {
    display: none;
}

#ct_pd_product_nonDeliver {
    display: inline-block;
    width: 46%;
    border: solid #ccc 2px;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
    float: right;
}
#ct_pd_product .nodelivermessage.warning {
    display: inline-block;
    width: 46%;
    font-size: 12px;
    float: right;
    padding: 10px;
    margin: 0 0 10px;
    border: solid #E62931 2px;
    background: #fff;
    font-weight: 400;
    display: none;
    color: #000;
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
        z-index: 999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
        display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#ct_pd_associatedProducts {
  clear: both;
}

.ct_associated {
  position:relative;
}

.ct_associated ul {
    list-style: none;
    left: 0px!important;
}
#ct_pd_associatedProducts .ct_associated_product {
    width: 100%;
    text-align: center;
    border: solid #ccc 1px;
    background: #fff;
    box-shadow: 0 5px 10px -10px #000;
    min-height: 150px;
    padding: 10px 0;
}
#ct_pd_associatedProducts .ct_associated_product .ct_associated_product_img {
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
}
#ct_pd_associatedProducts .bx-wrapper .bx-viewport {
    z-index: 999;
    min-height: 240px;
}



#ct_pd_associatedProducts .bx-wrapper .bx-controls-direction a {
    z-index: 9999999;
    top: auto;
    bottom: 10px ;
}
#ct_pd_associatedProducts h2 {
    max-width: 90%;
    margin: 0 auto;
}
#ct_pd_associatedProducts .bx-wrapper .bx-prev {
    left: auto;
    right: 52px;
}
#ct_pd_associatedProducts .bx-wrapper .bx-next {
    right: 2px;
}


.bx-wrapper .bx-prev {
	left: -30px;
	background: url(/layout/carousel-controls.png) no-repeat 0 0;
        transition: none;
}

.bx-wrapper .bx-next {
	right: -30px;
	background: url(layout/carousel-controls.png) no-repeat -41px -0;
        transition: none;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -41px;
}

.bx-wrapper .bx-next:hover {
	background-position: -41px -41px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 41px;
	height: 41px;
	text-indent: -9999px;
	z-index: 998;
}

.ms-wrapper .bx-wrapper {
  background: #fff;
}

.ms-wrapper .bx-wrapper .bx-prev {
	left: -3px;
	background: url(/layout/carousel-controls-mini.png) no-repeat 0 0;
        transition: none;
}


.ms-wrapper .bx-wrapper .bx-next {
	right: -3px;
	background: url(layout/carousel-controls-mini.png) no-repeat -24px -0;
        transition: none;
}


.ms-wrapper .bx-wrapper .bx-prev:hover {
	background-position: 0 -34px;
}


.ms-wrapper .bx-wrapper .bx-next:hover {
	background-position: -24px -34px;
}


.ms-wrapper .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 35%;
	margin-top: -16px;
	outline: 0;
	width: 24px;
	height: 34px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}.prodcompare{
	width: 104px !important;
}

.footercolumn a {
  color: #fff;
}
.ct_loginLink a {
  left: 665px;
  position: absolute;
  top: 17px;
}
#arrivals h2 a,#coming h2 a{
	color: #fff;
	font-size: 20px;
}
#arrivals h2 a:hover,#coming h2 a:hover{
	text-decoration: underline;
}
.ct_sb_link a {
  bottom: -30px !important;
  display: block;
  padding-bottom: 5px;
  position: relative !important;
}
#lightbox-secNav-btnClose{
	padding: 5px !important;
}
.ct_productCompare {
  padding: 5px;
}
.ct_associated{
  overflow: hidden;
}
.ct_associated_product{
  float:left;
}
.jcarousel-item-horizontal{
  margin:10px 0.5%;
}
.ct_associated_product_img, .ct_associated_product_img img{
  width: 100%;
}

/*Category Left Side*/
#ct_template_content_left{}
#ct_template_content_left .ct_brandsMenu{width: 90%; margin: 10px 5% 20px;}
#ct_template_content_left .ct_brandsMenu .ct_module_header{margin: 0 0 5px;}
#ct_template_content_left .ct_brandsMenu .ct_bm_dropDown{}#ct_pd_product {
	position: relative;
}

#ct_pd_allItems {
  margin-top: 125px;
}

.ct_pd_item_price.ct_pd_item_label {display: none;}

.ct_pd_item_price {
  background: transparent url("/layout/price-bg.png") no-repeat scroll center 19px;
  color: #fff;
  font-size: 20px;
  min-height: 80px;
  padding: 10px 0;
  position: absolute;
  top: 100px;
  width: 107px !important;
}

.ct_pd_item_price span {background: none;}

.ct_pd_item_price span:first-child {
  display: block;
  padding: 26px 0 0;
  text-align: center;
}

.ct_pd_item_price span:first-child span {
  display: inline-block;
  margin-right: -5px;
  padding: 0;
}

.ct_pd_item_saving {
  display: block;
  font-size: 12px;
  padding: 20px 0;
  width: 500px;
  margin-top: 20px;
}
.ct_associated_product{width:160px;}.img.img-overlay {
  width: 100%;
  height: auto;
}
.img-overlay {
  position: fixed;
  top: 90px;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all .3s ease;
}

.overlay-dark {
  top: 0;
  position: fixed;
  background-color: #000;
  opacity: .9;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
left:0;
}

div#ct_pageId_94 p, div#ct_pageId_94 div {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 18px;
}.ct_pd_item_stockLevel.ct_pd_item_label::before {
    content: 'Website ';
}

.stocklevelGuildford {
    float: left;
    margin: 15px 7px;
    line-height: 24px;
}
.stocklevelGuildford a {
    text-decoration: underline!important;
    color: #E62931;
}
.stocklevelGuildford label {
    font-weight: 700;
}
.ct_pd_item_stockLevel.ct_pd_item_stockLevel_in.ct_pd_item_label {
    font-weight: 700;
    color: #000;
}

.ct_pd_item_stockLevel.ct_pd_item_stockLevel_in.ct_pd_item_value {
    /* border: solid red 1px; */
    padding: 5px 0 15px;
}

.ct_pd_item .ct_pd_item_label {
    width: 150px !important;
    margin: 5px 0;
    font-weight: 700;
    color: #000;
}/* kernow oct 2023*/





.jcarousel-prev-horizontal {
    cursor: pointer;
    height: 22px;
    left: 5px;
    position: absolute;
    top: 100px;
    width: 22px;
    background: url(layout/previous.png);
    z-index: 999999999;
}

.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
}

.jcarousel-prev-horizontal:hover {
  cursor: pointer;
  background: url("layout/previous-over.png");
}

.jcarousel-next-horizontal {
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 100px;
    width: 22px;
    background: url(layout/next.png);
    z-index: 9999999;
}

.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
  cursor: default;
}

.jcarousel-next-horizontal:hover {
  cursor: pointer;
  background: url("layout/next-over.png");
}

.jcarousel-container {
  /*background: #fff;*/
}

.jcarousel-list {
  /*width: 100% !important;*/
}

.jcarousel-item-horizontal {
  margin: 10px !important;
}

.assup-tabs {
  clear: both;
}

.wrapper.active {
  float: left;
}

.wrapper.inactive:hover {
  cursor: pointer;
}

h2.assup {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

h2.ass-tab, h2.up-tab {
  padding: 5px 10px; 
  background: #000; 
  line-height:42px;
}

h2.ass-tab {}
h2.up-tab {
  margin: 0 0 0 5px;
}

.active h2 {
   background: url("layout/relatedproduct.png");
   width:156px;
   height:50px;
   text-align:center;
   margin:0;
}