/* 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;
  padding:0;
  clear:both;
  margin-bottom: 10px;
}
#ct_pd_product_image .ct_pd_pi_main {
  position:relative;
  width:512px;
  padding-top:520px;
}
#ct_pd_product_image.left {margin-right:10px;}
#ct_pd_product_image.right {margin-left:10px;}

.ct_pd_pi_main {
  background:none;
  height: auto;
}

img.hider {
  display: block;
  float:left;
  max-width:80px!important;
  max-height:80px!important;
  margin: 0 15px 5px 0;
  border: 1px solid #ccc
}
img.displayer {
  position:absolute;
  display:block;
  float:right;
  top:0;
  margin: 0;
  max-width:512px;
  max-height:500px;
  border:0;
}

/* enlarge message style */
.ct_pd_pi_enlarge {
  position:absolute;
  top: 505px;
  width: 512px;
  text-align:center;
  padding:0;
  margin:0
}

/* hide all none default images on website */
#ct_basket img.hider,
#ct_basketSummary img.hider,
#ct_basket .ct_pd_pi_enlarge,
#ct_basketSummary .ct_pd_pi_enlarge {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;
}
/** END LIGHTBOX image viewer **/
/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname 'jcarousel-container'.
*/
.jcarousel-container {position: relative;}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 100px;
  height: 100px;
}

.jcarousel-container {
  /*-moz-border-radius: 10px;*/
  background: #d4d0c8;
  border: 1px solid #808080;
  padding: 0px;
}

.jcarousel-container-horizontal {
  width: 90%;
  padding: 0 5%;
}

.jcarousel-container-vertical {
  height: 90%;
  padding: 5% 0;
}

.jcarousel-clip-horizontal,
.jcarousel-clip-vertical {
  width: 100%;
  height: 100%;
}

.jcarousel-item {}

.jcarousel-item-horizontal {margin-right: 10px;}
.jcarousel-item-vertical {margin-bottom: 10px;}

.jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div.jcarousel-container>) and
* have the classnames 'jcarousel-next' and 'jcarousel-prev'.
*/
.jcarousel-next {
  z-index: 3;
  display: none;
}

.jcarousel-prev {
  z-index: 3;
  display: none;
}
/**
*  Horizontal Buttons
*/
.jcarousel-next-horizontal {
  position: absolute;
  top: 43px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover  {background-position: -32px 0;}
.jcarousel-next-horizontal:active {background-position: -64px 0;}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 43px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover  {background-position: -32px 0;}
.jcarousel-prev-horizontal:active {background-position: -64px 0;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

/**
*  Vertical Buttons
*/
.jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover  {background-position: 0 -32px;}
.jcarousel-next-vertical:active {background-position: 0 -64px;}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover  {background-position: 0 -32px;}
.jcarousel-prev-vertical:active {background-position: 0 -64px;}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
/** END Product page Associated Items section styles **/
/*---------------------------------------------
        POLLARD & READ LAYOUT STYLES
---------------------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
html {background-color: #ded8cc;}
body {
  background:url('/tannery/header_bg.jpg') repeat-x left top;
}

a {
  text-decoration:none;
  color: #777779;
}
a:hover {
  text-decoration:underline;  
}

h1, h2, h3, h4 h5, h6 {}

/* RESET ALL STYLES */
*  {
  margin:0;
  padding:0;
  zoom:1; /* force hasLayout on IE */
}
ul { margin:0;padding:0 20px; }
a > img { border:0 } /* prevent IE from adding border to link images */

/* CONSISTENT FONT SIZES IN SAFARI AND CHROME */
@media screen {
  body {-webkit-text-size-adjust: none;}
}

/*---------------------------------------------
    FORM ELEMENTS
---------------------------------------------*/

/* GENERICS */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

input,
select,
textarea {
  border: 1px solid #ccc;
  -goog-ms-border-radius: 3px;
   -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
       -ms-border-radius: 3px;
           border-radius: 3px;
}

/* BUTTONS */
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor:pointer;
  padding:3px 5px;
  background-color: #777779;
  border:0;
  outline:0;
  color:#fff;
  font-size: 12px;
  font-weight:bold;
  letter-spacing:1px;
  vertical-align:middle;
  margin:3px
}
input[type='button']:hover,
input[type='submit']:hover {
  background-color: #ded8cc;
}
input[type='reset']:hover {
  background: #990000;
}

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea, 
#customer_default_address_zip {
  padding: 5px 10px;
  vertical-align:middle
}
select {
  padding: 5px 10px;
  outline: 0;
  background:#fff;
}
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 {
  -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 {
  cursor:pointer;
}

.clear {clear:both}
.left  {float:left}
.right {float:right}

/* error messages */
.ct_font_error,
.ct_font_error * {color: red;}

/* helper messages in forms */
.ct_form_helper {font-style:italic;margin:0 0 5px;color:#999}

/** styles for outer sections of the website template DIV layout **/
#ct_template_wrapper {
    position:relative;
    width: 100%;
    margin: 0 auto;
}
.ct_template_header.outer {
  background: url("/layout/header-bg.png") repeat scroll 0 0 #777779;
}

#ct_template_header {
    border: 0;
    height:181px;
    width:992px;
    margin:0 auto;
    position:relative;
    text-align:left;
}
#ct_template_content {
  display:block;
  border: 0;
  width:992px;
  margin:8px auto;
  background-color:#FFF;
  box-shadow: 1px 1px 5px #999;
  padding:15px;
  position:relative;
}
#ct_template_content_left {
  display:block;
  float: left;
  width: 195px;
  padding: 10px 30px 0 0;
  margin:30px 0 0;
  height: 100%;
  color:#333;
}
#ct_template_content_main {
  display:block;
  float: left;
  width: 737px;
  padding: 10px 0 0;
  margin: 30px auto 0;
}
#ct_template_content_right {
  display:block;
  float: right;
  width: 160px;
  padding-left: 20px;
  height: 100%;
}
#ct_template_footer {
  width: 992px;
  clear: both;
  margin:15px auto;
  overflow:hidden;
}
#ct_template_cybertillLink {
  text-align:center;
  margin: 0 auto;
}
#ct_template_cybertillLink a {
  color: #ccc;
  font-size: 10px;
}
#ct_template_cybertillLink a:hover {
  color: #2f94de;
}
/** END outer sections styles **/


/** COOKIE WARNING **/
#ct_cookie_prompt {
  position:fixed;
  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 {
  
}

#ct_template_header .ct_link_module {
  float:right;
  padding:0 5px;
  border-right:1px solid #FFF;
  line-height:12px;
  height:12px;
  margin:38px 0 0;
}

#ct_template_header .ct_loginLink {
    border:none !important;
}

#ct_template_header .ct_link_module a {
    color:#FFF;
    font-size:12px;
}
.ct_html_module {
  
}
#ct_template_header .ct_module,
#ct_template_header .ct_link_module,
#ct_template_header .ct_html_module {    
    
}

#ct_template_header .ct_wishlistLink {
  border-right: none;
  border-left: solid 1px #fff;
  margin: 25px 0 0 5px;
}

#ct_template_header .ct_wishlistLink a {
  font-size: 14px;
  text-decoration: none;
}
#ct_template_header .ct_wishlistLink a:hover {
  color: #DED8CC;
}

#ct_template_header .ct_html_module {}

.ct_module > * {}

/** modules titles **/
.ct_module .ct_module_header {
     
}


/** predefined link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {display: none;}
.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_template_header .ct_ac_search {
position:absolute;
top:45px;
right:0;
}
.ct_ac_search .ct_module_header {display:none;}

.ct_ac_search_form {
width:240px;
height:35px;
line-height:35px;
background-color:#FFF;
border:1px solid #a2a2a2;
}

.ct_ac_search_input,
.ct_ac_search_go {
    display:inline-block;
    height:35px;
    line-height:35px;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

.ct_ac_search_input input {
border:none;
width:195px;
padding:0 8px;
height:35px;
line-height:35px;
background:none;
}

.ct_ac_search_go {
position:relative;
top:-3px;
}

.ct_ac_search_go input {
border:none;
background:url('/layout/search.png') no-repeat left top;
font-size:0;
width:18px;
height:17px;
cursor:pointer;
}

.ct_ac_search_go input:hover {
  background-color: #fff;
}

.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_loading {
  background: white url('../images/indicator.gif') right center no-repeat;
  color: black;
}
.ac_odd {
  background-color: #eee;
  color: black;
}
.ac_over {
  background-color: #0A246A;
  color: white;
} 
/** end AUTO-COMPLETE SEARCH **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {
margin:0px;
}
.ct_searchFilters .ct_module_header {margin:0 !important;}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0}
.ct_searchFilters ul.checkbox_list li {padding:0 5px 6px 4px}
/** end SEARCH FILTERS **/



/** SMALL BASKET pre-defined section **/
.ct_smallBasket {
  color: #FFFFFF;
  font-size: 15px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 88px;
}

.ct_smallBasket > * {
    float:left;
    margin:0 0 0 8px;
}

.ct_smallBasket .ct_module_header a {
    color:#FFF;
}

ul.ct_sb_items,
ul.ct_sb_items li {
  list-style: none;
  margin:0 auto;
  padding:1px;
  text-align: left;
  position:relative;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
  color: #999;
}
.ct_sb_itemCount {font-weight:bold}
.ct_sb_total {}
.ct_sb_link a {
  font-size: 12px;
}
.ct_sb_link a:hover {}
/** 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:0px auto 0px 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 {margin: 0 0 10px 0;}
.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{}
.ct_viewedItems a:hover {}

/* 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 {}
.ct_categoryMenu .ct_module_header {display:none;}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
  padding: 0;
  margin:0;
  cursor: default;
}
ul.ct_cm_menu li {
  list-style-type: none;
  margin: 0;
  position: relative;
  color: #FFF;
}
ul.ct_cm_menu li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  line-height:34px;
  padding:0 10px;
  min-height:34px;
  font-size:13px;
  font-family:Open Sans, sans-serif;
}

/* Help Links in Header */
#ct_accountLink {display: none;}

#header-help {
  padding-top: 20px;
  float: left;
  width: 250px;
}
#header-help ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
#header-help li {color: #fff}
#header-help li:first-child {
  font-weight: bold;
}

#header-links {
  padding-top: 20px;
  float: right;
  font-size: 15px;
} 

#header-links ul {
  list-style: none;
  padding: 0;
} 

#header-links li {
  display: inline-block;
  color: #fff;
}

#header-links li a{
  color: #fff;
}

#header-links li a:hover {
  color: #DED8CC;
  text-decoration: none;
}

#header-logo a {
  display: inline-block;
  padding: 20px 40px;
}

#header-logo h1 {
  left: 250px;
  position: absolute;
  top: 0;
  color:  #DED8CC;
  display: none;
}

/* Category menu in header */
#ct_template_header .ct_module.ct_categoryMenu {
display:block;
position:absolute;
bottom:0;
left:0;
text-align:left;
width:100%;
}
#ct_template_header .ct_categoryMenu .ct_module_header {
    display:none;
}
#ct_template_header .ct_cm_wrapper {width:auto;margin:0}
#ct_template_header ul.ct_cm_menu {
width:1000px;
text-align:center;
left:0;
}
#ct_template_header ul.ct_cm_menu li {
    display:inline-block;
    margin:0 8px;
    border:0;
    text-transform:uppercase;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
#ct_template_header ul.ct_cm_menu li ul {}
#ct_template_header ul.ct_cm_menu li ul li {
  display:block;
  margin:0
}

/* over effect */
ul.ct_cm_menu li:hover {

}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a {
color:#777779;
background-color:#ded8cc;
}

/* 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;
}
#ct_template_header ul.ct_cm_menu > li > ul {
left: 0px;
top:34px;
width:390px;
background-color:#f6f5f1;
box-shadow: 4px 4px 4px #333;
padding:0;
margin:0;
column-count:3;
-webkit-column-count:3;
-moz-column-count:3;
}
#ct_template_header ul.ct_cm_menu > li.ct_cm_cat_302 > ul {
width: 1040px;
column-count:8;
-webkit-column-count:8;
-moz-column-count:8;
left: -130px;
}

#ct_template_header ul.ct_cm_menu > li:last-child > ul,
#ct_template_header ul.ct_cm_menu > li.ct_cm_cat_459 > ul,
#ct_template_header ul.ct_cm_menu > li.ct_cm_cat_651 > ul,
#ct_template_header ul.ct_cm_menu > li.ct_cm_cat_564 > ul {
left:auto;
right: 0;
}

#ct_template_header ul.ct_cm_menu > li > ul > li > a {
background-color:#ded8cc;
color:#777779;
font-weight:bold;
font-size:13px;
text-transform:none;
display:block;
padding:0 10px;
border-bottom:1px solid #cdc7bb;
}

#ct_template_header ul.ct_cm_menu > li > ul > li > ul > li a {
font-weight:normal;
font-size:13px;
text-transform:none;
color:#2b2b28;
background:none;
}
#ct_template_header ul.ct_cm_menu ul li a:hover,
#ct_template_header ul.ct_cm_menu ul li:hover > a {
color:#fff;
background:#777779;
}

#ct_template_header ul.ct_cm_menu > li > ul > li {
text-align:left;
padding:0;
margin:0;
break-inside: avoid-column;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
}

#ct_template_header ul.ct_cm_menu > li > ul > li > ul {
display:block;
background:none;
box-shadow:none;
position:static;
column-count:1;
-webkit-column-count:1;
-moz-column-count:1;
} 

#ct_template_header ul.ct_cm_menu > li > ul > li > ul > li {
background:none;

}
/** end CATEGORY MENU pre-defined section **/


/** BRANDS pre-defined section **/
.ct_brandsMenu {display:block;}
.ct_brandsMenu .ct_module_header {
border:none !important;
margin:0 !important;
}

.ct_bm_removeFilter {
  color: transparent;
  text-indent: -9999px;
  float:right;
  width: 20px;
  margin:0 40px 0 0;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat center center;
  background-size:10px auto;
  position:relative;
  top:28px;
  display:none;
}
.ct_bm_dropDown select {max-width:100%}
.ct_bm_list {}
.ct_bm_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_bm_list li {}
.ct_bm_list li a {}
.ct_bm_list li a:hover {}
/** end BRANDS pre-defined section **/



/** 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_pc_product {
    display:inline-block;
    max-width: 25%;
    margin: 0 2.5%;
    vertical-align:top;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_pc_product h2 {}
.ct_pc_product_descr {}
.ct_pc_product_item {}
.ct_pc_product_addToBasket {}
/** 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
---------------------------------------------*/
/** page contents containers **/
.ct_mainContent {width:100%;}

/** pages titles **/
.ct_mainContent  h1 {
  margin: 0 0 20px 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 th {
  background-color: #f1f1f1; /* for ie as the gradient filter screw up the table border */
  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;
    
    color: #333;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.ct_mainContent td {
  background-color: #fff;
  text-align: left;
}
.ct_mainContent td a {}



/*---------------------------------------------
      CATEGORY and PRODUCT PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
#ct_breadcrumbs {
position:absolute;
top:15px;
left:15px;
width:962px;
border-bottom:1px dotted #CCC;
line-height:30px;
height:30px;
}
#ct_breadcrumbs a:first-child {
  padding-left: 20px;
  background: url(/layout/home_icon.jpg) no-repeat;
}
#ct_breadcrumbs a,
#ct_breadcrumbs a:visited {color:#2b2b28;}
/** end BREADCRUMBS **/



/** SEARCH RESULTS page **/
#ct_search {}
#ct_search #ct_breadcrumbs {}


/** Search Header **/
#ct_searchHeader {}
#ct_searchHeader h1#ct_sh_title {
    color:#777779;
    font-size:20px;
    font-weight:bold;
    margin:0 0 12px 0;
}
#ct_searchHeader #ct_pd_fblike {}
#ct_searchHeader #ct_social_bookmark {}
#ct_sh_brand_filter {}
#ct_sh_description {color:#333;}
#ct_sh_img {float:right;margin:0 0 10px 10px;}
#ct_sh_img img {
max-width:200px;
max-height:200px;
width:auto;
height:auto;
}
/** end Search Header **/


/** Sub-Categories Listing **/
#ct_subCategories {
margin:0 0 12px;
}

#ct_subCategories .ct_module_header {display: none;}

/* 'Choose a Category' text */
#ct_subCategories h3 {

}

#ct_template_content_left .subcats {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

#ct_template_content_left h3 {
font-weight:normal;
font-size:12px;
text-transform:uppercase;
padding:12px 5px;
border-bottom:1px dotted #CCC;
border-top:1px dotted #CCC;
margin:0 0 12px 0;
background:url('/tannery/list_arrow_07.jpg') no-repeat 174px center;
}

#ct_template_content_left h4, .ct_brandsMenu .ct_module_header {
font-weight:normal;
font-size:12px;
text-transform:uppercase;
padding:12px 5px;
background:url('/tannery/list_arrow_07.jpg') no-repeat 174px center;
cursor:pointer;
}

#ct_template_content_left #ct_sc_listing {overflow:hidden;display:none;}
.ct_sc_listing_row {}
.ct_sc_listing_cat {
    display:inline-block;
    padding: 5px 10px;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_sc_listing_cat_img {
display:none;
}
.ct_sc_listing_cat_name {}
/** end Sub-Categories Listing **/


/** Results Filters **/
#ct_searchFilter {
  clear:right;
    float:right;
    line-height:35px;
    font-size:13px;
    text-transform: lowercase;
}
#ct_searchFilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ct_searchFilter ul li{
    display:inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    color:#333;
    font-weight:bold;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
#ct_sf_image {float:right;}
#ct_sf_sorter {float:left;}
/** end Results Filters **/


/** RESULTS AMOUNTS and PAGINATION **/
#ct_searchResults_top {text-align:left; border-top: 1px dotted #ccc;line-height:35px;}
#ct_searchResults_bottom {float:left;line-height:35px; border-top:1px dotted #ccc; text-align:left; display:block; width:100%}

/* 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;
}
.ct_sr_results {margin-right:10px;}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {
}
.ct_sr_indice {font-weight:bold}

.ct_sr_label {
display:none;
}

/* pagination */
.ct_sr_paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ct_sr_paginate li {
    display:inline-block;
    vertical-align:top;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
li.ct_sr_p_first {display:none;}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p_page a {color:#555;}
li.ct_sr_p_page {color:#FFF;} 

li.ct_sr_p_next,
li.ct_sr_p_next a {}
li.ct_sr_p_current a {
    color:#555;
    text-decoration:none;
    cursor: default
}
li.ct_sr_p_last {display:none;}

li.ct_sr_p_prev a, li.ct_sr_p_next a {color:#555;text-transform:lowercase;margin:0 5px;}
/** end RESULTS AMOUNTS and PAGINATION **/


/** PRODUCTS LISTINGS **/
#ct_productsListing {clear:both;}

.ct_pl_noResults {}

/** no image display **/
#ct_productsListing > table {
    width: 100%;
    margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
    position:relative;
  height:auto;
  margin: 0;
  padding:0;
  border-top:1px dotted #CCC;
}
.ct_pl_row:first-child {
    //border:none;
}
.ct_pl_product {
  position:relative;
  display:inline-block;
  width:170px;
  height:270px; /* was 220px */
  vertical-align: top;
  margin: 0 0 0 45px;
  padding: 15px;
  border:3px solid #FFF;
  text-align:center;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

.ct_pl_product:hover {
    border:3px solid #ded8cc;
}

.ct_pl_product:first-child {
  margin-left:0;
}

.ct_pl_product_image {
    display:block;
    margin: 0 auto;
}
/* image container dimensions and alignment hv to go here*/
/* old
.ct_pl_product_image a {
    position:relative;
    height:170px;
    width:150px;
    margin:0 auto;
    text-align:center;
    vertical-align:middle;
    display:table-cell; /* required for v-align*/
}
*/
.ct_pl_product_image a {
  display: inline-block;
  height: 170px;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
.ct_pl_product_link img {
max-width:170px;
max-height:150px;
width:auto;
height:auto;
}
/* old
.ct_pl_product_name {
width:170px;
position:absolute;
bottom:45px;
left:15px;
}
*/
.ct_pl_product_name {
  bottom: 90px;
  left: 15px;
  position: absolute;
  width: 170px;
}

.ct_pl_product_name a {
font-size:12px;
color:#333;
}
.ct_pl_product_desc {}
/* old
.ct_pl_product_price {
width:170px;
position:absolute;
bottom:15px;
left:15px;
}
*/
.ct_pl_product_price {
  bottom: 55px;
  left: 15px;
  position: absolute;
  width: 170px;
}

.ct_pl_product_price a {
color:#333;
font-size:22px;
}
div.ct_pl_product_offPrice {color: red}
div.ct_pl_product_offPrice {
  bottom: 23px;
  color: #FF0000;
  left: 30px;
  position: absolute;
}

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 {}
.ct_pl_product_view  {}

.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;
}


/** 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: 0px;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.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 DETAILS page **/
#ct_productDetails {}
#ct_productDetails #ct_breadcrumbs {border:none;}

#ct_pd_product {display:block}
#ct_pd_product_name {
width:400px;
float:right;
font-size:22px;
color:#777779;
margin:0;
padding:0;
}

.ct_pd_item_delivery {display: none;}

#ct_pd_bybrand {
width:400px;
float:right;
color:#2b2b28;
font-size:15px;
}
#ct_pd_bybrand a {
color:#2b2b28;
text-decoration:underline;
}

#ct_pd_fblike {display:inline-block;width:400px!important;padding:10px 0 5px 10px}
#ct_pd_product #ct_social_bookmark {
width:400px;
float:left;
margin:10px 0;
padding:0 0 0 10px;
}
#ct_pd_product_description {
width:380px;
padding:10px;
float:right;
margin:15px 0 0;
color:#2b2b28;
background-color: #f3f0eb;
font-size: 14px;
}

/* IMAGES VIEWER CONTAINER*/
#ct_pd_product_image {
margin-bottom:20px 
width:512px;
height:auto;
}
#ct_pd_product_image.left {margin-right:20px }
#ct_pd_product_image.right {margin-left:20px }
#ct_pd_product_image,
#ct_pd_product_image #ct_prod_img_table,
#ct_pd_product_image #ct_prod_img_table img {}
#ct_pd_product_image #ct_prod_img_table img {
max-width:512px;
max-height:500px;
width:auto;
height:auto;
}
#ct_pd_product_image #ct_prod_img_table,
#ct_pd_product_image #ct_prod_img_table td {
border:0;
padding:0 15px 15px;
width:512px;
height:auto;
text-align:center;
}
#ct_pd_product_image img.ct_pd_pi_fullsize {}

/* IMAGES VIEWER ELEMENTS*/
.ct_pd_pi_main {}
.ct_pd_pi_enlarge {color:#000; font-size: 10px; text-align:center}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}


/***** product item layouts *****/
.ct_pd_item {margin-top:10px}
.ct_pd_item_label {display: block; float:left; clear:left; color: #000; width:100px; margin:12px 0 0;}
.ct_pd_item_value {display: block; margin:12px 0 0;}

.ct_pd_item_qtyAdd.ct_pd_item_label {
margin:23px 0 0;
}

#product_itemQty {
height:21px;
width:21px;
line-height:21px;
border:1px solid #CCC;
float:left;
margin:8px 40px 0 0;
}
#ct_pd_allItems .ct_pd_addWishlist_btn {
  padding:0;
  background:none;
  color:#000;
  font-weight:normal;
  text-transform:none;
}
input[type="submit"].ct_pd_addWishlist_btn {
  font-size: 12px;
  height: 60px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#000;
  background-color:#fff;
}

#ct_pd_allItems .ct_pd_addWishlist_btn {margin-right:15px}
#ct_pd_allItems .ct_pd_addWishlist_btn:hover,
#ct_pd_optionsTable .ct_pd_addWishlist_btn:hover {
  color: #777779;
}

.ct_pd_item_name {}
.ct_pd_item_style {
  font-size: 14px;
  font-weight: bold;
}
.ct_pd_item_style span {font-weight: normal}
 
.ct_pd_item_price.ct_pd_item_label {display:none;}
.ct_pd_item_price.ct_pd_item_value {
color:#2b2b28;
font-weight:normal;
font-size:25px;
}
.ct_pd_item_saving {}
.ct_pd_item_code {}
.ct_pd_item_availability {display: none;}
#ct_pd_optionsTable .ct_pd_item_availability {display: none;}
.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {}
.ct_pd_item_qtyAdd {display: inline-block;}
.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {display:inline-block}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}

/* Item Layout: All Items */
#ct_pd_allItems {clear:both}
#ct_pd_allItems .ct_pd_item_name {display:none;}
#ct_pd_allItems .ct_pd_item_price.ct_pd_item_value {display:block;clear:left}
#ct_pd_allItems .ct_pd_item_qtyAdd.ct_pd_item_value {width: 220px;text-align:right}
#ct_pd_allItems .ct_pd_addBasket_btn {
width:129px;
height:39px;
border:none;
background:url('/tannery/buy_btn.jpg') transparent no-repeat left top;
font-size:0;
display:block;
cursor:pointer;
}

/* Item Layout: Styles */
#ct_pd_optionsList,
#ct_pd_itemList {
background-color:#f3f0eb;
float:right;
padding:15px;
width:370px;
}
#ct_pd_itemList {
padding-top:0px;
}
#ct_pd_options_choose {
color:#000;
margin:0 0 8px;
}

.ct_pd_options_style label {
font-weight:bold;
}

.ct_pd_item_img {
display:none;
}

/* Item 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;
color:#000;
}
/* Item Layout: Styles in product - no style: all items */
#ct_pd_product #ct_pd_allItems.clear {float:left;clear:none;margin-left:15px}
#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left}

/* Item Layout: Table */
#ct_pd_optionsTable table {width:100%;border: 0;border-collapse:collapse;border-spacing:0;margin-bottom:10px}
#ct_pd_optionsTable th {
  background: #777779 none;
  border: 0;
  filter: none;
  color:#fff;
  text-shadow:none;
  text-align:center;
}
#ct_pd_optionsTable .ct_pd_item_label {display: table-cell; float:none; clear:none; min-width: 0; padding: 2px 5px;background-color: #f1f1f1;color:#666;}
#ct_pd_optionsTable td {
  display: table-cell;
  padding: 2px 5px;
  border:0;
  border-bottom: 1px dotted #ccc;
  text-align:center
}
#ct_pd_optionsTable .ct_pd_item_image img {width:120px;}
#ct_pd_optionsTable .ct_pd_item_name {display:none}
#ct_pd_optionsTable .ct_pd_item_style,
#ct_pd_optionsTable .ct_pd_item_a {text-align:left}
#ct_pd_optionsTable .ct_pd_item td.ct_pd_item_qtyAdd {padding: 2px 5px; display: table-cell}
#ct_pd_optionsTable .ct_pd_item td.ct_pd_item_price {font-size:14px}
#ct_pd_optionsTable input#product_itemQty {float:none;margin:0 auto}
#ct_pd_optionsTable .ct_pd_addBasket_btn {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 25px;
  text-transform: none;
}

/* Item Layout: Matrix Table */
#ct_pd_optionsTable.ct_pd_optionsTable_matrix .ct_pd_item_price.ct_pd_item_label {background:none}
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td{padding: 2px 5px;border: 1px solid #ccc;text-align:center}
#ct_pd_optionsTable.ct_pd_optionsTable_matrix td form {position:relative;} /* allow absolute positioning of the bubble */
#ct_pd_optionsTable.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.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 {
    display:inline-block;
    vertical-align:top;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}

/***** 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 {}
#ct_pd_upsellingProducts h2 {}

.ct_associated {border-bottom: 1px dashed #ccc}
.ct_associated_product {min-width:100px;min-height:160px;text-align:center}
.ct_associated_product_img {
    min-width: 100px;
    min-height: 100px;
    line-height: 100px;
    display:block;
    border: 1px solid #ccc
}
.ct_associated_product_img img {
    max-width: 100px;
    max-height: 100px;
    vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}

#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 {}
#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-bottom-width: 1px;
    border-right-width-value: 1px;
    border-top-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0;
}
/** end CYBERTILL PRODUCT REVIEW **/

/** END PRODUCT DETAILS page **/


/** product page special offers section styles **/
.ct_pd_specialOffers {display:none;}
.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 **/





/*---------------------------------------------
    CHECKOUT PROCESS PAGES
---------------------------------------------*/

#ct_sandboxmsg {z-index:999}

/** CHECKOUT TRAIL **/
#ct_checkoutTrail {display:block;}

#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_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: green}
.ct_ct_next {
  color:#999;
  background: url('/ct_arrow_next_small_grey.png') no-repeat left center;
  padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** BASKET TABLE (in basket, one-page-checkout and summary pages) **/
/* column headers */
#ct_b_columnHeaders {}
#ct_b_columnHeaders th {}

/* item cells */
#ct_b_cart{}
#ct_b_cart td {}

.ct_b_item {font-size: 14px;}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center}
.ct_mainContent .ct_b_item_name {width:35%; text-align:left}
.ct_mainContent .ct_b_item_name a {font-size: 16px; font-weight: bold;}
.ct_mainContent .ct_b_item_name .ct_b_item_descr {}
.ct_mainContent .ct_b_item_name .ct_b_item_style {font-weight: bold; font-size: 18px;}
.ct_mainContent .ct_b_item_name .ct_b_item_style span {font-weight: normal}
.ct_mainContent .ct_b_item_name .ct_b_item_specialOffer {}
.ct_mainContent .ct_b_item_qty {width:10%; text-align:center}
.ct_mainContent .ct_b_item_price {width:15%; text-align:right; font-weight: bold}
.ct_mainContent .ct_b_item_total {width:15%; text-align:right}
.ct_mainContent .ct_b_item_delete {width:10%; 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 **/



/** BASKET page **/
#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;}
.ct_b_actions {}
#ct_b_updateBasket {}
#ct_b_checkout {}
#ct_b_paypalCheckout {}
#ct_b_continueShopping {}

/* basket lower actions */
#ct_b_lowerActions {
    padding:0;
    margin: 10px;
}
#ct_b_save,
#ct_b_load,
#ct_b_empty {width: 110px;}
/** 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 page **/
#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 {text-align:right;margin-top:10px}
/** end DELIVERY page **/



/** MULTI DELIVERY page **/
#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 page **/
#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 page **/
#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 page **/
#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;
    margin-left:10px;
    
    /* 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:5px}
#ct_bs_orderTotal { font-size: 16px; margin:10px 5px }
#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:right;}

#summary_basket_proceed {text-align:right}
/** end BASKET SUMMARY page **/



/* PAYPAL REDIRECT page */
#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 {}
/* paypoint order success */
#ct_pc_orderDisplay { background-color: #F0F0F0; }

/* 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 {}
#ct_register label {
  width: 190px;
  float: left;
  display: block;
  text-align: left;
  margin-left: 10px;
}
#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 {display:block; margin:5px auto;}
/** END ACCOUNT REGISTRATION page **/


/** REGISTRATION SUCCESS page **/
#ct_registerSuccess.ct_mainContent p {}
#ct_registerSuccess.ct_mainContent a {}
/** END REGISTRATION SUCCESS page **/


/** LOGIN page **/
#ct_login {}
#ct_login h1 {}

#ct_login .ct_font_error {margin-bottom:15px}

#ct_l_container { vertical-align:top; min-height: margin:0; padding:0 0 20px }

.ct_l_subcontainer {
    position:relative;
    vertical-align:top;
    display:inline-block;
    max-width: 45%;
    min-height: 120px;
    background-color: #f6f6f6;
    padding: 0 10px;
    
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_l_subcontainer h3 {}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
    position:absolute;
    bottom: 10px;
    margin-left: 10px;
}

#ct_l_existing, #ct_l_new {
  width: 50%;
  padding: 10px;
}

#ct_l_existing {}
#ct_l_existing div{}
#ct_l_existing label {
    display:inline-block;
    min-width: 75px;
    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: 140px;
    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 {}
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit {margin: 0; padding:0;}

#ct_l_notes{}
#ct_l_forgotten{margin: 10px 0}

#ct_l_guest{padding-left: 5px;}
/** 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 {
  list-style: none;
  padding: 0px;
}
#ct_accountOptions a {
  display:block;
  padding: 5px 10px;
}
/** 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 {}
#ct_accountDetails h1 {}

#ct_accountDetails div {
  padding: 1px;
  color: red;
}
#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_notice {}
/** 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:block;float:left;width:33%;vertical-align:top;margin: 0;}
#ct_sitemap div#ct_sm_categories {}
#ct_sitemap div#ct_sm_brands {}
#ct_sitemap div#ct_sm_pages {}

/* 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 {}
#ct_sitemap a:hover {}

#sitemap_additional {}
/** end SITEMAP page **/


/** PAGE NOT FOUND **/
#ct_pageNotFound {}
#ct_pageNotFound  h1 {}
#ct_pageNotFound  p {}

#header_t_icon {
position:absolute;
top:37px;
left:0;
}

#header_can_we_help {
position:absolute;
top:35px;
left:74px;
color:#FFF;
font-size:14px;
}

#header_can_we_help .ct_module_header {
    font-weight:bold;
}

#header_logo {
position:absolute;
top:33px;
left:260px;
}

#footer_sec_pay {
    float:left;
}

#footer_soc_med {
    float:left;
    height:24px;
    line-height:24px;
    margin:10px 0 0 18px;
}

#footer_soc_med a {
    margin:0 12px 0 0;
}

#footer_links {
float:left;
clear:left;
margin:20px 0 0;
width:640px;
}

#footer_links a {
color:#000;
float:left;
display:block;
margin:0 0 10px;
padding:0 7px;
border-left:1px solid #000;
line-height:12px;
height:12px;
}

#footer_links a:first-child {
border:none !important;
padding-left:0 !important;
}

#footer_newsletter {
float:right;
width:
}

#footer_newsletter input[type=text] {
width:190px;
padding:0 8px;
height:38px;
line-height:38px;
border:1px solid #CCC;
}

#ct_template_content_left > #ct_subCategories a {
display:block;
width:100%;
color:#333;
float:left;
clear:left;
padding:0 5px;
margin:0 0 4px;
}

#thumb_more {
background:none !important;
}

.ct_pd_pi_thumbnails a {
display:table-cell;
float:left;
width:100px;
height:100px;
margin:0 15px 15px 0; 
}

#thumb_img {
border:none;
display:block !important;
max-height:100px !important;
max-width:100px !important;
}

#ct_breadcrumbs img {
position:relative;
top:2px;
margin:0 10px 0 0;
}

.ct_searchFilters input[type=checkbox] {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0;
  border:0;
}

.ct_searchFilters input[type=checkbox] + label {
  padding-left:20px;
  height:16px; 
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;
}

.ct_searchFilters input[type=checkbox]:checked + label {
  background-position: 0 -15px;
}
            
.ct_searchFilters label { 
    background:url(http://csscheckbox.com/checkboxes/lite-gray-check.png) no-repeat;
    color:#333;
    font-size:12px;
}

.ct_searchFilters form {
display:block;
}

#ct_template_content_left .checkbox_list {
display:block;
}

#ct_template_content_left .ct_bm_dropDown {
display:none;
}

.ct_homepage #ct_template_content {
background:none;
border:none;
box-shadow:none;
padding:0;
margin:0 auto;
width:992px;
}

.ct_homepage #ct_template_content_main {
width:992px;
padding:0;
margin:12px auto 0;
}

.ct_homepage #ct_template_content_left {
display:none;
}

#home_businesses, #home_brands, #home_carousel {
display:block;
border: 0;
  width:952px;
  margin:12px auto 0;
  background-color:#FFF;
  box-shadow: 1px 1px 5px #999;
  padding:20px;
  position:relative;
  overflow:hidden;
  height:72px;
  line-height:72px;
clear:both;
float:left;
}

.carousel ul {
  list-style: none;
  margin: 20px auto;
  height: 200px;
}

.carousel ul li {
  text-align: center;
  padding: 5px 0 0 0;
}

.carousel ul li a {
  color: #000;
  font-size: 13px;
}

.carousel ul li.price a {
  font-size: 19px;
}


/*#home_brands .brand_row {
overflow:hidden;
clear:both;
height:100px;
}*/

/*#home_brands .brand_row:first-child > div { 
margin:0 100px 0 0;
}*/

/*#home_brands .brand_row > div {
margin:0 92px 0 0;
height:100px;
width:200px;
display:table-cell;
vertical-align:middle;
text-align:center;
}*/

/*#home_brands .brand_row > div:first-child { 
margin:0 !important;
}*/

/*#home_businesses img:first-child {
margin:7px 0 0 12px;
}*/

#home_businesses * {
float:left;
margin:0 0 0 12px;
}

#home_businesses p {
color:#777779;
font-size:16px;
width:276px;
line-height:20px;
margin:16px 45px 0 15px; 
}

#home_carousel, #home_brands {
  width:822px;
        padding:0px 85px;
  height:200px;
line-height:normal !important;
position:relative;
clear:both;
}

#home_carousel {margin-top: 0; height: 215px;}

.jcarousel-clip {
width:822px;
height:200px;
overflow:hidden;
}

.jcarousel-list {
height:100%;
}

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 570px;
    padding: 0 40px;
    margin:40px 0 0 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  570px;
    height: 60px;
}

#home_brands .jcarousel-clip .jcarousel-list li ul li {
padding:14px 30px;
height:70px;
line-height:70px;
}

#home_brands .jcarousel-clip .jcarousel-list li img {
vertical-align:middle;
}

.jcarousel-item > ul {
list-style:none;
text-align:center;
font-size:13px;
}

.jcarousel-item > ul a {
color:#2b2b28;
}

.jcarousel-item > ul > li.price a {
font-size:19px;
}

.jcarousel-item > ul > li:first-child {
}

#home_carousel .jcarousel-item > ul > li:first-child > a {
width:120px;
height:120px;
display:table-cell;
vertical-align:middle;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 85px;
    right: 20px;
    width: 24px;
    height: 40px;
    cursor: pointer;
    background: transparent url('/tannery/carousel_arrow_right.jpg') no-repeat 0 0;
}

#home_brands .jcarousel-next-horizontal, #home_brands .jcarousel-prev-horizontal {
    top: 55px !important;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 85px;
    left: 20px;
    width: 24px;
    height: 40px;
    cursor: pointer;
    background: transparent url('/tannery/carousel_arrow_left.jpg') no-repeat 0 0;
}

#home-slider {
  float: left;
  width: 671px;
  margin-bottom: -60px;
}

#home_banner_1, #home_banner_2, #home_banner_3 {
float:left;
}

#home_banner_2, #home_banner_3 {
margin-left:12px;
}

#home_banner_2 {
margin-bottom:12px;
}

#home-messages {
  background: url(/layout/home-messages-bg.png) no-repeat;
  clear: left;
  height: 40px;
  padding: 10px 0 0 15px;
  font-size: 15px;
  color: #ded8cc;
  font-weight: bold;
}

#footer_newsletter .ct_module_header {
text-transform:uppercase;
font-weight:bold;
font-size:13px;
margin:0 0 5px;
}

#footer_newsletter p {
margin:0 0 5px;
}

#footer_newsletter input[type=submit] {
background:url('tannery/subscribe_btn.jpg') no-repeat left top;
border:none;
font-size:0;
width:127px;
height:36px;
display:inline-block;
position:relative;
top:-1px;
left:1px;
}

.addthis_toolbox {
  clear: right;
  float: right;
  height: 20px;
  margin: 15px 0 5px;
  position: relative;
}

#addthis_widget {
float:right;
margin:8px 0 0;
}

.ct_sb_links a {
font-weight:bold;
color:#FFF;
text-decoration:underline;
}

#ct_b_cart img.hider,
#ct_basketSummary img.hider {display:none!important;}

#home_brands div {
margin-right:20px;}

.ct_cm_cat_716 {display:none !important;}/**
 * 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;
}
*/
.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;
}
*/

.bx-wrapper .bx-pager {
  color: #666666;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  position: relative;
  text-align: right;
  top: -30px;
}

.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: #ccc;
	/*text-indent: 9999px;*/
        font-size: 0;
	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: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.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;
}

/* Carousel Specific */

/* DIRECTION CONTROLS (NEXT / PREV) */

.home-carousel .bx-wrapper .bx-prev {
	left: -60px;
	background: url(/layout/carousel-controls.png) no-repeat 0 0;
}

.home-carousel .bx-wrapper .bx-next {
	right: -60px;
  	background: url(/layout/carousel-controls.png) no-repeat -25px 0;
}

.home-carousel .bx-wrapper .bx-prev:hover {
	background-position: 0 -40px;
}

.home-carousel .bx-wrapper .bx-next:hover {
	background-position: -25px -40px;
}

.home-carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	width: 25px;
	height: 40px;
	text-indent: -9999px;
	z-index: 499;
}

.home-carousel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.home-carousel .bx-wrapper .bx-pager {display: none;}

 .bx-wrapper .carousel img {
	max-width: 125px;
        max-height: 125px;
	display: block;
}#ct_template_header ul li.ct_cm_cat_677,
#ct_template_header ul li.ct_cm_cat_678,
#ct_template_header ul li.ct_cm_cat_679,
#ct_template_header ul li.ct_cm_cat_680,
#ct_template_header ul li.ct_cm_cat_681,
#ct_template_header ul li.ct_cm_cat_682,
#ct_template_header ul li.ct_cm_cat_683 {display:none}