/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}/*---------------------------------------------
  TOUCHSTONE skin v2

  TABLE of CONTENTS:
  ------------------

  __GLOBALS
    __RESET_ALL_STYLES
    __FONTS_and_GENERIC_TEXTS 
    __USEFULL_CLASSES

  __FORM_ELEMENTS

  __TEMPLATE_LAYOUT

  __MODULES_STYLES
    __HEADER_MODULES
    __FOOTER_MODULES
    __PREDEFINED_MODULES

  __MAIN_CONTENT_PAGES

  __CATEGORY_and_PRODUCT_PAGES
    __BREADCRUMBS
    __SEARCH_RESULTS
      __PRODUCTS_LISTINGS
    __PRODUCT_PAGE

  __CHECKOUT_PROCESS_PAGES
    __BASKET_TABLES
    __CHECKOUT_TITLES
    __BASKET
    __ONE_PAGE_CHECKOUT
    __DELIVERY
    __MULTI_DELIVERY
    __COURIERS
    __COLLECTION
    __BASKET_SUMMARY
    __PAYPAL_REDIRECT
*/


/*---------------------------------------------
  __GLOBALS
---------------------------------------------*/

/*  __RESET_ALL_STYLES
 */

*  {
  margin:0;
  padding:0;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE 6/7 when body `font-size` is set using 'em' units */

  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ul { padding:0 20px; }

a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {padding: 5px 0}


/*  __FONTS_and_GENERIC_TEXTS
 */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy'), url(https://themes.googleusercontent.com/static/fonts/satisfy/v4/ch7X2unYkww0EzsjlC3m8w.woff) format('woff');
}

@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 400;
  src: local('Rosario Regular'), local('Rosario-Regular'), url(https://themes.googleusercontent.com/static/fonts/rosario/v8/w-TkvmAJln05SsRcUypbwA.woff) format('woff');
}
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 700;
  src: local('Rosario Bold'), local('Rosario-Bold'), url(https://themes.googleusercontent.com/static/fonts/rosario/v8/C6vOqPM2grRKaQTsxWhqnBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Rosario';
  font-style: italic;
  font-weight: 400;
  src: local('Rosario Italic'), local('Rosario-Italic'), url(https://themes.googleusercontent.com/static/fonts/rosario/v8/qPuMCAX6nBODQfYbsOfqLj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Rosario';
  font-style: italic;
  font-weight: 700;
  src: local('Rosario Bold Italic'), local('Rosario-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/rosario/v8/EOgFX2Va5VGrkhn_eDpIRXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


html, body, p {
  font-family: Rosario, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#333;
}
a,
.btn.btn-link {
  color: #578065;
  font-family: Rosario, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
a:hover,
.btn.btn-link:hover {
  color: #578065;
}


/*  __USEFULL_CLASSES
 */

.clear {clear:both}
.left {float:left}
.right {float:right}

.inline,
.list-inline li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
}
.list-inline,
.list-inline li,
.list-unbulleted,
.list-unbulleted li {
  padding:0;
  margin:0;
}
.list-unbulleted {
  list-style:none;
}


/* user messages */
.ct_userMessage {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #666;
  margin: 10px 0;
  padding: 10px;
}
.ct_userMessage p {
  margin:0
}

/* error font */
.ct_font_error,
.ct_font_error *  {color: red;}

/* error messages */
.ct_userMessage.ct_font_error {
  background:#ffa7a7;
  border: 1px solid #cc0000;
}
.ct_userMessage.ct_font_error,
.ct_userMessage.ct_font_error * {
  color: #990000;
}

/* helper messages in forms */
.ct_form_helper {
  font-style:italic;
  margin:0 0 5px;
  color:#999;
}



/*---------------------------------------------
    __FORM_ELEMENTS
---------------------------------------------*/

/* GENERICS */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

input,
select,
textarea {
  border: 1px solid #ccc;
}

/* BUTTONS */

/* Default Buttons */
.btn,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  background:#57806a;
  border:0;
  color:#fff;
  cursor:pointer;
  padding:5px 15px;
  color:#fff;
  -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 15px;
  font-weight:bold;
  text-decoration: none;
  vertical-align:middle;
}
.btn:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
  background:#e3ebe1;
  color:#57806a;
}


/* Primary buttons */
.btn.btn-primary,
input[type='submit'] {
  background:#02351b;
  color:#fff;
}
.btn.btn-primary:hover,
input[type='submit']:hover {
  background:#e3ebe1;
  color:#57806a;
}

/* Info buttons */
.btn.btn-info,
input[type="submit"].ct_pd_addWishlist_btn{
  background: #57806a;
  border:0;
  color: #fff;
}
.btn.btn-info:hover,
input[type="submit"].ct_pd_addWishlist_btn:hover {
  background:#e3ebe1;
  color:#57806a;
}


/* Success buttons */
.btn.btn-success {
  background: #5BB75B;
  border:0;
}
.btn.btn-success:hover {
  background:#51A351;
}

/* Warning buttons */
.btn.btn-warning {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #999;
}
.btn.btn-warning:hover {
  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 {
  background: #BD362F;
  color:#fff
}

/* Link buttons */
.btn.btn-link {
  background:none;
  border:0;
  font-weight:normal;
  letter-spacing:0;
  padding: 5px;
  text-decoration: underline;
  text-transform:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  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;
}



/*---------------------------------------------
    __TEMPLATE_LAYOUT
---------------------------------------------*/

html {
  background: #bfcfba url(template/ivy_bg.png)
}

#ct_template_wrapper {
  width: 1130px;
  border-spacing: 0;
  margin: 0 auto;
}
#ct_template_header {
  min-height: 40px;
  padding: 0;
  background: #dce8d8 url(template/header_bg.png) no-repeat 150px 90px;
  border: 0;
  margin:0;
}
#ct_template_content {
    clear: both;
    display: block;
    border: 0px none;
    width: 1110px;
    padding: 10px;
    background: #fff none;
}
#ct_template_content_left,
#ct_template_content_right {
  float: left;
  vertical-align:top;
  width: 210px;
  padding: 5px 0;
  margin: 0;
  border: 0;
}
#ct_template_content_main {
  float: left; /* IE7 fix */
  padding: 0 5px 5px;
  margin: 0;
  width:890px
}
#ct_template_footer {
  position:relative;
  display:block;
  border: 0;
  width: 100%;
  padding:0 0 15px;
  min-height: 25px;
  text-align:left;
  margin: 0 auto;
  color:#fff;
}
#ct_template_cybertillLink {
  clear:both;
  text-align:center;
  display:block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
}
#ct_template_cybertillLink a {
  font-size: 10px;
  text-decoration:none;
}
#ct_template_footer a:hover,
#ct_template_cybertillLink a:hover {
  text-decoration:underline;
}
/** 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 {
  margin: 0;
  border: 0;
}
.ct_link_module {
  margin: 5px;
}
.ct_html_module {
  margin: 0;
}

/** modules titles **/
.ct_module_header {
  margin: 0 0 10px 0;
  padding: 5px;
}
.ct_module_header,
.ct_module_header a,
.ct_searchFilters h4,
#ct_template_content_left .ct_link_module a  {
  font-family: 'Satisfy', cursive;
  text-transform:none;
  font-size: 33px;
  font-weight: normal;
  color: #02341c;
  text-decoration: none;
}


/*---------------------------------------------
    __HEADER_MODULES
---------------------------------------------*/

/* stack modules on the right */
#ct_template_header .ct_module {
  display:block;
  position:relative;
  border: 0;
  float:right;
  clear:right;
  text-align:left;
  vertical-align:top;
  width: 220px;
  padding: 5px 10px;
  margin: 0;
}

#ct_template_header .ct_module .ct_module_header {
  text-align:left;
  padding:0;
  color:#fff;
  position:relative;
  top:0;
}
#ct_template_header .ct_module .ct_module_header a {
  font-size:25px;
}


/* Link Modules in Header */
#ct_template_header .ct_link_module {
  display:block;
  position: relative;
  z-index:1;
  width:auto;
  margin: 8px 10px 5px;
  vertical-align:top;
  float:right;
}
#ct_template_header .ct_link_module a {color:#000;text-decoration:none;font-weight:bold;}
#ct_template_header .ct_link_module a:hover {color:#578065;text-decoration:underline;}




/* HTML Modules in Header */
#ct_template_header .ct_html_module {
  position:relative;
  left:0;
  margin: 0;
  max-width:500px;
}

#ct_template_header #header_logo {padding:15px 30px}

#header_social {
  clear:right;
  margin-top:10px;
  margin-right:20px;
}

.social_links ul {padding:0 10px}
.social_links li a {
  background-color:#567b69;
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  text-decoration:none;
  width: 40px;
  height:40px;
  text-indent:-9999px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
}
.social_links li a:hover {
  background-color:#03371f;
}

.social_links li.facebook a {background-image:url(template/icn_facebook.png)}
.social_links li.pinterest a {background-image:url(template/icn_pinterest.png)}
.social_links li.mail a {background-image:url(template/icn_mail.png)}
.social_links li.google a {background-image:url(template/icn_google.png)}
.social_links li.insta a {background-image:url('https://i.imgur.com/vu3w0Z5.png')}


#call_us h3 {
  font: 25px/30px 'Satisfy', cursive;
  padding: 17px 10px
}



/**  SIDE SECTIONS MODULES  **/

/** side modules containers **/
#ct_template_content_left .ct_module,
#ct_template_content_right .ct_module,
#ct_template_content_left .ct_html_module,
#ct_template_content_right .ct_html_module  {
  width: 210px;
  margin: 0 0 20px 0;
  padding: 0;
}
#ct_template_content_left img,
#ct_template_content_right img {
  max-width: 200px;
  height:auto;
  margin: 0 0 20px 0;
  padding: 0 5px;
}
#ct_template_content_left .ct_html_module ul,
#ct_template_content_right .ct_html_module ul {
  margin:0;
  padding:0;
  list-style:none
}

/** side modules titles - shape **/
#ct_template_content_left .ct_module_header,
#ct_template_content_right .ct_module_header,
.ct_searchFilters h4,
#ct_template_content_left .ct_link_module a {
  background: #bfcfba;
  -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
  display:block;
  font-size:22px;
  vertical-align: middle;
  padding: 10px;
}
#ct_template_content_left .ct_module_header a {
  font-size:22px;
}

/** side modules links **/
#ct_template_content_left a,
#ct_template_content_right a{
  display: block;
}
#ct_template_content_left li a,
#ct_template_content_right li a {
  background: transparent url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat 5px center;
  padding: 10px 20px;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  text-decoration:none;
}
#ct_template_content_left li a:hover,
#ct_template_content_right li a:hover {
  background-color:#e3ebe1;
  color:#57806a;
}
#ct_template_content_left .ct_link_module a:hover,
#ct_template_content_right .ct_link_module a:hover{
  color: #fff;
  background-color:#09301a;
}
#ct_template_content_left label,
#ct_template_content_right label {
  padding: 0 10px;
}

/** side LINK modules **/
#ct_template_content_left .ct_link_module,
#ct_template_content_right .ct_link_module {margin: 0 5px } /* stack modules one after another with no margin */
#ct_template_content_left .ct_link_module + .ct_module,
#ct_template_content_left .ct_link_module + .ct_html_module,
#ct_template_content_right .ct_link_module + .ct_module,
#ct_template_content_right .ct_link_module + .ct_html_module {margin-top:10px } /* compensate with top margin for adjacent non-link modules */

#ct_template_content_left .ct_link_module:first-child a,
#ct_template_content_right .ct_link_module:first-child a {border-top: 0;}
#ct_template_content_left .ct_link_module:last-child a,
#ct_template_content_right .ct_link_module:last-child a {border-bottom: 0;}




/**  MAIN SECTION MODULES  **/

#ct_template_content_main .ct_link_module {
  margin:10px 1.5% 20px;
  padding-left: 20px;
  background: transparent url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat left center;
}
#ct_template_content_main .ct_link_module a {color: #333;font-size:12pt}
#ct_template_content_main .ct_module {
  margin: 10px 1.5% 20px;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  vertical-align:top;
  width:30%;
}
#ct_template_content_main .ct_module .ct_module_header {padding: 5px 10px;font-weight:normal}
#ct_template_content_main .ct_module .ct_module_header a {color: #277c9a;}



/*---------------------------------------------
    __FOOTER_MODULES
---------------------------------------------*/

#ct_template_footer .ct_module,
#ct_template_footer .ct_html_module {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  margin: 15px 10px 0;
  padding:0;
  border: 0;
  vertical-align:top;
  text-align: left;
  width:190px;
}
#footer_social {}
#ct_template_footer .ct_module:first-child,
#ct_template_footer .ct_html_module:first-child,
#ct_template_footer :nth-child(0n+6) {
  position:relative;
  clear:both;
  display:block;
  float:left;
  padding-left:50%;
  margin-left: -565px;
}
#ct_template_footer .ct_link_module + .ct_module,
#ct_template_footer .ct_link_module + .ct_html_module,
#ct_template_footer :nth-child(0n+6) + .ct_module,
#ct_template_footer :nth-child(0n+6) + .ct_html_module {
    position:absolute;
    left:50%;
    margin-left: -547px;
}

#ct_template_footer .ct_link_module {
  display:block;
  float:left;
  width:auto;
  margin: 5px 0;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
#ct_template_footer .ct_link_module:first-child,
#ct_template_footer .ct_module + .ct_link_module {border-left: 0;}
#ct_template_footer,
#ct_template_footer p,
#ct_template_footer a {font-size:16px;color:#000}
#ct_template_footer a,
#ct_template_footer .ct_link_module a {text-decoration: none;}
#ct_template_footer a:hover,
#ct_template_footer .ct_link_module a:hover {color:#567b69;}

#ct_template_footer .ct_module_header {
  color:#000;
  font-size: 30px;
  padding-bottom:10px
}

#ct_template_footer .ct_html_module ul {
  list-style:none;
  padding:0;
  margin: 0;
}


#ct_template_footer .social_links li a {
  background-color:#03371f;
}
#ct_template_footer .social_links li a:hover {
  background-color:#567b69;
}


#ct_template_footer #footer_addthis {
  clear:both;
  text-align:center;
  float: none;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.addthis_toolbox {margin: 0 auto;width:auto;display:inline-block}



/*---------------------------------------------
    __PREDEFINED_MODULES
---------------------------------------------*/

/** predefined link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}

.ct_link_module.ct_wishlist {}
.ct_link_module.ct_wishlist a,
#ct_template_header .ct_link_module.ct_wishlist a {
  color:#277c9a;
  text-transform:uppercase;
  padding-left:20px;
  background: transparent url(/layout/icn_wishlist.png) no-repeat left middle
}


/** PRODUCTS SEARCH pre-defined section **/
.ct_productSearch {}
.ct_productSearch .ct_module_header {}

.ct_ps_for { padding: 0 1px; }
.ct_ps_type {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  padding: 5px 2px;
}
.ct_ps_type select { width: 150px }
.ct_ps_for input {
  background: #fff url(/system_images/eshop/skin1/search_field_bg.png) repeat-x left center;
  border: 1px solid #989898;
  width:100%;
  max-width:100%;
  -moz-box-sizing:border-box;
       box-sizing:border-box;
}
.ct_ps_goSearch {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}
.ct_ps_goSearch input {height:29px;padding:5px}
#ct_template_header .ct_productSearch {display:block;width:100%;background-color:transparent;text-align:right;padding:5px 0}
#ct_template_header .ct_productSearch .ct_module_header {display:none}
#ct_template_header .ct_ps_type select {width: 198px}
#ct_template_header .ct_ps_for input {width: 238px;}
/** END PRODUCTS SEARCH pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section  **/
#ct_template_content .ct_ac_search {
  padding-bottom: 27px;
}
.ct_ac_search .ct_module_header {}

.ct_ac_search_input {display:block;float:right}
.ct_ac_search_go {display:block;float:left}
.ct_ac_search_input input {
  background:none;
  height: 27px;
  padding: 0 5px;
  border: 0;
  width: 130px;
  vertical-align:top;
}
.ct_ac_search_go input {
  vertical-align:top;
  background:#567b69 url(template/icn_magnifier.png) no-repeat center center;
  filter:none;
  border:0;
  display:block;
  text-decoration:none;
  width: 40px;
  height:40px;
  text-indent:-9999px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}
.ct_ac_search_go input:hover {
  background:#03371f url(template/icn_magnifier.png) no-repeat center center;
}

#ct_template_header .ct_module.ct_ac_search {
  display:block;
  width:240px;
  background-color:#fff;
  padding: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #989898;
  border-left:0;
  margin-top:10px;
  margin-right:30px;
}
#ct_template_header .ct_ac_search .ct_module_header {display:none;}
#ct_template_header .ct_ac_search input {float:left;margin:0}
#ct_template_header .ct_ac_search .ct_ac_search_input > input {width: 179px;border-left:0;padding: 5px 10px}

.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 h4 {margin-bottom:10px}
.ct_searchFilters label {cursor:pointer}
#ct_template_content_left .ct_searchFilters .ct_module_header {background:none;font: 15px/17px Rosario, sans-serif; font-weight: bold;padding: 5px 10px 0}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0}
.ct_searchFilters ul.checkbox_list li {padding:5px 10px}
/** end SEARCH FILTERS **/



/** SMALL BASKET pre-defined section **/

#ct_template_header .ct_module.ct_smallBasket {
  clear:none;
  background-color:#578065;
  color:#fff;
  width:220px;
  padding: 0 10px;
  margin-right:30px;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  text-align:left;
  z-index:2;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
       -o-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

#ct_template_content_left .ct_module.ct_smallBasket,
#ct_template_content_right .ct_module.ct_smallBasket {
  padding: 0;
  width: 210px;
}

.ct_smallBasket .ct_module_header {}

#ct_template_header .ct_smallBasket .ct_module_header {
  padding: 6px 0;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  float:left;
  text-transform:uppercase;
}
#ct_template_header .ct_smallBasket,
#ct_template_header .ct_smallBasket p {color:#fff;}
#ct_template_header .ct_smallBasket .ct_module_header a {
  display:block;
  background: #578065 url(template/icn_cart.png) no-repeat left;
  color:#fff;
  padding-left: 30px;
  height:20px;
  margin-top:2px
}
#ct_template_header .ct_smallBasket .ct_module_header a:hover {
  text-decoration:underline;
  background: #578065 url(template/icn_cart.png) no-repeat left;
}
#ct_template_content_left .ct_smallBasket .ct_module_header,
#ct_template_content_right .ct_smallBasket .ct_module_header {
  padding: 5px 15px 4px;
  height: 30px;
}
#ct_template_content_left .ct_smallBasket .ct_module_header a,
#ct_template_content_right .ct_smallBasket .ct_module_header a{
  background: transparent url(/system_images/eshop/skin1/basket_hdr_bg.png) no-repeat left center;
  border: 0;
  margin: 0;
  padding: 5px 0 5px 35px;
  height: 20px;
}

ul.ct_sb_items,
ul.ct_sb_items li {
  list-style: none;
  margin:0px auto 0px auto;
  padding:1px 10px;
  text-align: left;
  position:relative;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
  color: #999;
}
.ct_sb_itemCount {
  text-align:right;
  padding:5px 10px;
}
.ct_sb_total {text-align:right;}

#ct_template_header ul.ct_sb_items {padding: 7px 0 0;}
#ct_template_header ul.ct_sb_items li {text-align:right; padding: 0;}
#ct_template_header .ct_sb_itemCount {
  float:left;
  margin:8px 0 0 10px;
}
#ct_template_header .ct_sb_total {float:left;display:none}

#ct_template_content_left .ct_sb_itemCount ,
#ct_template_content_right .ct_sb_itemCount,
#ct_template_content_left .ct_sb_total ,
#ct_template_content_right .ct_sb_total {padding-right: 20px}


.ct_sb_link a {
  font-size: 10pt;
}
.ct_sb_link a:hover {}

#ct_template_header .ct_sb_links {
  display:block;
  height:20px;
  text-align:right;
}
#ct_template_header .ct_sb_link {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}
#ct_template_header .ct_sb_link a {
  font-size:11px;
  padding:2px;
  text-decoration:none;
  cursor:pointer;
  background-color: #277c9a;
  border: 1px solid #5296ae;
  color: #fff;
}
#ct_template_header .ct_sb_link a:hover {
  background-color: #5296ae;
  border: 1px solid #277c9a;
  color: #fff;
}

#ct_template_content_left .ct_sb_links,
#ct_template_content_right .ct_sb_links {border-bottom: 1px solid #fff;border-top: 1px solid #c3c3c3;}

#ct_template_content_left .ct_sb_link a,
#ct_template_content_right .ct_sb_link a{
  border: 0;
  margin: 0;
  padding: 5px 0 5px 20px;
  height: 20px;
  padding: 10px 20px;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c3c3c3;
}
/** END SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item a {}
span.ct_ts_item_count,
span.ct_ts_item_name {padding: 0 0 0 10px}
span.ct_ts_item_count a,
span.ct_ts_item_name a {text-decoration:none;}

#ct_template_content_left .ct_topSellers span,
#ct_template_content_right .ct_topSellers span {padding: 0}
#ct_template_content_left .ct_topSellers a,
#ct_template_content_right .ct_topSellers a {
  color: #277c9a;
  font-size: 13px;
}
#ct_template_content_left .ct_topSellers a:hover,
#ct_template_content_right .ct_topSellers a:hover {
  color: #008fc1;
}
/** 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;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}
.ct_vi_item {}
.ct_vi_item a {}
.ct_vi_recent {margin-left:5px}
.ct_vi_recent a {background: none;padding:0 10px}

#ct_template_content_left .ct_vi_recent a,
#ct_template_content_right .ct_vi_recent a {background: none;padding:0 10px}

/* page */
#ct_viewedItems {}
#ct_viewedItems .ct_mainContent_header{}

#ct_vi_productList {}
.ct_vi_product {}
/** END RECENTLY VIEWED ITEMS pre-defined section **/



/** CATEGORY MENU **/
.ct_categoryMenu { padding:0 }
.ct_categoryMenu .ct_module_header {
  margin:0;
  width: 190px;
  padding: 10px 14px;
}
#ct_template_content_left .ct_categoryMenu .ct_module_header,
#ct_template_content_right .ct_categoryMenu .ct_module_header {
  width: 180px;
  padding: 10px 14px;
}

.ct_cm_wrapper {padding:0;margin:0}
ul.ct_cm_menu,
ul.ct_cm_menu ul {
  width: 210px;
  border: 0;
  cursor: default;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ct_cm_menu li {
  position: relative;
  margin: 0;
  padding: 10px 10px;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c3c3c3;
}
ul.ct_cm_menu li:first-child {border-top: 0;}
ul.ct_cm_menu li:last-child {border-bottom: 0;}

ul.ct_cm_menu li a {
  color: #000000;
  min-height: 20px;
  padding: 0;
  display: block;
  text-decoration: none;
  border:0
}
#ct_template_content_left ul.ct_cm_menu li,
#ct_template_content_right ul.ct_cm_menu li {
  padding: 0;
}
#ct_template_content_left ul.ct_cm_menu li a,
#ct_template_content_right ul.ct_cm_menu li a {
  padding: 10px 20px;
}

/** CATEGORY MENU in HEADER **/
#ct_template_header .ct_module.ct_categoryMenu {
  clear:both;
  float:none;
  display:block;
  width: 100%;
  left:0;
  top:10px;
  text-align:left;
  background-color:#578065;
  height:40px;
  padding: 0;
  margin: 0 0 10px;
}
#ct_template_header .ct_categoryMenu .ct_module_header {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width:auto;
  margin:0;
  padding:0 15px;
  line-height:37px;
  color :#fff;
  vertical-align:top;
  display:none;
}
#ct_template_header .ct_cm_wrapper {display:block;width:1114px;margin: 0 auto}
#ct_template_header ul.ct_cm_menu {width: auto;left:0}
#ct_template_header ul.ct_cm_menu li {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  height:37px;
  padding:0;
  margin:0;
  border:0;
}
#ct_template_header ul.ct_cm_menu li a {
  padding: 0 10px;
  line-height: 37px;
  color: #fff;
  font-size: 18px
}
#ct_template_header ul.ct_cm_menu li#btn_home {}
#ct_template_header ul.ct_cm_menu li#btn_home a {
  background:#fff url(template/icn_home.png) no-repeat center center;
  border-top:3px solid #578065;
  color:transparent;
  text-indent:-9999px;
  width:20px;
}

/* over effect */
ul.ct_cm_menu li:hover {
  background: #fff;
}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a,
#ct_template_content_left ul.ct_cm_menu li:hover > a,
#ct_template_content_right ul.ct_cm_menu li a:hover {
  background-color: #09301a;
  border-top:3px solid #09301a;
}


/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list */
ul.ct_cm_menu ul {
  display: none;
  position: absolute;
  z-index: 500;
  background: #464646;
  width: 210px;
  border:2px solid #757575;
  border-top:0;
  border-left:0;
}
ul.ct_cm_menu ul li {
  border-bottom: 1px solid #333;
  padding: 0;
  width: 100%;
  background: #464646;
 }
ul.ct_cm_menu ul li a {color:#fff;font-size:14px;}

#ct_template_header ul.ct_cm_menu ul {left:0;top:40px;padding:0;margin:0;}

#ct_template_content_left ul.ct_cm_menu ul {
  top: 0;
  left: 210px;
}
#ct_template_content_right ul.ct_cm_menu ul {
  top: 0;
  left: -210px;
  width: 210px;
}
#ct_template_content_left ul.ct_cm_menu ul li,
#ct_template_content_right ul.ct_cm_menu ul li,
#ct_template_content_left ul.ct_cm_menu a,
#ct_template_content_right ul.ct_cm_menu a {border-bottom: 0}
#ct_template_content_left ul.ct_cm_menu ul li a,
#ct_template_content_right ul.ct_cm_menu ul li a {color:#fff;}

/* sub-sub-list */
ul.ct_cm_menu ul ul li,
ul.ct_cm_menu ul ul li a,
ul.ct_cm_menu ul li:hover,
ul.ct_cm_menu ul li:hover a,
ul.ct_cm_menu ul li a:hover,
#ct_template_content_left ul.ct_cm_menu ul li:hover > a,
#ct_template_content_right ul.ct_cm_menu ul li a:hover {background-color:#62a0b6}

ul.ct_cm_menu ul ul li a,
#ct_template_content_left ul.ct_cm_menu ul ul li a,
#ct_template_content_right ul.ct_cm_menu ul ul li a {
  color:#464646
}
ul.ct_cm_menu ul ul li:hover,
ul.ct_cm_menu ul ul li:hover > a,
ul.ct_cm_menu ul ul li a:hover,
#ct_template_content_left ul.ct_cm_menu ul ul li:hover > a,
#ct_template_content_right ul.ct_cm_menu ul ul li a:hover {
  color:#fff
}

/** OVER EFFECT IN HEADER **/
#ct_template_header ul.ct_cm_menu > li:hover,
#ct_template_header ul.ct_cm_menu > li:hover > a,
#ct_template_header ul.ct_cm_menu > li > a:hover {
  background-color:#09301a;
}
#ct_template_header ul.ct_cm_menu ul li {
  background-color:#fff;
  padding:0;
  width:100%;
  height:auto
}
#ct_template_header ul.ct_cm_menu ul li:hover {}
#ct_template_header ul.ct_cm_menu ul li a {font-size:14px;line-height:22px;padding:5px 30px;color:#000;border-top:0}
#ct_template_header ul.ct_cm_menu ul li a:hover {background-color:#ddeee6;}

#ct_template_header ul.ct_cm_menu ul ul {left:210px;top:-1px;padding:0;margin:0;}
#ct_template_header ul.ct_cm_menu ul ul li {background-color:#62a0b6;}
#ct_template_header ul.ct_cm_menu ul ul li:hover a {background-color:#f1f1f1;color:#464646;}


/* sub-sub-sub-list */
ul.ct_cm_menu ul ul ul,
#ct_template_header ul.ct_cm_menu ul ul ul {display:none}

#ct_template_content .ct_categoryMenu {padding:0}
/** END CSS Tree Category Menu styles **/


/** 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 {position:relative}

.ct_bm_removeFilter,
#ct_template_content_left a.ct_bm_removeFilter,
#ct_template_content_right a.ct_bm_removeFilter {
  color: transparent;
  text-indent: -9999px;
  position:absolute;
  top:10px;
  right:0px;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat center center;
}

.ct_bm_dropDown select{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 p {margin:0}
.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_pc_count {
  font-weight: bold;
  margin-left: 10px;
}
.ct_pc_list {list-style:none;padding:10px 10px 0;}
.ct_pc_list_product {
  border-top:1px dashed #999;
  padding:10px 0;
}
.ct_pc_list_compare a,
.ct_pc_list_clear a {
  margin:5px 10px;
  text-align:center;
}

/** page **/
#ct_productComparison {}
#ct_pc_clear {}
.ct_pc_product {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  max-width: 25%;
  margin: 0 2.5%;
  vertical-align:top;
}
#ct_productComparison .ct_pl_product {padding-top:50px;}
#ct_productComparison .ct_pl_product_compare {top:0;bottom:auto}
/** end PRODUCT COMPARISON **/



/** WEBSITE NEWS **/
/** news list module **/
.ct_newsList {}
.ct_newsList h2.ct_module_header {}
.ct_newsList ul {margin:0;padding:0;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 10px;
  font-style:italic;
  color:#999;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}
.ct_nl_post_from_by {}
.ct_nl_post_from_author {font-weight:bold}
p.ct_nl_post_text {padding:0 10px;}

/** 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%;margin-bottom:10px}

.ct_contentPage {padding:0 20px;width:auto;}
.ct_contentPage p {margin: 10px 0;font-size:15px;line-height:22px}

/** pages titles **/
.ct_mainContent  h1 {
  margin: 5px 0 20px 0;
  padding: 10px;
  color: #02341c;
  font-weight: normal;
  font: 33px/35px Satisfy, cursive;
  text-align:center;
}

/** pages sub-module titles **/
.ct_mainContent  h3 {
  margin: 5px 0 15px 0;
  padding: 5px 10px;
  color: #02341c;
  font-weight: normal;
  font-size: 15px;
  letter-spacing:1px;
  font: 22px/28px Satisfy, cursive;
}



/*---------------------------------------------
  __HOME_PAGE
---------------------------------------------*/

#home_slideshow {width:790px; font-weight: bold;}

.home_img {
  position:relative;
  width:292px;
  height:188px;
  margin: 2px 0 10px 10px
}

.home_img img {
  max-width:292px;
  max-height:188px;
}
.home_img .ct_module_header {
  position:absolute;
  z-index: 1;
  bottom:0;
  background:rgba(255,255,255,0.75);
  color:#333338;
  right:0;
  font-family: 'Rosario', sans-serif;
  font-size: 14px;
  font-weight:bold;
  margin:0;
  padding:10px;
  text-transform:uppercase;
  width:272px;
}

#home_message {
  clear:both;
  color:#333338;
  font-size:14px;
  font-weight:bold;
  padding:15px;
  text-align:center;
  text-transform:uppercase;
}

.home_list {
  text-align:center;
  background: url(template/ivy_right.png) no-repeat right top
}
.home_list .ct_module_header {
  text-align:center;
  background: url(template/ivy_left.png) no-repeat left top;
  margin: 10px 0
}
.home_list li {
  position:relative;
  min-height:150px;
  width:200px;
}
.home_list li img {
  display:block;
  max-height:150px;
  max-width:180px;
  top:0;
  margin:0 auto;
  vertical-align:middle
}
.home_list li strong {
  font-size:18px;
}
#home_list_1 li {
  padding-bottom:70px;
}

#home_list_1 li p {
  position:absolute;
  bottom:25px;
  width:180px;
  padding: 0 10px 25px;
}
#home_list_1 li strong {
  position:absolute;
  bottom:0;
  display:block;
  padding:5px;
  width:190px;
}

#home_list_2 li {
  min-height:150px;
  width:335px;
  text-align:left;
  padding-right:15px;
  margin:15px 0;
}
#home_list_2 img {float:left;margin-right:15px;}


.home_box {
  background:#fff;
  height:170px;
  width:530px;
  margin-bottom:15px;
}
.home_box .ct_module_header {
  height:170px;
  width:150px;
  padding-left:15px;
  float:left;
  display:table-cell;
  vertical-align:middle;
}
.home_box img {
  max-height:140px;
  max-width:230px;
  float:left;
  margin:15px 7px
}

#home_box_1 {
  border: 10px solid #d8e0db;
  border-left:0;
  margin-right:15px
}
#home_box_1 .ct_module_header {
  background:#d8e0db url(template/ivy_small.png) no-repeat bottom;
  padding-top:30px;
  height:140px;
}

#home_box_2 {
  border: 10px solid #d2d1bf;
  border-left:0
}
#home_box_2 .ct_module_header {
  background:#d2d1bf url(template/ivy_small.png) no-repeat bottom;
  padding-top:60px;
  height:110px;
}



/*---------------------------------------------
  __CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** __BREADCRUMBS **/
#ct_breadcrumbs {
  margin: 0 0 20px 0;
  padding: 10px 10px 0;
}
#ct_breadcrumbs,
#ct_breadcrumbs a {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  letter-spacing:1px;
  text-decoration:none;
}
#ct_breadcrumbs a:hover {
  text-decoration:underline;
}
#ct_breadcrumbs_curent {}
/** end BREADCRUMBS **/



/** __SEARCH_RESULTS **/
#ct_search {
  text-align:left;
  padding: 0 0 10px 10px;
  width:auto;
}

/** search header **/
#ct_searchHeader {}
#ct_searchHeader h1#ct_sh_title {margin-bottom:10px}
#ct_sh_brand_filter {}
#ct_sh_description {margin-bottom:15px;text-align:center;font-size:15px;line-height:22px;}
#ct_sh_img {float:right}
/** END search header **/


/** sub categories listing **/
#ct_subCategories {
  margin-bottom:20px;
  width:100%!important;
}

/* 'Choose a Category' text */
#ct_subCategories .ct_module_header {
  font:18px/20px Rosario, sans-serif;
  font-weight:bold!important;
  letter-spacing:1px;
}

.ct_sc_listing_row {clear:both;width:100%;margin-bottom:15px;}
.ct_sc_listing_cat {
  display:inline-block;
  zoom:1;
  *display:inline;
  padding: 10px 1%;
  width:185px;
  margin-right:10px;
  vertical-align:top;
  text-align:center;
  background:#57806a;
  -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.ct_sc_listing_cat:hover{
  background:#bfcfba
}
.ct_sc_listing_cat a {
  color:#fff;
  font:18px/20px Rosario, sans-serif;
  font-weight:bold!important;
  text-decoration:none;
}
.ct_sc_listing_cat_img {
  margin: 0 auto 5px;
  overflow:hidden;
  -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.ct_sc_listing_cat_img img {
  max-width:185px;
}
.ct_sc_listing_cat:hover,
.ct_sc_listing_cat:hover a {
  background:#bfcfba;
  color:#02341c;
}
/** END sub categories listing **/


/** RESULTS FILTERS **/
#ct_searchFilter {
  display:block;
  float:left;
  clear:both;
  text-transform: lowercase;
  text-align:left;
  margin: 0 0 10px;
}
#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ct_searchFilter ul li{
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  margin: 0 0 0 10px;
  padding: 0;
}
.ct_sf_results_label {}
.ct_sf_results_indice {}
#ct_sf_image {}
#ct_sf_sorter {}
/** end RESULTS FILTERS **/


/** Results Amounts **/
#ct_searchResults_top {
  clear:right;
  text-align:right;
  border-bottom: 1px dotted #ccc;
  padding-bottom:10px;
}
#ct_searchResults_bottom {
  margin:0 20px 20px 0;
  padding-top:10px;
  border-top:1px dotted #ccc;
  text-align:right;
  display:block;
  width:100%;
}

.ct_sr_results,
.ct_sr_results,
.ct_sr_paginate {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}

.ct_sr_label {display:none}
.ct_sr_results {margin-right:10px;vertical-align:middle}
.ct_sr_indice {}

.ct_sr_results,
.ct_sr_results a,
.ct_sr_paginate,
.ct_sr_paginate a {
  font-size:14px;
  text-transform: lowercase;
  vertical-align:middle
}

.ct_sr_paginate {margin-right:10px;}
.ct_sr_paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_sr_paginate li {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  vertical-align:top;
}

.ct_sr_p_page {color:#fff;font-size:0%;} /* hide text separators */
.ct_sr_p_page a {
  background-color: #FFF;
  border:1px solid #008FC1;
  color:#008FC1;
  display:block;
  height: 14px;
  width: 12px;
  padding: 4px 5px;
  text-decoration:none;
  text-align:center;
}
.ct_sr_p_page a:hover {
  background-color: #c2e3ee;
  color: #008FC1;
}
.ct_sr_p_current a,
.ct_sr_p_current a:hover {
  background-color:#008FC1;
  color:#fff;
  cursor: default;
}
.ct_sr_p_prev,
.ct_sr_p_prev a,
.ct_sr_p_next,
.ct_sr_p_next a {
  display:block;
  font-size:0;
  color: transparent;
  text-indent: -9999px;
  width: 12px;
  height: 18px;
}
.ct_sr_p_prev a { background: #fff url(/system_images/eshop/skin2/btn_prevPage.png) no-repeat center center; }
.ct_sr_p_next a { background: #fff url(/system_images/eshop/skin2/btn_nextPage.png) no-repeat center center; }

li.ct_sr_p_first,
li.ct_sr_p_last {display:none;}
/** END Results Amounts **/


/** __PRODUCTS_LISTINGS **/
#ct_productsListing {clear:both;margin-top:15px;}
.ct_pl_noResults {}
.ct_pl_row {text-align:center}
.ct_pl_product {
  position:relative;
  display:inline-block;
  border: 1px solid #fff;
  width: 22%;
  min-height: 150px
  display: -moz-inline-stack; /* css hack for firefox 2 */
  vertical-align: top;
  margin: 10px 1% 30px;
  zoom: 1;  /* css hack for IE7: force hasLayout */
  *display: inline; /* css hack for IE6 & IE7: force hasLayout */
  text-align:center;
}
.ct_pl_product a {
  color:#333338;
}

/* product image */
.ct_pl_product_image,
.ct_pl_product_image a {
  height: 150px;
  width:  150px;
}
.ct_pl_product_image {
  background: transparent url(/system_images/eshop/skin1/prod_noImg.png) no-repeat center center;
  border: 1px solid #fff;
  margin:0 auto;
}
.ct_pl_product_image a {
  display:table-cell;
  color: #999;
  overflow:hidden;
  vertical-align:middle;
}
.ct_pl_product_image img {
  display:block;
  max-height: 150px;
  max-width:  150px;
  margin:0 auto;
}
/* over effect */
.ct_pl_product:hover .ct_pl_product_image {border: 1px solid #e3ebe1}
.ct_pl_product:hover a {color: #57806a}



/* product info */
.ct_pl_product_link {text-decoration:none}
.ct_pl_product_name {min-height:35px;}
.ct_pl_product_desc {min-height: 35px; padding-bottom:5px;}
.ct_pl_product_price {max-width:150px;margin:0 auto 10px;display:block;}
.ct_pl_product_price a {font-size:14pt;max-width:150px;padding:0 10px;}
.ct_pl_product_offPrice {position:relative;margin:0 auto 10px;}
.ct_pl_product_offPrice p {margin: 2px 0}
.ct_pl_product_op_saving {color: #008fc1;}


/* product options */
.ct_pl_product_compare,
.ct_pl_product_add,
.ct_pl_product_view {
  display:block;
  width:150px;
  margin: 0 auto;
  vertical-align:top;
  padding:5px 0 0;
}

.ct_pl_product_compare a,
.ct_pl_product_add a,
.ct_pl_product_view a {
  display:block;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
}
.ct_pl_product_add a,
.ct_pl_product_view a {
  padding: 5px 10px;
  -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.ct_pl_product_compare a {
  padding: 5px 10px;
  color:#6e907c;
  font-size:15px;
  font-weight:normal;
}
.ct_pl_product_compare a:hover {
  text-decoration:underline
}
.ct_pl_product_add a {
  background:#bfcfba;
  color:#03311c!important;
}
.ct_pl_product_view a {
  background:#e3ebe1;
  color:#57806a;
  font-weight:normal;
}
.ct_pl_product_add a:hover,
.ct_pl_product_view a:hover {
  background:#03311c;
  color:#fff!important;
}




.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,
.ct_pl_product.ct_pl_perRow .ct_pl_product_price  {
  text-align:center;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}


/* 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-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0;}
.ct_pl_row.ct_productsListingReviews  {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-image: url('/system_images/eshop/skin1/star_rating.png');
  background-origin: padding-box;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
  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 styles **/

/** END SEARCH RESULTS page **/



/** __PRODUCT_PAGE **/
#ct_productDetails {
  position:relative;
  font-size:16px;
  line-height:22px;
}

#ct_productDetails #ct_breadcrumbs {float:none;margin:5px 0;background:none;padding:0}
#ct_productDetails #ct_breadcrumbs,
#ct_productDetails #ct_breadcrumbs a {font-size:10pt}

/* product information */
#ct_pd_product {position:relative;display:block;margin-bottom:10px;}

#ct_pd_product_name {text-align:left;font-family:Rosario, sans-serif;font-size:22px;padding:0 10px;margin:0 0 15px}
#ct_pd_fblike {margin-bottom:10px}
#ct_pd_product_description {
  padding: 10px;
}

#ct_pd_product_image {display:block; margin: 0 10px 10px;}
#ct_pd_product_image.left {margin-left:0}
#ct_pd_product_image.right {margin-right:0}
#ct_pd_product_image img{border:1px solid #ccc}
.ct_pd_pi_fullsize {}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_enlarge {}
.ct_pd_pi_noImg {}


/* item details */
.ct_pd_item {margin-top:10px;}
.ct_pd_item_label {display: block; float:left; clear:left; min-width: 150px; color: #666}
.ct_pd_item_value {display: block; min-height:10px; min-width:10px;}

.ct_pd_item_name.ct_pd_item_value {font-weight:bold}
.ct_pd_item_style {}
.ct_pd_item_price.ct_pd_item_label {}
.ct_pd_item_price.ct_pd_item_value {}
.ct_currencyCode,
.ct_currencyName {font-size:10pt;color:#000}
.ct_pd_item_saving {font-size:11pt;}
.ct_pd_item_code {}
.ct_pd_item_availability {padding: 2px 0;min-height:12px}
.ct_pd_item_availability.ct_pd_item_value {padding-left:170px}
.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;
  color:#c78300;
}
.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;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}
.ct_pd_item_qtyAdd input[type='text'] {margin-right:5px;}
.ct_pd_addBasket,
.ct_pd_addWishlist {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  margin:2px;
}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {
  display: inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}


/* Item Layout: All Items */
#ct_pd_allItems {clear:both}
#ct_pd_allItems .ct_pd_item {padding: 10px;margin-top:0}

/* Item Layout: All Items in product */
#ct_pd_product #ct_pd_allItems {clear:none}
#ct_pd_product #ct_pd_allItems .ct_pd_item {float:left}


/* 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 {clear:both}

/* Item Layout: Styles in product */
#ct_pd_product #ct_pd_optionsList {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  vertical-align:top;
  padding: 10px;
}


/* Item Layout: Table */
#ct_pd_optionsTable table {border: 1px solid #ccc;border-collapse:collapse;margin-bottom:10px}
#ct_pd_optionsTable th {padding: 2px 5px;text-align:left;background-color: #f1f1f1;border: 1px solid #ccc}
#ct_pd_optionsTable td {display: table-cell; padding: 2px 5px;border: 1px solid #ccc}

#ct_pd_optionsTable.ct_pd_optionsTable_matrix .ct_pd_item_price.ct_pd_item_label {min-width:0;padding:6px 5px 0 0}
#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:hover .ct_cs_bubble {display:block}
.ct_cs_bubble {display:none;border:1px solid #ccc;width:auto;text-align:left;position:absolute;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;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
}

/* Item Layout: Table in product */
#ct_pd_product #ct_pd_optionsTable {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  vertical-align:top;
}


#ct_pd_noStyle {}
#ct_pd_noItem {clear:both}

#ct_pd_product_nonDeliver {}

#ct_pd_associatedProducts,
#ct_pd_upsellingProducts {
  text-align:center;
}
#ct_pd_associatedProducts h2,
#ct_pd_upsellingProducts h2 {
  display:inline-block;
  background:#57806a;
  color:#fff;
  margin:0 auto 15px;
  padding: 5px 15px;
  font-size:18px;
  width:auto;
  text-align:center;
  -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.ct_associated {}
.ct_associated_product {min-width:180px;min-height:180px;text-align:center}
.ct_associated_product_img {
  min-width: 180px;
  min-height: 180px;
  line-height: 180px;
  display:block;
  border: 1px solid #ccc
  
}
.ct_associated_product_img img {
  max-width: 180px;
  max-height: 180px;
  vertical-align:middle
}
#ct_pd_associatedProducts .ct_associated_product h2,
#ct_pd_upsellingProducts .ct_associated_product h2 {
  background:#fff;
  color:#fff;
}

/* overwrite jcarousel styles */
.ct_associated .jcarousel-container-horizontal  {
  background-color:#fff;
  border: 0;
}
.ct_associated .jcarousel-prev-horizontal {
  top: 43px;
  right: 5px;
  width: 18px;
  height: 18px;
  background: #fff url(/template/btn_prev.png) no-repeat center center;
  border: 1px solid #fff;
}
.ct_associated .jcarousel-next-horizontal {
  top: 43px;
  right: 5px;
  width: 18px;
  height: 18px;
  background: #fff url(/template/btn_next.png) no-repeat center center;
  border: 1px solid #fff;
}
.ct_associated .jcarousel-prev-horizontal:hover,
.ct_associated .jcarousel-prev-horizontal:active,
.ct_associated .jcarousel-next-horizontal:hover,
.ct_associated .jcarousel-next-horizontal:active {background-position:center center;background-color:#277c9a;border: 1px solid #277c9a;}
.ct_associated .jcarousel-prev-disabled-horizontal:hover,
.ct_associated .jcarousel-prev-disabled-horizontal,
.ct_associated .jcarousel-next-disabled-horizontal:hover,
.ct_associated .jcarousel-next-disabled-horizontal {background:none;border: 1px solid #fff;}

#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;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width: 150px;
}
#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 {
  position:relative;
  float:right;
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  font-size:15px;
  color:#277c9a;
  margin:10px;
  text-align:right;
}
.ct_ct_steps {}
#ct_checkoutTrail ul {display:none;}
/** END CHECKOUT TRAIL **/


/** BASKET page **/
#ct_basket {
  font-family: Verdana, Geneva, sans-serif;
}
#ct_basket h1 {
  padding: 10px 40px;
}

/* no item message */
.ct_b_noItem {}

/* Basket header */
#ct_b_description {}
#ct_b_messages {}
#ct_b_error {}


/* column headers */
#ct_b_columnHeaders {
  width:100%;
  background-color: #e5e5e5;
  border-spacing:0;
  border-collapse:collapse;
}
#ct_b_columnHeaders th {
  padding: 10px 5px;
  border-bottom: 0;
  color: #464646;
  font-weight:bold;
  font-size:9pt;
}

/* item cells */
#ct_b_cart{
  width:100%;
  background-color: #fff;
  border-collapse:collapse;
}
#ct_b_cart td {
  padding: 10px 5px;
  border-top: 0; }

.ct_b_item {}

/* column classes */
.ct_b_item_img {width:15%; text-align:center}
.ct_b_item_name {width:35%; text-align:left; color: #000;}
.ct_b_item_name a {color: #000;font-family: Verdana, Geneva, sans-serif;}
.ct_b_item_name a:hover {color: #277c9a;}
.ct_b_item_name .ct_b_item_descr {display:block; margin-top:3px}
.ct_b_item_name .ct_b_item_style {}
.ct_b_item_name .ct_b_item_specialOffer {}
.ct_b_item_qty {width:10%; text-align:center}
.ct_b_item_price {width:15%; text-align:right}
.ct_b_item_total {width:15%; text-align:right}
.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 {}

/* One Page Checkout */
#ct_opc_wrapper {padding:10px 0}
.ct_opc_accTitle {font-size:12pt;background-color: #c5dce0;color: #277c9a;padding: 5px 10px;clear:both;}
.ct_opc_accContent {padding: 10px;}
.ct_opc_accContent label {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width:120px;
}
.ct_opc_accContent input,
.ct_opc_accContent select {margin:2px;}
.ct_opc_accContent input.ct_d_submitBtn {margin:0 0 10px;float:right}


/* 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: 12pt;}
#ct_b_minVal {font-size: 12pt;color:#ff0000}


/* basket actions */
#ct_b_actions {
  text-align:right;
  padding:0 10px;
  margin: 10px;
}
.ct_b_actions {}
#ct_b_updateBasket {}
#ct_b_checkout {}
#ct_b_paypalCheckout {}
#ct_b_continueShopping {margin-right:10px}

/* basket lower actions */
#ct_b_lowerActions {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  padding:0 10px;
  margin: 10px;
  width:auto;
  -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
#ct_b_save,
#ct_b_load,
#ct_b_empty {width: 110px;margin:5px 10px 5px 0}
/** END BASKET page **/



/** DELIVERY page **/
#ct_delivery {}
#ct_delivery h1 {}

#ct_d_newAddress,
#ct_d_dispmulti_link,
#ct_d_dispsingle_link {cursor:pointer;text-decoration:underline;margin-bottom:10px}
#ct_d_deliveryText {}

#ct_delivery form > div {margin: 2px 10px}
#ct_delivery label {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width: 180px;
  text-align: left;
  font-weight: bold;
  color: #000;
}
#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_dm_newAddress {margin-left:5px}
#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;}
.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
{
  border: 1px solid #dddddd;
  text-align: left;
  width: 100%;
  border-spacing: 0px;
}
.ct_cs_courierZone
{
  background-color: #aaaaaa;
}
.ct_cs_courierCompany
{
  background-color: #eeeeee;
  padding: 5px;
  font-weight: bold;
}
.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 .submit {margin:10px}

#ct_basketSummary .ct_module h3 {background-color: #c5dce0;color: #277c9a;padding: 5px 10px;font-weight:normal}
.ct_bs_label {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width:120px;
  margin-left:10px;
}
.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_vat { text-align:right; }
#ct_bs_orderTotal { text-align:right; font-size: 14pt; }
#ct_bs_creditMsg {color:#ff0000}

/* summary basket delivery details */
#ct_template_content_main #ct_bs_delivery {width:auto}
#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 page **/
#ct_payment {}
#ct_payment h1 {}

#ct_paymentResponse {}
#ct_paymentResponse h1 {}

/* fieldsets styles */
.ct_p_notes {}
.ct_p_securityInfo
.ct_p_label {}
.ct_p_error.ct_font_error {}

/* fieldsets */
#ct_p_cardDetails {}
#ct_p_cardDetails legend {}
#ct_p_cardDetails #cv2 {}

#ct_p_paymentTerms {}
#ct_p_paymentTerms legend {}
#ct_p_termsCheck {}
#ct_p_termsConditions {}

#ct_p_submit {}
#ct_p_submit legend {}

/* order success */
#ct_paymentComplete {}
#ct_pc_completionNotes {}

/* order failure */
#ct_paymentFail {}
/** end ORDER PAYMENT page **/



/*---------------------------------------------
    USER and ACCOUNT PAGES
---------------------------------------------*/

/** ACCOUNT REGISTRATION page **/
#ct_register {}
#ct_register h1 {}
#ct_register h3 {}

#ct_register ul {
  color: #333;
}
#ct_register label {
  width: 190px;
  float: left;
  display: block;
  text-align: left;
  color: #000000;
  margin-left: 10px;
}
#ct_register .ct_form_helper {margin-left:200px}
#ct_register div {
  padding: 1px;
}
.help {font-size:8pt; 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 **/



/** LOGIN page **/
#ct_login {}
#ct_login h1 {}

#ct_l_container { vertical-align:top; min-height: 120px; margin:0 0 0 1%; padding:0 }

.ct_l_subcontainer,
#ct_template_content_main .ct_l_subcontainer {
  position:relative;
  vertical-align:top;
  width: 41%;
  height: 160px;
  border: 0;
  padding: 15px 25px;
  margin: 0 2%;
  -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.ct_l_subcontainer h3 {padding: 0 10px}
.ct_l_subcontainer label,
.ct_l_subcontainer p {padding-left: 10px}
.ct_l_subcontainer .submit  {position:absolute;bottom:25px;width:120px;left:50%;margin-left:-60px;background:#57806a}

#ct_l_existing {background:#baccba}
#ct_l_existing div{}
#ct_l_existing label {
  display:inline-block;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  width: 70px;
  text-align: left;
  color: #000;
}
#ct_l_existing #email input,
#ct_l_existing #password input {}
#ct_l_existing #password {
  margin-bottom:38px; /* fix container height issue when main content section is squashed   */
}

#ct_l_new {}
#ct_l_new_welcome {}
#ct_l_new_register {}
#ct_l_new_submit {margin: 0; padding:0;}

#ct_l_notes{margin:15px;}
#ct_l_forgotten{padding-left: 5px;}

#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/



/** lost password page styles **/
#ct_lostPassword {padding: 0 20px 15px;text-align:center}
#ct_lostPassword input {margin-top:15px}
.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;
  background-color: #f1f1f1;
}
#ct_oh_inner td
{
  color: #000000;
  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 {
  border:0;
  border-bottom: 1px solid #888;
  padding: 10px 5px;
}
#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/** END account details page styles **/



/** ADDRESS OPTIONS page **/
#ct_addressOptions {}
#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 10px;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 60%;
  float:left;
  clear:right;
  border-right: 1px dotted #ccc;
}
.ct_ao_address ul {
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;
  position:relative;
  border: 0px;
}
.ct_ao_address ul li {
  margin: 0;
  background-color: #f6f6f6;
  padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
  margin: 0;
  background-color: #eee;
  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;
  /* IE7 */
  zoom: 1;
  *display: inline; /* star hack targets IE6 & IE7*/
  padding-left:20px;
  background: #fff url('/system_images/eshop/skin1/link_bg_arrow.png') no-repeat left center;
}
/** 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;
  color: #000000;
}
#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:11pt;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 page **/



/** CONTACT US page **/
#ct_contact {padding:0 20px 15px}
#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;
  color: #000000;
}
#ct_c_details div {
  padding: 1px;
  color: red;
}
#ct_c_notice {margin-top:15px}
/** END contact us page styles **/


/** currency selector page styles **/
#ct_changeCurrency {}
#ct_changeCurrency h1 {}
#ct_cc_currencySelect label {}
/** END currency selector page styles **/


/** sitemap page styles **/
#ct_sitemap {}
#ct_sitemap h1 {}

/* list titles */
#ct_sitemap h3{}

#ct_sitemap ul {
  list-style-type: none;
  margin: 0;
}
#ct_sitemap a {}
#ct_sitemap a:hover {}
/** END sitemap page styles **/


/** page not found styles **/
#ct_pageNotFound {}
#ct_pageNotFound  h1 {}
#ct_pageNotFound  p {}
/** END page not found styles **//*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
       -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
          box-shadow: 0 1px 4px rgba(0,0,0,.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides a:before {
  content:attr(title);
  position:absolute;
  z-index: 1;
  bottom:0;
  background:rgba(255,255,255,0.75);
  color:#333338;
  right:0;
  font-family: 'Satisfy', sans-serif;
  font-size: 25px;
  margin:0;
  padding:15px;
  width:760px;
}

.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
  text-decoration:none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(125,125,125,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
          transition: all .3s ease;
}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index:10; bottom: 20px; text-align: right;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(125,125,125,0.5);
  cursor: pointer;
  text-indent: -9999px!important;
  color:transparent;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
     -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
       -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
          box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(75,75,75,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}/** 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:400px;
  padding-top:420px;
}
#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:400px;
  max-height:400px;
  border:0;
}

/* enlarge message style */
.ct_pd_pi_enlarge {
  position:absolute;
  top: 405px;
  width: 400px;
  text-align:center;
  padding:0;
  margin:0
}

/* hide all none default images on website */
#ct_basket img.hider,
#ct_basketSummary img.hider {display:none!important;}

/* override main image styles on basket */
#ct_basket img.displayer,
#ct_basketSummary img.displayer {
  position:relative;
  top:0;
  margin:0;
  float:none;
}
/** END LIGHTBOX image viewer **//*---------------------------------------------
    jCarousel for Associated and Upselling items
---------------------------------------------*/

/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname 'jcarousel-container'.
*/
.ct_associated .jcarousel-container {
  position: relative;
  background: #fff;
  padding: 0;
}

.ct_associated .jcarousel-container-horizontal {
  width: 100%;
    padding: 0;
}

.ct_associated .jcarousel-container-vertical {
  height: 90%;
  padding: 5% 0;
}

.ct_associated .jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ct_associated .jcarousel-clip-horizontal,
.ct_associated .jcarousel-clip-vertical {
  width: 100%;
  height: 100%;
}

.ct_associated .jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* We set the width-height explicitly. No width-height causes infinite loops. */
.ct_associated .jcarousel-item {
  float: left;
  list-style: none;
  width: 180px;
  min-height: 180px;
}
.ct_associated .jcarousel-item-horizontal { margin: 10px 20px; }
.ct_associated .jcarousel-item-vertical { margin: 20px 10px; }

.ct_associated .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'.
*/
.ct_associated .jcarousel-next,
.ct_associated .jcarousel-prev {
  z-index: 3;
  display: none;
}

/**
*  Horizontal Buttons
*/
.ct_associated .jcarousel-prev-horizontal,
.ct_associated .jcarousel-next-horizontal {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
}
.ct_associated .jcarousel-next-horizontal {
  background: #fff url(/template/btn_next.png) no-repeat center center;
  right: -15px;
}

.ct_associated .jcarousel-prev-horizontal {
  background: #fff url(/template/btn_prev.png) no-repeat center center;
  left: -15px;
}

.ct_associated .jcarousel-prev-horizontal:hover  {background-position: 0 0;}
.ct_associated .jcarousel-prev-horizontal:active {background-position: 0 0;}

.ct_associated  .jcarousel-next-horizontal:hover  {background-position: 0 0;}
.ct_associated  .jcarousel-next-horizontal:active {background-position: 0 0;}

.ct_associated .jcarousel-prev-disabled-horizontal,
.ct_associated .jcarousel-prev-disabled-horizontal:hover,
.ct_associated .jcarousel-prev-disabled-horizontal:active,
.ct_associated .jcarousel-next-disabled-horizontal,
.ct_associated .jcarousel-next-disabled-horizontal:hover,
.ct_associated .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background: none;
}

/** END Product page ASSOCIATED ITEM CAROUSEL **/