

/** 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 **/

/** FANCYBOX image viewer **/
div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 30;
}
* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
    text-align: left;
}
div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}
div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}
div#fancy_loading_icon {
    position: absolute;
    background: url('/js/jquery.plugins/jquery.fancybox/images/fancy_loading.gif') no-repeat;
    z-index: 35;
    width: 16px;
    height: 16px;
}
div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}
div#fancy_inner {
    position: relative;
    width:100%;
    height:100%;
    border: 1px solid #BBB;
    background: #FFF;
}
div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}
div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 100;
}
img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('/js/jquery.plugins/jquery.fancybox/images/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}
#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}
#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}
a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64, AAAA);
    outline: none;
}
a#fancy_left {left: 0px;}
a#fancy_right {right: 0px;}
span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}
span#fancy_left_ico {
    left: -9999px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
    right: -9999px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_right.png') no-repeat;
}
a#fancy_left:hover {visibility: visible;}
a#fancy_right:hover {visibility: visible;}
a#fancy_left:hover span {left: 20px;}
a#fancy_right:hover span {right: 20px;}
.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}
div#fancy_title table {
    margin: 0 auto;
}
div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}
td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
    height: 32px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_right.png') repeat-x;
}
/**
* image styles, initially hide all none default images on website
*/
img.hider { display: none; }
img.displayer {}
#fancybox_note { color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px; margin: 2px; }
/** END FANCYBOX image viewer **/

/** 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 **/



/** HOVER image viewer **/
/* GALLERY */
ul#gallery { position:relative; margin:0 0 0 -40px; list-style:none; }
ul#gallery li { width:110px; display:block; float:left; }
ul#gallery li#first {width:auto;padding:0;margin:0;text-align:left}
ul#gallery li img { border:1px solid #000;}
ul#gallery li:hover ul,
ul#gallery li.sfhover ul { top:auto; left:auto; }
ul#gallery li a { display:block; padding:0; color:#000; text-decoration:none; }
ul#gallery li a:hover { }
ul#gallery li ul { padding:0px 0px 0px 0px; list-style:none; margin:0; width:228px; position:absolute; z-index: 10; left:-999em; }
ul#gallery li ul li { display:inline; text-align:left; clear:none; float:none; border:0; }
ul#gallery li ul li a { margin:2px; border:1px solid #ccc; padding:4px; float:left; display:block; width:100px; height:75px; background-color:#fff;  }
ul#gallery li ul li a:hover { z-index:2; }
ul#gallery li ul li a img { position:absolute; width:100px; height:75px; border:0;}
ul#gallery li ul li a:hover img,
ul#gallery li a:active img,
ul#gallery li a:focus img { left:0%; top:-50%; margin: 2px 0; z-index:1; border:1px solid #000; }

#ct_pd_product_image.right ul#gallery li ul { right:0; }
#ct_pd_product_image.right ul#gallery li#first { text-align:right }
#ct_pd_product_image.right ul#gallery li ul li a { float:right; }
#ct_pd_product_image.right ul#gallery li ul li a:hover img,
#ct_pd_product_image.right ul#gallery li a:active img,
#ct_pd_product_image.right ul#gallery li a:focus img { right:0%; left:auto; }

/* LIGHTBOX CONTROL */
#lightbox{ background-color:#000;	padding:5px; }
#lightboxDetails{ padding-top:5px;	}
#lightboxCaption{ float:left; color:#fff; font-size:11px; }
#keyboardMsg { float: right; }
#keyboardMsg a { color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img{ border: 1px solid black;  }
#overlay img{ border: none; }
#hover_note,
#click_note {color:#000; font: 10px Verdana, Helvetica, sans-serif; text-align:center }
/** END HOVER image viewer **/


/** EASY SLIDER image viewer **/
.ct_easySlider ul, .ct_easySlider li{margin:0;padding:0;list-style:none;}
/*
define width and height of container element and list item (slide)
list items must be the same size as the slider area
*/
.ct_easySlider, .ct_easySlider li{
    width:150px;
    height:150px;
    overflow:hidden;
    text-align:center;
}
.ct_es_prevBtn a {font: 11px Verdana, Helvetica, sans-serif;}
.ct_es_nextBtn a {font: 11px Verdana, Helvetica, sans-serif;}
/** END EASY SLIDER image viewer **/

/** JQZoom image viewer **/
div.jqZoomTitle {
    z-index:5000;
    text-align:center;
    font-size:11px;
    font-family:Tahoma;
    height:16px;
    padding-top:2px;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
    font: 10px Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
.jqZoomPup {
    overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index:10;
    border-color:#c4c4c4;
    border-style: solid;
    cursor:pointer;
}
.jqZoomPup img {border: 0px;}
.preload {
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align:center;
    background-image: url(/js/jquery.plugins/jqzoom/images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index:10;
    position:absolute;
    top:3px;
    left:3px;
}
.jqZoomWindow {
border: 1px solid #999;
background-color: #FFF;
}
#zoom_note {color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px; margin: 2px;}
/** END JQZoom image viewer **/

/** THUMBNAIL VIEWER **/
#thumb_img {
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 1px;
    border: 1px solid #ccc;
    margin: 1px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains 'close' link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}
/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{background-color: white;padding:0;}

#thumbLoading{ /*DIV for showing 'loading' status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}
#thumb_more {color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#ccc; padding:5px; margin: 1px;}
/** END THUMBNAIL VIEWER **/
/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}/*-----------------------------------------
 Deane and Sons Main

  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
*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Allan';
  font-style: normal;
  font-weight: 400;
  src: local('Allan'), local('Allan-Regular'), url(https://fonts.gstatic.com/s/allan/v7/IDtEQy3AyHFszsVmLG7PSg.woff2) format('woff2');
}
/*---------------------------------------------
  __GLOBALS
--------------------------------------------*/

/*  __RESET_ALL_STYLES
 */

*  {
  margin:0;
  padding:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -box-sizing: border-box;
}

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;*/ list-style: none; }

a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {margin: 10px 0}



/*  __FONTS_and_GENERIC_TEXTS
 */
/* latin-ext */

html, body, p {
  font-family: 'Lato',Arial, sans-serif;
  font-size: 14px;
  color:#1b1451;
}
body{background: #f7f6f4 none repeat scroll 0 0;}
a,
.btn.btn-link {text-decoration: none;color: #000;}

a:hover,
.btn.btn-link:hover {}

a:visited,
.btn.btn-link:visited {}



/*  __USEFULL_CLASSES
 */

.clear {clear:both}
.left {float:left}
.left li{float: left;}
.right {
  float: right !important;
  width: 33% !important;
}

.inline,
.list-inline li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
}
.list-inline,
.list-inline ul,
.list-inline li,
.list-no-bullet,
.list-no-bullet ul,
.list-no-bullet li {
  padding:0;
  margin:0;
}
.list-no-bullet,
.list-no-bullet ul {
  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 {position: relative; z-index: 9999;}
.ct_userMessage.ct_font_error {
  background:#ffa7a7;
  border: 1px solid #cc0000;
}
#ct_pd_stockError {
  z-index: 10;
}
.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 {
/*  -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;*/
}
.btn, input, select, textarea {
  border: 1px solid #1b1451;
  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 {
  background: #fff none repeat scroll 0 0;
  color: #1b1451;
  outline: 0 none;
  text-overflow: ellipsis;
}
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
 */
input{
  -webkit-appearance: none;
}
input[type='checkbox']:checked
{
    position:relative;
}
input[type='checkbox']:checked:before {
    content: '✔';
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: 30%;
    color: #000;
    font-size: 10px;
}

/* 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;
  text-transform: lowercase;
}
.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: #fff;
  color: #1b1451;
  border: 2px solid #1b1451;
}


/* Primary buttons */
.btn.btn-primary, input[type="submit"] {
  background: #1b1451 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
}
.btn.btn-primary:hover,
input[type='submit']:hover,
.btn.btn-primary:active,
input[type='submit']:active {
/*opacity: 0.75;*/
}

/* 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: none repeat scroll 0 0 #b83741;
border: medium none;
border-radius: 0;
color: #fff;
font-weight: bold;
height: 50px;
text-transform: uppercase;
}
.btn.btn-danger:hover,
input[type='reset']:hover,
.btn.btn-danger:active,
input[type='reset']:active {
  background: #000;
}

/* 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:30px!important } /* increase padding for icon */
input.btn[class*='icon-'] { padding-left: 15px!important; }    /* except for input tags which do not support pseudo elements  */

.btn[class*='icon-']:before {
  position:absolute;
  background-repeat: no-repeat;
  background-position: center center;
  content:' ';
  display:inline-block;
  height:16px;
  width:16px;
  margin-left:-20px;
  vertical-align:middle;
}
.btn.icon-edit:before { background-image: url(system_images/icons-16/edit.png); }
.btn.icon-ok:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }
/*.btn.icon-prev:before { background-image: url(system_images/icons-16/edit.png); }*/
/*.btn.icon-next:before { background-image: url(system_images/icons-16/edit.png); }*/
/*.btn.icon-plus:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }*/
/*.btn.icon-minus:before { background-image: url(/system_images/eshop/skin1/icn_in.png); }*/
.btn.icon-remove:before { background-image: url(system_images/icons-16/delete.png); }
.btn.icon-trash:before { background-image: url(system_images/icons-16/trash.png); }


/*---------------------------------------------
    __TEMPLATE_LAYOUT
---------------------------------------------*/

#ct_template_wrapper {}
#ct_template_header,#ct_template_content,#ct_template_footer{  position:relative;
  width: 1050px;
  margin: 0 auto;}
.ct_template_header {}

.ct_template_header.outer {background: #fff url("/layout/header_bg9.png") repeat-x scroll 0 bottom;}
/**/#ct_template_content {margin:5px auto;}

/**/#ct_template_content_left,
/**/#ct_template_content_main,
/**/#ct_template_content_right {
  float: left;
}
/**/
#ct_template_content_left {
  background: #fff none repeat scroll 0 0;
  margin: 0 1% 0 0;
  padding: 0 0 1% 1%;
  width: 18%;
}
#ct_template_content_main {width: 100%;}
/**/#ct_template_content_right {}
#ct_template_footer a:hover{opacity: 0.75;}
.ct_template_footer {
  background: #1b1451 url("/layout/footer_bg9.png") repeat-x scroll 0 top;
  clear: both;
  margin: auto;
  width: 100%;
  height: 400px;
}
#ct_template_header{
}
/**/#ct_template_cybertillLink {
background: #efefef none repeat scroll 0 0;
text-align: center;
}
/**/#ct_template_cybertillLink a {}
/**/#ct_template_cybertillLink a:hover {}
#footer_links{
height: 50px;
padding: 35px 0 0;
width: 100%;
}
#footer_links a{color: #fff;
font-weight: bold;
padding: 0 15px;}
#footer_links ul{left: 10%;
position: relative;}
#ourShop,#ourFactory,#safe_sec,#ft_fb{float: left;
font-weight: bold;
height: 150px;
width: 240px;}

#ft_fb img {}
#safe_sec{}
#safe_sec li{padding-bottom: 10px;}
#ft_copyright{width:100%;
font-size: 12px;
height: 15px;
text-align:center;}

/** 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 {margin: 0 5px;}
.ct_html_module {}


/** modules titles **/
.ct_module .ct_module_header {}
.ct_module .ct_module_header a {}



/*---------------------------------------------
    __HEADER_MODULES
---------------------------------------------*/

.ct_template_header {
}

.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;
    width: 45%;
    max-width: 430px;
}
#logo img {
    width: 100%;
    height: auto;
}


/*#logo{float: left;width: 45%;}*/
#hdLinkWrap{width: 60%;height: 35px;float: left;}
#hdLinkWrap a{color: #fff;
font-size: 15px;
letter-spacing: 1px;}
#hdLinkWrap div.ct_loginLink.ct_link_module{float: left;padding: 10px 0;}
#headlinks{width:67%;float: left;}
#headlinks img {margin: 0 5px 0 0;}
#headlinks ul{float: right;}
#headlinks li{float: left; padding: 10px 15px 0;}
#headlinks li:first-child {}
#headlinks a{}
#headlinksMob{display: none;}
#headlinksMob{background: #00abb2;width: 100%;height: 40px;}
#headlinksMob ul{float: left;width: 100%;}
#headlinksMob li{float: left;padding: 10px;text-align: center;}
#headlinksMob li:first-child{width: 15%;}
#headlinksMob li:nth-child(2){width:15%;margin-right: 25%;}
#headlinksMob li:nth-child(3){width:15%;}
#headlinksMob li:nth-child(4){width:15%;}
#headlinksMob li:nth-child(5){width:15%;}
#headlinksMob a{color: #fff;font-weight: bold;}
#headlinksMob li:nth-child(3) { background: #fff none repeat scroll 0 0;}


.ct_ac_search.ct_module {
  background: #fff;
  height: 35px;
}
#hdLinks {
  color: #fff;
  display: inline-block;
  float: left;
  padding: 12px 0 0;
  height: 40px;
}
#hdLinks ul{float: right;}
#hdLinks li{float: left;}
#hdLinks .ct_sb_link {float: right;}
#hdLinks a{color: #fff;padding: 0 15px;}
#hdLinks a:hover{}
#autocomplete_for.ac_input{width: 100%;}
#autocomplete_for.ac_input:focus{box-shadow: none;}
.ct_ac_search_go {
  float: right;
  position: absolute;
  right: 2px;
}
.ct_ac_search_form{position: relative;}
.hd_links a{color: #2f2f2f;text-transform: uppercase;font-weight: 500;}
#header_advert{clear: both;height: 30px;margin: 5px 0;width: 1050px;}
#header_advert ul{}
#header_advert ul li{float: left;
line-height: 30px;
margin-right: 15px;
text-align: center;
text-transform: uppercase;
width: 310px;
background:#EBEBEB; }
#header_advert ul li a{
text-transform: uppercase;}
#header_advert ul li:first-child{}
#header_advert ul li:nth-child(2){}
#header_advert ul li:nth-child(3){float: right;
margin-right: 0;}

#header_advert ul li:hover{}
#header_advert ul li:hover a{} 

.dim_page{background:rgba(0, 0, 0, 0.5);
    display:none;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:5;}
#ct_template_header .ct_loginLink {
  float: left;
}
#header_wrap{width: 55%;float: left;height: 60px;}
#header_wrap a{color: #1b1451;font-weight: bold;text-transform: uppercase;}
#header_wrap .ct_wishlistLink, #header_wrap .ct_loginLink, #header_wrap #ct_accountLink{}
.ct_wl_item_received, .ct_wl_item_required {display: none;}
#header_wrap .ct_wishlistLink{padding: 10px 0;}
#header_wrap .ct_loginLink{padding: 10px;}
#header_wrap #ct_accountLink{padding: 10px;}     
/*--------------------------------------------
Homepage
--------------------------------------*/
.ct_homepage div#ct_template_content_main div div.ct_module_header {color: #1b1451;
    font-size: 22px;
    text-align: center;text-transform: uppercase;}
#header_wishlist {
  background: #eae8e4 url("/layout/wishlist.png") no-repeat scroll center 5px;
  float: right;
  height: 50px;
  text-align: center;
  width: 90px;
  padding: 25px 0 0;
  margin: 25px 10px 0 35px;
}
#header_wishlist a{padding: 25px 20px 10px;}
.ct_wishlistLink {
  background: rgba(0, 0, 0, 0) url("/layout/wishlist.png") no-repeat scroll 3px 10px;
  padding: 10px 25px;
  text-align: center;
  width: 90px;
}
.ct_wishlistLink a{padding-left: 25px;color: #000;}
#ct_template_header .ct_ac_search.ct_module{width: 250px;float: right; margin-right: 60px;}
#ct_template_header .ct_ac_search.ct_module:hover {}
#autocomplete_for.ac_input:hover{box-shadow: none;}
.ct_homepage #ct_template_content_left{display: none;}
#header-social {float: left; height: 40px;}
#header-social ul{float: left;width: 100%;}
#header-social ul:last-child{display: none;}
#header-social li {float: left;padding: 10px;}
#header-social ul:last-child li:last-child a img {height: 20px;}


.adverts3{width: 100%;min-height: 50px;background: #fff;float: left;max-height: 150px;color: #36A5DC;font-weight: bold;}
.adverts3 ul{width: 100%;}
.adverts3 li{width: 32%;margin-right: 2%;float: left;text-align: center;text-transform: uppercase;padding: 15px 0 0;}
.adverts3 li:last-child{margin: 0;}
.promoBox, .promo_Box{position: relative;}
.promoBox:hover, .promo_Box:hover{opacity: 0.75;}
.promoBox{width: 50%;float: left;}
.promoBox img{width: 100%;}
.promo_Box{width: 50%;float: left;} 
.promo_Box ul{width: 50%;float:left;}
.promo_Box img {
  display: block;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
}
.promo_Box ul li a{text-transform: uppercase;color: #333333}
.promo_Box ul li{margin-bottom: 5px;}
.promo_Box ul:first-child li:first-child{font-size: 30px;text-transform: uppercase;font-weight:bold;}
.promo_Box ul:nth-child(2) li:last-child, .promoBox ul:nth-child(2) li:last-child{background: #fff none repeat scroll 0 0;
bottom: 10px;
height: 40px;
opacity: 0.75;
padding: 5px;
position: absolute;
text-align: center;width: 49%;}
.promo_Box ul:nth-child(2) li:last-child a{padding: 5px;}
.promo_Box ul:first-child li a{text-decoration: underline;
text-transform: uppercase;}
.promo_Box:hover ul li:last-child a{}

#main_banner, #main_wrap, #shopBySchool {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  float: left;
  padding: 20px;
  width: 100%;
}
#main_wrap{}
#shopBySchool{}
#shopBySchool {text-align: center;}
#shopBySchool.ct_html_module div.bx-wrapper div.bx-viewport ul#schoolSlider li ul li:last-child{margin: 5px 0 0;}
#shopBySchool .bx-prev {left: -44px;}
#shopBySchool .bx-next {right: -44px;}
#promo_BoxHeader{width: 100%;text-align: center;float: left;height: 30px;font-size: 22px;color: #1b1451;}
.promo_Box3{width: 30%;float: left;margin:10px 5% 10px 0;position: relative;}
.no_side_margin{margin: 10px 0;}
.promo_Box3 ul{width: 100;float: left;}
.promo_Box3 li{width: 100;float: left;}
.promo_Box3 img{width: 100%;height: auto;}
.promo_Box3:hover img{
  opacity: 0.5
}
.promo_Box3 li:last-child {
color: #fff;
font-size: 14px;
line-height: 18px;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 46%;
width: 100%;
}
.promo_Box3 li:last-child a {
  border-bottom: 2px solid #ffbf00;
  padding: 5px;
  color: #fff;
}
.promo_Box3.promoHeight ul li:last-child{
  top: 56%;
}
.promoBox4{width: 23.5%;margin-right:2%;float: left;position: relative;font-weight: bold;font-size: 15px;overflow: hidden; }
.promoBox4 li:last-child {
  bottom: 0;
  height: 75px;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.promoBox4 ul:hover li:last-child{background: #010101 url('/layout/searchHover.png') no-repeat scroll center 45px;
opacity: 0.50;
color: #fff;
padding: 15px;}
.promoBox4 ul:hover li:last-child a{padding: 15px 30% 40px;color: #fff;}
.promoBox4 img{width: 100%;}
.promoBox4.last{margin: 0;}
.right ul{float: right;}
.niazzoSlider .bx-controls-direction {
  display: none;
}
#homeAdverts{
  width: 35%;
  float: left;
}
#homeAdverts ul{width: 100%;float: left;}
#homeAdverts li {float: right;padding: 1% 0 1% 2%;width: 45%;}
#homeAdverts img{width: 100%;height: auto;}
#new_Arrival {
  float: left;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
#new_Arrival .bx-viewport {
  background: #efefef none repeat scroll 0 0;
  height: 270px !important;
}
#new_Arrival .bx-wrapper{max-width: 100%!important;}
#new_Arrival ul {
  background: #fff none repeat scroll 0 0;
  margin: 10px;
}
#new_Arrival ul li ul{float: left;}
#new_Arrival ul li ul li {
  padding: 0 10px 10px;
  text-align: center;
}
#new_Arrival ul li ul li:last-child{
  font-weight: bold;
}
.fullBanner{float: left;width: 100%;margin: 10px 0;}
.fullBanner img{width: 100%;height: auto;}
.fullBanner li:last-child{display: none;}

#brandSelect {
  float: left;
  margin: 20px 0 10px;
  position: relative;
  width: 100%;
  height: 50px;
}
#brandSelect .bx-controls-direction {
  position: absolute;
  right: -25px;
  top: 0;
} 

#brandSelect ul{float: left;}
#brandSelect .bx-wrapper{width: 100%!important;}
#brandSelect .bx-viewport {
  width: 90% !important;
}
*/

#customBanner img{width: 100%;}
#customBanner {}
#customAdvert {background: #36A5DC;
width: 49%;
margin: 0 1% 0 0;
float: left;overflow: hidden;}
#customAdvert ul {
  padding: 10px;
    width: 100%;
    float: left;
}
#customAdvert li {
    color: #fff;
float: left;
font-size: 28px;
font-weight: bold;
width: 33%;
}
#customAdvert li img{}
#customAdvert2 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #aaaaaa;
  float: left;
  margin: 0 0 0 1%;
  overflow: hidden;
  width: 49%;
}
#customAdvert2 ul {
  padding: 10px;
    width: 100%;
    float: left;
}
#customAdvert2 li {
float: left;
font-weight: bold;
}
#customAdvert2 li img{width: 100%;}

#customAdvert2 li:nth-child(2) {
    color: #013563;
    float: left;
    font-size: 28px;
    font-weight: bold;
    width: 80%;
}
#customAdvert2 li:first-child {
    width: 20%;
}
#customAdvert2 li:nth-child(3) {
}
#sidcot_img{float: left;
margin: 20px 2% 0 0;
width: 63%;}
#sidcot_img img{width: 100%;}
#sidcot_text{float: left;width: 35%;margin: 20px 0 0;}
#sidcot_text .ct_module_header{font-size: 18px;
font-weight: 700;margin: 0 0 10px;}
#sidcot_text p{line-height: 20px;}
#sidcot_cat{width: 100%;float: left;margin: 40px 0;}
#sidcot_cat ul{width: 100%;}
#sidcot_cat li{background: #1b1451 none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
float: left;
height: 50px;
margin: 0 4% 0 0;
text-align: center;
width: 48%;}
#sidcot_cat li:hover{background: #1B8FD7;}
#sidcot_cat li:last-child{margin: 0;}
#sidcot_cat li a {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
line-height: 50px;
text-decoration: none;
width: 100%;
}
/*-------------------------------------------
    __FOOTER_MODULES
---------------------------------------------*/
#footer_links li{float: left;}
#ct_template_footer .ct_module_header {
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.footerCol3{width: 33.33%;float: left;height: 105px;}
.footerCol3 ul{width: 90%;float: right;padding: 15px;}
.footerCol3 li:first-child{text-transform: uppercase;color: #000;font-weight: bold;margin: 0 0 5px;}
.plane{background: #eae8e4 url('/layout/plane.png') no-repeat scroll 10px 15px;}
.lorry{background: #eae8e4 url("/layout/lorry.png") no-repeat scroll 10px 15px}
.padlock{background: #eae8e4 url('/layout/padlock.png') no-repeat scroll 10px 15px;}
#ft_links{float: left;margin: 15px 0 0;width: 50%;}
#ft_links .ct_module_header{}
#ft_links ul { float: left; width: 100%;}
#ft_links li { float: left; height: 100px; padding: 10px; width: 45%;}
#ft_links img{}
#ft_email, #ft_social{float: left;width: 50%;height: 40px;}
#ft_email{}
#ft_social{color: #fff;}
#ft_social a{}
#ft_social ul{float: right;}
#ft_social li{float: left;margin: 5px;}
#ft_email .ct_module_header, #ft_social li:first-child{
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 10px 0 0;
  text-transform: uppercase;
}
#ft_email #mc_embed_signup{}
#mc_embed_signup_scroll input#mce-EMAIL.email {
  border: medium none;
  box-shadow: none;
  color: #a9a9a9;
  float: left;
  height: 30px;
  padding: 0;
  position: relative;
  text-indent: 10px;
  top: 5px;
  width: 250px;
}
#mc_embed_signup_scroll input#mc-embedded-subscribe.button {
background: #fff url("/layout/arrow.png") no-repeat scroll center center;
color: #000;
float: left;
height: 30px;
position: relative;
right: 3px;
text-indent: -9999px;
top: 5px;
width: 30px;
}
#mc_embed_signup_scroll input#mc-embedded-subscribe.button:hover{
  border: none;
}
#footerSol {
    float: left;
    padding: 14px 0;
    width: 50%;
}
#footerSol li {
    float: left;
    margin-left: 10px;
}
#footerSol div.ct_module_header {
  float: left;
  font-style: normal;
  line-height: 40px;
  margin-left: 4%;
  text-transform: uppercase;
}
.footer_wrap {
  background: #efefe8 none repeat scroll 0 0;
  float: left;
  margin: 0 0 1.5% 1.5%;
  width: 30%;
  text-align: center;
}

#paymentIcons {
    float: left;
    padding: 10px;
    width: 30%;
}
#paymentIcons img {
    width: 100%;height: auto;}
#ftLinks {
  border-bottom: 1px solid #103968;
  border-top: 1px solid #103968;
  float: left;
  padding: 15px 0;
  width: 100%;
}
#ftLinks a{color: #fff;opacity:0.75;}
#ftLinks a:hover{opacity:1;}
#ftLinks img {
  float: left;
  height: auto;
  width: 100%;
}
#ftLinks li:first-child{
font-size: 16px;
font-weight: bold;
text-transform: uppercase;  
}
#ftLinks li{
  margin-bottom: 5px;
}
#about, #customerServices{width: 20%;float: left;text-align: center;}
#about .ct_module_header{color: #00abb2;}
#customerServices .ct_module_header{color:#DB671C;}
#footer_contact{margin: 5% 0 0 5%;}
#footer_contact h3{font-size: 19px;}
#footer_contact li{padding-bottom: 10px;}
#fbFeed{width: 27%;float: left;}
#fbFeed img{width: 100%;}
.footerCol .ct_module_header{color: #fff;}
.footerCol{width: 25%;float: left;margin-top: 15px;color: #fff;}
.footerCol ul{
    float: left;
    width: 100%;
}
.footerCol li{margin-top: 10px;}
.footerCol a {
    color: #fff;
}
.footerCol li img {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
}
#copyrightLinks {
    width: 100%;
}
#copyrightLinks li {
    float: left;
    padding: 10px;
}
#copyrightLinks li a {
    color: #fff;
    padding: 5px;
}
#copyrightLinks li:first-child {
    opacity: 0.75;
}
#social_links {
  margin: 0 0 5% 5%;
}
#social_links ul{}
#social_links li{margin-right: 10px;display: inline-block;}
/*Custom Pages*/

.ct_contentPage {
    width: 100%;
}
.ct_contentPage p {
    margin: 0 0 15px;
}
.ct_contentPage a {
    text-decoration: underline;
}


.new_content {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f0eeea;
    margin: 0 0 5px;
    padding: 20px;
    width: 100%;
}
.new_content .ct_module_header {
    border-bottom: 2px solid #ffbf00;
    font-size: 18px;
    margin: 0 0 5px;
    text-align: center;
}
.new_content ul, .new_content ol {
    margin: 0 auto;
    width: 90%;
}
.new_content li {
    padding: 5px;
}

/*Custom Pages End*/


/*---------------------------------------------
    __PREDEFINED_MODULES
-----------------------------------------*/

/** link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}



/** PRODUCTS SEARCH pre-defined section **/
.ct_productSearch {}
.ct_productSearch .ct_module_header {}

.ct_productSearch  form {
  display:inline-block;
  max-width:96%;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ps_for,
.ct_ps_for input {max-width: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 **/

.ct_pl_product_link img{

}
#pd_header_wrapper {
float: left;
}
#pd_header_wrapper h1{}
/** AUTO-COMPLETE SEARCH pre-defined section  **/
.ct_ac_search {}
.ct_ac_search .ct_module_header {display: none;}

.ct_ac_search_input,
.ct_ac_search_go 

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_pd_pi_m
.ct_ac_search_input input {}
.ct_ac_search_go input {
  background: rgba(0, 0, 0, 0) url("layout/mag.png") no-repeat scroll right center;
  border: medium none;
  box-shadow: none;
  height: 38px;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
  z-index: 30;
}
.ct_ac_search_go input:hover{
  background: rgba(0, 0, 0, 0) url("layout/mag.png") no-repeat scroll right center;
  border: none;
}
.ct_ac_search_input {float: left;width: 100%;}
.ct_ac_search_input input {
  border: 2px solid #1b1451;
  border-radius: 0;
  color: #000;
  font-family: "Lato",Arial,sans-serif;
  height: 38px;
  margin: 0;
  padding: 0;
  width: 280px;
  text-indent: 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 {width: 95%;float: left;}
.ct_searchFilters .ct_module_header {}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0;display: none;background: #fff;}
.ct_searchFilters ul.checkbox_list li {
  padding: 5px 10px;
}
#searchfilter_sort_type {width: 150px;}
/** end SEARCH FILTERS **/
.ct_styleFilters ul.checkbox_list{display: none;}
/*
#ct_pd_product_description{
  position: relative;
  float: right;
  margin: 10px 0 40px;
  width: 430px;
  clear: right;
}
*/

#ct_pd_product_description {
    float: left;
    margin: 0 0 20px;
    width: 60%;
}

/** SMALL BASKET pre-defined section **/
#basketwrap {
left: 10px;
position: relative;
width: 140px;
}
.ct_smallBasket {float: right;}
.ct_smallBasket .ct_module_header {float: left;}
.ct_sb_links {
float: left;
text-align: left;
width: 130px;
}
.ct_sb_itemCount, .ct_smallBasket a{}

.ct_sb_items,
.ct_sb_items li {
display: none;
}
li.ct_sb_accountCredit,
li.ct_sb_item {}

.ct_sb_itemCount {
float: right;
text-align: left;
text-indent: 5px;
width: 85px;
}
.ct_sb_itemCount a{color: #0000;}
.ct_sb_total {}
.ct_sb_link a {}
.ct_sb_link a:hover {}

.ct_sb_link.ct_sb_links_currency {
  float: right;
  height: 20px;
  margin-top: 13px;
}

.ct_sb_link.ct_sb_links_currency a {color: #fff; font-size: 0.9em; font-weight: 700;}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin:0px auto 0px auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item {}
span.ct_ts_item_count {}
span.ct_ts_item_name {}
/** end TOP SELLERS pre-defined section **/



/** RECENTLY VIEWED ITEMS pre-defined section **/
/* module */
.ct_viewedItems .ct_module_header {
  border-bottom: 2px solid #ffbf00;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.ct_viewedItems {
  float: left;
width: 97%;
}
#ct_template_content_main div.ct_viewedItems.ct_module div.ct_module_header {
  border: medium none;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 160px;
  font-weight: bold;
  padding: 5px 0 0;
}
#ct_template_content_main div.ct_viewedItems.ct_module div.ct_module_header::after {
  content: ":";
}
#ct_viewedItems .ct_mainContent_header{
width: 100%;}

.ct_viewedItems ul {
  float: left;
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
}
.ct_viewedItems ul li {
  float: left;
  margin: 5px 10px 5px 0;
}
.ct_vi_item a {}
.ct_vi_recent {
float: right;
}
.ct_vi_recent a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-weight: bold;
}
.ct_vi_recent a::after {
  content: "...";
}
.ct_vi_recent a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.ct_viewedItems a:hover {
  text-decoration: underline;
}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/

border: 1px solid #efefef;border-style: solid none none solid;

/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:hover{}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:first-child{}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:first-child:hover{}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(2){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(3){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(4){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(5){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(6){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(7){}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(8){}

.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul {
  background: #fff none repeat scroll 0 0;
  top: 40px;
  z-index: -2;
}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu ul li:first-child{}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li{float: left; width: 100%;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:first-child ul{left: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(2) ul{left: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(3) ul{left: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(4) ul{left: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(5) ul{right: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(6) ul{right: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(7) ul{right: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(8) ul{right: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:nth-child(9) ul{right: 0;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:last-child ul{}

.ct_module.ct_categoryMenu div.ct_cm_wrapper ul.ct_cm_menu li ul li ul {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li a {
  color: #1b1451;
  font-weight: bold;
  text-indent: 0;
  text-transform: uppercase;
  width: 100%;
}
.ct_module.ct_categoryMenu.ct_cm_wrapper ul.ct_cm_menu li ul li:hover{background: #3277ae;}
.ct_categoryMenu {}
.ct_categoryMenu .ct_module_header {}
ul.ct_cm_menu,
ul.ct_cm_menu ul {position: relative;}
ul.ct_cm_menu li {list-style-type: none;}
ul.ct_cm_menu li a {
border-image: none;
color: #fff;
letter-spacing: 1px;
padding: 16px;
text-align: left;
text-transform: capitalize;
width: auto;
font-weight: 700;
}
ul.ct_cm_menu li ul li:hover{} 
ul.ct_cm_menu li ul li a{cfont-size: 14px;}
ul.ct_cm_menu li ul li a:hover{}

ul.ct_cm_menu:hover li:hover {}
ul.ct_cm_menu:hover li ul li {
}
/* Category menu in header */
.ct_template_header .ct_module.ct_categoryMenu {
  width: 100%;
}
.ct_template_header .ct_categoryMenu .ct_module_header {display: none;}
.ct_template_header .ct_cm_wrapper {width:auto;margin:0}
.ct_template_header ul.ct_cm_menu {
  width: 100%;
  text-align: center;
  height: 40px;
  z-index: 60;
}
.ct_template_header ul.ct_cm_menu:hover{}
.ct_template_header ul.ct_cm_menu li {
border: 0 none;
float: left;
margin: 0;
text-align: center;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  padding: 15px 45px;
}
.ct_template_header ul.ct_cm_menu li:hover{color: #ebebeb;} 
.ct_template_header ul.ct_cm_menu li ul {}
.ct_template_header ul.ct_cm_menu li ul li {
  border-bottom: 2px solid #1b1451;
  display: block;
  float: none;
  height: 40px;
  line-height: 40px !important;
  margin: 0 5px;
  padding: 0;
  text-align: left;
  text-indent: 10px;
}
.ct_template_header ul.ct_cm_menu li ul li:hover{}
/* over effect */
ul.ct_cm_menu li:hover {}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a {}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  display: none;
  position: absolute;
  z-index: 60;
}


/** end CATEGORY MENU pre-defined section **/

.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li:hover {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li:hover {box-shadow: none;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li a:hover{text-decoration: underline;}

.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li ul li{width: 100%;border: none;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li ul li a{text-transform: capitalize;font-weight: 400;}
.ct_module.ct_categoryMenu div.ct_cm_wrapper ul.ct_cm_menu li:hover ul li ul{display: block;}

ul.ct_cm_menu li.ct_cm_cat_2 ul.sub ul.column:first-child li.sub:nth-child(2),ul.ct_cm_menu li.ct_cm_cat_2 ul.sub ul.column:nth-child(2) li.sub:nth-child(2){border-color: #ffbf00;}

ul.ct_cm_menu li.ct_cm_cat_2 ul.sub ul.column:first-child li.sub:nth-child(2) a,ul.ct_cm_menu li.ct_cm_cat_2 ul.sub ul.column:nth-child(2) li.sub:nth-child(2) a{font-size: 14px;}
/** 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 {}


.ct_html_col5 {
    float: left;
width: 20%;
}
.ct_html_col5 li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.ct_html_col5 ul {
    margin: 5px 0 20px;
    padding: 0;
}
.ct_html_col5.last {
    float: left;
    margin: 0;
}
.ct_html_col5 h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #00abb2;
}
.ct_html_col5 a {
    text-decoration: none;
}
/** 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 **/
#ct_template_content_left h3 {
  border-bottom: 2px solid #ffbf00;
  padding: 5px 0;
  text-transform: uppercase;
}
#ct_template_content_left h4 {
  border-bottom: 1px dashed #ffbf00;
  margin: 10px 0 5px;
  padding: 10px 0 10px 10px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
#ct_template_content_left h4::after {
  content: "+";
  font-size: 18px;
  position: absolute;
  right: 5%;
  top: 7px;
}
#ct_template_content_left h4.collapsed::after {
  content: "-";
}
#ct_template_content_left  h4.collapsed {}
#ct_template_content_left h4:hover{cursor: pointer;}
 #leftPromo li {margin-top: 5px;}
/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {width: 95%;float: left;display: none;}
.ct_productCompare .ct_module_header {border-bottom: 2px solid #ffbf00; padding: 5px 0; text-transform: uppercase;}
.ct_productCompare .ct_module_header a { color: #1b1451;font-weight: 700;}
.ct_pc_count {
  font-weight: bold;
  margin: 10px;
}

.ct_pc_count a {
  background: url('/layout/view-icon.png') no-repeat 0 0 transparent;
  color: #1B1451;}
  .ct_pc_count a:hover{text-decoration: underline;}

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 {
  background: #EF006B none repeat scroll 0 0;
  padding: 10px;
  width: 100%;
}
.ct_pc_list_clear a {color: #fff;}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {height: 45px;}
#ct_pc_clear a {
  padding: 10px 20px;
  border: solid 2px #000;
  background: #EF006B;
  color: #fff;
}
#ct_pc_clear a:hover {
  background: #fff;
  color: #000;  
}
.ct_pc_product {
    display:inline-block;
    max-width: 25%;
    margin: 0 2.5%;
    vertical-align:top;

    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_pc_product h2 {}
.ct_pc_product_descr {}
.ct_pc_product_item {}
.ct_pc_product_addToBasket {}
/** end PRODUCT COMPARISON **/



/** WEBSITE NEWS **/
/** news list module **/
.ct_newsList {}
.ct_newsList h2.ct_module_header {}
.ct_newsList ul {margin:0;padding:0 0 0 10px;list-style:none;}

.ct_nl_post {}
h3.ct_nl_post_title {margin-bottom:0}
p.ct_nl_post_from,
p.ct_nl_post_date {margin:0;padding:0;font-style:italic;color:#999;display:inline-block}
.ct_nl_post_from_by {}
.ct_nl_post_from_author {font-weight:bold}
p.ct_nl_post_text {}

/** article page **/
/**/#ct_newsArticle {}
/**/#ct_newsArticle .ct_mainContent_header {}

.ct_na_from {}
.ct_na_from_by {}
.ct_na_from_author {}
.ct_na_date {}
.ct_na_text {}
/** end WEBSITE NEWS **/




/*---------------------------------------------
  __MAIN_CONTENT_PAGES
---------------------------------------------*/

/** page contents containers **/
.ct_mainContent {width:100%;}

/** pages titles **/
.ct_mainContent h1 {color: #1B1451;font-weight: 400;}

/** 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;
  padding:5px;
}
.ct_mainContent th {
  background-color: #1B1451;
  color: #fff;
  text-align: left;
}
.ct_mainContent td {
  background-color: #fff;
  text-align: left;
}
.ct_mainContent td a {float: left;}
/*---------------------------------------------
  __CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {margin: 5px 0;color: #1b1451;}
/**/#ct_breadcrumbs a,
/**/#ct_breadcrumbs a:visited {}
#ct_breadcrumbs a:first-child{color: #1b1451;}
#ct_breadcrumbs a{color: #1b1451;}
#ct_breadcrumbs_curent {color:#FFC000;}

#ct_basket #ct_breadcrumbs {
  display: none;
}
/** end BREADCRUMBS **/



/** __SEARCH_RESULTS **/
/**/#ct_search {width:100%;}
/**/#ct_search #ct_breadcrumbs {}

/** Search Header **/
#ct_searchHeader {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0eeea;
  color: #1b1451;
  padding: 20px;
  position: relative;
  width: 100%;
}
/**/#ct_searchHeader h1#ct_sh_title {}
/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {text-align: justify;}
/**/#ct_sh_img {float:left;width: 20%;}
#ct_sh_img img {
  border: 1px solid #ffbf00;
  max-width: 150px;
}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories {}

/* 'Choose a Category' */
/**/#ct_subCategories h3 {}
#ct_subCategories .ct_module_header{display: none;}
#ct_sc_listing { min-height: 250px; }
.ct_sc_listing_row {}
#ct_template_content_main .ct_sc_listing_cat {
  display: block;
  float: left;
  margin: 0 0 5px 1.33%;
  position: relative;
  width: 24%;
  height: 200px;
}
#ct_template_content_main .ct_sc_listing_cat:first-child{margin: 0 0 5px;}
#ct_template_content_main .ct_sc_listing_cat:hover .ct_sc_listing_cat_img,.ct_sc_listing_cat:hover .ct_sc_listing_cat_name{opacity: 0.75;}
#ct_template_content_main .ct_sc_listing_cat_img {
  display: block;
  float: left;
  height: auto;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
#ct_template_content_main .ct_sc_listing_cat_img img {
  border: 1px solid #ffbf00;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
}
#ct_template_content_main .ct_sc_listing_cat_name {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #ffbf00;
  border-top: 2px solid #ffbf00;
  bottom: 0;
  float: left;
  position: absolute;
  text-align: center;
  width: 100%;
}
#ct_template_content_main .ct_sc_listing_cat_name a {
  color: #1b1451;
  font-size: 15px;
  font-weight: bold;
}
/*Category Brand*/
/*#ct_template_content_main .ct_searchId_9 .ct_sc_listing_cat {box-shadow: 1px 1px 1px 1px;color: #ebebeb;height: 100px;}
#ct_template_content_main .ct_searchId_9 .ct_sc_listing_cat_name a{display: none;}
#ct_template_content_main .ct_searchId_9 .ct_sc_listing_cat_img img{padding: 10px;max-height: 90px;}
.ct_searchId_9 #ct_productsListing {display: none;}*/


/*Category Brand End*/
#ct_template_content_left #ct_sc_listing{width: 95%;}
#ct_template_content_left .ct_sc_listing_cat {width: 100%;float: left;background: #fff;display: none;}
#ct_template_content_left .ct_sc_listing_cat:hover .ct_sc_listing_cat_name a{color: #00abb2;}
#ct_template_content_left .ct_sc_listing_cat_img {display: none;}
#ct_template_content_left .ct_sc_listing_cat_img img {display: none;}
#ct_template_content_left .ct_sc_listing_cat_name {float: left;width: 100%;text-indent: 10px;padding: 10px 0;}
#ct_template_content_left .ct_sc_listing_cat_name a{color: #000;}

div.ct_filterSummary.ct_module ul.ct_filter_list.list-inline.list-unbulleted li div a.btn.icon-remove{
  border:none;border-radius: 0;text-transform: capitalize;color: #000;}
div.ct_filterSummary.ct_module a.resetall.btn.btn-danger.icon-remove{
height: 40px;
line-height: 40px;
margin: 0;
text-align: center;
width: 150px;
}
/** end Sub-Categories Listing **/


/** Results Filters **/
/**/
#ct_searchFilter {
  float: left;
  padding: 10px 0 0;
  width: 47%;
}
/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  display:inline-block;
  margin: 0;
  padding: 0;
  line-height: 45px;

  /* 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 {padding: 0.5%;text-align: right;width: 99%;height: 50px;}
#ct_searchResults_bottom {
  background: #eae8e4 none repeat scroll 0 0;
  display: block;
  float: left;
  padding: 0.5%;
  text-align: right;
  width: 99%;
  height: 35px;
  margin: 5px 0;
  display: none;
}
#ct_searchResults_top .ct_module_header, #ct_searchResults_bottom .ct_module_header, .ct_sr_results, .ct_sr_paginate {display: inline-block;padding: 2px 3px;}
.ct_sr_results {margin-right: 10px;}
.ct_sr_label, .ct_sr_results, .ct_sr_paginate, .ct_sr_paginate a {}
.ct_sr_indice {font-weight: bold;}
.ct_sr_paginate ul {list-style: outside none none;margin: 0;padding: 0;}
.ct_sr_paginate li { display: inline-block; vertical-align: top;}
li.ct_sr_p_prev, li.ct_sr_p_prev a { padding: 2px 5px;}
li.ct_sr_p_page {font-size: 0;padding: 2px 7px;line-height: 45px;}
li.ct_sr_p_page a {font-size: 14px;color: #1b1451;}
li.ct_sr_p_page a:hover {}
li.ct_sr_p_next, li.ct_sr_p_next a {padding: 2px 5px;}
li.ct_sr_p_prev a, li.ct_sr_p_next a {
  background: rgba(0, 0, 0, 0) url("/layout/arrows.png") no-repeat scroll -95px 2px;
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: 999px;
  width: 45px;
}
li.ct_sr_p_prev a {
  background: rgba(0, 0, 0, 0) url("/layout/arrows.png") no-repeat scroll -15px 2px;
}
.ct_sr_p_current {}
li.ct_sr_p_current a {cursor: default; font-weight: bold; text-decoration: none;}
li.ct_sr_p_first, li.ct_sr_p_last {padding: 2px 5px;display: none;}
#ct_searchResults_top .ct_module_header, #ct_searchResults_top .ct_sr_results {float: left;padding-top: 5px;line-height: 45px;}

/** end RESULTS AMOUNTS and PAGINATION **/


/** __PRODUCTS_LISTINGS **/
/**/#ct_productsListing {
clear: both;
margin: 5px 0;
}

.ct_pl_noResults {display:none;}

/** no image display **/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/* per row display */
.ct_pl_row {
  position:relative;
  height:auto;
  margin: 15px 0;
}
.ct_pl_product {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  display: block;
  float: left;
  margin: 8px 0.5%;
  min-height: 355px;
  position: relative;
  text-align: center;
  width: 23.5%;
}
.ct_pl_product:hover {
  -webkit-box-shadow:  0 0 5px 4px;
  -moz-box-shadow:  0 0 5px 4px;
  box-shadow:  0 0 5px 4px;
  color: #efefef;}
.ct_pl_product a{}
.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 img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 200px;
    vertical-align: middle;
    width: 100%;
}
.ct_pl_product_image {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f0ecec;
  display: table;
  height: 150px;
  margin: 0 auto 4px !important;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.ct_pl_product_image a {
    display: table-cell;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.ct_pl_product_name, .ct_pl_product_desc, .ct_pl_product_price,.ct_pl_product_offPrice {margin: 3px 0;}
.ct_pl_product_name {}
.ct_pl_product_name a {
  color: #1b1451;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.ct_pl_product_desc{}
.ct_pl_product_noDesc{display: none;}
.ct_pl_product_desc a{color:#000;font-size: 14px;}
.ct_pl_product_link a{}
.ct_pl_product_price {}
.ct_pl_product_price a{font-size: 18px;font-weight: bold;color: #1b1451;}
div.ct_pl_product_offPrice {}
p.ct_pl_product_op_saving {color: #36a5dc;display: none;}
span.ct_pl_product_op_savingText {}
span.ct_pl_product_op_diff {}
p.ct_pl_product_op_rrpDiff {visibility: hidden;}
span.ct_pl_product_op_percentage {display:none;}
span.ct_pl_product_op_rrp {
position: relative;
text-align: center;
visibility: visible;
width: 80%;
text-decoration: line-through;color: #999999; }

.ct_pl_product_compare {
background: #1b1451 none repeat scroll 0 0;
bottom: 0;
float: left;
height: 40px;
position: absolute;
text-align: left;
width: 100%;
}
.ct_pl_product_compare a {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.ct_pl_product_compare:hover {
    background-color: #fff;

    
}
.ct_pl_product_compare:hover a {
    color: #1b1451;
    border: 2px solid #1b1451;
}

.ct_pl_product_add {display: none;}
.ct_pl_product_view {
  background: #36a5dc none repeat scroll 0 0;
  float: left;
  margin-right: 2%;
  padding: 10px;
  width: 78%;
}

.ct_pl_product_view a {color: #fff;font-size: 14px;}

.ct_pl_product:hover .ct_pl_product_view a{}


.ct_pl_product:hover .ct_pl_product_view a:hover {}



.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  {width: 100%;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background: url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
  height: 13px;
  width: 65px;
  margin-top: 5px;
}
.ct_pl_row.star_rating {margin:0 auto;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.ct_productsListingReviews span {display: none;}
.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 {
  color: #1b1451;
float: left;
font-size: 22px;
font-weight: 400;
width: 100%;
text-transform: uppercase;
}
/**/#ct_pd_fblike {float:left;display: none;}
/**/#ct_pd_product #ct_social_bookmark {display: none;}
/**/


/* __PRODUCT_IMAGES
 */
/* Images Viewer Container*/
/**/#ct_pd_product_image {margin-bottom:20px; }
/**/#ct_pd_product_image.left {margin-right:20px }
/**/#ct_pd_product_image.right {margin-left:20px }
/**/#ct_pd_product_image{max-width:630px;min-height: 70px;}
/**/#ct_pd_product_image img {max-width:630px;border: 1px solid #f0eeea;}
/**/#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;}
#ct_prod_img_table {
  border: 2px solid #f0eeea !important;
}
#ct_pd_product_image a:first-child img{border:none;}
img.hider {
  border: 1px solid #f0eeea;
  display: inline-block !important;
  float: left;
  margin: 10px 40px;
  max-height: 100px;
  width: 100px !important;
}
/* Images Viewer Elements */
.ct_pd_pi_main {}
.ct_pd_pi_enlarge {
  clear: both;
  color: #000;
  font-size: 10px;
  padding: 10px 0 0;
  text-align: center;
  display: none;
}
.ct_pd_pi_main img{border:1px solid #;}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}

.ct_pd_pi_main a.product {
    display: inline-block;
}


/* __PRODUCT_ITEMS_FIELDS
 * (generic to all layouts)
 */
 .ct_pd_item_availability.ct_pd_item_availability_in.ct_pd_item_value, 
 .ct_pd_item_stockLevel.ct_pd_item_stockLevel_in.ct_pd_item_value {
  width: 69%;
}

 .prodopt_preview{display:none;}
.ct_pd_item { margin-top:10px; }
.ct_pd_item_label {
  display: block;
  float:left;
  clear:left;
  width: 30%;
}
.ct_pd_item_value {
  display: block;
  min-height:10px;
  min-width:10px;
}
.ct_pd_item_price.ct_pd_item_label{}
.ct_pd_item_price.ct_pd_item_value {
color: #1b1451;
}
.ct_pd_item_price.ct_pd_item_value {position: absolute;top:-15px;}
.ct_pd_item_code.ct_pd_item_value{display: none;}
.ct_pd_item_price.ct_pd_item_label{display: none;}
.ct_pd_item_code.ct_pd_item_label{display: none;}
.ct_pd_addWishlist{width: 94%;}
.ct_pd_addWishlist input {
width: 100%;
}
.ct_pd_addWishlist input:hover {
}
.prodcompare{
border: medium none;
border-radius: 0;
height: 50px;
width: 94%!important;
display: none;}
.prodcompare a {background: #1b1451 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.prodcompare a:hover{background: #fff none repeat scroll 0 0;
border: 2px solid #1b1451;
color: #1b1451;}
.ct_pd_item_name {display: none;}
.ct_pd_item_style {}
.ct_pd_item_price {
  font-size: 20px;
  font-weight: bold;
}
.ct_pd_item_saving {font-size: 14px;
margin-left: 15px;
text-decoration: line-through;color: #00af10;}
.ct_pd_item_code {}
.ct_pd_item_availability, .ct_pd_item_stockLevel {
  height: 40px;
  line-height: 40px;
  width: 30%;
}
.ct_pd_item_availability.ct_pd_item_availability_out.ct_pd_item_value{width: 70%;}
.ct_pd_item_availability_in.ct_pd_item_value {/*background: url("/system_images/eshop/skin1/icn_in.png") no-repeat scroll 1px center transparent;
text-indent: -9999px;*/
float: left;}
.ct_pd_item_availability_due.ct_pd_item_value,
.ct_pd_item_availability_out.ct_pd_item_value {/*background: url("/system_images/eshop/skin1/icn_out.png") no-repeat scroll 1px center transparent;*/
float: left;
/*text-indent: -9999px;*/}
.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {float: left;display: none;}
.ct_pd_item_delivery{display: none;}
.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;}
.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {display:inline-block}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}

.ct_pd_item_qtyAdd label,#product_itemQty{}
.ct_pd_item_qtyAdd.ct_pd_item_value{float: left;width: 100%}
/* __PRODUCT_ITEMS_LAYOUTS
 */
/* Item Layout: All Items */
/**/#ct_pd_allItems {clear:both}
/**/#ct_pd_allItems .ct_pd_item {}

#ct_pd_optionsList .ct_pd_options_style{ height: 25px;
margin: 0 0 5px;
width: 340px;}
.ct_pd_options_style {
  clear: both;
}

#ct_pd_optionsList select {
  border-color: #1b1451;
  border-radius: 0;
  color: #1b1451;
  float: right;
  height: 40px;
  position: relative;
  visibility: visible !important;
  width: 100%;
}

#ct_pd_itemList {
}
/* Item Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333;display: none;}
/**/#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:both;}

/* Item Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {
  background: #fff none repeat scroll 0 0;
  clear: none;
  float: left;
  margin: 0 0 0 40px;
  padding: 0 10px;
  position: relative;
  width: 360px;
}
#ct_pd_allItems.clear .ct_pd_item_price.ct_pd_item_value {
  position: absolute;
  top: -35px;
}

/* 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:5px 0;}

/* Item Layout: Stock notify */
/*#ct_pd_product_notifyForm {
  display:inline-block;
  min-width: 300px;
}*/
#ct_pd_product_notifyForm {
    display: inline-block;
    width: 34.8%;
    background: #fff;
    padding: 20px;
    float: none;
    margin: 0 0 0 32px;
}
/**/#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;
    width: 100%;
    font-size: 18px;
}

/* no style, no item or special item */
/**/#ct_pd_noStyle {clear: both;
width: 540px;}
/**/#ct_pd_noItem {clear:both}
/**/#ct_pd_noProduct {}
/**/#ct_pd_product_nonDeliver {}

#ct_pd_bybrand, .prodcompare, .productwrap{width: 370px;float: left;}
#ct_pd_bybrand, #ct_pd_bybrand a{color: #1b1451;}
.prodcompare{}
.productwrap{}
.productwrap label{text-transform: uppercase;}
#product_personalised_group, #product_personalised_value {
  color: #1b1451;
  display: block;
  padding: 10px 0;
  width: 91%;
}
.ct_pd_item label {letter-spacing: 1px;}
#product_personalised_group{
  text-indent: 5px;
}
#product_personalised_value{
  text-indent: 10px;
}
#product_size_guide {
  float: left;
  width: 100%;
  padding: 0 10px;
}

#product_size_guide img{
  margin: 0 5px 0 0;
}
#product_size_guide li{
  margin: 10px 0 0;
}
#product_size_guide a{
  text-decoration: underline;
}
.productwrap a.ct_pl_product_link{
  color: #1b1451;
}
/* __ASSOCIATED_PRODUCTS
 */
/**/
#ct_pd_associatedProducts, #ct_pd_upsellingProducts {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
}
#ct_pd_associatedProducts h2{}
#ct_pd_associatedProducts h2:first-child, #ct_pd_upsellingProducts h2:first-child, #ct_pd_productReviews h2:first-child {
font-weight: 400;
margin: 0;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
}
#ct_pd_associatedProducts h2 a, #ct_pd_upsellingProducts h2 a{color: #1b1451;
font-size: 17px;
font-weight: 400;
text-transform: uppercase;}
#ct_pd_associatedProducts h2 a:hover, #ct_pd_upsellingProducts h2 a:hover{text-decoration: underline;}
#ct_pd_productReviews{clear:both;}
/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated {padding-top: 5px;}
.ct_associated_product {
  min-width:100px;
  min-height:160px;
  text-align:center;
}
.ct_associated_product_img {
  min-width: 100px;
  min-height: 100px;
  line-height: 100px;
  display:block;
}
.ct_associated_product_img img {
  max-width: 180px;
  vertical-align: middle;
}
.ct_associated_product_name {display:block;padding: 5px 0;}


/* __PRODUCT_REVIEWS
 */
/* review link */
#ct_pd_reviewLink {
  margin: 20px 0;
}
#ct_pd_reviewLink a {
  border: 2px solid #000;
  color: #000;
  padding: 5px;
  text-transform: uppercase;
}
#ct_pd_reviewLink a:hover{
  background: #000;
  color: #fff;
} 

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
#ct_productReview {
  float: left;
  width: 100%;
}
/**/#ct_productReviews h2 {text-transform: uppercase;}
/**/#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 {
  background: #fff none repeat scroll 0 0;
  padding: 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 {
  float: right;
  margin: 10px 0;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  width: 50%;
}
.ct_pd_so_columnHeader:first-child, .ct_pd_so_item, .ct_pd_so_otherTxt {
  display: none;
}
.ct_pd_so_title {}
.ct_pd_so_offer {width: 100%;}
.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 {}
.offer_p {margin: 5px 0 10px;}
.offer_link:hover{text-decoration: underline;}
/** 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 {
  color: #1B1451;
  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: #ffc000;text-decoration: underline;}
.ct_ct_next {
  color:#1B1451;
  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{background: #fff!imporant;}
/**/#ct_b_cart td {background: #fff!imporant;}
#ct_b_cart img {
  padding: 5px;
}
.ct_b_item {border:2px solid #f0eeea;}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center}
.ct_mainContent .ct_b_item_name {width:35%; text-align:left}
.ct_mainContent .ct_b_item_name .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 {}
/**/#ct_basket h1 {
  background: #fff none repeat scroll 0 0;
  margin: 10px 0 0;
  padding: 5px 0;
  text-align: center;
  border-bottom: 2px solid #ffbf00;
}

/* 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: 17px;margin:10px 0;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px;}
.ct_b_actions input{background:#1B1451;color:#fff;border: 2px solid #1B1451;}
.ct_b_actions input:hover{background: #fff none repeat scroll 0 0;color: #1B1451;}
.ctb_delivery_text { color:#000000; font-family:'Lato',Tahoma,serifSansSerifMonospace; font-size:11px; padding:0px; }
#ct_template_header.ct_template_header.inner div.ct_module.ct_smallBasket div.ct_sb_links div.ct_sb_link.ct_sb_links_checkout{display: none;}
/**/#ct_b_updateBasket {}
/**/#ct_b_checkout {background: #36A5DC;color: #fff;}
/**/#ct_b_paypalCheckout {width: 150px;border:none;}
/**/#ct_b_continueShopping {}

/* basket lower actions */
/**/#ct_b_lowerActions {
  padding:0;
  margin: 10px;
}
#ct_b_lowerActions input {
  background: #1B1451 none repeat scroll 0 0;
  border: 2px solid #1B1451;
  color: #fff;
}
#ct_b_lowerActions input:hover {
  background: #fff none repeat scroll 0 0;
  color: #1B1451;
}
/**/#ct_b_save,
/**/#ct_b_load,
/**/#ct_b_empty {width: 110px;}

#ct_b_lowerActions .loginPage {
  height: 55px;
  margin: 20px 0 0;
  width: 360px;
}
#ct_b_lowerActions .loginPage a{
background: #fff none repeat scroll 0 0;
border: 2px solid #000;
color: #000;
padding: 15px 35px;
font-weight: bold;
float: left;
}
#ct_b_lowerActions .loginPage p {
  float: left;
  padding: 10px 0 0 10px;
}
#ct_b_lowerActions .loginPage a:hover{
background: #000 none repeat scroll 0 0;
color: #fff;
}
#ct_b_lowerActions > p {
  clear: both;
}
/** 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 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  padding: 20px;
}
/**/#ct_register h1 {}
#ct_register h1 {
  border-bottom: 2px solid #ffbf00;
  text-align: center;
}
/**/#ct_register h3 {}
#ct_register input{width: 345px;}
#ct_r_privacy input, #ct_register.ct_guest input#customer_delivery_address_option {
  width: 20px;
}
#ct_register select{width: 170px;}
/**/#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 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

/**/#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: 155px;
  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: relative;
  width:160px
}

/**/#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 {
border-radius: 0;
display: inline-block;
height: 25px;
margin-top: 5px;
text-align: left;
width: 230px;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

#ct_l_existing.ct_l_subcontainer.ct_module input.submit {
  background: #1B1451 none repeat scroll 0 0;
  border: 2px solid #1B1451;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 20px;
}
#ct_l_existing.ct_l_subcontainer.ct_module input.submit:hover{  background: #fff;
  color: #1B1451;}
#ct_l_existing.ct_l_subcontainer.ct_module input.submit{bottom: 10px;
left: 30%;
position: absolute;}
#ct_l_new_submit input{position: absolute;bottom: 5px;left: 0;}
/**/#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{}
#ct_l_new_submit input{background: none repeat scroll 0 0 #1B1451;
font-size: 14px;
font-weight: bold;
margin-left: 55px;
border-radius: 0px;
color: #fff;
border:2px solid #1B1451;}
#ct_l_new_submit input:hover{
  background: #fff;
  color: #1B1451;
}

#ct_l_existing h3, #ct_l_new h3 {
  border-bottom: 2px solid #ffbf00;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#ct_l_new p{
  height: 15%;
}

/**/
#ct_l_notes {
  background: #fff none repeat scroll 0 0;
  clear: both;
  padding: 10px;
  text-align: center;
  border: 2px solid #f0eeea;
}
/**/#ct_l_forgotten{margin: 10px 0}
#ct_l_guest {}
#ct_l_guest a {
  background: #1B1451 none repeat scroll 0 0;
  border-radius: 0px;
  bottom: 7px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding: 15px 5px;
  position: absolute;
  left: 250px;
  border:2px solid #1B1451;
  text-transform: uppercase;
}
#ct_l_guest a:hover{  background: #fff;
  color: #1B1451;}

 /* after insert*/
/**/

#ct_l_guest_insert{}
#ct_l_guest_insert a{
  background: none repeat scroll 0 0 #000;
border: medium none;
border-radius: 0;
color: #fff;
display: block;
font-size: 18px;
font-weight: bold;
height: 50px;
line-height: 50px;
text-transform: capitalize;
width: 160px;
}

#ct_l_guest_insert a:hover{
  background: #b83741;
}

#ct_l_guest_insert, #ct_l_new_submit {width: 50%;float: left;text-transform: capitalize;}

#ct_l_existing.ct_l_subcontainer {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  height: 270px;
  padding: 0;
  width: 485px;
  margin: 0;
}
#ct_l_new.ct_l_subcontainer{background:#fff;height: 270px;width: 485px;margin: 0 0 20px ;padding: 0;border: 2px solid #f0eeea;float: right;}
/** 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_orderHistory, #ct_reorder, #ct_accountDetails, #ct_addressOptions, #ct_accountCredit, #ct_wishlist {background: #fff;border: 2px solid #f0eeea;width:100%;float: left;text-indent: 20px;}
#ct_accountOptions h1, #ct_orderHistory h1, #ct_reorder h1, #ct_accountDetails h1, #ct_addressOptions h1, #ct_accountCredit h1, #ct_wishlist h1 {border-bottom: 2px solid #ffbf00;text-align: center;}

/**/#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;
}
#ct_oh_inner th a {
  color: #fff;
}
/** 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 {width: 100%;}
/**/#ct_addressOptions h1 {margin-bottom:10px}
#ct_addressOptions p.ct_oh_backLink{display: none;}

.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: #F7F6F4;
  padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
  background-color: #1b1451;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: 0; }

/**/#ct_ao_newAddress {margin-top:20px}
#ct_ao_newAddress a, #ct_ao_backLink a, #ct_an_backLink a {
background: #1b1451 none repeat scroll 0 0;
border: 2px solid #1b1451;
border-radius: 0;
color: #fff;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 !important;
text-align: center;
text-transform: uppercase;
width: 300px;
    /* force hasLayout on IE7 */
    zoom:1;
    *display: inline;
}
.ct_ao_header input {
  width: 120px;
}
#ct_ao_newAddress a:hover, #ct_ao_backLink a:hover, #ct_an_backLink a:hover  {background: #fff;color: #1B1451;}
/** end ADDRESS OPTIONS page **/
div.ct_ao_address ul li.ct_ao_header input.btn.btn-danger.icon-trash{background: #b83741 none repeat scroll 0 0;border: 2px solid #b83741;}
div.ct_ao_address ul li.ct_ao_header input.btn.btn-danger.icon-trash:hover{
  color: #b83741;
  background: #fff; 
}


/** __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 {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 5px 0;
  padding: 10px 1%;
  width: 68%;
  border: 2px solid #f0eeea;
}
#ct_contact h1 {
  border-bottom: 2px solid #ffbf00;
  text-align: center;
}
/**/

#contact_company_address {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  float: left;
  margin: 5px 0 0;
  padding: 10px 1%;
  width: 30%;
}
#contact_company_address h2{margin: 0;}
#contact_company_address ul{padding: 10px;}
#contact_company_address li{margin-bottom: 5px;}
#google_maps {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  float: left;
  width: 30%;
}
#google_maps iframe {
  height: 275px;
  margin: 1%;
  width: 99%;
  border: none;
}
#ct_contact .submit {background: #1B1451 none repeat scroll 0 0;color:#fff; text-transform: uppercase;border: 2px solid #1B1451;}
#ct_contact .submit:hover{background: #fff none repeat scroll 0 0;color:#1B1451;} 
/**/#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_enquiry textarea {
  width: 95%;
}
/**/#ct_c_notice {}

#ct_c_details input{width: 420px;}
#ct_c_captcha input{width: 300px;}
#ct_c_details select{width:420px;}

/** end CONTACT US page **/


/** __CURRENCY_SELECTION **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** __SITEMAP **/
/**/#ct_sitemap {}
#ct_sitemap img{display: none;}
/**/
#ct_sitemap h1 {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #ffc000;
  padding: 5px;
  text-align: center;
}

/**/
#ct_sitemap div {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f0eeea;
  display: block;
  float: left;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  width: 40%;
}
/**/#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 **/
.ct_wl_item_image img {
  display: none;
}
.ct_wl_item_image img:first-child {
  display: block;
}
/*.jcarousel-container{border:none !important;
background: #fff !important;}
.jcarousel-prev-horizontal,.jcarousel-next-horizontal{display: none !important;}
.jcarousel-list ul{}
.jcarousel-list li{display: inline-block !important;width:10px !important;}
.jcarousel-list:hover li{opacity: 0.2!important;}
.jcarousel-list li:hover{opacity: 1!important;}*/
.jcarousel-container{background: none;border: none;}
#mobileNavlinks {
  background: #fff none repeat scroll 0 0;
  display: none;
  width: 100%;
  z-index: 90;
  height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
#mobileNavlinks .ct_ac_search .ct_ac_search_form {
display: none;
z-index: 10;
}

#mobileNavlinks .ct_ac_search .ct_ac_search_form {

}
#mobileNavlinks .ct_ac_search_go {
  float: right;
  position: absolute;
  right: 1px;
  top: 0px;
}
#mobileNavlinks .ct_ac_search_go input {
  background: #000 none repeat scroll 0 0;
  height: 35px;
  text-indent: 0;
  width: 83%;
}
#mobileNavlinks .ct_ac_search_go input:hover{
  color: #fff;
}
#mobileNavlinks  .ct_ac_search_input input{height: 35px;}
#ct_template_header .ct_smallBasket {
  border-radius:0 !important;
}

#ct_template_header .ct_smallBasket a {
}

#ct_template_header .ct_smallBasket:hover {
}

#ct_sh_title {
  border-bottom: 2px solid #ffbf00;
  color: #1b1451;
  float: left;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  width: 80%;
}

#ct_searchHeader {max-height:290px;}
#no_product_image {
  background: #fff url("/layout/small_no_image.png") no-repeat scroll center center;
  border: 2px solid #f0eeea;
  float: left;
  height: 375px;
  width: 64%;
}
.product_wrap_name, .product_wrap_all{
float: right;
padding: 10px;
width: 370px;position: relative;background: #fff;}

.ct_pd_addBasket input {
    width: 100%;
}
.ct_pd_addBasket {
    width: 94%;
}
.product_wrap_all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f0eeea;
    border-image: none;
    border-style: none solid solid;
    border-width: 2px;
}
.product_wrap_name {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f0eeea;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px;
}
#social_wrap{border: medium none;
float: left;width: 100%;}
#ct_productDetails #social_wrap{
  float: right;
padding: 10px;
width: 370px;position: relative;background: #fff;
border: 2px solid #f0eeea;}
#social_wrap div {
  margin: 5px 0;
}
#ct_template_content_main div.niazzoSlider div.bx-wrapper{z-index: 4;}
#mobileMenu .flexnav {
z-index: 99;
}
/*
.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}
*/
.comp-prod {
  float: left;
  width: 25%;
  padding: 5px;
}
/*
.comp-prod:nth-child(2n+2) {background: #ededed;}
.comp-prod:nth-child(4n+1) {clear: both;}
*/
.oddbg {background: #ededed;}
.desktopclear {clear: both;}

.comp-prod img {
  margin: 0;
}

#jquery-overlay, #jquery-lightbox {display: none !important;}
/* tempt menu */
#ct_productComparison .ct_mainContent_header {margin: 10px 0 20px;}
#ct_productComparison div.comp-prod.clear-fix h3{display: none;}
#ct_productComparison div.comp-prod.clear-fix ul{display: none;}
#ct_productComparison div.comp-prod.clear-fix .ct_pl_product_noDesc{display: block;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul{width: 100%;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li { float: left; margin: 0 2.5% 5px; width: 45%;}
.ct_template_header ul.ct_cm_menu li ul li {height: 30px; line-height: 30px !important;}
.ct_module.ct_categoryMenu div.ct_cm_wrapper ul.ct_cm_menu li:hover ul li ul {display: none;}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li:hover {}
.ct_categoryMenu .ct_cm_wrapper ul.ct_cm_menu li ul li:hover a{}


#ct_template_content_right .ct_html_module.sideaddress {
    display: none;
}/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * 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;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	height: auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	display: none;
	/*width: 100%;*/
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/layout/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: #a79d96;
	border: 1px solid #fff;
	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: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("/layout/arrows.png") no-repeat scroll -15px 2px;
  left: 0;
  top: 40%;
}

.bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("/layout/arrows.png") no-repeat scroll -95px 2px;
  right: 0;
  top: 40%;
}

.bx-wrapper .bx-prev:hover {
	background: url(/layout/arrows.png) no-repeat -15px 2px;
}

.bx-wrapper .bx-next:hover {
	background-position: -95px 2px;
}

.bx-wrapper .bx-controls-direction a {
  height: 45px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 45px;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {}

/* 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(/layout/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(/layout/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: rgba(167, 157, 150, 0.75) none repeat scroll 0 0;
	width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
}
#brandSelect div.bx-controls-direction a.bx-next, #brandSelect div.bx-controls-direction a.bx-prev{top: 0;}.ct_smallBasket {
  padding-right: 0 !important;
  right: 0;
  text-align: right !important;
}
.ct_smallBasket a {
  display: block;
  position: relative;
}
.ct_smallBasket .ct_module_header {
  margin: 0;
  text-align: left;
  width: auto;
}

/*small basket*/


#ct_template_header .ct_smallBasket {
    color: #1b1451;
    margin:-200 0 0 0;
    padding: 0 5px 5px;
    width: 100px;
    z-index: 80;
    border-radius: 5px;
    position: relative;
    float: left;
    height: 40px;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#ct_template_header div.ct_smallBasketHover {
    background: none repeat scroll 0 0 #000;
    box-shadow: 0px 5px 9px -8px #444;
    width: 250px;
    position: absolute;
    min-height: 140px;
}


ul.ct_sb_items, ul.ct_sb_items li {
    clear: both;
    color: #fff;
    display: none;
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 150px;
}
#ct_template_header .ct_smallBasket .ct_sb_total {
    display: none;
    font-size: 14px;
}
#ct_template_header .ct_smallBasketHover .ct_sb_total {
    display: block;
}
#ct_template_header .ct_smallBasketHover ul.ct_sb_items, #ct_template_header .ct_smallBasketHover ul.ct_sb_items li {
    display: block;
}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_viewBasket a:hover{}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_viewBasket a{
    color: #fff;
    background-color: #000;
    display: block;
    text-decoration: none;
    display: block!important;
    padding: 6px 4px;
    width: 90px;
    margin: 8px 0;
    float: right;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_checkout a:hover{
}
#ct_template_header .ct_smallBasket.ct_smallBasketHover .ct_sb_links_checkout a{
    color: #fff;
    background-color: #000;
    display: block;
    text-decoration: none;
    display: block!important;
    padding: 2px 4px;
    width: 150px;
    margin: 2px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#ct_template_header .ct_smallBasket a {

}
#ct_template_header .ct_smallBasket .ct_sb_link.ct_sb_links_viewBasket a{

}

#ct_template_header .ct_smallBasket .ct_module_header a {
  margin: 0;
  padding: 10px 0 0 20px !important;
  text-transform: uppercase;
}

#ct_template_header div.ct_smallBasket.ct_smallBasketHover div.ct_module_header a  {
  background-image: url("/layout/deane_trolley.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  border: medium none;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0;
  padding: 10px !important;
  text-transform: uppercase;
}

#ct_template_header .ct_smallBasket .ct_sb_itemCount, #ct_template_header .ct_smallBasket .ct_sb_total {
    clear: both;
    float: none;
    font-size: 1em;
    margin: 5px 0 0 0;
    text-align: left;
    width: 100px;
    font-weight: 300;
    
}
.ct_smallBasket .ct_module_header {
    margin: 0 0;
    width: 100%;
}
#ct_template_header .ct_smallBasket .ct_sb_links {
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: -4px;

}
#ct_template_header .ct_smallBasket .ct_sb_link {
    float: right;
    margin: 0 5px 0 0;
    text-align: center;
    width: 100px;
    display: none;
}/*#ct_pd_product_description {
  float: left;
  margin: 0 0 20px;
  width: 80%;
}*/
.prodtab {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 40%;
}
#ct_pd_product_description .prodtab.on {
  background: #312a61 none repeat scroll 0 0;
  color: #fff;
  font-weight: 900;
  height: 50px;
  position: relative;
  z-index: 89;
}
.prodtab.off {
border-bottom: 2px solid #f0eeea;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}
.prodcontent {
    clear: left;
    float: left;
    padding: 20px;
    top: 38px;
    width: 100%;
    z-index: 1;
    background: #fff;
    height: 200px;
}
.prodcontent.on {
    display: block;
    overflow-y: auto;
}
.prodcontent.on .ct_mainContent {
    margin: 0;
    max-height: 160px;
    overflow: auto;
}
.prodcontent.on .ct_mainContent p {
}
.prodcontent.off {
    display: none;
}
.prodcontent p {
    margin: 0 0 9px;
}
.prodcontent a {
    color: #000;
    font-weight: bold;
}
.sharing_container {
  border-bottom: 2px solid #ffc000;
  float: left;
  height: 30px;
  margin: 0 0 40px;
  width: 100%;
}
.sharing_container div {
  margin: 0 0 10px;
}/**
* 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;
  height: 260px;
  list-style: outside none none;
  margin: 0 1%;
  width: 23%;
}
.jcarousel-container {
  /*-moz-border-radius: 10px;*/
  padding: 0px;
}

.jcarousel-container-horizontal {
  width: 100%;
  padding: 0 50px;
  margin:10px 0 0 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: 80px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url('/layout/arrows.png') no-repeat -95px 2px !important;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url('/layout/arrows.png') no-repeat -14px 2px !important;
}

/**
*  Vertical Buttons
*/
.jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.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;
}
#ct_pd_associatedProducts div.ct_associated div.jcarousel.jcarousel-container.jcarousel-container-horizontal div.jcarousel-clip.jcarousel-clip-horizontal ul.jcarousel-list.jcarousel-list-horizontal,
#ct_pd_upsellingProducts div.ct_associated div.jcarousel.jcarousel-container.jcarousel-container-horizontal div.jcarousel-clip.jcarousel-clip-horizontal ul.jcarousel-list.jcarousel-list-horizontal  {
  width: 100% !important;
}
/** END Product page Associated Items section styles **/ul.sub {
  min-height: 200px;
  width: 100%;
}
.ct_cm_cat_2 ul.sub{
    min-height: 440px;
}
.sub {}
li.sub {
    border-top: 1px solid #1b1451;
}
.sub .column li:first-child {
    border-top: medium none;
}
.ct_cm_wrapper .sub a {
    line-height: 16px;
    padding: 5px 1px;
    text-align: left;
}
.subsub {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border: none !important;
}
.subsubsub {
    font-size: 10px;
    text-transform: capitalize;
}
.ct_cm_wrapper ul ul.column {
    background: #108743 none repeat scroll 0 0;
    float: left;
    text-align: left;
    width: 25%;
}