/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}/** CATEGORY MENU pre-defined section **/
#ct_template_header .ct_categoryMenu {
  clear:both;
  display:block;
  text-align:center;
  margin:0;
  width:930px;
}
.ct_categoryMenu .ct_module_header {display:none;}

.ct_cm_wrapper {}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
  padding: 0;
  margin:0;
  cursor: default;
  position: relative;
  list-style:none
}

#ct_template_header ul.ct_cm_menu li {
  list-style-type: none;
  color: #fff;
  display:inline-block;
  padding:0;
  margin:0;
  border:0;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
#ct_template_header ul.ct_cm_menu li a {
  color: #fff;
  display: block;
  font-size: 17px;
  text-decoration: none;
  text-transform:none;
  padding: 11px 15px;
}
#ct_template_header ul.ct_cm_menu > li > a {
  -webkit-transition: all 0.5s;
  text-transform:uppercase;
  font-weight:bold;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}


/* over effect */
#ct_template_header ul.ct_cm_menu > li:hover {
  cursor:pointer;
  background-color: #e2e65b;
}
#ct_template_header ul.ct_cm_menu > li > a:hover,
#ct_template_header ul.ct_cm_menu > li:hover > a {
  border:0;
  color:#000;
  vertical-align:middle;
}

/* over action */
#ct_template_header ul.ct_cm_menu > li:hover > ul {
  visibility:visible; /*use visibility instead of display for columnizer*/
}

/* sub-list*/
#ct_template_header ul.ct_cm_menu > li > ul {
  display: block;
  visibility:hidden;
  position: absolute;
  z-index: 500;
  top: 41px;
  left: 0px;
  background:#fff;
  padding: 20px;
  width: 890px;
}
#ct_template_header ul.ct_cm_menu ul li,
#ct_template_header ul.ct_cm_menu ul li ul {display:block;position:relative;top: auto;}

#ct_template_header ul.ct_cm_menu ul li { padding: 0 5px; }
#ct_template_header ul.ct_cm_menu .brands ul li { padding: 0 5px 0; }

#ct_template_header ul.ct_cm_menu ul li a {
  color:#000;
  font-size: 14px;
  text-align:left;
  padding: 5px 0;
  width:160px;
}


#ct_template_header ul.ct_cm_menu > ul > li > a {
  text-transform:uppercase;
}

#ct_template_header ul.ct_cm_menu ul li a:hover {
}
#ct_template_header ul.ct_cm_menu ul ul li {padding: 0}
#ct_template_header ul.ct_cm_menu ul ul li a,
#ct_template_header ul.ct_cm_menu .brands ul li a {
  color:#353535;
  font-weight:normal;
}
#ct_template_header ul.ct_cm_menu ul ul ul {display:none}
/** end CATEGORY MENU pre-defined section **/

#ct_template_header ul.ct_cm_menu > li > ul > div > li >  a {
  text-transform:uppercase;
  margin:0 0 2px 0;
  border-bottom:2px solid #e2e65b;
  padding:5px !important;
}



#ct_template_header ul.ct_cm_menu > li > ul > div > li > a:hover{
  background-color:#e2e65b;
}

#ct_template_header ul.ct_cm_menu > li > ul > div > li > ul > li > a:hover{
  color:#00aeef;
}

.catnamemenu {
  width:175px;
  line-height:27px;
  color:red;
  position:absolute;
  left:730px;
  top:119px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.catnamemenu a {
   color:#000 !important;
   font-weight:bold;
}

.catnamemenu:hover {
  background-color:#000 !important;
}

.catnamemenu:hover a {
  color:#fff !important;
}/**
 * 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
===================================*/

#home-slider {
	position: relative;
	height:324px;
        width:930px;
        float:left;
        margin:0 0 15px 0;
}


#home-carousel {
   clear:both;
   overflow:auto;
}

.bx-wrapper {
	position: relative;
	height:324px;
        width:930px;
        float:left;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/** -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px; **/
	background: #fff;
	
	/*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);
 height:324px;
        width:930px;
   float:left;
  transform: translateZ(0px);

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/layout14/home-slider-controls-ro.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/layout14/home-slider-controls-ro.png) no-repeat -38px 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -61px;
}

.bx-wrapper .bx-next:hover {
	background-position: -38px -61px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 38px;
	height: 61px;
	text-indent: -9999px;
	z-index: 9999;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Carousel */

#home-carousel .bx-wrapper {
 height:120px !important;
   width:986px !important;
}

#home-carousel .bx-wrapper .bx-viewport {
 height:120px !important;
   width:960px !important;
   float:left;
  transform: translateZ(0px);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#home-carousel .bx-wrapper .bx-prev {
  background: url("/layout/previous.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 0px;
}

#home-carousel .bx-wrapper .bx-next {
  background: url("/layout/next.png") no-repeat scroll 0 rgba(0, 0, 0, 0);
  right: 0;
}

#home-carousel .bx-wrapper .bx-prev:hover {
	background-position: 0 -29px;
}

#home-carousel .bx-wrapper .bx-controls-direction a {
  height: 14px;
  margin-top: -7px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 10px;
  z-index: 9999;
}

#home-carousel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.home-carousel > li {
        margin-left:40px !important;
        float:left;
        width:196px !important;
        line-height:120px;
}

.home-carousel > li > ul {
        text-align:center;
        list-style:none;
        margin:0 !important;
        border:1px solid #efe9e3;
        -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);
}

.home-carousel > li > ul > li:first-child{
        background-color:#fff !important;
        padding:10px;
}

.home-carousel > li > ul > li{
        background-color:#c41a34;
        padding:3px 10px;
}

.home-carousel > li > ul > li a{
        color:#fff;
}/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname 'jcarousel-container'.
*/
.jcarousel-container {position: relative;}

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
  float: left;
  list-style: none;
  /* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 204px;
  height: 185px;
  padding:10px 0;
}

.jcarousel-container {
  /*-moz-border-radius: 10px;*/
  padding: 0px;
}

.jcarousel-container-horizontal {
  width: 800px;
  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: 50%;
  margin-top:-7px;
  right: 0px;
  width: 10px;
  height: 14px;
  cursor: pointer;
  background: url(layout/next.png) no-repeat 0 0;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 50%;
  margin-top:-7px;
  left: 0px;
  width: 10px;
  height: 14px;
  cursor: pointer;
  background: url(layout/previous.png) no-repeat 0 0;
}

/**
*  Vertical Buttons
*/
.jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/js/jquery.plugins/jcarousel/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover  {background-position: 0 -32px;}
.jcarousel-prev-vertical:active {background-position: 0 -64px;}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
/** END Product page Associated Items section styles **//* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }/*---------------------------------------------
  TOUCHSTONE skin v2

  TABLE of CONTENTS:
  ------------------

  __GLOBALS
    __RESET_ALL_STYLES
    __FONTS_and_GENERIC_TEXTS 
    __USEFULL_CLASSES

  __UI
    __GENERICS
    __FORM_ELEMENTS
    __BUTTONS

  __TEMPLATE_LAYOUT

  __MODULES_STYLES
    __HEADER_MODULES
    __FOOTER_MODULES
    __PREDEFINED_MODULES

  __MAIN_CONTENT_PAGES

  __CATEGORY_and_PRODUCT_PAGES
    __BREADCRUMBS
    __SEARCH_RESULTS
      __PRODUCTS_LISTINGS
    __PRODUCT_PAGE
      __PRODUCT_IMAGES
      __PRODUCT_ITEMS_FIELDS
      __PRODUCT_ITEMS_LAYOUTS
      __ASSOCIATED_PRODUCTS
      __PRODUCT_REVIEWS

  __CHECKOUT_PROCESS_PAGES
    __CHECKOUT_TRAIL
    __BASKET_TABLES
    __CHECKOUT_TITLES
    __BASKET
    __ONE_PAGE_CHECKOUT
    __DELIVERY
    __MULTI_DELIVERY
    __COURIERS
    __COLLECTION
    __BASKET_SUMMARY
    __PAYPAL_REDIRECT
    __ORDER_PAYMENT

  __USER_ACCOUNT_PAGES
    __REGISTRATION
    __LOGIN
    __ORDER_HISTORY
    __REORDER
    __ADDRESS_OPTIONS
    __NEW_ADDRESS
    __EDIT_ADDRESS
    __ACCOUNT_CREDIT

  __OTHER_PAGES
    __COOKIE_POLICY
    __CONTACT_US
    __CURRENCY_SELECTION
    __SITEMAP
    __404_PAGE_NOT_FOUND
*/


/*---------------------------------------------
  __GLOBALS
---------------------------------------------*/

/*  __RESET_ALL_STYLES
 */

@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/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/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

*  {
  margin:0;
  padding:0;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE 6/7 when body `font-size` is set using 'em' units */

  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Lato', sans-serif;
  color:#333;
  background: url('layout/web-background-image.jpg') no-repeat fixed 50% 0 #000;
  margin: 0; 

; 
}


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
 */

html, body, p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color:#333;
}
a,
.btn.btn-link {
  color: #000;
  font-size: 14px;
  text-decoration:none;
}
a:hover,
.btn.btn-link:hover {
  color: #000;
}


/*  __USEFULL_CLASSES
 */

.clear {clear:both}
.left {float:left}
.right {float:right}

.inline,
.list-inline li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
}
.list-inline,
.list-inline li,
.list-unbulleted,
.list-unbulleted li {
  padding:0;
  margin:0;
}
.list-unbulleted {
  list-style:none;
}


/* user messages */
.ct_userMessage {
  background: #FFFFCC;
  border: 1px solid #E2C97F;
  color: #666;
  margin: 10px 0;
  padding: 10px;
}
.ct_userMessage p {
  margin:0
}

/* error font */
.ct_font_error,
.ct_font_error *  {color: red;}

/* error messages */
.ct_userMessage.ct_font_error {
  background:#ffa7a7;
  border: 1px solid #cc0000;
}
.ct_userMessage.ct_font_error,
.ct_userMessage.ct_font_error * {
  color: #990000;
}

/* helper messages in forms */
.ct_form_helper {
  font-style:italic;
  margin:0 0 5px;
  color:#999;
}



/*---------------------------------------------
    __UI
---------------------------------------------*/

/* __GENERICS
 */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

.btn,
input,
select,
textarea {
  border: 1px solid #ccc;
}


/* __FORM_ELEMENTS
 */

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea, #customer_default_address_zip, #address_zip {
  padding: 5px 10px;
  vertical-align:middle;
  width:314px;
}
select {
  padding: 5px 10px;
  outline: 0;
  background:#fff;
  width:334px;
  text-indent: 0.01px;
 text-overflow: "";
  background-color:#fff;
  height:26px !important;
  padding:3px;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
          box-shadow: 0 0 3px rgba(0,0,0,.2);
}
select:hover {
  cursor:pointer;
}


/* __BUTTONS
 */

/* Default Buttons */
.btn,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  background-color: #24205b;
  cursor:pointer;
  padding:8px 15px;
  color:#fff;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  font-size: 14px;
  text-decoration: none;
  vertical-align:middle;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  border:1px solid #24205b;
}
.btn:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover {
  background-color:#e2e65b;
  color:#000;
  border:1px solid #e2e65b;
}


/* Primary buttons */
.btn.btn-primary,
input[type='submit'] {
background: #24205b;
color: #fff;
cursor:pointer;
  padding:8px 15px;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  font-size: 14px;
  text-decoration: none;
  vertical-align:middle;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
border:1px solid #24205b;
}
.btn.btn-primary:hover,
input[type='submit']:hover {
  background-color:#e2e65b;
  color:#000;
  border:1px solid #e2e65b;
}

/* Info buttons */
.btn.btn-info {
  background: #c2e3ee;
  border:1px solid #c2e3ee;
  color: #277c9a;
  cursor:pointer;
  padding:8px 15px;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  font-size: 14px;
  text-decoration: none;
  vertical-align:middle;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
}
.btn.btn-info:hover {
  background:#008fc1;
  border:1px solid #008fc1;
  color:#fff;
}


/* Success buttons */
.btn.btn-success {
  background: #5BB75B;
  border:1px solid #5BB75B;
 cursor:pointer;
  padding:8px 15px;
  color:#fff;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  font-size: 14px;
  text-decoration: none;
  vertical-align:middle;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
}
.btn.btn-success:hover {
  background:#51A351;
  border:1px solid #51A351;
}

/* Warning buttons */
.btn.btn-warning {
  background: #FFFFCC;
  border: 1px solid #FFFFCC;
  cursor:pointer;
  padding:8px 15px;
  color:#999;
  display:inline-block;
  *display: inline;
  *zoom:1; /* force hasLayout on IE7 and below */
  font-size: 14px;
  text-decoration: none;
  vertical-align:middle;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
}
.btn.btn-warning:hover {
  background: #999; /*#F89406;*/
  border-color:1px solid #999;
  color:#fff;
}

/* Danger buttons */
.btn.btn-danger,
input[type='reset'] {
  background: #000;
  border:0;
  color:#fff;
  padding:8px 15px;
  border:1px solid #000;
}
.btn.btn-danger:hover,
input[type='reset']:hover {
  background: #fff;
  color:#000;
  border:1px solid #000;
}

/* Link buttons */
.btn.btn-link {
  background:none;
  border:0;
  font-weight:normal;
  letter-spacing:0;
  padding: 5px;
  text-transform:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*---------------------------------------------
    __TEMPLATE_LAYOUT
---------------------------------------------*/

/**/#ct_template_wrapper {
  position:relative;
  width: 100%;
  margin:  0px auto;
}

.ct_template_header.outer {
  width:930px;
  background: #24205B;
  margin: 0 auto;
  position: relative;


}

#ct_template_header {
position: relative;
overflow: visible;
}

#telephone {
   float:right;
   margin:8px 10px;
   color: #fff;
}
#telephone a{ color: #fff; text-decoration: none;}
#logo{
  float: left;
}

#logo a {
  display: block;
 width:203px;
   height:70px;
   text-indent:-999px;
   background-image:url('layout/wigmore_tennis_racquet_specialists.png');
   margin: 20px 0 10px 20px;
}

#topheaderlinks {
  text-align:center;
  position:absolute;
  width:100%;
  bottom:0;
  border-bottom:2px solid #DFB00A;
  border-top:1px dotted #F8ECC4;
  padding:8px 0;
}

#topheaderlinks ul, #footerlinks ul, #payments ul, #sociallinks ul {
  margin:0 auto;
  padding:0;
  list-style:none outside none;
  display:inline-block;
}

#topheaderlinks ul li, #footerlinks ul li, #sociallinks ul li {
  list-style:none outside none;
  padding:7px 12px;
  display:inline-block;
  font-size:15px;
}

#footerlinks ul li {
   padding:7px !important;
}

#footerlinks ul li a {
   font-size:13px;
}

#footerlinks li:first-child {
  padding-left:0 !important;
}

#topheaderlinks ul li a {
  color:#000;
  text-decoration:none;
}

.hometab, #topheaderlinks ul li:hover {
   background-color:#000;
}

.hometab a, #topheaderlinks ul li:hover a  {
   color:#fff !important;
   text-decoration:none;
}

.telephone:hover {
  background-color:#fff !important;
}

#payments img {
   float:left;
   margin:0 10px;
}

/**/#ct_template_content {
background: none repeat scroll 0 0 #fff;
border: 0 none;
display: block;
margin: 0 auto;
width: 900px;
padding:15px;
position:relative;
}

.ct_homepage #ct_template_content {
background: none repeat scroll 0 0 #fff;
border: 0 none;
display: block;
margin: 0 auto;
width: 930px;
padding:0;
}

/**/#ct_template_content_left {
  display:none;
  float: left;
  width: 204px;
  margin:0 10px 0 0;
}

#ct_template_content_left .ct_html_module, #sociallinks .ct_module_header {
   font-size:16px;
   color:#000;
}

/**/#ct_template_content_main {
  display:block;
  float: left;
  padding: 0;
  margin: 0 auto;
  width:900px;
}

.ct_homepage #ct_template_content_main {
  display:block;
  float: left;
  padding: 0;
  margin: 0 auto;
  width:930px;
}

/**/#ct_template_content_right {
  display:block;
  float: right;
  width: 160px;
  padding-left: 20px;
  height: 100%;
}
#ct_template_footer {
  width: 900px;
  clear: both;
  margin:0 auto;
  overflow:hidden;
  padding:15px;
  position:relative;

}
/**/#ct_template_cybertillLink {
  text-align:center;
  margin: 0 auto;
  background-color:#000;
}
/**/#ct_template_cybertillLink a {
  color: #fff;
  font-size: 10px;
}
/**/#ct_template_cybertillLink a:hover {
  color: #2f94de;
}


/** 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_template_header .ct_link_module {
  float:right;
  margin:8px 10px;
}

#ct_template_header .ct_link_module a {
 color:#fff;
}

#ct_template_header .ct_link_module a:hover {
 color:#e2e65b;
 text-decoration:none;
}

.ct_html_module {
  margin: 0 0 10px 0;
}

#ct_template_footer .ct_html_module {
  margin: 0;
}

.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:right !important;margin:15px 0 0 10px;}


/** modules titles **/


.ct_module .ct_module_header a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.ct_categoryMenu .ct_module_header {display:none;}



/*---------------------------------------------
    __HEADER_MODULES
---------------------------------------------*/



/*---------------------------------------------
    __FOOTER_MODULES
---------------------------------------------*/






/*---------------------------------------------
    __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 {
  background: url("/layout/header-search.png") no-repeat scroll 9px center transparent;
border: 0 solid #ccc;
font-weight: bold;
padding: 9px 10px 9px 32px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
width: 69px;
}
.ct_ps_type,
.ct_ps_goSearch {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/** END PRODUCTS SEARCH pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section  **/
.ct_ac_search {margin:11px 0 0 10px;float:right !important;}
.ct_ac_search .ct_module_header {display:none;}

.ct_ac_search_input,
.ct_ac_search_go {
 float:left;
}

.ct_ac_search_input {}

.ct_ac_search_input input {}
.ct_ac_search_go input {background:url('layout/header-search.png');width:40px !important;text-indent:-9999px;border:0 !important;box-shadow:0;padding:0;height:40px !important;}

.ct_ac_search_go input:hover {background:url('layout/header-search.png');}

.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-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
  color:gray;
}
.ac_loading {
  background: white url('../images/indicator.gif') right center no-repeat;
  color: black;
}
.ac_odd {
  background-color: #eee;
  color: black;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
/** end AUTO-COMPLETE SEARCH **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {}
.ct_searchFilters .ct_module_header {display:none;}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0;display:none;border-left:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;border-right:1px solid #E1E1E1;}
.ct_searchFilters ul.checkbox_list li {padding:8px 10px;}
.ct_searchFilters ul.checkbox_list li label {padding:0px 5px}
.ct_searchFilters h4, .ct_brandFilters h3 {text-transform:capitalize;background-color:#e8eef0;padding:10px;border:1px solid #e1e1e1;cursor:pointer;background-image:url('layout/dropdownfilter.png');background-position:180px center;background-repeat:no-repeat;font-size:14px;font-weight:bold;margin:10px 0 0;}
.ct_brandFilters h3 {display:block !important;}
.collapsed, .ct_searchFilters h4:hover  {background-color:#24205b !important;color:#fff !important;border:1px solid #24205b;}
/** end SEARCH FILTERS **/



/** SMALL BASKET pre-defined section **/



ul.ct_sb_items,
ul.ct_sb_items li {
  list-style: none;
  margin:0px auto 0px auto;
  padding:1px;
  text-align: left;
  position:relative;
  color:#fff;
  margin:2px 0;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
  color: #999;
}

.ct_sb_itemCount {
color: #e3e65c;
float: left;
margin-left: 10px;
font-weight: bold;
}

.ct_sb_itemCount a:hover {text-decoration:none !important;color:#e2e65b !important;}

.ct_sb_total {color:#fff;text-transform:uppercase;float:left;padding:8px 0;}
.ct_sb_link a {
  font-size: 12px;
}
.ct_sb_link a:hover {}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin:0px auto 0px auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item {}
span.ct_ts_item_count {}
span.ct_ts_item_name {}
/** end TOP SELLERS pre-defined section **/



/** RECENTLY VIEWED ITEMS pre-defined section **/
/* module */

.ct_viewedItems .ct_module_header {display:none;}
.viewedtitle {float:left;font-weight:bold;}
.ct_viewedItems ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
  float:left;
}
.ct_viewedItems li {
  float:left;
}
.ct_vi_item a {}
.ct_vi_recent a{}
.ct_viewedItems a:hover {}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/



/** CATEGORY MENU pre-defined section **/


.ct_viewedItems {
   display:none;
   margin:10px 0;
   overflow:auto;
   padding:20px 0 0;
   border-top:1px solid #B1B1B1; 
}


/** BRANDS pre-defined section **/
.ct_brandsMenu {padding:0 0 40px 0;border-bottom:1px solid #979696; }
#promotionaltext {margin:20px 0;}
.ct_brandsMenu .ct_module_header {
  font-size:18px;
  color:#000;
}

.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 {margin:3px 0;}
.ct_bm_list li a {}
.ct_bm_list li a:hover {}
/** end BRANDS pre-defined section **/



/** CATEGORY/BRAND FILTERS **/
.ct_categoryFilters {}
.ct_categoryFilters .ct_module_header {}

.ct_categoryFilters ul,
.ct_categoryFilters ul li {
  list-style: none;
}
/** end CATEGORY/BRAND FILTERS **/



/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {margin:10px 0 0;background-color:#e8eef0;padding:8px;}
.ct_productCompare .ct_module_header a {color:#333 !important;font-weight:bold;}

.ct_pc_count {
  font-weight: bold;
  text-align:right;
  margin: 7px 0;
}
ul.ct_pc_list {
  list-style:none;
}
li.ct_pc_list_product {
  list-style:none;
  margin:0 0 5px 0;
}
.ct_pc_list_clear a {color:#24205b;font-weight:bold;margin:8px 0 0;}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {}

.ct_pl_product.ct_pl_product_desc.description-long, .ct_pl_product.ct_pl_product_style {
   padding:10px;
   border:1px solid #e8eef0;
   height:auto !important;
   width:180px !important;
}

.ct_pl_product_style ul li {
  margin:0 0 0 15px;
}

#ct_productComparison .ct_pl_product {
    float:left;
  margin:0 0 0 10px;
  width:200px;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  position:relative;
  height:295px;
}


.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 {
     font-size:21px;
}

/** 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 {
  color: #333;
  text-align: center;
}
.ct_mainContent td {
  background-color: #fff;
  text-align: left;
}
.ct_mainContent td a {}



/*---------------------------------------------
  __CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {margin:0 0 10px 0;font-size:0;overflow:auto;clear:both;}
.breadcrumbslash {font-size:14px;margin: 0 5px;float:left;color:#000;padding:2px 0;} 

#ct_breadcrumbs a {color:#000;}
#ct_breadcrumbs a:hover {background-color:#e8eef0;}
#ct_breadcrumbs a, #ct_breadcrumbs span {float:left;font-size:14px;padding:3px 4px;}

/** end BREADCRUMBS **/


/** __SEARCH_RESULTS **/
/**/#ct_search {}
/**/#ct_search #ct_breadcrumbs {}


/** Search Header **/
/**/#ct_searchHeader {margin-bottom:10px;position:relative;overflow:visible;padding:15px;background-color:#e8eef0;}
/**/#ct_searchHeader h1#ct_sh_title {text-align:center;font-size:20px;font-weight:normal;margin:0;padding:0;text-align:left;color:#000;}
/**/#ct_searchHeader #ct_pd_fblike {float:right;width:400px;}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {text-align:center;line-height:16px;margin:8px 0 0;}
/**/#ct_sh_img {display:none;}
#categoryheaddescription #ct_sh_title, #ct_sh_description {color:#000;text-align:left;}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories {overflow:auto;}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}

/**/#ct_sc_listing {}
.ct_sc_listing_row {overflow:auto;}
.ct_sc_listing_cat {
  padding:8px 10px;
  margin:0 0 8px;
  background-color:#24205b;
}

.ct_sc_listing_cat:hover {
  background-color:#e2e65b;
}

.ct_sc_listing_cat:hover a {
  color:#000;
}


.ct_sc_listing_cat_img {display:none;}
.ct_sc_listing_cat_img img {display:none;}
.ct_sc_listing_cat_name {}
.ct_sc_listing_cat_name a {display:block;width:100%;color:#fff;font-weight:bold;}

/** end Sub-Categories Listing **/


/** Results Filters **/
/**/#ct_searchFilter {
  clear:right;
  float:left;
  font-size:13px;
  margin:0 0 10px;
}
/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  display:inline-block;
  padding: 0;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_sf_image {float:right;}
/**/#ct_sf_sorter {float:left;}
/** end Results Filters **/


/** RESULTS AMOUNTS and PAGINATION **/
/**/#ct_searchResults_top, #ct_searchResults_bottom {
  text-align:right;
  float:right;
  margin:0 0 10px;
}


/* containers */
/**/#ct_searchResults_top .ct_module_header,
/**/#ct_searchResults_bottom .ct_module_header,
.ct_sr_results,
.ct_sr_paginate {
  float:left;

  /* force hasLayout on IE7 */
  zoom:1;
}
.ct_sr_results {margin:0 10px 0 5px;}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {}
.ct_sr_indice {font-weight:bold}

/* pagination */
.ct_sr_paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_sr_paginate li {
  display:inline-block;
  vertical-align:top;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
li.ct_sr_p_first, li.ct_sr_p_prev, li.ct_sr_p_next, li.ct_sr_p_last {line-height:25px;margin:6px 0 6px 5px;}
li.ct_sr_p_next {margin:6px 0;}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p_page {
    color:#000;
    font-size:0%;
    padding:2px 7px;
    background-color:#fff;
    border:1px solid #fff;
}
li.ct_sr_p_page a {}
li.ct_sr_p_page:hover {background-color:#989c9d;}
li.ct_sr_p_page:hover a {color:#fff;}

.ct_sr_p_next a, .ct_sr_p_prev a {height:13px;width:7px;display:block;font-size:0;}
.ct_sr_p_next a {background: url('layout/next.png') no-repeat;}
.ct_sr_p_prev a {background: url('layout/previous.png') no-repeat;}

.ct_sr_p_first a, .ct_sr_p_last a {height:13px;width:14px;display:block;font-size:0;}
.ct_sr_p_last a {background: url('layout/last.png') no-repeat;}
.ct_sr_p_first a {background: url('layout/first.png') no-repeat;}

.ct_sr_p_current {
   background-color:#989c9d !important;
}
li.ct_sr_p_current a {
  color:#fff;
  text-decoration:none;
  cursor: default
}
li.ct_sr_p_last {}
/** end RESULTS AMOUNTS and PAGINATION **/


/** __PRODUCTS_LISTINGS **/
/**/#ct_productsListing {
  clear:both;
  margin:5px 0;
}

.ct_productsListing {
  clear:both;
  margin:10px 0;
}


.ct_pl_noResults {}

/** no image display **/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
  clear:both;
  position:relative;
  height:auto;
  margin: 10px 0;
  overflow:auto;
}

#ct_productComparison .ct_pl_row {
  clear:both;
  position:relative;
  height:auto;
  overflow:auto;
  margin:0 !important;
}

.ct_pl_row h3 {
  padding:5px 10px;
  background-color:#e2e65b;
  color:#000;
  margin:0 10px;
} 
.ct_pl_row .ct_pl_product {
  float:left;
  margin:0 0 0 42px;
  width:200px;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  position:relative;
  height:295px;
}

#ct_productsListing .ct_pl_row div:first-child {margin:0 0 10px 0;} 



.ct_pl_product_image {
  display:block;
  margin: 0 auto;
  text-align:center;
  width:180px;
  height:180px;
  padding:10px;
}
/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
  height:180px;
  width:180px;
  position:relative;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  display:table-cell; /* required for v-align*/
}
.ct_pl_product_link {color:#00aeef;}
.ct_pl_product_name {text-align:center;margin:0;height:34px;line-height:17px;margin:0 0 5px 0;}
.ct_pl_product_name a {color:#000 !important;}
.ct_pl_product_desc {margin:0 auto;text-align:center;}
.ct_pl_product_price {text-align:center;}
.ct_pl_product_price a {font-size:16px;color:#00aeef;font-weight:bold;}

div.ct_pl_product_offPrice {display:block;width:28px;height:55px;position:absolute;top:0;left:8px;background: url('layout/sale.png') no-repeat;}
p.ct_pl_product_op_saving {display:none;}
span.ct_pl_product_op_savingText {}
span.ct_pl_product_op_diff {}
p.ct_pl_product_op_rrpDiff {display:none;}
span.ct_pl_product_op_percentage {}
span.ct_pl_product_op_rrp {}

.ct_pl_product_compare {text-align:center;}
.ct_pl_product_compare a {text-align:center;color:#00aeef !important;}

.ct_pl_product_add {
   display:none;
}

.ct_pl_product.ct_pl_perRow {display:block;width:100%; text-align:left;margin-bottom:15px;min-height:150px;}
.ct_pl_product.ct_pl_perRow .ct_pl_product_name,
.ct_pl_product.ct_pl_perRow .ct_pl_product_desc {margin-left:5px}
.ct_pl_product.ct_pl_perRow .ct_pl_product_image {display:block;float:left;text-align:center;clear:both;margin-right:10px;}
.ct_pl_product.ct_pl_perRow .ct_pl_product_add {
  text-align:center;
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_price {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

/* no-image display */
.no-image .ct_pl_product {
  display:block;
  width:100%;
  text-align:right;
  clear:both;
}
.no-image .ct_pl_product .inline {
  min-height:0;
  height:auto;
  padding: 0;
  margin:0;
}
.no-image .inline.ct_pl_product_name {float:left}

.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  position:relative;
  bottom:auto;
  left:auto;
  margin:0 auto;
}

.ct_pl_product_view {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  display: none;
  width:100%;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  display:none;
  line-height:188px;
  background-color: rgba(255, 255, 255, 0.7);
}

.ct_pl_product_view a {
color:#000 !important;
text-decoration:none;
display:block;
height:100%;
width:100%;
font-weight:bold;
}

.ct_pl_product_view a:hover {
text-decoration:none !important;
}

.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  text-align:center
}

.ct_pl_product_view a {
  color:#000;
}

/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews  {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background: #FFFFFF url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
  float: left;
  height: 13px;
  width: 65px;
  margin-top: 5px;
}
.ct_pl_row.star_rating {margin-left: 0px;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.ct_productsListingReviews span {margin-left: 70px;}
.stars0_0 {background-position: -66px 0;}
.stars0_5 {background-position: -53px -20px;}
.stars1_0 {background-position: -53px 0;}
.stars1_5 {background-position: -40px -20px;}
.stars2_0 {background-position: -40px 0;}
.stars2_5 {background-position: -27px -20px;}
.stars3_0 {background-position: -27px 0;}
.stars3_5 {background-position: -14px -20px;}
.stars4_0 {background-position: -14px 0;}
.stars4_5 {background-position: -1px -20px;}
.stars5_0 {background-position: -1px 0;}
/** END search results star ratings **/
/** end Products Listings **/

/** end SEARCH RESULTS page **/



/** __PRODUCT_PAGE **/

#ct_pd_product {display:block;position:relative;overflow:auto;}
#ct_pd_product_name {width:446px;padding-right:80px;float:left;font-size:25px;margin:0 0 5px 0 !important;}
.addthis_sharing_toolbox {clear:left;margin:5px 0;width:430px;float:left;}
#ct_pd_fblike {float:right;width:400px;margin:0 0 10px 0;}
#ct_pd_product #ct_social_bookmark {}
#ct_pd_product_description {width:526px;float:left;}
#ct_pd_product_description ul li {margin-left:20px;}
#ct_pd_product_description h3, #fb_comment_title h3 {height:47px;line-height:47px;border-top:1px solid #B1B1B1;border-bottom:1px solid #B1B1B1;font-size:15px;}
#fb_comment_title {float:right;width:650px;}
#ct_pd_product .clear {clear: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 {width:350px;}
#ct_pd_product_image2 {width:350px;height:350px;border:1px solid #e1e1e1;float:left;margin-right:20px;background: url('layout/noimage.png') no-repeat center center;}
/**/#ct_pd_product_image img {max-width:350px;}
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0}
/**/#ct_pd_product_image img.ct_pd_pi_fullsize {max-width:350px;max-height:350px;}

/* Images Viewer Elements */
.ct_pd_pi_main {}
.ct_pd_pi_enlarge {
  color:#000;
  font-size: 10px;
  text-align:center;
  clear: both;
}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}



/* __PRODUCT_ITEMS_FIELDS
 * (generic to all layouts)
 */
.ct_pd_item { margin-top:10px;overflow:hidden; }
.ct_pd_item_label {
  display: block;
  float:left;
  width: 105px;
  line-height:26px;
  clear:left;
  font-weight:bold;
}
.ct_pd_item_value {
  display: block;
  min-height:26px;
  min-width:10px;
  line-height:26px;
}

.ct_pd_item_name {}
.ct_pd_item_style {}
.ct_pd_item_price {
   font-size:22px;
   font-weight:bold;
   text-align:center;
   position:absolute;
   top:15px;
   left:15px;
}
.ct_pd_item_saving {font-size:12px;text-decoration:line-through;}
.ct_pd_item_code {}


.ct_pd_item_personalised {}


.ct_pd_item_delivery .ct_pd_item_label {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(layout/delivery.png) no-repeat left center;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  background: transparent url(layout/collect.png) no-repeat left center;
}

.ct_pd_item_delivery {margin:10px 0;clear:left;display:inline-block;float:left;overflow:auto;}
.ct_pd_item_qtyAdd {float:left;}
.ct_pd_item_qtyAdd .ct_pd_addBasket {float:left;margin-left:10px;}
.ct_pd_item_qtyAdd .ct_pd_addWishlist {float:left;margin-left:10px;}
#sizeguide {top:250px;right:0;position:absolute;}
#delivery {top:304px;right:0;position:absolute;}
.productlinks {font-size:12px;width:169px;padding:0 15px;background-color:#F3F3F3;height:47px;line-height:47px;border:1px solid #E1E1E1;}
.productlinks a {font-weight:bold;}
.productlinks:hover {background-color:#000;}
.productlinks:hover a {color:#fff;;}


.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}


/* __PRODUCT_ITEMS_LAYOUTS
 */
/* Item Layout: All Items */
/**/#ct_pd_allItems {float:right;overflow:auto;padding:45px 15px 15px;background-color:#e8eef0;width:496px;position:relative;margin:10px 0;}
/**/#ct_pd_allItems .ct_pd_item {}

/* Item Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333;margin:4px 0 8px 0;}
/**/#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;float:left;width:496px;overflow:auto;}
/**/#ct_pd_product #ct_pd_itemList .ct_pd_item_label {float:left;clear:left;}
#ct_pd_product #ct_pd_itemList .ct_pd_item_value {float:left;}
#ct_pd_itemList {margin:5px 0 0 0;}


/* Item Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {float:left;clear:none}
/**/#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left}

/* Item Layout: Table */
/**/#ct_pd_optionsTable table {margin-bottom:170px}
/**/#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:235px;
  bottom:0px;
  display:block;
  background:#fff;
  border:1px solid #000;
  width:430px;
  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_pd_item_availability_in {background: transparent url(layout/tick.png) no-repeat left center;padding:0 0 0 24px;}
.ct_pd_item_availability_out {background: transparent url(layout/outofstock.png) no-repeat left center;padding:0 0 0 24px;}

.ct_pd_item_availability.ct_pd_item_availability_in.ct_pd_item_label, .ct_pd_item_availability.ct_pd_item_availability_out.ct_pd_item_label {background:none;padding:0;}

.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;
  width:450px;
  float:right;
}
/**/#ct_pd_optionsTable {margin-bottom:20px}
.ct_pd_item_qtyAdd {display:block;margin:0}

/* Item Layout: Stock notify */
/**/#ct_pd_product_notifyForm {
  display:inline-block;
  min-width: 300px;
}
/**/#ct_pd_product_notifyForm .ct_pd_item {margin: 15px 0}
/**/#ct_pd_product_notifyForm .ct_pd_item_label {clear:none;min-width:100px;}
/**/#ct_pd_product_notifyForm .ct_pd_item_style {}
.ct_pd_item_notify_submit input {display:block;margin:0 auto}

/* no style, no item or special item */
/**/#ct_pd_noStyle {}
/**/#ct_pd_noItem {clear:both}
/**/#ct_pd_noProduct {}
/**/#ct_pd_product_nonDeliver {}



/* __ASSOCIATED_PRODUCTS
 */
/**/#ct_pd_associatedProducts {clear:both;margin:15px 0 0 0;}

/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated_product {
  min-width:100px;
  min-height:160px;
  text-align:center;
}
.ct_associated_product_img {
  min-width: 150px;
  min-height: 150px;
  line-height: 150px;
 display:block;
}
.ct_associated_product_img img {
  max-width: 150px;
  max-height: 150px;
  vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}



/* __PRODUCT_REVIEWS
 */
/* review link */
/**/#ct_pd_reviewLink {}
/**/#ct_pd_reviewLink a {}

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
/**/#ct_productReview {}
/**/#ct_pr_form  label {
  display:inline-block;
  width: 150px;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_pr_customerName,
/**/#ct_pr_reviewTitle,
/**/#ct_pr_review {margin-bottom:2px}
/**/#ct_pr_review label {vertical-align:top}
/**/#ct_pr_starRating {margin-bottom:4px}
/**/#ct_pr_form .submit {}

/* review list */
/**/#ct_pd_reviewsList {margin-left:10px;}
/**/#ct_pd_rl_count { margin-top: 15px;}
.ct_pd_rl_review { margin-top: 15px;}
.ct_pd_rl_review_title {font-size: 14px; }
.ct_pd_rl_review_date {font-size: 12px; font-style:italic; color:#686767;}
.ct_pd_rl_review_rating {}
.ct_pd_rl_review_from span.ct_pd_rl_review_author {font-weight:bold}
.ct_pd_rl_review_from span.ct_pd_rl_review_date {font-style:italic;display:block;}
.ct_pd_rl_review_text {font-style:italic;}
.ct_pd_rl_review_spacer {
  border-bottom-width: 1px;
  border-right-width-value: 1px;
  border-top-color: #999999;
  border-top-style: dashed;
  border-top-width: 1px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 0;
}
/** end CYBERTILL PRODUCT REVIEW **/

/** END PRODUCT DETAILS page **/


/** product page special offers section styles **/
.ct_pd_specialOffers {
  background: #e8eef0 none repeat scroll 0 0;
  float: right;
  margin: 10px 0;
  padding: 30px 15px 15px;
  width: 500px;
  max-height: 300px;
  overflow-y: scroll;
}
.offer_link{
  margin: 5px 0;
  color: #333;}
.offer_link:hover{
  text-decoration: underline;
}

.ct_pd_so_offer td {
  background: #e8eef0 none repeat scroll 0 0;
}
.ct_pd_so_columnHeader:first-child, .ct_pd_so_item, .ct_pd_so_otherTxt {
  display: none;
}
.ct_pd_so_title {}
.ct_pd_so_offer {}
.ct_pd_so_txt {}
.ct_pd_so_columnHeader {}
.ct_pd_so_columnHeader th {}
.ct_pd_so_item {}
.ct_pd_so_item_name {}
.ct_pd_so_item_ref {}
.ct_pd_so_otherTxt {}
.ct_pd_so_other_item {}
/** END product page special offers section styles **/


/** Add Offer Voucher styles **/
/**/#ct_offerVoucher {}
/**/#ct_offerVoucher h1 {}
.ct_ov_label {}
.ct_ov_info {}
/** END Add Offer Voucher styles **/





/*---------------------------------------------
  __CHECKOUT_PROCESS_PAGES
---------------------------------------------*/

/**/#ct_sandboxmsg {z-index:999}

/** __CHECKOUT_TRAIL **/
/**/#ct_checkoutTrail {display:block;text-transform:uppercase;}

/**/#ct_ct_steps {
  display:inline-block;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  text-transform:capitalize;
  margin-right:10px;
}
.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;
  text-transform:capitalize;
}

#ct_checkoutTrail ul li{
  padding:3px 5px;
}

.ct_ct_done {
  color: #ccc;
  text-decoration:line-through;
  background-color:#e8eef0;
}
.ct_ct_on {color: #fff;background-color:#24205b;}
.ct_ct_next {
  color:#777;
  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 {background-color:#f3f3f3;}
/**/#ct_b_columnHeaders th {text-align:center;}

/* item cells */
/**/#ct_b_cart{border-bottom:1px solid #a5a5a5;}
/**/#ct_b_cart td {text-align:center;}

.ct_b_item {}

/* 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 {}

/* 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: 20px;margin:10px 0;font-weight:bold;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px 0;float:right;}
.ct_b_actions {}
.ctb_delivery_text { color:#000000; font-size:11px; padding:0px; }

/**/#ct_b_updateBasket {margin:0;}
/**/#ct_b_checkout {font-weight:bold;background-color:#24205b !important;border:1px solid #24205b;color:#fff;}
#ct_b_checkout:hover {color:#000;background-color:#e2e65b !important;border:1px solid #e2e65b;}
/**/#ct_b_paypalCheckout {}
/**/#ct_b_continueShopping {margin:0 10px 0 0;}

/* basket lower actions */
/**/#ct_b_lowerActions {
  padding:0;
  margin: 10px;
  float:left;
}

#ct_b_lowerActions input {width: 130px;background-color:#e8eef0;border:1px solid #E1E1E1;color:#000;margin:2px 0;text-transform:uppercase;}
#ct_b_lowerActions input:hover{background-color:#e2e65b;border:1px solid #e2e65b;color:#000;}
.ct_b_actions input {background-color:#e8eef0;border:1px solid #E1E1E1;color:#000;text-transform:uppercase;}
.ct_b_actions input:hover {background-color:#e2e65b;border:1px solid #e2e65b;color:#000;}
/** 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;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:150px;
  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:left;margin:15px 0;}

/**/#summary_basket_proceed {text-align:right}
/** end BASKET SUMMARY page **/



/* __PAYPAL_REDIRECT */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** __ORDER_PAYMENT **/
/**/#ct_payment {}
/**/#ct_payment h1 {}

/**/#ct_paymentResponse {}
/**/#ct_paymentResponse h1 {}

/* fieldsets styles */
.ct_p_notes {}
.ct_p_securityInfo
.ct_p_label {}
.ct_p_error.ct_font_error {}

/* fieldsets */
/**/#ct_p_cardDetails {}
/**/#ct_p_cardDetails legend {}
/**/#ct_p_cardDetails #cv2 {}

/**/#ct_p_paymentTerms {}
/**/#ct_p_paymentTerms legend {}
/**/#ct_p_termsCheck {}
/**/#ct_p_termsConditions {}

/**/#ct_p_submit {}
/**/#ct_p_submit legend {}

/* order success */
/**/#ct_paymentComplete {}
/**/#ct_pc_completionNotes {}
/* paypoint order success */
/**/#ct_pc_orderDisplay { background-color: #F0F0F0; }

/* order failure */
/**/#ct_paymentFail {}
/** end ORDER PAYMENT pages **/





/*---------------------------------------------
    __USER_ACCOUNT_PAGES
---------------------------------------------*/

/** __REGISTRATION **/
/**/#ct_register {}
/**/#ct_register h1 {}
/**/#ct_register h3 {}

/**/#ct_register ul, #ct_accountDetails ul {margin:10px 0 10px 20px;}
/**/#ct_register label {
  width: 240px;
  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 {text-align:center;text-transform:uppercase;font-size:21px;}

/**/#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: 440px;
  height:260px;
  padding:0;
  margin:0;
  border:1px solid #E1E1E1;
}
.ct_l_subcontainer h3 {padding:0;font-size:16px;text-transform:uppercase;margin:30px 0 0;}

.ct_l_subcontainer p {margin:5px 0;}

.ct_l_subcontainer .submit {
  position:absolute;
  bottom: 30px;
  left:50%;
  margin-left: -80px;
  width:160px;
  text-transform:uppercase;
  border:0;
  font-weight:bold;
  line-height:49px;
  padding:0 !important;
}

#ct_l_existing .submit {
  position:absolute;
  bottom: 30px;
  left:50%;
  margin-left: -80px;
  width:160px;
  text-transform:uppercase;
  border:0;
  font-weight:bold;
}

#guestcheckout {
  left:50%;
   position:absolute;
  bottom: 30px;
  margin-left: 10px;
  width:160px;
  text-transform:uppercase;
  background-color:#a5a5a5 !important;
  color:#000 !important;
  border:0;
  font-weight:bold;
  line-height:49px;
}

#guestcheckout:hover {
  background-color:#009740 !important;
  color:#fff !important;
}

#guestcheckout:hover a {
  color:#fff !important;
}


/**/#ct_l_existing {float:right;}
/**/#ct_l_existing div{margin:15px 0;}
/**/#ct_l_existing label {
  display:inline-block;
  width: 125px;
  text-align: left;

  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_l_existing #email input,
/**/#ct_l_existing #password input {
  display:inline-block;
  width: 240px;
  text-align: left;
  border:1px solid #e1e1e1;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  padding:8px;
  height:23px;
}
/**/#email .ct_font_error,
/**/#password .ct_font_error {display:block;margin-bottom:0}

/**/#ct_l_new {float:left;background-color:#f3f3f3;}
#ct_l_new h3 {margin-bottom:35px !important;} 
/**/#ct_l_new_welcome {}
/**/#ct_l_new_register {}
/**/#ct_l_new_submit {margin: 0; padding:0;}

/**/#ct_l_notes{clear:both;padding:30px 0 0 0;}
#ct_l_notes ul {list-style: none;}
#ct_l_forgotten a, #ct_l_guest a {color:#000 !important;text-decoration:underline;}
/**/#ct_l_forgotten{margin: 10px 0}

/**/#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/


/** lost password page styles **/
/**/#ct_lostPassword {}
/**/#ct_lostPassword h1 {}
.ct_lp_sentSuccess {}
/** END lost password page styles **/


/** account options page styles **/
/**/#ct_accountOptions {}
/**/#ct_accountOptions h1 {text-align:center;}
/**/#ct_accountOptions ol {
  list-style: none;
  padding: 0px;
}

#ct_accountOptions li {
  width:280px;
  background-color:#24205b;
  color:#fff;
  padding:15px 0;
  text-align:center;
  font-size:15px !important;
  margin:5px auto;
  border-radius:8px;
}

#ct_accountOptions li a {
  color:#fff;
}

#ct_accountOptions li:hover {
  background-color:#e2e65b;
}

#ct_accountOptions li:hover a {
  color:#000;
}

/**/#ct_accountOptions a {
  display:block;
  padding: 5px 10px;
}
/** END account options page styles **/


/** __ORDER_HISTORY **/
/**/#ct_orderHistory {}
/**/#ct_orderHistory h1 {}

.ct_oh_backLink {}
/**/#ct_oh_inner {
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #f6f6f6;
}
/**/#ct_oh_inner th {
  text-align: left;
}
/**/#ct_oh_inner td {
  text-align: left;
}
/** END order history page styles **/



/** __REORDER **/
/**/#ct_reorder {}
/**/#ct_reorder_items{}
/**/#ct_reorder_items table {margin-top: 10px; width: 100%; border-collapse: collapse;}
/**/#ct_reorder_items table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #888888;

    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;

    border-top-color: -moz-use-text-color;
    border-top: 0;
    padding: 10px 5px;
}
/**/#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
/**/#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
/**/#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;

  text-align: left;
}
/** END account details page styles **/



/** __ADDRESS_OPTIONS **/
/**/#ct_addressOptions {}
/**/#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 0;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 60%;
  float:left;
  clear:right;
  border-right: 1px dotted #ccc;
}
.ct_ao_address ul {
  list-style: none;
  margin:0;
  padding:0;
  text-align: left;
  position:relative;
  border: 0px;
}
.ct_ao_address ul li {
  margin: 0;
  background-color: #f6f6f6;
  padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
  margin: 0;
  background-color: #24205b;
  color:#fff;
  overflow:auto;
  line-height:30px;
  font-weight: bold;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: 2px 0 0 10px;background-color:#fdff00;color:#000;border:1px solid #000;line-height:16px;padding:3px 8px;}
.ct_ao_address ul li.ct_ao_header input:hover {background-color:#009640;color:#000;border:1px solid #fff !important;}
/**/#ct_ao_newAddress {margin-top:10px}
/**/#ct_ao_newAddress a,
/**/#ct_ao_backLink a {
  
}

#ct_ao_newAddress a {line-height:22px !important;}

/** end ADDRESS OPTIONS page **/



/** __NEW_ADDRESS **/
/**/#ct_addressNew {}
/**/#ct_addressNew h1{}
/**/#ct_an_backLink {}
/**/#ct_addressNew ul {list-style:none;padding:0 10px}
/**/#ct_addressNew label {
  width: 180px;
  float: left;
  display: block;
}
/**/#ct_addressNew .ct_form_helper {margin-left:180px}
/** end NEW ADDRESS page **/



/** __EDIT_ADDRESS **/
/**/#ct_addressEdit {}
/**/#ct_addressEdit h1 {}

/**/#ct_ae_backLink {display: block; margin: 0 0 10px;}
/**/#ct_addressEdit label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_addressEdit .ct_form_helper {margin-left:180px}
/**/#ct_addressEdit div {
  padding: 1px;
}
/** end EDIT ADDRESS page **/



/** __ACCOUNT_CREDIT **/
/**/#ct_accountCredit {}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    __OTHER_PAGES
---------------------------------------------*/

/** __COOKIE_POLICY **/
.ct_cp_header { font-size:14px;margin:25px 0 10px 0; }
/**/#ct_cookie_policy table { border-collapse:collapse; }
/**/#ct_cookie_policy table,
/**/#ct_cookie_policy th,
/**/#ct_cookie_policy td { border:1px solid #999;padding:5px; }
/**/#ct_cookie_policy th { background-color:#c5dce0;color: #277c9a;text-align:left; }
.ct_cp_cookie_header { width:25%; }
.ct_cp_text { margin:0 0 10px 0; }
/** end COOKIE POLICY **/



/** __CONTACT_US **/
/**/#ct_contact {}
/**/#ct_contact h1 {}
/**/#ct_c_message {}
/**/#ct_c_details {
  border: 0px;
  padding: 0px;
}
/**/#ct_c_details label {
  width: 275px;
  float: left;
  display: block;
  text-align: left;
  font-weight: bold;
  line-height:28px;
}

/**/#ct_c_notice {}
/** end CONTACT US page **/


/** __CURRENCY_SELECTION **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** __SITEMAP **/
/**/#ct_sitemap {}
/**/#ct_sitemap h1 {}

/**/#ct_sitemap div {display:block;float:left;width:33%;vertical-align:top;margin: 0;}
/**/#ct_sitemap div#ct_sm_categories {}
/**/#ct_sitemap div#ct_sm_brands {}
/**/#ct_sitemap div#ct_sm_pages {}

/* list titles */
/**/#ct_sitemap h3{}

/**/#ct_sitemap ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
/**/#ct_sitemap ul ul {
  margin: 0;
  padding: 0 15px;
}
/**/#ct_sitemap a {}
/**/#ct_sitemap a:hover {}

/**/#sitemap_additional {}
/** end SITEMAP page **/


/** __404_PAGE_NOT_FOUND **/
/**/#ct_pageNotFound {}
/**/#ct_pageNotFound  h1 {}
/**/#ct_pageNotFound  p {}
/** end PAGE NOT FOUND **/

#autocomplete_for {
  width:140px;
  max-width: 160px;
  border:0;
  margin:0;
  padding:0 3px;
  line-height:30px !important;
  height:30px;
  background:#fff;
  color:#000;
margin:5px 5px 0 0;
}

#autocomplete_for:hover {
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
     -moz-box-shadow: 0 0 0px rgba(0,0,0,0);
          box-shadow: 0 0 0px rgba(0,0,0,0);
}

#blackboxmessage {
   width:100%;
   padding:10px 0;
   background-color:#000;
   color:#fff;
   text-align:center;
   clear:both;
}

#blackboxmessage ul {
  margin:0 auto;
  padding:0;
  list-style:none outside none;
}

#blackboxmessage ul li {
  list-style:none outside none;
  padding:0 40px;
  display:inline-block;
  font-size:15px;
}

.homeboxes {
   position:relative;
  width:225px;
  float:left;
  text-align:center;
  overflow:visible;
  height:225px;
  margin:10px 0 0 20px;
}

.homeboxes {
   position:relative;
  width:225px;
  float:left;
  text-align:center;
  overflow:visible;
  height:225px;
  margin:10px 0 0 20px;
}

#box1 {
  margin:10px 0 0 0 !important;
}

#box5 {
  float:left;
  width:470px;
  height:125px;
  margin:20px 0;
  position:relative;
}

#box5 img {
  width:470px;
  height:125px;
}
.homeboxes img {
  width:225px;
  height:225px;
}

#box6, #box7 {
  width:225px;
  height:125px;
  margin:20px 0 20px 20px;
}

#box6 img, #box7 img {
  width:225px;
  height:125px;
}

#box1 a, #box2 a, #box3 a, #box4 a {
   background-color: rgba(255, 255, 255, 0.8) !important;
  color:#000 !important;
  font-weight:bold;
}

#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover {
   background-color:#000 !important;
  color:#fff !important;
}

.homeboxes a {
   text-transform:uppercase;
   background-color:#000;
   color:#fff;
   padding:5px 14px;
   margin:10px 0 0 0;
   height:28px;
   top:50%;
   margin-top:-19px;
   position:absolute;
   width:169px;
   left:14px;
   text-align:center;
   line-height:28px;
   font-weight:bold;
}

#featurebox a {
   text-transform:uppercase;
   background-color:#000;
   color:#fff;
   padding:5px 14px;
   margin:10px 0 0 0;
   height:28px;
   top:50%;
   margin-top:-19px;
   position:absolute;
   width:129px;
   left:58px;
   line-height:28px;
   background-image:url('layout/featuredarrow.png');
   background-repeat:no-repeat;
   background-position:139px center;
   font-size:15px;
}

#featurebox a:hover {
   background-color:#fff;
   color:#000;
   background-image:url('layout/featuredarrowhover.png');
}

#box5 a {
   text-transform:uppercase;
   background-color:#000;
   color:#fff;
   padding:5px 14px;
   margin:10px 0 0 0;
   height:28px;
   top:50%;
   margin-top:-19px;
   position:absolute;
   width:170px;
   left:136px;
   text-align:center;
   line-height:28px;
   font-weight:bold;
}


.homeboxes a:hover, #box5 a:hover {
   background-color:#fff;
   color:#000;
}

.footercolumns {
  position:relative;
  vertical-align:top;
  float:left;
  color:#000;
  margin: 20px 40px 0 0;
}

.footercolumns .ct_module_header {
color: #24205b;
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
text-transform: uppercase;
}

.footercolumns ul {
  margin:0;
  padding:0;
}

.footercolumns li {
  list-style-position: outside;
  list-style: none;
  margin: 0;
  text-align:left;
  line-height:19px;
  color:#000;
  
}

#contactdetails {
  float:left;
  margin:0 0 0 20px;
}

#contactdetails ul {
  margin:0;
  padding:0;
}

#contactdetails li {
  list-style-position: outside;
  list-style: none;
  margin: 0 50px 0 0;
  text-align:left;
  line-height:19px;
  color:#fff;
  display:inline-block;
  background-repeat:no-repeat;
  font-size:15px;
  background-position: 0 center;
}

.address {
   background-image:url('layout/address.png');
   padding: 0 20px;
}

.tel {
   background-image:url('layout/telephone.png');
   padding: 0 20px 0 29px;
}

.email {
    background-image:url('layout/email.png');
    padding: 0 20px 0 31px;
}

.footercolumns2 {
  float:left;
   margin:20px 0 0 35px;
   color:#fff;
   font-size:16px;
   
}

#openinghours {
  margin:20px 0 0 20px !important;
}

#openinghours .ct_module_header {
  color:#A30000;
}

#companyregistration {
  clear:both;
  margin:10px auto;
  color:#fff;
  text-align:center;
}

#slider li, #slider2 li {
  list-style:none;
  width:182px;
  text-align:left;
  padding:3px 10px;
}

#slider2 li {
  text-align:center!important;
  color:#A30000 !important;
}


#slider2 ul li:nth-child(4) a {
   background-color:#A30000;
   color:#fff;
   padding:5px 10px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

#slider2 ul li:nth-child(4) a:hover {
   background-color:#000;
}

#slider2 li img {
   border:10px solid #fff;
   max-width:162px;
   max-height:160px;
}


#slider li:first-child, #slider2 li:first-child {
  padding:10px 10px 0 10px;
}

#slider2 li:first-child {
  height:170px;
  margin:0 0 10px;
}


.slider1 .slide li:last-child {
  font-size:12px;
  color:#222;
  border-top:2px solid #C6C6C6;
  margin:0 10px !important;
  padding:5px 0 !important; 
}

#slider, #slider2 {
  position:relative;
  clear:both;
}

.slide ul {
  width:202px;
  background-color:#F8F8F8;
  padding:0 0 10px;
  -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}  

#messagebottom {
    background-color:#A30000;
    -webkit-border-radius:8px;
   -khtml-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
    border-bottom:5px solid #000;
    min-height:120px;
    padding:15px;
    color:#fff;
    text-align:center;
    font-size:15px;
}

#messagebottom .ct_module_header {
  font-size:18px;
}

fieldset div, #ct_accountDetails div, #ct_delivery form div {margin:4px 0;clear:both;}

#ct_template_footer a {
   color:#000;
}

#ct_template_footer a:hover {color: #00aeef;}

#ct_subCategories .ct_module_header {
   display:none;
}
#ct_delivery form div p {margin:4px 0;}

#slider2 .ct_module_header {
  font-size:20px;
  text-align:center;
  color:#A30000;
  font-weight:bold;
}

.ct_vi_item {
  margin:0 10px;
  text-transform:capitalize;

}
.ct_vi_recent {
   display:none;
}
#loginnotes {
  clear:both;
  padding:15px;
  display:table;
  -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color:#E5E6E6;
  margin:10px 0 0;
}

#credit_credit {
   width:100px;
}

#product_itemQty {
  width:12px;
  border:1px solid #000;
  margin:9px 0 0 8px;
  float:left;
}

.ct_pd_options_style {
  width:450px;
  padding:0;
  margin:0 0 5px 0;
  clear:both;
}
#ct_pd_optionsList label {
  width:130px !important;
  float:left;
  line-height:28px;
  font-weight:bold;
}

.ct_pd_addBasket_btn, .ct_pd_addWishlist_btn {
  width:199px;
  text-transform:uppercase;
  height:47px;
  line-height:47px;
  padding:0 !important;
}


.ct_pd_addWishlist_btn {
  color:#000 !important;
  border:0 !important;
  font-size:12px !important;
  font-weight:normal !important;
  background-color:#e8eef0 !important;
  width:120px;
}

.ct_pd_addWishlist_btn:hover {
  text-decoration:underline;
}

#ct_pd_optionsList select, #ct_searchFilter select {
  width: 170px!important;                /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
 text-overflow: "";
  background-color:#fff;
  height:26px !important;
  padding:3px;
  -webkit-appearance: none;
}

.ct_pd_item_qtyAdd.ct_pd_item_label {
  line-height:26px;
  width:25px;
  margin:0 0 0 10px;
}

#ct_fbcomments {
  width:650px;
  float:right;
  margin:0 0 60px 0;
}

#ct_pd_associatedProducts h2:first-child {
   color:#000;
   padding:0;
   background-color:#fff;
   border-bottom:1px solid #b1b1b1;
   margin:0;
   line-height:47px;
   height:47px;
   font-size:15px;
}

#basketwrap {
  float:right;
  clear:right;
  margin:10px 0 0;
  width:200px;
}


.ct_pl_product_image img {
   max-width:180px;
   max-height:180px;
   margin:0 auto;
}

.ct_pl_product_add a {
   color:#fff;
}

.ct_b_item_qty input {
   width:25px;
}

.ct_sb_links {
   float:right;
   clear:left;
}


.ct_sb_links a {
   color:#fff;
}

.ct_sb_links a:hover {
   color:#e2e65b;
}

.prodcompare {
  width:140px;
  position:absolute;
  top:29px;
  right:0;
  text-align:right;
  line-height:31px;
}

.prodcompare a {color:#00aeef;}

.ct_associated_product h2 {
  margin:0;
  padding:0;
}

.ct_template_footer.outer {
background-color: #fff;
margin: 0 auto;
width: 930px;
}

#footerlinks {
  line-height:32px;
  float:left;
}

#payments {
  float:right;
  margin:10px 0!important;
  height:24px;
}

#copyright {
  color:#fff;
font-size:12px;
clear:both;
}

#sociallinks {
  float:left;
  clear:left;
  margin:7px 0 0 0;
}

#sociallinks .ct_module_header {
  color:#fff;
  display:inline-block;
  font-size:15px;
  text-transform:uppercase;
}

.ct_pd_item_name, .ct_pd_item_img {
   display:none;
}

.ct_pd_item_availability.ct_pd_item_label {

}

#ct_pd_product_description h4 {
   margin:0 0 8px 0;
   padding:0 0 4px 0;
   border-bottom:1px dashed #888;
}

#prod_addthis2 {
  width:463px;
  float:right;
  margin:15px 0;
}

#newsletter {
  float:right;
  margin:13px 0 0 0;
}

#mc-embedded-subscribe {
   background-image:url('layout/newslettersignup.png');
   width:46px;
   height:46px;
   text-indent:-9999px;
   background-color:#000 !important;
   border:0;
}

#mc-embedded-subscribe:hover {
   background:transparent url('layout/newslettersignuphover.png');
}

#mce-EMAIL {
   background-color: #a5a5a5!important;
   width:240px;
   color:#333;
   padding:5px 8px;
   border-radius:15px;
   height:28px;
   border:0;
   margin-right:15px;
}

#ct_template_header a:hover {
   text-decoration:underline;
}

.ct_pl_product a:hover {
   text-decoration:underline;
}

#keymessage {
   text-align:center;
   font-size:13px;
   line-height:35px;
   width:960px;
   text-align:center;
   margin:2px 0 0;
}

#clacton_superstore {
   clear:both;
}

#rayleigh_superstore {
   float:none !important;
   clear:both;
}

.bottomboxes {
   width:448px;
   border:1px solid #000;
   padding:10px;
   float:left;
   text-align:center;
   margin:20px 0 0;
}

.bottomboxes:hover {
   background-color:#000;
}

.bottomboxes:hover a {
   color:#fff;
}

#bottombox2 {
  margin:20px 0 0 20px;
}

#featurebox {
   position:relative;
   width:265px;
   height:400px;
   float:right;
   margin:0 0 20px 0;
}


#featurebox img {
   width:265px;
   height:400px;
}

#shopbycategory h2 {
    font-size: 15px !important;
    position: relative;
    text-align: center;
    z-index: 1;  
}

#shopbycategory h2:before {
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 9px; left: 0; right: 0; bottom: 0;
    z-index: -1;
}


#shopbycategory h2:before {
    border-top: 1px solid #333;  
}

#shopbycategory h2 span { padding: 0 10px;background-color:#fff;}

#shopbycategory {clear:both;border-left:1px solid#333;border-right:1px solid #333;}

#bottomhomepage {width:360px;left:50%;margin-left:-480px;top:23px;position:absolute;}
#bottomhomepage .ct_module_header {position:absolute;line-height:30px;top:50%;margin-top:-15px;width:340px;text-align:center;left:10px;text-transform:uppercase;color:#fff;font-size:26px;font-weight:bold;text-shadow:1px 1px #000;}
#bottomhomepage img {width:360px;}
#whoarewetest {float:left;width:580px;left:50%;margin-left:-100px;position:absolute;top:20px;}
#homepagebottom {width:100%;overflow:auto;background-image:url('layout/homepagebottombackground.png');height:170px;position:relative;}
#whoarewetest .ct_module_header {font-weight:bold;text-transform:uppercase;}
#whoarewetest a {font-weight:bold;font-style:italic;}

#slogan{float:left;color:#fff;font-size: 16px;margin:22px 0 0 0;}
#slogan span{font-style:italic;color: #e2e65b;}

#newsletter {float:right;width:390px;text-align:center;color:#fff;border-radius:5px;border:3px dotted #fff;padding:15px;margin-bottom:15px;}
#newsletter span {color:#fdff00;}
#securepayment .ct_module_header {text-align:left;color:#009740;margin:20px 0 10px 0;font-size:18px;}
#socialmedia .ct_module_header {text-align:center;margin:5px 0;font-size:15px;text-transform:uppercase;}

#socialmedia li {
  display:inline-block;
  vertical-align:top;
  /* force hasLayout on IE7 and below */
  *display: inline;
  *zoom:1;
  margin:0 25px;
}

#how_can_we_help {
   padding-left:20px;
   border-left:1px solid #fff;
   width:160px;
}

#contactus {color:#a5a5a5;}

#contactus strong {color:#fff;font-weight:normal;}

.ct_homepage #ct_template_content_left {display:none;}

.ct_filter_list li {width:100%;margin:0 0 5px 0;}

.ct_filter_list li div {
   width:100%;
}

.ct_filter_list li div a {
   width:140px;
   color:#000;
   font-size:14px;
   margin-bottom:0px;
   background-image: url('layout/remove.png');
   background-position:150px center;
   background-repeat:no-repeat;
   background-color:#fff;
   border:0 !important;
}


.ct_filter_list li div a:hover {
   background-color:#e8eef0;
   color:#000;
}

#ct_searchResults_top .ct_module_header, #ct_searchResults_bottom .ct_module_header, .ct_sr_results {
   float:left;
   line-height:26px;
}

#topcategory, #bottomcategory {
   border-top:1px solid #333;
   border-bottom:1px solid #333;
   padding:8px 0;
   overflow:auto;
}

.hover {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 50;
}

#summary_giftreceipt_check {margin:0 10px 0 0;}
#ct_template_header .ct_smallBasket {
clear: right;
float: right;
margin: 10px;
}
.ct_smallBasket .ct_module_header {display:none;}


#cart_btn {background: url("layout/basket.png");position:absolute;right:0;top:21px;}

.ct_cm_cat_310 > ul {background: #fff url("layout/shirts.png") no-repeat 705px 20px !important;}

#wrapnew {
   width:650px;
   float:left;
   position:relative;
   margin-bottom:15px;
}

#addthisfooter {
   float:right;
   width:420px;
   margin:15px 0;
}

.ct_wl_item {
   border:5px solid #a5a5a5;
   width:270px;
   float:left;
   padding:10px;
   margin:0 10px;
   text-align:center;
}

.ct_b_item_img .ct_pd_pi_main img {
    border:1px solid #f3f3f3;
    max-width:100px;
    max-height:100px;
    padding:10px 15px;
}

.ct_filterSummary h3 {margin:0;text-transform:none !important;}

.ct_filterSummary {
   border-bottom:1px solid #555;
   margin:0 0 10px 0;
   padding:0 0 5px 0;
   position:relative;
}

.ct_filterSummary  ul {margin:8px 0 0;}

.resetall.btn.btn-danger.icon-remove {
  position:absolute;
  top:0;
  right:0;
  margin:0 !important;
  height:18px;
  background: url("layout/resetfilter.png");
  padding:0 20px 0 0;
  border:0;
  color:#000!important;
  background-repeat:no-repeat;
  background-position:right center;
  font-size:13px;
  line-height:21px;
  font-weight:bold;
}

.ct_sb_links_checkout, .ct_sb_links_viewBasket {float:left;margin:5px;}


.ct_sb_links_checkout a:hover, .ct_sb_links_viewBasket a:hover {text-decoration:none !important;}

#ft_social_media{float:right;margin-right:0 !important;width:280px;}

#ft_social_media ul li{float: left;display: block;
  height: 36px;
  width: 36px;text-indent:-9999px;margin-right:10px;}

#ft_social_media ul .twitter {background: url("/layout/twitter.png") no-repeat 0 0 transparent;}
#ft_social_media ul .twitter:hover {background: url("/layout/twitter.png") no-repeat 0 -36px transparent;}
#ft_social_media ul .facebook {background: url("/layout/facebook.png") no-repeat 0 0 transparent;}
#ft_social_media ul .facebook:hover {background: url("/layout/facebook.png") no-repeat 0 -36px transparent;}
#ft_social_media ul li a{margin:0!important;padding:0!important;display:block;width:36px;height:36px;}

#banner_advert img {
  max-width:900px;
}

#home_promo_boxes{
  
}
#right_promo_box{
  margin-right: 15px; 
  float: right;
  position: relative;
}
#right_promo_box a {
background: none repeat scroll 0 0 #24205b;
bottom: 10px;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 10px;
position: absolute;
right: 0;
width: 100px;
z-index: 1;
}
#right_promo_box a:hover{
  color: #000;
  background: none repeat scroll 0 0 #e2e65b;
}
.promo_boxes{
  float: left;
  margin-left: 7px;
  margin-bottom: 5px;
  position: relative;
}
.promo_left{
float: left;
margin-bottom: 5px;
margin-left: 15px;
position: relative;
}
.promo_text a{
background: none repeat scroll 0 0 #24205b;
bottom: 20px;
color: #fff;
font-size: 16px;
font-weight: bold;
left: 0;
padding: 10px;
position: absolute;
width: 115px;
z-index: 1;
}
.promo_text a:hover{color: #000;background: none repeat scroll 0 0 #e2e65b;}
#homepage_brands{clear:both;}
#homepage_brands ul{list-style: none;}
#homepage_brands ul li{display: inline-block;margin:0 15px;}
#homepage_brands ul li img{}
#slider_overlap_links{
height: 300px;
left: 690px;
position: absolute;
top: 15px;
width: 229px;
}
#slider_overlap_links ul{list-style: none;}
#slider_overlap_links ul li{border: 5px solid #fff;margin-bottom: 5px;background: #fff;text-align:center;}
#slider_overlap_links ul li:hover{border: 5px solid #e2e65b;background-color:#e2e65b;}
#slider_overlap_links ul li a{
  color: #000;
  font-size: 16px;
  font-weight: bold;
} 
#slider_overlap_links ul li a:hover{color: #000;}
#home_banner_txt{
  width: 100%;
  height: 30px;
  color: #E2E65B;
  font-weight: bold;
  text-transform: uppercase;
  text-align:center;
}
#home_banner_txt ul{
 text-align:center;
}
#home_banner_txt ul li{display:inline-block;margin: 0 10px;}
#home_banner_txt ul li a{color: #E2E65B;}
#home_banner_txt ul li a:hover{text-decoration:underline;}
#ct_template_header.ct_template_header.inner div.ct_module.ct_productSearch form div.ct_ps_type{display:none !important;}
#ct_template_header.ct_template_header.inner div.ct_module.ct_productSearch form div.ct_ps_for input#search_for{
  width: 45px;
    height: 45px;
    /*background: #24205B;*/
    background: #fff;
    transition: width 2s;
    -webkit-transition: width 2s; /* Safari 3.1 to 6.0 */
    border:none;
    padding: 0;
}
#ct_template_header.ct_template_header.inner div.ct_module.ct_productSearch form div.ct_ps_for input#search_for:hover{
  width:250px;
  background: #fff;
}
.categorywrap {
  overflow:auto;
  border-bottom:1px solid #a5a5a5;
}

.ct_oh_backLink a {padding:4px 10px;color:#fff;background-color:#24205b;}
.ct_oh_backLink a:hover {color:#000;background-color:#e2e65b;}
#ct_ao_backLink {display:none;}
.productwrap {border:1px solid red;position:relative;overflow:auto;float:right;clear:right;background-color:#e8eef0;border:1px solid #E1E1E1;padding:45px 15px 15px;width:496px;margin:10px 0;}

.ct_pd_item_price.ct_pd_item_label, .ct_pd_item_qtyAdd.ct_pd_item_label {
  display:none;
}

.quantity {
  width:30px !important;
  float:left;
  line-height:45px;
  clear:left;
}

#ct_pd_bybrand, #ct_breadcrumbs_curent {
  color:#00aeef;
}

#ct_pd_bybrand, #ct_pd_fblike {
  width:526px;
  float:left;
  margin:0 0 5px;
}

.filterselected {
  background-color:#e8eef0;
}

#paymentcards {
   position:absolute;
   bottom:15px;
   right:15px;
}

.ct_sb_itemCount a span {
   color:#e2e65b !important;
   margin:0 8px;
}

.ct_sb_itemCount a {
   color:#fff !important;
}

.ct_contentPage img {
   max-width:900px;
   margin:8px 0;
}

.content_leftside {
   float:left;
   width:550px;
}

.content_rightside {
   float:right;
   width:300px;
}

.content_rightside.twocol{
   float:right;
   width:351px;
}

.content_leftside.twocol {
   float:left;
   width:400px;
}

.content_rightside.twocol p{
    background-image: url("layout/tube-logo-small.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 14px 0 14px 60px;
}

.content_rightside h2 {
   margin:0 0 10px 0;
}

.sectiontitle .ct_module_header {
   padding:5px 10px;
   background-color:#e2e65b;
   color:#000;
   font-weight:bold;
   font-size:14px;
}
.sectiontitle {
  background-color:#e8eef0;
  padding:10px;
  margin:5px 0;
}

.sectiontitle p {
  margin:7px 0;
}

.sectiontitle ul li {
  margin:5px 25px;
}

.hider {
  width:90px;
  float:left;
  border:1px solid #ccc;
  margin:5px;
  padding:5px;
}

.promo_boxes img {
  max-width:217px;
  max-height:158px;
}
#ct_c_contact_by select, #ct_c_source select {text-transform: capitalize;}
.ct_pd_item_stockLevel {display:block !important;}