/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}
/**
* 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 **/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/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(//themes.googleusercontent.com/static/fonts/opensans/v8/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(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/*---------------------------------------------
  BASIC RS skin v2

  TABLE of CONTENTS:
  ------------------

  __GLOBALS
    __RESET_ALL_STYLES
    __FONTS_and_GENERIC_TEXTS 
    __USEFULL_CLASSES

  __UI
    __GENERICS
    __FORM_ELEMENTS
    __BUTTONS
    __ICONS

  __TEMPLATE_LAYOUT

  __MODULES_STYLES
    __HEADER_MODULES
    __FOOTER_MODULES
    __PREDEFINED_MODULES

  __MAIN_CONTENT_PAGES

  __CATEGORY_and_PRODUCT_PAGES
    __BREADCRUMBS
    __SEARCH_RESULTS
      __PRODUCTS_LISTINGS
    __PRODUCT_PAGE
      __PRODUCT_IMAGES
      __PRODUCT_ITEMS_FIELDS
      __PRODUCT_ITEMS_LAYOUTS
      __ASSOCIATED_PRODUCTS
      __PRODUCT_REVIEWS

  __CHECKOUT_PROCESS_PAGES
    __CHECKOUT_TRAIL
    __BASKET_TABLES
    __CHECKOUT_TITLES
    __BASKET
    __ONE_PAGE_CHECKOUT
    __DELIVERY
    __MULTI_DELIVERY
    __COURIERS
    __COLLECTION
    __BASKET_SUMMARY
    __PAYPAL_REDIRECT
    __ORDER_PAYMENT

  __USER_ACCOUNT_PAGES
    __REGISTRATION
    __LOGIN
    __ORDER_HISTORY
    __REORDER
    __ADDRESS_OPTIONS
    __NEW_ADDRESS
    __EDIT_ADDRESS
    __ACCOUNT_CREDIT

  __OTHER_PAGES
    __COOKIE_POLICY
    __CONTACT_US
    __CURRENCY_SELECTION
    __SITEMAP
    __404_PAGE_NOT_FOUND
*/


/*---------------------------------------------
  __GLOBALS
---------------------------------------------*/

/*  __RESET_ALL_STYLES
 */

*  {
  margin:0;
  padding:0;
}

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%;
}

ul { padding:0 20px; }

a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {margin: 10px 0}


/*info message styling*/

.ct_html_module.holdmessage a{
  color: #fff;
  text-decoration: underline;
}
.ct_html_module.holdmessage {
    background: #94416e;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 5px 30px -10px #000;
}

.ct_html_module.content p {
    margin: 0 0 20px;
}

/*  __FONTS_and_GENERIC_TEXTS
 */

html, body, p {
  font-family: "Open sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5b5b5b;
}

html {
/*
  background: #ebe3d0;
  background-image: -moz-linear-gradient(top,#d1bc94,#ebe3d0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#d1bc94),to(#ebe3d0));
  background-image: -webkit-linear-gradient(top,#d1bc94,#ebe3d0);
  background-image: -o-linear-gradient(top,#d1bc94,#ebe3d0);
  background-image: linear-gradient(to bottom,#d1bc94,#ebe3d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1bc94', endColorstr='#ffebe3d0', GradientType=0);
*/
  background: url(/layout14/page-bg.jpg) repeat-x #EFE9DB;
}

a,
.btn.btn-link {
  font-size: 12px;
  text-decoration: none;
  color: #B39D70;
  font-weight: bold; 
}

a:hover,
.btn.btn-link:hover {text-decoration: underline}

a:visited,
.btn.btn-link:visited {}

/*  __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;
}



/*---------------------------------------------
    __UI
---------------------------------------------*/

/* __GENERICS
 */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

.btn,
input,
select,
textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  vertical-align:middle
}


/* __FORM_ELEMENTS
 */

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea {}

select {
  outline: 0;
  background:#fff;
  text-overflow:ellipsis;
  line-height: 30px;
}
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;
}


/* __BUTTONS
 */

/* Default Buttons */
.btn,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  background: #f1f1f1;
  cursor:pointer;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  text-decoration: none;
  vertical-align:middle;
}
.btn:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
.btn:active,
input[type='button']:active,
input[type='submit']:active,
input[type='reset']:active {
  background: #ccc;
}


/* Primary buttons */
.btn.btn-primary,
input[type='submit'] {
  background: #e9e8e4;
  color: #000;
  border: none;
}
.btn.btn-primary:hover,
input[type='submit']:hover,
.btn.btn-primary:active,
input[type='submit']:active {}

/* Info buttons */
.btn.btn-info {}
.btn.btn-info:hover,
.btn.btn-info:active {}


/* Success buttons */
.btn.btn-success {}
.btn.btn-success:hover,
.btn.btn-success:active {}

/* Warning buttons */
.btn.btn-warning {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #999;
}
.btn.btn-warning:hover,
.btn.btn-warning:active {
  background: #999; /*#F89406;*/
  border-color:#999;
  color:#fff;
}

/* Danger buttons */
.btn.btn-danger,
input[type='reset'] {
  background: #EE5F5B;
  border:0;
}
.btn.btn-danger:hover,
input[type='reset']:hover,
.btn.btn-danger:active,
input[type='reset']:active {
  background: #BD362F;
}

/* Link buttons */
.btn.btn-link {
  background:none;
  border:0;
  padding: 5px;
  text-decoration: underline;
  text-transform:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/* __ICONS
 */
.btn[class*='icon-'] { padding-left:5px }
.btn[class*='icon-']:before {
  background-repeat: no-repeat;
  background-position: center center;
  content:' ';
  display:inline-block;
  height:16px;
  width:16px;
  margin-right:5px;
  vertical-align:middle;
}
.btn.icon-remove:before { background-image: url(system_images/icons-16/delete.png); }



/*---------------------------------------------
    __TEMPLATE_LAYOUT
---------------------------------------------*/

/**/#ct_template_wrapper {
  position:relative;
  width: 978px;
  margin: 0 auto;
  background: #fff;
}
.ct_template_header {
  margin-top: 5px;
}

/**/#ct_template_content {}

/**/#ct_template_content_left,
/**/#ct_template_content_main,
/**/#ct_template_content_right {
  float: left;
}
/**/#ct_template_content_left  {width: 220px; padding: 0 0 0 20px;}
/**/#ct_template_content_main  {padding: 0 10px;}
/**/#ct_template_content_right {}
.ct_homepage #ct_template_content_main  {padding: 0}

.ct_template_footer {
  width: 100%;
  clear: both;
}
/**/#ct_template_cybertillLink {
  text-align:center;
  margin: 0 auto;
  clear: both;
}
/**/#ct_template_cybertillLink a {font-weight: normal; color: #000}
/**/#ct_template_cybertillLink a:hover {}


/** 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);
  -khtml-opacity:0.75;
    -moz-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_link_module,
.ct_html_module {
  max-width:100%;
  vertical-align:top;
}

.ct_link_module {}
.ct_html_module {}


/** modules titles **/
.ct_module .ct_module_header {}
.ct_module .ct_module_header a {}



/*---------------------------------------------
    __HEADER_MODULES
---------------------------------------------*/

.ct_template_header {
  text-align:right;
}

.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;}

#header-logo {
  float: left;
  padding: 12px 14px 9px;
}

.ct_template_header .ct_loginLink,
.ct_template_header #ct_accountLink, 
.ct_template_header .ct_wishlistLink, 
.ct_template_header .ct_smallBasket {
  margin: 15px 5px 10px;
}

/*.ct_template_header .ct_smallBasket {margin-right: 50px;}*/

.ct_template_header .ct_smallBasket > .ct_module_header {padding-right: 60px}

#header-messages {
  background: #e9e8e4;
  width: 100%;
}

#header-messages ul {
  list-style: none;
  padding: 0;
}

#header-messages ul li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

#header-messages ul li:first-child {
  padding-left: 10px;
  text-transform: lowercase;
  font-size: 12px;
}

#header-messages a {color: #796a61}
#header-messages a:hover {color: #94416e; text-decoration: none}

#header-messages ul li:first-child a {color:black; font-weight: 600} 

#header-messages ul li:last-child {padding-right: 10px;}

#home-slider {
  width: 940px;
  margin: 0 20px;
}

ul.home-slider {
  padding: 20px 0;
}

ul.home-slider ul {
  background: rgba(0,0,0,0.5);;
  list-style: none outside none;
  padding: 0;
  position: relative;
  top: -60px;
  height: 60px;
}

ul.home-slider ul li {
  position: absolute;
  top: -30px;
  font-size: 15px;
  color: #fff;
  left: 20px;
}

ul.home-slider ul li:first-child {
  position: absolute;
  top: -270px;
  left: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  width: 180px;
  text-shadow: 1px 1px 1px #333;
}

ul.home-slider ul li:nth-child(2) {
  top: 7px;
}

ul.home-slider ul li:nth-child(3) {
  top: 34px;
  font-size: 13px;
}

#home-slider ul ul {list-style: none;}

.info-box {
  float: left;
  padding: 0 21px;
  width: 200px;
  margin: 0 0 20px;
}

.info-box ul {
  padding: 0;
  list-style: none;
}

.info-box ul li {color: #000;}

.info-box ul li:nth-child(2) {
  font-size: 16px;
  padding-bottom: 5px;
}

#home-carousel {margin-bottom: 10px;}

#carousel-title {
  clear: both;
  margin: 0 20px;
}

#carousel-title h2 {
  padding: 6px 20px;
  background: none repeat scroll 0 0 #e9e8e4;
  text-align: center;
  color: #94416e;
  font-size: 17px;
}

.slider1 ul {padding: 0}

.slider1 ul li {
  text-align: center;
  font-weight: bold;
}

/* image container dimensions and alignment hv to go here*/
.slider1 ul li:first-child {
/*
  display:block;
  margin: 0 auto;
  text-align:center;
  width:157px;
*/
  border: solid 1px #fff;
  height:157px;
  width:157px;
  position:relative;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  display:table-cell; /* required for v-align*/
}

.slider1 ul li:first-child:hover {border: solid 1px #94416e}

.slider1 ul li:first-child a {}

.slider1 ul li:first-child a img {
  max-height: 157px;
  max-width: 157px;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.slider1 ul li:nth-child(2) {
  font-size: 13px;
}

.slider1 ul li:last-child {
  font-size: 15px;
  color: #94416e;
}

.ct_priceFilters h3 {
  padding: 8px 10px;
  background: #b9b1a8;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin: 5px 0 1px;
}

.ct_searchFilters h4 {
  margin: 1px 0 5px;
  padding: 8px 10px;
  color: #000;
  font-weight: normal;
  background: #ebe7e4;
}

#about-shop { margin: 10px 0}

/*---------------------------------------------
    __FOOTER_MODULES
---------------------------------------------*/

.ct_template_footer, .ct_template_footer p {color: #000}

.ct_template_footer h3 {color: #94416e}

.ct_template_footer a {text-decoration: none; color: #000; font-weight: normal;}
.ct_template_footer a:hover {text-decoration: underline;}

#footer-top, #footer-bottom {
  margin: 0 20px;
  background: #f8f8f8;
  padding: 15px 20px 0;
  height: 180px
}

#footer-top {
  border-bottom: 1px solid #ccc;
}

#footer-top > div, #footer-bottom > div {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 180px;
}
.ct_template_footer #footer-customer {
  background: url("/layout14/footer-contact-icon.png") no-repeat scroll 0 40px rgba(0, 0, 0, 0);
  padding-left: 50px;
  width: 180px;
}
#footer-customer h3 {
  left: 0;
}
.ct_template_footer #footer-delivery {
  width: 230px;
  padding-left: 50px;
  background: url("/layout14/footer-delivery-icon.png") no-repeat scroll 0 40px rgba(0, 0, 0, 0);
}
.ct_template_footer #footer-location {
  padding-left: 50px;
  width: 144px;
  background: url("/layout14/footer-location-icon.png") no-repeat scroll 0 40px rgba(0, 0, 0, 0);
}
.ct_template_footer #footer-social   {width: 120px;}
.ct_template_footer #footer-news     {width: 275px;}


#footer-top div h3,  #footer-bottom div h3 {
  position: absolute;
}

#footer-social a {
  display: inline-block;
  padding-top: 45px;
}

#footer-top div h4, #footer-news div {padding-top: 40px;}

#footer-bottom div ul {
  padding: 30px 0;
  list-style: none;
}

#footer-news div {padding: 30px 0 0 0}

#footer-bottom div.inpandbutton {padding: 0;}

#mce-EMAIL {
  background: none repeat scroll 0 0 #dcdcdc;
  border: medium none;
  border-radius: 0;
  height: 20px;
  margin-top: -20px;
  width: 169px;
}

#mc-embedded-subscribe {
  border: none;
  background: none;
  margin: 10px 0 0 0;
}

#copyright {clear: both; text-align: center;}









/*---------------------------------------------
    __PREDEFINED_MODULES
---------------------------------------------*/

/** link modules **/
.ct_loginLink, .ct_wishlistLink, .ct_accountLink {}
.ct_loginLink a, .ct_wishlistLink a, #ct_accountLink a, .ct_smallBasket a {
  color: #000;
  font-weight: 600;
}

.ct_loginLink a:hover, .ct_wishlistLink a:hover, #ct_accountLink a:hover, .ct_slammBasket a:hover {text-decoration: underline}

.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:90%!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 {
  left: 348px;
  position: absolute;
  top: 21px;
}
.ct_ac_search .ct_module_header {display: none;}

.ct_ac_search_form {background: #f5f5f5; padding: 3px 0;} 

.ct_ac_search_input,
.ct_ac_search_go {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ac_search_input input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  width: 210px;
}
.ct_ac_search_go input {
  background: url("/layout14/header-search-icon.png") no-repeat scroll 2px 5px rgba(0, 0, 0, 0);
  border: medium none;
  text-indent: -1000px;
}
.ct_ac_search_go input:hover {background: url("/layout14/header-search-icon-ro.png") no-repeat scroll 2px 5px rgba(0, 0, 0, 0)}

.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 {}
.ct_searchFilters .ct_module_header {}
.ct_searchFilters ul.checkbox_list {
  list-style:none;
  padding:0;
}
.ct_searchFilters ul.checkbox_list li {padding:3px 0}
/** end SEARCH FILTERS **/



/** SMALL BASKET pre-defined section **/
.ct_smallBasket {}

/* hide while site is closed down
.ct_smallBasket .ct_module_header {
  opacity: 0
}*/

.ct_sb_items,
.ct_sb_items li {
  list-style:none;
  padding:0;
}
li.ct_sb_accountCredit,
li.ct_sb_item {}

/* hide while site is closed down*/
.ct_sb_itemCount {
  /*display: none;*/
  background: url("/layout14/header-basket-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: right;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 20px;
  width: 33px;
}

.ct_sb_itemCount a {
  display: block;
}

.ct_sb_itemCount a {
  color: #FFFFFF;
  font-size: 16px;
  padding: 12px 0;
  font-weight: bold;
}

.ct_sb_total {display: none;}
.ct_sb_link a {}
.ct_sb_link a:hover {}
/** end SMALL BASKET pre-defined section **/

#shop-phone-number {padding-right: 60px}

#shop-phone-number span {
  font-weight: bold;
}

/** 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 {}
.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 {}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
}
ul.ct_cm_menu li {
  list-style-type: none;
}
ul.ct_cm_menu li a {
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  padding: 5px 20px 8px;
}

ul.ct_cm_menu li a:hover {text-decoration: none}

/* Category menu in header */
.ct_template_header .ct_module.ct_categoryMenu {
  display:block;
  text-align:center;
  clear: both;
  background: #94416e;
}
.ct_template_header .ct_categoryMenu .ct_module_header {
  float:left;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  display: none;
}
.ct_template_header .ct_cm_wrapper {width:auto;margin:0}
.ct_template_header ul.ct_cm_menu {width: auto;left:0;}
.ct_template_header ul.ct_cm_menu li {
  display:inline-block;
  margin:0;
  border:0;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_template_header ul.ct_cm_menu > li {
  background: url("/layout14/menu-divider.png") no-repeat scroll -6px -2px rgba(0, 0, 0, 0);
  border-top: 5px solid #94416e;
}
.ct_template_header ul.ct_cm_menu > li:first-child {background: none;}
.ct_template_header ul.ct_cm_menu li ul {padding: 0}
.ct_template_header ul.ct_cm_menu li ul li {
  display:block;
  text-align: left;
}

.ct_template_header ul.ct_cm_menu li ul li:hover {
  background: #e9e8e4;
}

/* over effect */
ul.ct_cm_menu > li:hover {border-top: 5px solid #b39958}
ul.ct_cm_menu li a:hover {}
ul.ct_cm_menu li:hover ul > a {background: #e9e8e4}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
  background: #fff;
  width: 230px;
}

ul.ct_cm_menu li:hover > ul a {
  color: #000;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}

ul.ct_cm_menu li ul li ul {
  position: absolute;
  left: 220px;
  top: 10px;
}


ul.ct_cm_menu li ul li:hover > ul {
  display: block;
}


/** end CATEGORY MENU pre-defined section **/



/** Slash Dot Category Menu styles **/
/** Comented out by default **/
/*
.ct_categoryMenu {
  width: 100%;
  border: 0px solid black;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.ct_categoryMenu .ct_module_header {}

.expand_holder {
  color: #006666;
  height: 25px;
}
.expand_holder a {
  color: #066;
}

.expand_holder a:hover {
  color: #000000;
}

div.ct_cm_sdmenu {
  width: 150px;
  font-size: 12px;
  padding-bottom: 10px;
  background: url('/webimages/slashdotmenu/bottom.gif') no-repeat  right bottom;
  color: #fff;
}
div.ct_cm_sdmenu div {
  background: url('/webimages/slashdotmenu/title.gif') repeat-x;
  overflow: hidden;
}
div.ct_cm_sdmenu div:first-child {
  background: url('/webimages/slashdotmenu/toptitle.gif') no-repeat;
}
div.ct_cm_sdmenu div.collapsed {
  height: 25px;
}
div.ct_cm_sdmenu div span {
  display: block;
  padding: 5px 25px;
  font-weight: bold;
  color: white;
  background: url('/webimages/slashdotmenu/expanded.gif') no-repeat 10px center;
  cursor: default;
  border-bottom: 1px solid #ddd;
}
div.ct_cm_sdmenu div.collapsed span {
  background-image: url('/webimages/slashdotmenu/collapsed.gif');
}
div.ct_cm_sdmenu div a {
  padding: 5px 10px;
  background-color:  #eee;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #066;
}
div.ct_cm_sdmenu div a.current {
  background-color: #ccc;
}
div.ct_cm_sdmenu div a:hover {
  background-color: #066;
  background: url(../images/modules/webslashdotmenu/linkarrow.gif) no-repeat right center;
  color: #fff;
  text-decoration: none;
}
*/
/** END Slash Dot Category Menu styles **/



/** BRANDS pre-defined section **/
.ct_brandsMenu {}
.ct_brandsMenu .ct_module_header {}

.ct_bm_removeFilter {
  color: transparent;
  text-indent: -9999px;
  float:right;
  width: 20px;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat center center;
}
.ct_bm_dropDown select {
  width:100%;
  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%;*/
  padding: 10px;
}

/** pages titles **/
.ct_mainContent  h1 {
  margin: 0 0 20px 0;
  font-weight: normal;
}

/** 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 {
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  clear: both;
}
/**/#ct_breadcrumbs a,
/**/#ct_breadcrumbs a:visited {
  color: #000;
  padding: 5px;
}
/** end BREADCRUMBS **/

#ct_breadcrumbs span {color: #94416e; padding: 5px;}


/** __SEARCH_RESULTS **/
/**/#ct_search {width: 698px}
/**/#ct_search #ct_breadcrumbs {}


/** Search Header **/
/**/#ct_searchHeader {}
/**/#ct_searchHeader h1#ct_sh_title {
  font-weight: normal;
  background: url(/layout14/title-shadow.png) no-repeat;
  margin-top: -10px;
  padding-top: 15px;
}
/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {margin: 0 0 10px}
/**/#ct_sh_img {float:right; padding: 20px 10px 0}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories {
  background: #ebe7e4;
  margin: 0 10px 20px 0;
}
#ct_subCategories .ct_module_header {display: none}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}

/**/#ct_sc_listing {}
.ct_sc_listing_row {padding: 10px 5px;}
.ct_sc_listing_cat {
  display:inline-block;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_sc_listing_row .ct_sc_listing_cat {
  width: 150px;
  height: 200px;
  text-align: center;
  margin: 0 8px;
}

.ct_sc_listing_cat_img {
    display: table-cell;
    height: 150px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    margin: 0 8px;
    background: #EBE7E4;
}
.ct_sc_listing_cat_img img {
  max-height: 150px;
  max-width: 150px;
  height: auto;
  width: auto;
}
.ct_sc_listing_cat_name {display: table-row}
.ct_sc_listing_cat_name a {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
}
#ct_template_content_left .ct_sc_listing_cat_img {display: none;}

#ct_template_content_left .ct_sc_listing_cat_name a {
  color: #000;
  font-weight: normal;
  background: #ebe7e4;
  padding: 5px 10px;
  margin: 0 0 1px 0;
  width: 200px;
  display: inline-block;
}

#ct_template_content_left .ct_sc_listing_cat_name a:hover {
  background: #CDB78E;
  color: #fff;
  text-decoration: none;
}

/** end Sub-Categories Listing **/


/** Results Filters **/
/**/#ct_searchFilter {
  float: left;
  left: 50%;
  margin-left: -200px;
  position: relative;
  top: 26px;
}
/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  display:inline-block;
  margin: 0 0 0 10px;
  padding: 0;

  /* 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,
/**/#ct_searchResults_bottom {
  display:block;
  width:100%;
  clear: left;
  color: #000;
}

#ct_searchResults_bottom {
  margin-bottom: 20px;
}

/* 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_paginate {float: right; margin-right:10px;}
.ct_sr_results {margin-right:10px;}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {}

.ct_sr_indice {}

/* 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 a {
  padding: 2px 7px;
  display: inline-block;
  background: #ebe7e4;
  color: #000;
}

li.ct_sr_p_first a:hover {
  background-color: #ccc;
  color:#fff;
  text-decoration:none; 
}

li.ct_sr_p_prev {}
li.ct_sr_p_prev a {
  padding: 2px 7px;
  display: inline-block;
  background: #ebe7e4;
  color: #000;
}
li.ct_sr_p_prev a:hover {
  background-color: #ccc;
  color:#fff;
  text-decoration:none;  
}
li.ct_sr_p_page {color:#fff;font-size:0%;} /* hide dividers (|) */
li.ct_sr_p_page a {  
  padding: 2px 7px;
  display: inline-block;
  background: #ebe7e4;
  color: #000;
}
li.ct_sr_p_page a:hover {
  background-color: #ccc;
  color:#fff;
  text-decoration:none;
}
li.ct_sr_p_next {}
li.ct_sr_p_next a {
  padding: 2px 7px;
  display: inline-block;
  background: #ebe7e4;
  color: #000;
}
li.ct_sr_p_next a:hover {
  background-color: #ccc;
  color:#fff;
  text-decoration:none;
}
li.ct_sr_p_current a {
  background-color: #ccc;
  color:#fff;
  text-decoration:none;
  cursor: default
}
li.ct_sr_p_last a {
  padding: 2px 7px;
  display: inline-block;
  background: #ebe7e4;
  color: #000;
}
li.ct_sr_p_last a:hover {
  background-color: #ccc;
  color:#fff;
  text-decoration:none;
}

/** end RESULTS AMOUNTS and PAGINATION **/


/** __PRODUCTS_LISTINGS **/
/**/#ct_productsListing {
  clear:both;
}

.ct_pl_noResults {display:none;}

/** no image display **/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
  clear:both;
  position:relative;
  height:auto;
  margin: 30px 0;
}
.ct_pl_product {
  display:block;
  float:left;
  margin: 0 8px;
  position:relative;
  text-align:left;
  width: 158px;
  height: 264px;
}
.columns-2 .ct_pl_product  { width: 43.5%; }
.columns-3 .ct_pl_product  { width: 30%; }
.columns-4 .ct_pl_product  { width: 22%; }
.columns-5 .ct_pl_product  { width: 17%; }
.columns-6 .ct_pl_product  { width: 13.8%; }
.columns-7 .ct_pl_product  { width: 11.4%; }
.columns-8 .ct_pl_product  { width: 9.6%; }
.columns-9 .ct_pl_product  { width: 9.2%; margin: 0 0.5%; }
.columns-10 .ct_pl_product { width: 8.1%; margin: 0 0.5%; }

.ct_pl_product_image {
  background: none repeat scroll 0 0 #FFFFFF;
  display: table-cell;
  height: 150px;
  margin: 0 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  /*border: solid 1px #EBE7E4;*/
}
/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
/*  height:125px;
  position:relative;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  display:table-cell;*/ /* required for v-align*/
}

.ct_pl_product_image img {
  height: auto;
  max-height: 150px;
  max-width: 150px;
  width: auto;  
}

.ct_pl_product_link {font-size: 12px;}
.ct_pl_product_name {}
.ct_pl_product_name a {
  color: #000;
  font-weight: normal;
}
.ct_pl_product_desc {}
.ct_pl_product_price { }
.ct_pl_product_price a {
  color: #94416E;
  font-weight: bold;
  font-size: 14px;
}
div.ct_pl_product_offPrice {color: red}
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 {
  float: right;  
  margin-right: 10px;
}

.ct_pl_product_add a {
  background: #94416E;
  padding: 5px;
  color:#fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ct_pl_product_add a:hover {
  background: #B39D70;
  text-decoration: none;
}

.ct_pl_product_view  {display: none;}

.ct_pl_product.ct_pl_perRow {
  display:block;
  width:100%;
  text-align:left;
}
.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 {
  clear:both;
  display:block;
  float:left;
  margin-right:10px;
  text-align:center;
}
.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: 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_PAGE **/
/**/#ct_productDetails {}
/**/#ct_productDetails #ct_breadcrumbs {}

/**/#ct_pd_product {display:block}
/**/#ct_pd_product_name {  
  font-weight: normal;
  padding: 0;
  margin: 0;
}
/**/#ct_pd_fblike {float:left;}
/**/#ct_pd_product #ct_social_bookmark {
  margin: 20px 0;
}
/**/#ct_pd_product_description h2 {
  font-weight: normal;
  background: url(/layout14/title-shadow.png) no-repeat;
  margin-top: -7px;
  padding-top: 15px;
}
/**/#ct_pd_product_description {
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 608px;
}


/* __PRODUCT_IMAGES
 */
/* Images Viewer Container*/
/**/#ct_pd_product_image {margin-bottom:20px }
/**/#ct_pd_product_image.left {margin: 0 20px 0 10px }
/**/#ct_pd_product_image.right {margin-left:20px }
/**/#ct_pd_product_image,
/**/#ct_pd_product_image img {
  max-width:300px;
}
#ct_pd_product_image {
  height: 300px;
  width: 300px;
}
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0}
/**/#ct_pd_product_image img.ct_pd_pi_fullsize {max-width:350px;max-height:350px;}

/* Images Viewer Elements */
.ct_pd_pi_main {
/*New*/
  background: none repeat scroll 0 0 #FFFFFF;
  display: table-cell;
  min-height: 175px;
  margin: 0 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}
.ct_pd_pi_enlarge {
  color:#000;
  font-size: 10px;
  text-align:center;
}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}



/* __PRODUCT_ITEMS_FIELDS
 * (generic to all layouts)
 */
.ct_pd_item { margin-top:10px; }
.ct_pd_item_label {
  display: none;
  float:left;
  min-width: 120px;
  color: #666;
}

.ct_pd_item_value {
  display: none;
  min-height:10px;
  min-width:10px;
}

.ct_pd_item_delivery .ct_pd_item_value, .ct_pd_item_delivery .ct_pd_item_label {
  display: block;
}

.ct_pd_item_delivery {
  clear: both;
  padding: 50px 0;
}

.ct_pd_item_img {display: none}
.ct_pd_item_name {}
.ct_pd_item_style {}
.ct_pd_item_price {display: block}
.ct_pd_item_price.ct_pd_item_label {display: none;}
.ct_pd_item_price.ct_pd_item_value {
  color: #94416E;
  font-weight: bold;
  font-size: 26px;
}
.ct_pd_item_saving {}
.ct_pd_item_code {}
.ct_pd_item_availability {}
.ct_pd_item_availability_in.ct_pd_item_value {background: transparent url(/system_images/eshop/skin1/icn_in.png) no-repeat 150px 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 150px center;}
.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;
  display:block;
  margin:0;
}

/*hide add to basket while site is temop closed*/
.ct_pd_item_qtyAdd .ct_pd_addBasket, 
.ct_pd_item_qtyAdd .ct_pd_addWishlist {
    display: block;
    float: none;
    margin: 0 0 10px;

}

.ct_pd_addWishlist {
    float: left;
    /* left: 50%; */
    margin-left: 0;
    position: relative;
    /* top: 46px; */
}
.submit.ct_pd_addWishlist_btn {
    width: 100%;
}

/*.ct_pd_addWishlist {
  float: left;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 46px;
}*/
.ct_pd_item_qtyAdd.ct_pd_item_label {
  position: relative;
  margin-top: 5px;
}
.ct_pd_item_qtyAdd .ct_pd_addBasket input {
  background: none repeat scroll 0 0 #94416e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
  position: relative;
  text-transform: uppercase;
  top: 5px;
  width: 100%;
}
.ct_pd_item_qtyAdd .ct_pd_addBasket input:hover {
  background: #B39958;
}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}



/* __PRODUCT_ITEMS_LAYOUTS
 */
/* Item Layout: All Items */
/**/#ct_pd_allItems {clear:both}
/**/#ct_pd_allItems .ct_pd_item {}

/* Item Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333}
/**/#ct_pd_optionsList .ct_pd_item_style {}
/**/#ct_pd_itemList .ct_pd_item {}

/* 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}

/* Item Layout: Styles in product - no style: all items */
#ct_pd_product #ct_pd_allItems.clear {
    float: left;
    clear: none;
    width: 60%;

}
/**/
#ct_pd_product #ct_pd_allItems .ct_pd_item_value {
  /*float:left;*/
  position: relative;
  max-width: 300px;
}

/* Item Layout: Table */
/**/#ct_pd_optionsTable table {margin-bottom:10px}
/**/#ct_pd_optionsTable th {}
/**/#ct_pd_optionsTable.ct_pd_optionsTable_list .ct_pd_item_value {display: table-cell;}
.ct_pd_optionsTable_list .ct_pd_item_stockLevel,
.ct_pd_optionsTable_list .ct_pd_item_qty { text-align:center }

/* Item Layout: Matrix Table */
/**/#ct_matrix_table {margin-top:15px;}
/**/#ct_matrix_table .ct_pd_item {
  position:absolute;
  z-index: 50;
  left:425px;
  top:180px;
  display:block;
  background:#fff;
  border:1px solid #ccc;
  width:500px;
  padding:10px;
    
  -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* hide stock messages and close button texts
 * replace with availaibility icons and button image instead
 */
.ct_tick.ct_pd_item_value,
.ct_pd_item .close_btn {
  color:transparent;
  cursor:pointer;
  display:block;
  text-indent:-9999px;
  width:16px;
}
.ct_tick.ct_pd_item_availability_in {background: transparent url(/system_images/eshop/skin1/icn_in.png) no-repeat center center;}
.ct_tick.ct_pd_item_availability_out {background: transparent url(/system_images/eshop/skin1/icn_out.png) no-repeat center center;}
.ct_pd_item .close_btn {
  background: transparent url(/js/jquery.plugins/jquery-lightbox-0.5/images/lightbox-btn-close.gif) no-repeat center center;
  float:right;
  width:66px;
  height:22px;
}

/* Item Layout: Table in product */
/**/#ct_pd_product #ct_pd_optionsTable {
  display:inline-block;
  vertical-align:top;
  zoom:1; /* force hasLayout on IE7 */
  *display: inline;
}
/**/#ct_pd_optionsTable {margin-bottom:20px}
.ct_pd_item_qtyAdd {  
  display:block;
  margin:0;
}

.ct_pd_item_qtyAdd label {
  margin-left: 0px;
  display: inline-block;
}

/* Item Layout: Stock notify */
/**/#ct_pd_product_notifyForm {
  display:inline-block;
  min-width: 300px;
}
/**/#ct_pd_product_notifyForm .ct_pd_item {margin: 15px 0}
/**/#ct_pd_product_notifyForm .ct_pd_item_label {clear:none;min-width:100px;}
/**/#ct_pd_product_notifyForm .ct_pd_item_style {}
.ct_pd_item_notify_submit input {display:block;margin:0 auto}

/* no style, no item or special item */
/**/#ct_pd_noStyle {}
/**/#ct_pd_noItem {clear:both}
/**/#ct_pd_noProduct {}
/**/#ct_pd_product_nonDeliver {}

#ct_pd_product #prod_addthis {
  width: 300px;
  margin: 10px;
  float: left;
}

#ct_fbcomments {
  float: right;
  margin: 0 30px 40px 0;
}

/* __ASSOCIATED_PRODUCTS
 */
/**/#ct_pd_associatedProducts {
  clear: both;
}
/**/#ct_pd_associatedProducts h2 {}

/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_associatedProducts > h2 {
  font-weight: normal;
  text-align: center;
  background: url(/layout14/related-shadow.png) no-repeat;
  padding: 10px 0 0 0;
}

.ct_associated {
  padding: 10px;
  width: 935px;
}

.ct_associated {border-bottom: 1px dashed #ccc}
.ct_associated_product {
  min-width:150px;
  min-height:220px;
  text-align:center;
}
.ct_associated_product_img {
  min-width: 150px;
  min-height: 150px;
  line-height: 150px;
  display:block;
}
.ct_associated_product_img img {
  max-width: 150px;
  max-height: 150px;
  vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}

.jcarousel-clip-horizontal, .jcarousel-clip-vertical {
  height: 100%;
  width: 795px;
}

.jcarousel-clip {
  margin: 5px 23px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2;
}

.jcarousel-container {
  background: transparent;
  border: none;
}

.jcarousel-prev-horizontal {
  background: url(/layout14/home-carousel-controls.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 17px;
  left: 5px;
  position: absolute;
  top: 43px;
  width: 12px;
}

.jcarousel-prev-horizontal:hover {
  background-position: 0 -17px;
}

.jcarousel-next-horizontal {
  background: url(/layout14/home-carousel-controls.png) no-repeat scroll -12px 0 transparent;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 43px;
  width: 12px;
}

.jcarousel-next-horizontal:hover {
  background-position: -12px -17px;
}


/* __PRODUCT_REVIEWS
 */
/* 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 {}
.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_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%;}
/**/#ct_b_cart td {}

.ct_b_item {}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center; max-width: 100px;}
.ct_mainContent .ct_b_item_img .ct_pd_pi_main img {max-width: 100px;}
.ct_mainContent .ct_b_item_img .ct_pd_pi_main {height: auto;}
.ct_mainContent .ct_b_item_name {width:35%; 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_qty {width:10%; text-align:center}
.ct_mainContent .ct_b_item_price {width:15%; text-align:right}
.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 **/
/**/#ct_basket {width: 940px;}
/**/#ct_basket h1 {}
#ct_basket th {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  color: #333;
  text-align: left;
  text-shadow: none;
  font-weight: 600;
}

/* 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 {}
.ctb_delivery_text { color:#000000; font-family:Tahoma,serifSansSerifMonospace; font-size:11px; padding:0px; }

/**/#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 **/
/**/#ct_delivery {}
/**/#ct_delivery h1 {}

/**/#ct_d_dispmultiAddress {margin-bottom:30px}

/**/#ct_d_deliveryText {
  padding: 0 190px 20px;
  font-size: 1.1em;
  color: #666;
  font-weight:bold;

}

/**/#ct_delivery form > div {margin: 10px 10px}
/**/#ct_delivery label {
  display:inline-block;
  vertical-align:top;
  padding:5px 0;
  width: 180px;
  text-align: left;
  font-weight: bold;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_d_despatch_type {}

/* collection */
/**/#ct_d_store_collect ul {
  list-style:none;
  margin:10px 0 15px
}
/**/#ct_d_store_collect ul label {
  font-weight: normal;
  width:auto;
  padding:0;
}

/* delivery */
/**/#ct_d_recipient {}
/**/#ct_d_addressSelect {}
/**/#ct_d_newAddress {
  vertical-align: middle;
  margin:0 0 4px;
}
/**/#ct_d_addInfo {}
/**/#ct_d_addInfo p {padding: 3px 0}
/**/#ct_d_addInfo p label {
  color: #999;
  font-weight:normal;
  padding:0 10px;
  text-align:right;
  width: 160px;
}
/**/#ct_d_delAct {}

/* delivery & collection */
/**/#ct_d_giftMessage {}
/**/#ct_d_instructions {}
/**/#ct_d_submit {text-align:right;margin-top:15px}
/** 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;
  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_offerDiscount,
/**/#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 */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** __ORDER_PAYMENT **/
/**/#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_ACCOUNT_PAGES
---------------------------------------------*/

/** __REGISTRATION **/
/**/#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 **/
/**/#ct_login {}
/**/#ct_login h1 {}

/**/#ct_login .ct_font_error {margin-bottom:15px}

/**/#ct_l_container {}

.ct_l_subcontainer {
  position:relative;
  vertical-align:top;
  text-align:center;
  display:block;
  float:left;
  width: 45.5%;
  min-height: 120px;
  background-color: #f6f6f6;
  padding: 0 1% 40px;
  margin: 0 1% 15px;
}
.ct_l_subcontainer h3 {}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
  position:absolute;
  bottom: 10px;
  margin-left: -65px;
  width:130px
}

/**/#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{clear:both}
/**/#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 **/
/**/#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 **/



/** __REORDER **/
/**/#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 **/
/**/#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 **/
/**/#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 **/
/**/#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 **/
/**/#ct_accountCredit {}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    __OTHER_PAGES
---------------------------------------------*/

/** __COOKIE_POLICY **/
.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 **/
/**/#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 **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** __SITEMAP **/
/**/#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 **/


/** __404_PAGE_NOT_FOUND **/
/**/#ct_pageNotFound {}
/**/#ct_pageNotFound  h1 {}
/**/#ct_pageNotFound  p {}
/** end PAGE NOT FOUND **/
/** GALLERIA image viewer **/

/* MAIN IMAGE CONTAINER */
.ct_pd_pi_main {padding: 0;margin: 0 0 5px; background:#fff;}
.ct_pd_pi_main img {margin-bottom:5px;}

.ct_pd_pi_enlarge {color:#000; font-size: 10px;}

div.ct_pd_pi_thumbnails {margin:0;}

/* ALTERNATIVE THUMBNAILS CONTAINER */
.ct_pd_pi_thumbnails {}

.ct_pd_pi_thumbnails ul.galleria {list-style:none;margin:0;padding:0}
.ct_pd_pi_thumbnails ul.galleria li{cursor:pointer;display:inline-block;overflow:hidden;border:1px solid #ccc;margin:10px 5px 0 0;background:#fff;}
.ct_pd_pi_thumbnails ul.galleria li.active {cursor:default}
.ct_pd_pi_thumbnails ul.galleria li img {}
.ct_pd_pi_thumbnails ul.galleria li img.selected {}

.ct_pd_pi_thumbnails ul.galleria li {width:50px;height:50px} /* specify this or thumbs do not display */
* html .galleria li div span{width:400px} /* MSIE bug */

/** END GALLERIA image viewer **/


/**
 * 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;
}

#home-slider .bx-wrapper .bx-viewport {
        height: 393px !important;
}

.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 .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) */

.bx-wrapper .bx-prev {
	left: -35px;
	background: url(/layout14/home-carousel-controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -35px;
	background: url(/layout14/home-carousel-controls.png) no-repeat -11px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -17px;
}

.bx-wrapper .bx-next:hover {
	background-position: -11px -17px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 11px;
	height: 17px;
	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;
}

/** Lightbox jquery product image styles **/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#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: 100%;
    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;
}
#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;
}

/* images styles */
img.hider { display: inline-block!important; float:left; max-width:50px;max-height:50px;}
img.displayer {display:block;margin: 0 0 5px;}

/* enlarge message style */
.ct_pd_pi_enlarge { clear:left;color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px 0; margin: 5px 0; }

/* hide all none default images on website */
#ct_b_cart img.hider {display:none!important;}
/** END LIGHTBOX image viewer **/
