/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}
/** GALLERIA image viewer **/

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

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

div.ct_pd_pi_thumbnails {margin:0;}

/* ALTERNATIVE THUMBNAILS CONTAINER */
.ct_pd_pi_thumbnails {}

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

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

/** END GALLERIA image viewer **/


/*---------------------------------------------
    $_GLOBALS
---------------------------------------------*/

/*  $_RESET_ALL_STYLES
 */

@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: local('Domine'), local('Domine-Regular'), url(https://themes.googleusercontent.com/static/fonts/domine/v2/1KlmlHXZHUehH22N_q86AA.woff) format('woff');
}
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: local('Domine Bold'), local('Domine-Bold'), url(https://themes.googleusercontent.com/static/fonts/domine/v2/BmiPqZorq0QiT-p6kf1paT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: local('Sacramento'), local('Sacramento-Regular'), url(https://themes.googleusercontent.com/static/fonts/sacramento/v2/WFDkXpubrEwopJnSlHV6CBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}


*  {
  margin:0;
  padding:0;
  
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

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%;
  color:#000;
}

body {
  line-height: 1;
}


a > img { border:0 } /* prevent IE from adding border to link images */

h1, h2, h3, h4, h5, h6 {padding: 5px 0}


/*  $_FONTS_and_GENERIC_TEXTS
 */

html, body, p {
  font-family: 'Domine', serif;
  font-size: 13px;
  line-height:17px;

}

a {
  color:#000;
  font-family: 'Domine', serif;
  text-decoration:none;
}
a:hover,
a:active {
  text-decoration:underline;
}



/*  $_USEFULL_CLASSES
 */

.left  {float:left;margin:0 10px 10px 0;}
.right {float:right;margin:10px;}

.imageleft  {float:left;margin:0 10px 0 0;}
.imageright {float:right;margin:0 0 0 10px;}
.imagealigncentre {margin:0 auto;}

.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: #CDBE9F;
  border: 1px solid #42451E;;
  color: #666;
  margin: 10px 0;
  padding: 10px;
}
.ct_userMessage p {
  margin:0
}

/* error font */
.ct_font_error,
.ct_font_error *  {color: red;}

/* error messages */
.ct_userMessage.ct_font_error {
  background:#ffa7a7;
  border: 1px solid #cc0000;
}
.ct_userMessage.ct_font_error,
.ct_userMessage.ct_font_error * {
  color: #990000;
}

/* helper messages in forms */
.ct_form_helper {
  font-style:italic;
  margin:0 0 5px;
  color:#999;
}


/*---------------------------------------------
    $_FORM_ELEMENTS
---------------------------------------------*/

input {
    border:#42451E; 
    box-shadow:none;
}

input:-moz-placeholder,
input:focus {
    box-shadow:none !important;
}

input:invalid {
    box-shadow:0 0 0px 0px #fff;
}

/* GENERICS */
input 
input:focus { outline: none; } /* remove default outline on Mac OS */

/* BUTTONS */

#ct_contact input[type='button'] {
   margin:5px 0 !important;
}

input[type='button'],
input[type='submit'] {
  cursor:pointer;
  padding:8px 25px;
  background-color:#323592;
  border:2px solid #323592;
  color:#fff;
  font-size: 15px;
  letter-spacing:1px;
  vertical-align:middle;
  border-radius:11px;
  font-family: 'Domine', serif;
}

input[type='reset'] {
  cursor:pointer;
  padding:8px 25px;
  background-color:#fff;
  color:#66CCCC;
  font-size: 15px;
  letter-spacing:1px;
  vertical-align:middle;
  border-radius:8px;
  border:2px solid #66CCCC;
  font-family: 'Domine', serif;
}
 
input[type='button']:hover,
input[type='submit']:hover,
input[type='button']:active,
input[type='submit']:active {
  background-color:#fff;
  color:#323592;
}
input[type='reset']:hover,
input[type='reset']:active {
  background-color:#fff;
  color:#2AA59F;
  border:2px solid #2AA59F;
}

/* TEXT INPUTS, DROP DOWNS */
input[type='text'],
input[type='password'],
input[type='email'],
textarea, #customer_default_address_zip {
  padding: 6px 10px;
  vertical-align:middle;
  border: 1px solid #CCC; 
  width:295px;
  font-family: 'Domine', serif;
}
select {
  padding: 5px 10px;
  outline: 0;
  background:#fff;
  border: 1px solid #ccc; 
  width:316px;
  font-family: 'Domine', serif;
}


select:hover,
select:active {
  cursor:pointer;
}



/*---------------------------------------------
    $_TEMPLATE_LAYOUT
---------------------------------------------*/


/**/#ct_template_wrapper {
  position:relative;
  width: 970px;
  margin:10px auto;
  background-color:#fff;
  padding:20px;
}
/**/#ct_template_header {
  border: 0;
  text-align:right;
  width:970px;
  margin:0 auto;
  overflow:auto;
  position:relative;
 /*  background-image:url('layoutnew/header-background.jpg');*/
  background-color:#45cc54;
  background-repeat:no-repeat;
  
}

#logo {
  width:450px;
  height:86px;
  float:left;
  margin:10px 30px 22px 30px;
}


#logo a {
  background: url("layoutnew/logo.png") no-repeat scroll left top;
  width:450px;
  height:86px;
  display:block;
  text-indent:-1000em !important;
  font-size:0;
}

#topheaderlinks {
  text-align:center;
  margin:0 auto;
  clear:both;
}

#topheaderlinks ul {
  margin:0 auto;
  padding:0;
  list-style:none outside none;
}

#topheaderlinks ul li {
  list-style:none outside none;
  padding:10px;
  display:inline-block;
  font-size:13px;
}

#topheaderlinks2 {
  margin:10px;
  float:right;
  line-height:20px;
}

#topheaderlinks2 a {
  color:#333593!important
}

#topheaderlinks2 ul {
  margin:0 auto;
  padding:0;
  list-style:none outside none;
}

#topheaderlinks2 ul li {
  list-style:none outside none;
  padding:0 10px;
  display:inline-block;
  font-size:13px;
}

.ct_smallBasket {
   float:right;
   border-radius:15px;
   padding:12px 15px;
   background-color:#fff;
   box-shadow: 2px 2px 2px #B6A998;
   margin:0 0 0 -10px;
   min-width:110px;
}

.ct_smallBasket .ct_module_header {
  display:inline-block;
  font-size:9pt;
  padding:0;
}

#freedelivery {
 width:980px;
 height:61px;
 background-image:url('layout/freedeliverybackground.png');
 background-repeat:no-repeat;
 clear:both;
 margin:16px 0;
 line-height:42px;
 text-align:center;
 font-size:18px;
 color:#55564C;
}

.freedelivery {
  color:#ed705e;
  font-size:16px;
}

#freedeliveryheader {
 margin:55px 0 0 48px;
 color:#55564C;
 float:left;
 text-align:left;
}

.ct_ac_search_input {
   border:1px dashed #BBBCAB;
}



/**/#ct_template_content {
  display:block;
  border: 0;
  clear:both;
  width:970px;
  margin:0 auto;
  overflow:visible;
}
/**/#ct_template_content_left {
  display:block;
  float: left;
  width: 182px;
  padding-right: 10px;
  height: 100%;
  margin:11px auto 10px;
}


#ct_template_content_main {
  display:block;
  float: left;
  padding: 0;
  margin: 11px auto 10px;
  width:778px;
}

/**/#ct_template_content_right {
  display:block;
  float: right;
  width: 160px;
  padding-left: 20px;
  height: 100%;
}
/**/#ct_template_footer {
  width: 100%;
  clear: both;
  background-image:url('layoutnew/footer-background.jpg');
  background-repeat:no-repeat;
  position:relative;
  text-align:center;
  height:280px;
  background-position:10px 0;
}




.footercolumns {
  position:relative;
  padding: 0 10px;
  vertical-align:top;
  display:inline-block;
  margin:70px 0 0 18px;
}



#footercolumn1 {
 margin:70px 0 0 0;
}

.footercolumns .ct_module_header {
  font-size:42px;
  font-family: 'Sacramento', cursive;
  color:#323592;
  margin:0 0 20px 0;
}

#footercolumn3 {
  width: 265px;
}

#footercolumn4 {
  width:220px;
}

#footercolumn4 p {
  overflow:auto;
  line-height:18px;
}
.footerfacebook {
  float:right;
  margin:0 0 0 15px;
}


.footercolumns ul {
  margin:0;
  padding:0;
}

.footercolumns li {
  list-style-position: outside;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  text-align:center;
  line-height:19px;
}

.footercolumns > ul > li > ul > li {
 display:inline-block;
 margin:0 0 0 1px;
 padding:11px 0 0 0!important;
}

.footercolumns > ul > li > ul {
 margin:0;
 padding:0;
}

/**/#ct_template_cybertillLink {
  text-align:center;
  margin: 0 auto;
display:none;
}
/**/#ct_template_cybertillLink a {
  font-size: 10px;
display:none;
}


/** COOKIE WARNING **/
/**/#ct_cookie_prompt {
  position:fixed;
  z-index:1000;
  bottom:0;
  width:100%;
  padding:15px 0 15px 0;
  background-color:#000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity:0.75;
  opacity:0.75;
  color:#FFF;
  font-size:14px;
  text-align:center;
  height:50px;
}
/**/#ct_cprompt_inner { position:absolute;width:900px;text-align:left;margin:0 0 0 -450px;left:50%; }
/**/#ct_cprompt_inner span { float:left;font-size:35px;padding:0 15px 0 0; }
/**/#ct_cprompt_inner a { font-weight:bold; }
/**/#ct_cookie_prompt_close { cursor:pointer;position:absolute;top:10px;right:10px;border:2px solid #FFF;color:#FFF;width:20px;line-height:20px;text-align:center;font-weight:900; }
/** end COOKIE WARNING **/


/*---------------------------------------------
    $_MODULES_STYLES
---------------------------------------------*/
/** modules containers **/
.ct_module {
  vertical-align:top;
}


.ct_html_module {
  margin: 0 0 10px 0;
}


/** modules titles **/


.ct_module .ct_module_header a {
  font-size: 13px;
  text-decoration: none;
}



/*---------------------------------------------
    $_HEADER_MODULES
---------------------------------------------*/

/**/#ct_template_header .ct_module,
/**/#ct_template_header .ct_link_module,
/**/#ct_template_header .ct_html_module {    
  display:inline-block;
  vertical-align:top;
  width:auto;
  text-align:left;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

/**/#ct_template_header .ct_html_module {float:left;}



/*---------------------------------------------
    $_FOOTER_MODULES
---------------------------------------------*/



/*---------------------------------------------
    $_PRE-DEFINED_MODULES
---------------------------------------------*/

/** predefined link modules **/
.ct_loginLink {margin:12px 10px 10px 10px;}
.ct_loginLink a {color:#333593 !important;}

.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 {display:none;}

.ct_productSearch  form {
  display:inline-block;
  max-width:96%;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ps_for,
.ct_ps_for input {max-width:95%!important}
.ct_ps_type,
.ct_ps_goSearch {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/** END PRODUCTS SEARCH pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section  **/
.ct_ac_search {background-image:url('layoutnew/search-background-image.png');width:162px;height:30px;padding:10px;overflow:visible;position:relative;}
.ct_ac_search .ct_module_header {display:none;}

.ct_ac_search_input,
.ct_ac_search_go {
  float:left;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_ac_search_input input {
       width:145px;
       border:0;
       font-size:15px;
       padding:8px;
       border-radius:8px;
       font-size:12px;
}

.ct_ac_search_go {position:absolute;left:170px;top:11px;}
.ct_ac_search_go input {background-image:url('layoutnew/search.png');width:18px;height:18px;text-indent:-1500px;margin:6px 0 0 -25px;!important;box-shadow:none;border-radius:0;background-color:#fff;padding:0!important;border:0;}

.ct_ac_search_go input:hover {background-color:#fff;}

.ac_results {
  padding: 0px;
  background-color: white;
  color:white;
  overflow: auto;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  /*overflow: hidden;*/
  color:gray;
}
.ac_results .ac_loading {
  background: white url('../images/indicator.gif') right center no-repeat;
  color: black;
}
.ac_results .ac_odd {
  background-color: #eee;
}
.ac_results .ac_over {
  background-color: #66CCCC;
  color: white;
  cursor:pointer
} 
/** end AUTO-COMPLETE SEARCH **/



/** SMALL BASKET pre-defined section **/


ul.ct_sb_items,
ul.ct_sb_items li {
  display:none;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
}
.ct_sb_itemCount, .ct_smallBasket .ct_sb_itemCount  {
  display:inline-block;  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_sb_total, .ct_sb_links {display:inline-block}
.ct_sb_link a {
  font-size: 13px;
}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}
li.ct_ts_item {}
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 {width:996px;clear:both;}
.ct_viewedItems .ct_module_header {display:inline-block;}

.ct_viewedItems ul {
  list-style: none;
  padding: 0;
  text-align: left;
  position: relative;
}
.ct_vi_item a {color:#fff;font-size:14px;}
.ct_vi_recent a{color:#fff;font-size:14px;}

.ct_viewedItems li {
  list-style: circle;
  padding: 0;
  display:inline-block;
  margin:0 0 0 5px;
  background-image:url('layout/viewedbullet.png');
  background-repeat:no-repeat;
  padding:3px 0 3px 15px;
  background-position: 0 5px;
}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/



/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu, #bottomcategory, #categorydivider, #shophere {width:162px;padding: 8px 10px;background-image:url('layoutnew/categorybackground.jpg');clear:both;}

#categorydivider,  #shophere {padding:0 !important;text-align:center !important;width:182px !important;}
#categoryfooter {width:182px;height:19px;background-image:url('layoutnew/categorybottomimage.png');}
.ct_categoryMenu .ct_module_header {}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
  width: 172px;
  padding: 0px;
  margin:0;
  cursor: default;
}
ul.ct_cm_menu li {
  list-style-type: none;
  margin: 0px;
  padding: 8px;
  position: relative;
  color:#42451E;
  width:146px;
  border-radius:8px;
}


ul.ct_cm_menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

/* Category menu in header */
/**/#ct_template_header .ct_module.ct_categoryMenu {display:block;text-align:center;clear:both;width:100%;border-top:1px dashed #BBBCAB;border-bottom:1px dashed #BBBCAB}

.ct_categoryMenu .ct_module_header {
  display:none !important;
}

/**/#ct_template_header .ct_categoryMenu .ct_module_header {
  display:inline-block;
  float:left;
  margin:0;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

/**/#ct_template_header .ct_cm_wrapper {width:auto;margin:0;}
/**/#ct_template_header ul.ct_cm_menu {width: auto;left:0;}


#ct_template_header ul.ct_cm_menu > li {
  padding:10px 25px!important;
  z-index:10;
  color:#5e5e61;
  text-align:center;
  display:inline-block;
}

#ct_template_header ul.ct_cm_menu > li > a {
  color:#5e5e61;
  font-size:18px;
  font-family: 'Domine', serif;
}

#ct_template_header ul.ct_cm_menu > li:hover > a {
  color:#fff;
  text-decoration:none;
}

#ct_template_header ul.ct_cm_menu > li > a:hover {
  color:#FFF !important;
  text-decoration:none !important;
}

/**/#ct_template_header ul.ct_cm_menu li ul {min-width:100%;}
/**/#ct_template_header ul.ct_cm_menu li ul li {display:block;float:left;line-height:15px;padding:7px 0;text-align:left;vertical-align:middle;clear:both;font-size:13px;width:100%;}
 
#ct_template_header ul.ct_cm_menu li ul li a {
  padding:0 10px;
}

#ct_template_header ul.ct_cm_menu > li > ul > li:hover {background-color:#EBECE4;}

#ct_template_header ul.ct_cm_menu > li > ul > li > ul > li:hover {background-color:#EBECE4;}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li a:active,
ul.ct_cm_menu li:hover > a {
  
}

/* over action */
ul.ct_cm_menu li:hover > ul {
  display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
  display: none;
  position: absolute;
  z-index: 500;
  top: 0;
  left:150px;
  border-radius:8px;
  width:162px;
  padding:8px;
}


/**/#ct_template_header ul.ct_cm_menu li > ul {left:0px;top:37px;background-color:#fff;padding:15px 0;box-shadow: 1px 1px 1px #B1ADA1;}
#ct_template_header ul.ct_cm_menu li > ul >li > ul {left:150px;px;top:0px;background-color:#fff;padding:0;box-shadow: 1px 1px 1px #B1ADA1;width:220px;}

/** BRANDS pre-defined section **/
.ct_brandsMenu {
  margin-top: 10px;
}
.ct_brandsMenu .ct_module_header {
  font-size: 1em;
  text-transform: none;
}

.ct_brandsMenu .ct_module_header .ct_bm_removeFilter {
  font-size: 0.65em;
  font-weight:normal;
  float:right;
  padding:5px 18px 5px 0;
  width:35px;
  height:10px;
  overflow:hidden;
  background: transparent url(/system_images/icons-16/delete.png) no-repeat right 4px;
}
.ct_brandsMenu .ct_module_header .ct_bm_removeFilter:hover,
.ct_brandsMenu .ct_module_header .ct_bm_removeFilter:active {text-decoration:underline;}
.ct_bm_dropDown select {max-width:100%}
.ct_bm_list {}
.ct_bm_list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px
}
.ct_bm_list li {}
.ct_bm_list li a {}
/** end BRANDS pre-defined section **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {}
.ct_module_header {padding:5px 0;font-size:14px;font-weight:normal !important;}
.ct_searchFilters h4 {font-weight:bold;margin: 10px 0 5px;text-transform:uppercase;color:#2AA59F;}
.ct_searchFilters .checkbox_list {
  list-style:none;
  margin: 0;
  padding:0
}
.ct_searchFilters .checkbox_list input[type=checkbox] {
  visibility: hidden;
}
.ct_bm_list li,
.ct_searchFilters ul.checkbox_list li {
  width:100%;
  margin: 0;
  padding: 3px 5px;
  position: relative;
}
.ct_bm_list li a,
.ct_searchFilters input[type="checkbox"] + label {
  cursor: pointer;
  position:relative;
  padding-left:5px;
}
.ct_bm_list li a p {display:inline-block}
.ct_bm_list li a:before,
.ct_searchFilters input[type="checkbox"] + label:before {
  content:"_";
  display:block;
  position:absolute;
  top: 1px;
  left:-20px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  color: transparent;
  text-indent:-9999px;
}

.ct_bm_list li a:after,
.ct_searchFilters ul.checkbox_list li label:after {
  opacity: 0.1;
  content: '';
  position: absolute;
  width: 7px;
  height:4px;
  background: transparent;
  top: 4px;
  left:-16px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct_bm_list li a:hover,
.ct_bm_list li a:active,
.ct_searchFilters ul.checkbox_list li label:hover{
  color: #0333ff;
}
.ct_bm_list li a:hover:after,
.ct_searchFilters ul.checkbox_list li label:hover:after {
  opacity: 0.5;
}
.ct_bm_list li a:active:after,
.ct_searchFilters ul.checkbox_list li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* IE8 and below using Modernizr.js */
.no-csstransforms .ct_searchFilters .checkbox_list input[type=checkbox] {
  visibility:visible;
}
.no-csstransforms #ct_template_content_left .ct_bm_list li a:after,
.no-csstransforms .ct_searchFilters ul.checkbox_list li label:after,
.no-csstransforms #ct_template_content_left .ct_bm_list li a:before,
.no-csstransforms .ct_searchFilters input[type="checkbox"] + label:before {
  display:none;
}
/** end SEARCH FILTERS **/



/** 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_productComparison .ct_pl_row ul {
  list-style: none;  
  font-family: verdana, sans-serif;
  color: #336699;
  font-size: 12px;
}

.ct_productCompare {
  background-image: url("layoutnew/categorybackground.jpg");
  padding: 0 20px;
}

.ct_productCompare .ct_module_header {}

.ct_productCompare .ct_module_header a {
  display: inline-block;
  font-family: sacramento,serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.25em;
  text-align: center;
}

.ct_pc_count {font-weight: bold;text-align:right;margin-right: 10px}
ul.ct_pc_list {list-style:none;padding:0 10px}
li.ct_pc_list_product {list-style:none;margin:0 0 5px 0}
.ct_pc_list_clear {
  float: right;
  width: 76px;
}

.compare {width: 58px;}

.ct_pc_list_clear a, .compare a {
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;  
}

.ct_pc_list_clear a:hover, .compare a:hover {
  background: #3399cc;
  color: #fff;
  text-decoration: none;
}

.ct_pc_list_clear a {}

#prod-comp-top {
  background-image: url("layoutnew/categorytopimage.png");
  height: 19px;
  margin-top: 15px;
}

#prod-comp-bottom {
  background-image: url("layoutnew/categorybottomimage.png");
  height: 19px;
}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {}
/**/#ct_productComparison h3 {}
/**/#ct_productComparison .ct_pl_product.ct_pl_product_desc,
/**/#ct_productComparison .ct_pl_product.ct_pl_product_style {
  min-height:0;
}
/** 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
---------------------------------------------*/
/* Apply to all pages generated by the software
   (Products and Categories pages, Checkout pages, User account pages, Contact...)
 */


/** page contents containers **/


/** pages titles **/


/** 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:0 0 0 50px;
}
.ct_mainContent th {

  color:#42451E;
  text-align: center;
}


.ct_mainContent td {
  text-align: left;
}
.ct_mainContent td a {}

/** SUB-PAGES **/
.ct_mainContent.ct_contentPage {}


/*---------------------------------------------
    $_CATEGORY_and_PRODUCT_PAGES
---------------------------------------------*/

/** $_BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {padding:5px 10px;font-size:14px;}

/** end BREADCRUMBS **/



/** $_SEARCH_RESULTS **/
/**/#ct_search {}
/**/#ct_search #ct_breadcrumbs {}


/** Search Header **/

/*#ct_searchHeader h1#ct_sh_title, #ct_register h1, #ct_accountOptions h1, #ct_accountDetails h1, #ct_accountCredit h1*/

.ct_mainContent h1 {
  font-size:18px;
  color:#333593;
  margin:0!important;
}

#ct_login h1 {
  margin:25px auto!important;
  padding:0 !important;
  font-family: 'Sacramento', cursive;
  color:#323592;
  font-weight:normal;
  font-size:46px;
  text-align:center;
}

/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description {line-height:16px;}
/**/#ct_sh_img {display:none;}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories {}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}

/**/#ct_sc_listing {}
.ct_sc_listing_row {text-align:center;margin:0 0 20px 0;}
.ct_sc_listing_cat {
  float:left;
  margin:0 0 0 15px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  width:178px;
  background-image:url('layoutnew/noimage.jpg');
  background-repeat:no-repeat;
  min-height:210px;
  position:relative;
}

.ct_sc_listing_row div:first-child {
  margin:0!important;
}

.ct_sc_listing_cat_img {width:178px;height:178px;}
.ct_sc_listing_cat_img img {height:80%;width:auto;max-width:95%;border-right:1px solid #B0B0B0;border-bottom:1px solid #B0B0B0;box-shadow: 1px 1px 1px #999;}
.ct_sc_listing_cat_name {padding:10px;text-align:center;font-size:13px;width:158px;position:absolute;bottom:0;}
/** end Sub-Categories Listing **/



/**/#ct_searchFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**/#ct_searchFilter ul li{
  display:inline-block;
  margin: 0;
  padding: 0;
  color:#42451E;
  /* 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 {
  margin:0;
  float:right;
}


/* containers */
/**/#ct_searchResults_top .ct_module_header,
/**/#ct_searchResults_bottom .ct_module_header,
.ct_sr_results,
.ct_sr_paginate {
  display:inline-block;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  padding: 5px;
  color:#fff;
}
.ct_sr_results {color:#000;}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {
}


/* pagination */

.ct_sr_paginate {
  float:right;
  text-align:right;
  padding:5px;
}
.ct_sr_paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct_sr_paginate li {
  display:inline-block;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_sr_p_current a {
  background-color:#333593 !important;
}

.ct_sr_paginate li a {
  text-decoration:none;
  text-align:center;
  padding:3px 7px!important;
  background-color:#F9E8D0;
  border-radius:5px;
}

.ct_sr_paginate li a:hover,
.ct_sr_paginate li a:active {color:#000;text-decoration:underline;}

.ct_sr_paginate li.ct_sr_p_current a {
  cursor:pointer;
  color:#fff;
}

li.ct_sr_p_first {}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p {font-size:0%;}
li.ct_sr_p a {}
li.ct_sr_p_next,
li.ct_sr_p_next a {}
li.ct_sr_p_current a {
  color:#999;
  text-decoration:none;
  cursor: default
}
li.ct_sr_p_first a,
li.ct_sr_p_prev a,
li.ct_sr_p_next a,
.ct_sr_paginate li.ct_sr_p_last a {width:auto;padding:4px;}
/** end RESULTS AMOUNTS and PAGINATION **/



/** $_PRODUCTS_LISTINGS **/
/**/#ct_productsListing {clear:both;margin:30px 0;}

.ct_pl_noResults {}

/** no image display **/
/**/#ct_productsListing > table {
  width: 100%;
  margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
  position:relative;
  height:auto;
  margin: 15px 0;
  text-align:center;
}
.ct_pl_product {
  position:relative;
  display:inline-block;
  width:167px;
  vertical-align: top;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
  text-align:center;
  margin:0 0 0 8px;
  border-radius:5px;
  border:2px solid #fff;
  padding:5px;
}

.ct_pl_product:hover {
  border:2px solid #66CCCC;
}

.ct_pl_product a {
 font-size:13px;
}

.ct_pl_product_price a {
  font-size:16px!important;
  color:#000;
}

.ct_pl_product_image {
  width:165px;
  height:165px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.ct_pl_product_image img {
  display:block;
  margin: 0 auto;
  
  max-height:95%;
  max-width:95%;
  
  
}

/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
  position:relative;
  height:165px;
  width:165px;
  max-width:165px;
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  display:table-cell; /* required for v-align*/
}
.ct_pl_product_link 
{


}
.ct_pl_product_name {height:45px;line-height:15px;margin:6px 0;padding:0 6px;font-size:14px;font-weight:normal;}
.ct_pl_row div:first-child { margin:0 !important;}
.ct_pl_product_desc {margin:5px 0;padding:0 10px;}
div.ct_pl_product_offPrice {}
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 {}
span.ct_pl_product_op_percentage {display:none;}
span.ct_pl_product_op_rrp {float:left;display:block!important;clear:left;font-size:11px;}

.ct_pl_product_compare {width:140px;margin:5px auto;}
/*.ct_pl_product_compare:hover {border-color:#2AA59F;background-color:#fff;}*/

.ct_pl_product_compare a {color:#000;}

.ct_pl_product_view {display:none;}
.ct_pl_product_add  {width:100px;padding:8px 0;margin:5px auto;border-radius:8px;background-color:#333593;border:2px solid #333593;}

.ct_pl_product_add:hover  {background-color:#fff;border-color:#333593;}

.ct_pl_product_add a {
  color:#fff;
}

.ct_pl_product_add:hover a  {color:#333593;}

.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;
}
.no-image .ct_pl_product_compare,
.no-image .ct_pl_product_add,
.no-image .ct_pl_product_view {
  text-align:center
}

/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews  {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
  background: #FFFFFF url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
  float: left;
  height: 13px;
  width: 65px;
  margin-top: 5px;
}
.ct_pl_row.star_rating {margin-left: 0;}
.ct_pl_perRow.star_rating {margin-left: 0;}
.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 **/

#ct_productDetails{overflow:visible;}

/**/#ct_productDetails #ct_breadcrumbs {}

/**/#ct_pd_product {overflow:hidden;margin:17px 0 0 0;width:778px;}
/**/#ct_pd_product_name {padding:0 0 5px 0;float:right;clear:right;width:400px;margin:0;}
/**/#ct_pd_bybrand {margin:5px 0;clear:right;float:right;width:400px;}
/**/#ct_pd_bybrand a {}
/**/#ct_pd_fblike {float:left;}
/**/#ct_pd_product #ct_social_bookmark {}
/**/#ct_pd_product_description {
  float:right; 
  width:400px;
  clear:right;
  margin:20px 0 0 0;
  font-family: verdana, sans-serif;
  color: #336699;
  font-size: 12px;
}

#ct_pd_product_description p {
  font-family: verdana, sans-serif;
  color: #336699;
  font-size: 12px;
}

.ct_pl_product_desc, .ct_pl_product_desc p {
  font-family: verdana, sans-serif;
  color: #336699;
  font-size: 12px;
}



/**/#ct_pd_product_image.right {margin-left:20px }
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0;width:100%;text-align:center;}

/* IMAGES DISPLAY ELEMENTS*/
.ct_pd_pi_main {width:490px;text-align:center;}
.ct_pd_pi_mainImage {max-width:350px;max-height:350px;}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}


/* PRODUCTS ITEMS */

/* Item (common to all layouts) */
.ct_pd_item {margin-top:10px}
.ct_pd_item_label {clear:left;width:120px;float:left;line-height:24px;}
.ct_pd_item_value {display: block; min-height:10px; min-width:10px;clear:left;line-height:24px;}

.ct_pd_item_qtyAdd.ct_pd_item_label {line-height:36px;}

.ct_pd_item_code {}
.ct_pd_item_style {}
.ct_pd_item_saving {color:#cc0000}

.ct_pd_item_availability, 
.ct_pd_item_availability_in.ct_pd_item_value {color:#00cc00}
.ct_pd_item_availability_out.ct_pd_item_value {color:#cc0000}
.ct_pd_item_notify a {}

.ct_pd_item_personalised {}

.ct_pd_item_delivery .ct_pd_item_value .ct_delivery,
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  display:inline-block;
  margin-right: 10px;
  min-height:16px;
  padding-left: 30px;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_delivery {
  background: transparent url(/system_images/eshop/skin1/icn_delivery.png) no-repeat left center;
}
.ct_pd_item_delivery .ct_pd_item_value .ct_collection {
  background: transparent url(/system_images/eshop/skin1/icn_collect.png) no-repeat left center;
}

.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {display:inline-block;margin:0 0 0 10px;}


/* Items Layout: All Items */
/**/#ct_pd_allItems {clear:both}
/**/#ct_pd_allItems .ct_pd_item {display:block;margin:0;float:left;border-bottom:1px solid #ccc;position:relative;width:628px;padding:15px 0 15px 150px;overflow:visible;}

/* Items Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {font-style: italic; color: #333}
.ct_pd_options_style {}

/**/#ct_pd_itemList {}
/**/#ct_pd_itemList .ct_pd_item {}

/* Items Layout: Styles in product */
/**/#ct_pd_product #ct_pd_optionsList,
/**/#ct_pd_product #ct_pd_itemList  {display:block;vertical-align:top;}
/**/#ct_pd_product #ct_pd_itemList .ct_pd_item_label {clear:none}

/* Items Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {width:778px;overflow:auto;}
/**/#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left;clear:none;}

/* Items Layout: Table */
#ct_pd_optionsTable table {
  margin-bottom:10px;
}

/* Items Layout: List Table */
.ct_pd_optionsTable_list th {}
.ct_pd_optionsTable_list tr.ct_pd_item {}
.ct_pd_optionsTable_list td.ct_pd_item_value {display: table-cell;}
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_price {text-align:right}
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_availability,
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_stockLevel,
.ct_mainContent .ct_pd_optionsTable_list .ct_pd_item_qty {text-align:center}
/*=================================================================================================================================================*/

/*=======================================================================================================================================================*/
/*=======================================================================================================================================================*/

/* Item Layout: Table in product */
/**/#ct_pd_product #ct_pd_optionsTable {
  vertical-align:top;
}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_name {display:none}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_price {width:50px;}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_saving {height:30px;overflow:hidden}
/**/#ct_pd_product .ct_pd_optionsTable_list .ct_pd_item_availability {width:100px;}

/***** END product item layouts *****/


/**/#ct_pd_noStyle {}
/**/#ct_pd_noItem {clear:both}

/**/#ct_pd_product_nonDeliver {}

/**/#ct_pd_associatedProducts {}
/**/#ct_pd_associatedProducts h2 {color:#fff;text-align:center;}

/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated {}
.ct_associated_product {min-width:100px;min-height:160px;text-align:center}
.ct_associated_product_img {
  max-width: 119px;
  max-height: 119px;
  line-height: 119px;
  display:block;
}
.ct_associated_product_img img {
  max-width: 119px;
  max-height: 119px;
  vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}

/**/#ct_pd_noProduct {}

/** CYBERTILL PRODUCT REVIEW **/
/* review link */
/**/#ct_pd_reviewLink {}
/**/#ct_pd_reviewLink a {}

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
/**/#ct_productReview {}
/**/#ct_pr_form  label {
  display:inline-block;
  width: 150px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_pr_customerName,
/**/#ct_pr_reviewTitle,
/**/#ct_pr_review {margin-bottom:2px}
/**/#ct_pr_review label {vertical-align:top}
/**/#ct_pr_starRating {margin-bottom:4px}
/**/#ct_pr_form .submit {}

/* review list */
/**/#ct_pd_reviewsList {margin-left:10px;}
/**/#ct_pd_rl_count { margin-top: 15px;}
.ct_pd_rl_review { margin-top: 15px;}
.ct_pd_rl_review_title {font-size: 14px; }
.ct_pd_rl_review_date {font-size: 12px; font-style:italic; color:#686767;}
.ct_pd_rl_review_rating {}
.ct_pd_rl_review_from span.ct_pd_rl_review_author {font-weight:bold}
.ct_pd_rl_review_from span.ct_pd_rl_review_date {font-style:italic;display:block;}
.ct_pd_rl_review_text {font-style:italic;}
.ct_pd_rl_review_spacer {
  border-top: 1px dashed #999999;
  margin: 10px 0;
  padding: 0 10px 0 0;
}
/** end CYBERTILL PRODUCT REVIEW **/


/** product page special offers section styles **/
.ct_pd_specialOffers {}
.ct_pd_so_title {}
.ct_pd_so_offer {}
.ct_pd_so_txt {}
.ct_pd_so_columnHeader {}
.ct_pd_so_columnHeader th {}
.ct_pd_so_item {}
.ct_pd_so_item_name {}
.ct_pd_so_item_ref {}
.ct_pd_so_otherTxt {}
.ct_pd_so_other_item {}
/** END product page special offers section styles **/


/** Add Offer Voucher styles **/
/**/#ct_offerVoucher {}
/**/#ct_offerVoucher h1 {}
.ct_ov_label {}
.ct_ov_info {}
/** END Add Offer Voucher styles **/

/** END PRODUCT DETAILS page **/




/*---------------------------------------------
    $_CHECKOUT_PROCESS_PAGES
---------------------------------------------*/

/**/#ct_sandboxmsg {z-index:999}

/** CHECKOUT TRAIL **/
/**/#ct_checkoutTrail {display:block;padding:10px 0;}

/**/#ct_ct_steps {
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_ct_steps_number {}

/**/#ct_checkoutTrail ul,
/**/#ct_checkoutTrail ul li{
  list-style: none;
  display:inline-block;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
   line-height:19px;
   margin-left:8px;
}
.ct_ct_done {
  text-decoration:line-through;
  padding-right: 10px;
}
.ct_ct_on {color:#333593;}
.ct_ct_next {
  padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** $_BASKET_TABLES (in basket, one-page-checkout and summary pages) **/
/* column headers */
/**/#ct_b_columnHeaders {}
/**/#ct_b_columnHeaders th {background-color:#ccc;padding:10px 0;border:1px solid #ccc;}

/* item cells */

/**/#ct_b_cart td {}

.ct_b_item {}
.ct_b_item_specialOffer {color: red}



/* 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: 16px;margin:10px 0;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px 0;display:table;float:right;text-align:right;}
.ct_b_actions {}
/**/#ct_b_updateBasket {}
/**/#ct_b_checkout {}
/**/#ct_b_paypalCheckout {border:0;}
/**/#ct_b_continueShopping {margin:0 10px 0 0;}

/* basket lower actions */
/**/#ct_b_lowerActions {
  padding:0;
  margin: 10px;
}
/**/#ct_b_save,
/**/#ct_b_load,
/**/#ct_b_empty {width: 110px;margin:4px 0;}
/** 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:10px 0;}

.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_newAddress {padding-bottom:20px}
/**/#ct_d_deliveryText {}

/**/#ct_delivery form > div {margin: 2px 10px}
/**/#ct_delivery label {
  display:inline-block;
  width: 180px;
  text-align: left;
  font-weight: bold;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_d_despatch_type {}
/**/#ct_d_recipient {}
/**/#ct_d_addressSelect {}
/**/#ct_d_addInfo {}
/**/#ct_d_addInfo p {display: block;}
/**/#ct_d_giftMessage {}
/**/#ct_d_delAct {}
/**/#ct_d_instructions {}
/**/#ct_d_submit {margin-top:10px !important;}
/** end DELIVERY page **/



/** $_MULTI-DELIVERY **/
/**/#ct_deliveryMulti {}
/**/#ct_deliveryMulti h1 {}

/**/#ct_deliveryMulti #ct_d_newAddress,
/**/#ct_opc_wrapper #ct_d_newAddress,
/**/#ct_d_dispmulti_link,
/**/#ct_d_dispsingle_link {display:block; cursor:pointer;text-decoration:underline;margin-bottom:10px;padding:0}

/**/#ct_deliveryMulti table {border-collapse:collapse;border:1px solid #ccc;text-align:left;margin: 10px 0;}
/**/#ct_deliveryMulti table th {background-color:#ebebeb;border:1px solid #ccc;padding:2px 5px;}
/**/#ct_deliveryMulti table td {border:1px solid #ccc;padding:2px 5px;}
.ct_dm_submit {text-align:right}
/** end MULTI DELIVERY page **/



/** MULTI DELIVERY COURIERS page **/
/**/#ct_multiDeliveryCouriers {}
/**/#ct_multiDeliveryCouriers h1 {}

.ct_mdc_message {font-style:italic;}

.ct_mdc_deliver {}
.ct_mdc_deliver .ct_mdc_message {}
.ct_mdc_address {font-weight:bold;}
.ct_mdc_deliver ul.radio_list {list-style:none;padding:0 10px;margin:10px}
.ct_mdc_noCourier {}

.ct_mdc_collect {}
.ct_mdc_collect .ct_mdc_message {}
.ct_mdc_collect label {font-style:italic;}
ul.ct_mdc_collectedItems {}
.ct_mdc_deliver  ul.radio_list label{font-style:normal;}

/**/#ct_mdc_submit {text-align:right}
/** end MULTI DELIVERY COURIERS page **/



/** $_COURIERS **/
/**/#ct_courierServices {}
/**/#ct_courierServices h1 {}
/**/#ct_cs_webText {}
/**/#ct_cs_noCourier {}

.ct_cs_couriersList {width:100%;}
.ct_mainContent th.ct_cs_courierZone {padding: 10px 5px;font-size:120%}
.ct_mainContent th.ct_cs_courierCompany {text-align:left;padding:15px 0 15px 50px;}

.ct_cs_courierService {padding-left: 70px !important;}
.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_reserve_collect .submit {margin-left:10px;clear:both}


.ct_rs_location span,
.ct_rs_date span,
.ct_rs_reference span {font-weight:bold}
/** end COLLECTION page **/







.ct_bs_editCart {float:right;}
.ct_bs_editCart .submit {margin:10px}

/**/#ct_basketSummary .ct_module {margin-top:20px;clear:both;}
/**/#ct_basketSummary .ct_module h3 {}
.ct_bs_label {
  display:inline-block;
  width:120px;
  margin-left:10px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
.ct_bs_value { font-weight: bold; }

/* summary basket totals */
.ct_bs_subTotal,
/**/#ct_bs_courierService,
/**/#ct_bs_courier,
/**/#ct_bs_foDiscount,
/**/#ct_bs_creditDiscount,
/**/#ct_bs_discountVoucher,
/**/#ct_bs_orderTotal,
/**/#ct_bs_vat { float:right; margin:5px;clear:both;}
/**/#ct_bs_orderTotal { font-size: 16px; margin:10px 5px }
/**/#ct_bs_creditMsg {color:#ff0000}


/**/#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 0 0;}

/**/#summary_basket_proceed {text-align:right}

/* $_PAYPAL_REDIRECT */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */

/**/#ct_register ul {margin:10px 0 10px 20px;}
/**/#ct_register label {
  width: 190px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_register .ct_form_helper {margin-left:200px}

.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;
  margin:10px 0;
}
/**/#ct_register input.submit {margin:5px 25px;}
/** END ACCOUNT REGISTRATION page **/



/** REGISTRATION SUCCESS page **/
/**/#ct_registerSuccess.ct_mainContent p {margin:4px 0;}



/** LOGIN page **/
/*#ct_login, #ct_accountOptions, #ct_accountDetails, #ct_accountCredit {background-color:#F8F2E2;overflow:auto;}*/
.ct_mainContent {overflow:visible;}


/**/#ct_login .ct_font_error {margin-bottom:15px}

/**/#ct_l_container { vertical-align:top; margin:0; padding:0 0 20px;overflow:auto;}

.ct_l_subcontainer {
  position:relative;
  vertical-align:top;
  display:inline-block;
  min-height: 100px;
  padding: 0 10px 50px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}

.ct_l_subcontainer label,
.ct_l_subcontainer p {}
#ct_l_existing .submit {
  position:absolute;
  bottom: 10px;
  left: 138px;
}

#ct_l_forgotten {

  margin-left: 15px;
  color:#42451E; 
}

/**/#ct_l_existing, #ct_l_new {width:467px !important;float:left;padding:0!important;height:230px;position:relative;background-color:#F5F5F3;text-align:center;}
fieldset div, #ct_accountDetails div, #ct_delivery form div {margin:4px 0;}
#ct_l_existing div {margin:4px 15px;}
#ct_delivery form div p {margin:4px 0;line-height:20px;}

.ct_l_subcontainer h3 {
  font-size:40px;
  padding:0;
  margin:30px auto;
  font-family: 'Sacramento', cursive;
  color:#323592;
  font-weight:normal;
}



/**/#ct_l_existing label {
  display:inline-block;
  min-width: 110px;
  text-align: left;
  color:#42451E; 
  line-height:27px;
  
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#ct_l_existing #email input,
/**/#ct_l_existing #password input {
  display:inline-block;
  width: 280px;
  text-align: left;
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/**/#email .ct_font_error,
/**/#password .ct_font_error {display:block;margin-bottom:0}

/**/#ct_l_new {margin-left:36px;width:405px !important;padding:0 29px !important;text-align:center;}


#ct_l_new_submit {margin: 15px 10px;display:inline-block;}



#ct_l_guest {
  cursor:pointer;
  padding:9px 25px;
  background-color:#323592;
  border:2px solid #323592;
  color:#fff;
  font-size: 15px;
  letter-spacing:1px;
  vertical-align:middle;
  border-radius:11px;
  display:inline-block;
  width:65px;
}

#ct_l_guest a {color: #fff}
#ct_l_guest a:hover {color: #323592}

#ct_l_guest:hover {
  background-color:#fff;
}

#ct_l_guest a:hover {
  text-decoration:none;
}


/**/#ct_l_notes{
  width:468px;
  padding:15px;
  clear:both;
  color:#42451E;
}


/** 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 ol {
  list-style: none;
  padding: 0px;
  margin:0 0 15px 0;
}

#ct_accountOptions ol li {
  display:block;
  text-align:left;
  margin:10px auto;
  font-size:18pt;
  width:260px;
  text-align:center;
  padding:8px 0;
  border-radius:8px;
  background-color:#333593;
  border:2px solid #333593; 
}

#ct_accountOptions ol li:hover {
  background-color:#fff;
  color:#333593; 
}

#ct_accountOptions ol li:hover a {
  color:#333593; 
}

/**/#ct_accountOptions a {
  display:block;
  padding: 5px 10px;
  font-size:18px;
  color:#fff;
}
/** END account options page styles **/


/** order history page styles **/
/**/#ct_orderHistory {}
/**/#ct_orderHistory h1 {}

.ct_oh_backLink {
  margin:8px 0 !important;
  width:100%
} 

.ct_oh_backLink a {color:#2AA59F;font-size:14px;}
.ct_oh_backLink a:hover {text-decoration:underline;}

/**/#ct_oh_inner {
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #f6f6f6;
}
/**/#ct_oh_inner th {
  text-align: left;
}
/**/#ct_oh_inner td {
  text-align: left;
}
/** END order history page styles **/



/** re-order page styles **/
/**/#ct_reorder {}
/**/#ct_reorder_items{}
/**/#ct_reorder_items table {margin-top: 10px; width: 100%; border-collapse: collapse;}
/**/#ct_reorder_items table td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border: 1px solid #888888;
  
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  
  border-top-color: -moz-use-text-color;
  border-top: 0;
  padding: 10px 5px;
}
/**/#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
/**/#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
/**/#ct_accountDetails label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/** END account details page styles **/



/** ADDRESS OPTIONS page **/
/**/#ct_addressOptions {}
/**/#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
  margin: 0 15px 0 0;
  padding: 10px 20px 10px 0;
  border: 0;
  width: 420px;
  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;
  padding: 5px 10px;
  border:1px solid #ccc;
  border-top:0;
  line-height:18px; 
}
.ct_ao_address ul li.ct_ao_header {
  margin: 0;
  background-color: #333593;
  font-weight: bold;
  overflow:auto;
  line-height:27px;
  color:#fff;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: -2px 0 0 10px }
/**/#ct_ao_newAddress {margin-top:20px}
/**/#ct_ao_newAddress a,
/**/#ct_ao_backLink a {
  display:inline-block;
  padding-left:20px;
  background: #fff url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat left center;
    
  /* force hasLayout on IE7 */
  zoom:1;
  *display: inline;
}
/** end ADDRESS OPTIONS page **/



/** NEW ADDRESS page **/
/**/#ct_addressNew {}
/**/#ct_addressNew h1{}
/**/#ct_an_backLink {}
/**/#ct_addressNew ul {list-style:none;padding:0 10px}
/**/#ct_addressNew label {
  width: 180px;
  float: left;
  display: block;
}
/**/#ct_addressNew .ct_form_helper {margin-left:180px}
/** end NEW ADDRESS page **/



/** EDIT ADDRESS page **/
/**/#ct_addressEdit {}
/**/#ct_addressEdit h1 {}

/**/#ct_ae_backLink {display: block; margin: 0 0 10px;}
/**/#ct_addressEdit label {
  width: 180px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_addressEdit .ct_form_helper {margin-left:180px}
/**/#ct_addressEdit div {
  padding: 1px;
}
/** end EDIT ADDRESS page **/



/** account credit page styles **/
/**/#ct_accountCredit {padding:0 0 15px 0;}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
  margin: 2px;
}
/** END account credit page styles **/





/*---------------------------------------------
    OTHER PAGES
---------------------------------------------*/

/** COOKIE POLICY page **/
.ct_cp_header { font-size:14px;margin:25px 0 10px 0; }
/**/#ct_cookie_policy table { border-collapse:collapse; }
/**/#ct_cookie_policy table,
/**/#ct_cookie_policy th,
/**/#ct_cookie_policy td { border:1px solid #999;padding:5px; }
/**/#ct_cookie_policy th { background-color:#c5dce0;color: #277c9a;text-align:left; }
.ct_cp_cookie_header { width:25%; }
.ct_cp_text { margin:0 0 10px 0; }
/** end COOKIE POLICY **/



/** CONTACT US page **/
/**/#ct_contact {}
/**/#ct_contact h1 {}
/**/#ct_c_message {}
/**/#ct_c_details {
  border: 0px;
  padding: 0px;
}
/**/#ct_c_details label {
  width: 250px;
  float: left;
  display: block;
  text-align: left;
}
/**/#ct_c_details div {
  padding: 1px;
}
/**/#ct_c_company label {text-transform:capitalize}
/**/#ct_c_message,
/**/#ct_c_notice {margin: 15px 0 }
/** end CONTACT US page **/


/** CURRENCY SELECTION page **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** SITEMAP page **/
/**/#ct_sitemap {}
/**/#ct_sitemap h1 {}

/**/#ct_sitemap div {
  zoom:1;
  *display:inline;
  width:33%;
  vertical-align:top;
  margin: 0 0 0 20px;
}
/**/#ct_sitemap div#ct_sm_categories {}
/**/#ct_sitemap div#ct_sm_brands {}
/**/#ct_sitemap div#ct_sms {}

/* list titles */
/**/#ct_sitemap h3{}

/**/#ct_sitemap ul {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  line-height:20px;
}
/**/#ct_sitemap ul ul {
  margin: 0;
  padding: 0 15px;
  line-height:20px;
}
/**/#ct_sitemap a {}

/**/#sitemap_additional {}
/** end SITEMAP page **/


/** PAGE NOT FOUND **/
/**/#ctNotFound {}
/**/#ctNotFound  h1 {}
/**/#ctNotFound  p {}
/** end PAGE NOT FOUND **/

#newsletter {
  clear:both;
  padding:10px;
  background-image:url('layout/newsletterbackground.png');
  margin:24px 0;
  box-shadow: -4px 7px 5px #696150;
  height:46px;
  line-height:46px;
}

#newsletterother {
  clear:both;
  padding:10px;
  background-image:url('layout/newsletterbackground.png');
  margin:24px 0;
  box-shadow: -4px 7px 5px #696150;
  height:46px;
  line-height:46px;
}

#mc_embed_signup {
  overflow:auto;
  margin:20px 0;
  height: 40px;
}

#mc-embedded-subscribe {
  line-height:34px;
  height:34px;
  width:34px;
   background-image:url('layoutnew/signup.jpg');
   float:left;
   font-size:0;
   padding:0;
   border:0;
}

#mce-EMAIL {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #b6a998;
  color: #aead9d;
  float: left;
  font-size: 15px;
  margin: 0 10px 0 0;
  width: 150px !important;
}

.sectionboxes {
  float:left;
  width:230px;
  height:316px;
  margin:0 0 0 25px;
  position:relative;
}

.sectionboxes img {
  position:absolute;
  top:13px;
  left:10px;
}

.sectionboxes a {
  position:absolute;
  bottom:20px;
  right:11px;
  color:#8e1516;
  text-decoration:none;
  font-size:14px;
}

.sectionboxes a:hover {
  text-decoration:underline;
}


#sectionbox1 {
  margin:0 !important;
  background-image:url('layout/we-love-background.jpg');
}

#sectionbox2 {
  background-image:url('layout/beautiful-toys-background.jpg');
}

#sectionbox3 {
  background-image:url('layout/best-sellers-background.jpg');
}

#sectionbox4 {
  background-image:url('layout/visit-us-background.jpg');
}

.here {
  color:#42451E;
  font-size:12px;
}


.ct_pd_item_img {
width:130px;
height:130px;
position:absolute;
left:0;
top:15px;
text-align:center;
background-image:url('layoutnew/noimage3.jpg');
}



.ct_pd_item_img img {
  max-width:130px; 
  max-height:130px;
}

#prod_addthis {
 clear:both;
 display:table;
 margin:37px auto 0;
}

#prod_addthis2 {
 float:right;
 width:400px;
  margin:15px 0 0 0;
}

#tabs div:first-child {
 margin:0 !important;
}

.prodtab {
display:inline-block;
height:37px;
line-height:37px;
padding:0 5px;
border-left:2px solid #A9A293;
border-bottom:2px solid #A9A293;
margin:0 0 0 40px;
font-size:12px;
cursor:pointer;
background-color:#E0D5BD;
color:#42451E;
width:90px;

}

.prodtab.on {
font-weight:bold;

}
.prodtab.off {
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.prodcontent {
padding:10px;
background-color:#F8F2E2;
float:right;
clear:right;
width:430px;
color:#333;
height:200px;
}
.prodcontent.on {
display:block;
}
.prodcontent.off {
display:none;
}

.prodcontent p {
margin:0 0 9px;
}

.prodcontent a {
font-weight:bold;
color:#333;
}

#tabs {
  background-image:url('layout/libackgroundon.jpg');
  width:450px;
  float:right;
  text-align:center;
  padding:4px 0;
}


#imagewrap {
  clear:both;
  overflow:auto;
}

#ct_subCategories .ct_module_header {
  display:none;
}

#ct_l_new_welcome {
  display:none;
}

#ct_l_new_register {
  margin:0 0 0 15px;
  font-size:16px;
  color:#42451E; 
  line-height: 1.25em;
}

.guestmessage {
  float:left;
  margin:0 0 0 8px;
  width:365px;
  line-height:17px;
  color:#42451E; 
}



#ct_accountDetails ul {
  margin:15px 0 15px 25px;
}

#ct_accountCredit .submit {
   float:left;
   clear:both;
}

#ct_accountCredit p {
   float:left;
   line-height:32px;
   clear:both;
}

#credit_credit {
  width:100px!important;
}

#ct_searchFilter {
  float:left;
  margin:0 0 15px 0;
}

#searchfilter_sort_type {
  width:160px!important;
  margin:0 0 0 15px;
  border:1px solid #ccc;
}

#ct_searchResults_top .ct_module_header {
  color:#42451E;
}

#product_itemQty {
  width:20px;
}

.ct_pd_item_qtyAdd {
  text-align:left;
  display: inline-block;
}



.ct_vi_recent {
  display:none;
}

.ct_pd_addWishlist_btn {
 background-color:#66CCCC !important;
 margin:0;
 padding:0;
 border-color:#66CCCC !important;
}


.ct_pd_addWishlist_btn:hover {
 background-color:#FFF !important;
 color:#66CCCC;
 border-color:#66CCCC !important;
}

.homeboxes {
  width:246px;
  height:189px;
  position:relative;
  float:left;
  margin:10px 0 20px 20px;
}

#box1 {
  margin:10px 0!important;
}

.homeboxes p {
  position:absolute;
  bottom:10px;
  width:120px;
  padding:9px 12px;
  left:51px;
  border-radius:8px;
  text-align:center;
}

.homeboxes p:hover {
  background-color:#333593 !important;
}


.homeboxes p a {
  color:#fff;
}

.homeboxes p a:hover {
  text-decoration:none;
}

#box1 p {
  background-color:#66CCCC;
}

#box2 p {
  background-color:#9999CC;
}

#box3 p {
  background-color:#666699;
}

.homeboxes a:hover {
  text-decoration:underline;
}

.homeboxes img {
  margin:0!important;
  padding:0 !important;
  border:0!important;
  width:246px;
  height:189px;
}

.ct_associated_product h2 {
  display:none;
}

.ct_b_item_name {
  width:450px;
}



.bottomboxes {
  padding:4px;
  width:314px;
  float:left;
  color:#fff;
  text-align:center;
  margin:0 0 15px 7px;
}


.bottomboxes p {
  padding:10px 0;
  font-size:14px;
  text-transform:uppercase
}

#newin {
  background-color:#2AA59F;
  margin:0!important;
}

#itemofthemonth {
  background-color:#ED705E;
}

#offers {
   background-color:#BC6E83;
}

.copyright {
  font-size:12px;
  margin:3px 0;
}

#brand_carousel {
  border-top:1px dashed #BBBCAB;
  clear:both;
  margin:20px 0;
  text-align:center;
}

#brand_carousel li {
  display:inline-block;
  margin:10px;
}

#brand_carousel li img {
  vertical-align:middle;
}

.ct_pd_item_price.ct_pd_item_value {
   color:#333593;
   font-size:18px;
}

.prodcompare {
  width:400px;
  float:right;
}



#ct_b_cart, #ct_oh_inner, #ct_wl_item {
  padding:6px 10px;
  margin:10px auto;
}

.ct_wl_item {
  width:400px;
  padding:6px 10px;
  border:1px solid #ccc;
  margin:0 0 10px 0;
  overflow:auto;
}

#ct_b_columnHeaders, #ct_oh_inner tr th {
  background-color:#ccc;
  color:#000;
  font-size:12px;
  padding:10px;
  border:1px solid #ccc;
}

.ct_b_item > td, #ct_oh_inner > td {
  border:1px solid #ccc;
  text-align:center;
  font-size:12px;
  padding:8px;
}

.ct_b_item > td > input {
  width:20px;
  font-size:12px;
  border:0;
  text-align:center;
}

.hider {
  display:none;
}

.ct_b_item_img {
  width:127px;
}

.ct_b_item_img .ct_pd_pi_main {
  max-width:150px !important;
  min-width:150px !important;
}



#ct_b_lowerActions {
  float:left;
  width:350px;
  font-size:12px;
}

#ct_contact label {
  width:250px !important;
}

#footercolumn3 img {
  margin:3px 5px 0;
}

.bottomboxes a {
  color:#fff;
}


.bottomboxes a:hover {
  text-decoration:underline;
}

.ct_wl_item_image {
  float:left !important;
  width:120px !important;
  text-align:center !important;
  margin:0 10px 0 0;
}


.ct_wl_item p {
  float:right;
  width:260px;
  text-align:left;
  margin:2px 0;
}



.ct_wl_item_image img {
  max-width:120px;
}

.ct_sb_link.ct_sb_links_viewBasket a {
  display:none;
}

#ct_ao_backLink {
 display:none;
}

#ct_sm_categories ul li:hover {
  background-color:#fff!important;
}

.ct_pd_item_name.ct_pd_item_label {
  clear:none!important;
}

#websitedescription {
  text-align:center;
  margin:15px 0 0 0;
  clear:both;
}

.smallboxes {
  width:141px;
  height:141px;
  position:relative;
  float:left;
  margin:20px 0 20px 18px;
}

#smallbox1 {
  margin:20px 0!important;
}

.smallboxes p {
  position:absolute;
  bottom:10px;
  width:80px;
  padding:7px 8px;
  left:24px;
  border-radius:8px;
  text-align:center;
}

.smallboxes p:hover {
  background-color:#333593 !important;
}

.smallboxes p {
  color:#fff;
}

.smallboxes p a {
  color:#fff;
}

.smallboxes p a:hover {
  text-decoration:none;
}

#smallbox1 p {
  background-color:#3399CC;
}

#smallbox2 p {
  background-color:#66CCCC;
}

#smallbox3 p {
  background-color:#9999CC;
}

#smallbox4 p {
  background-color:#666699;
}

#smallbox5 p {
  background-color:#D3667D;
}

.smallboxes a:hover {
  text-decoration:underline;
}

.smallboxes img {
  margin:0!important;
  padding:0 !important;
  border:0!important;
  width:141px;
  height:141px;
}

#bottomcategory ul {
  margin:0 auto;
  padding:0;
  list-style:none outside none;
  width:172px;
}

#bottomcategory li {
  list-style-type: none;
  margin: 0px;
  padding: 8px;
  position: relative;
  color:#42451E;
  width:146px;
  border-radius:8px;
}

#bottomcategory li:hover {
  background-color:#3399CC;
}

#bottomcategory li:hover a {
  color:#fff;;
}

#bottomcategory li a:hover {
  text-decoration:none;
}

#telephone {
  color:#333593;
  float:right;
  margin:10px;
  font-size:16px;
  float:right;
}

#facebooklinkleft {
  margin:15px 0 0 0;
}

.ct_sr_label {
  display:none;
}

.ct_cs_couriersList td {
  border-bottom:1px solid #999;
  padding:0 0 15px 0;
}

#ct_bs_delivery p {
  margin:10px 0;
}

#summary_giftreceipt_check {
  margin-right:15px;
}

#headerstrapline {
  width:928px;
  margin:0 auto;
  text-align:center;
  padding:10px 20px;
  font-size:15px;
}

.imagedescription {
   color:#888;
   font-size:12px;
}

.ct_smallBasket .ct_module_header {
  display:none;
}

.ct_smallBasket p {
  margin:0 !important;
}

#basketicon {
   background-image:url('layoutnew/basketicon.png');
  background-repeat:no-repeat;
  height:43px;
  width:47px;
  display:inline-block;
}

#basketwrap {
 float:right;
 margin:10px;
 clear:right;
}

.ct_contentPage div li {
   margin:6px 0 6px 20px;
}

.ct_contentPage div p {
   margin:15px 0;
}

.ct_pd_specialOffers
{
   display:none;
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#home-slider {
   height:370px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	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: 'Domine', serif;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}

.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: #c2b59b;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
}

.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: 'Domine', serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Ruby Blu specific */

#home-slider .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 #FFFFFF;
}

#home-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
}/** Lightbox jquery product image styles **/

/**/#jquery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  max-height: 100%!important;
}
/**/#jquery-lightbox {
  position: absolute;
  top: 5%!important;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1000;
  text-align: center;
  line-height: 0;
}
/**/#jquery-lightbox a img { border: none; }
/**/#lightbox-container-image-box {
  display:inline-block;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 10px 40px;
  width: auto!important;
  height: auto!important;
}
/**/#lightbox-container-image {
  position: relative;
  display:inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/**/img#lightbox-image {
  position: relative;
}
/**/#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/**/#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 10;
}
/**/#lightbox-container-image-box > #lightbox-nav { left: 0; }
/**/#lightbox-nav a { outline: none;}
/**/#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
/**/#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
/**/#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
/**/#lightbox-container-image-data-box {
  font-family: 'Domine', serif;
  font-size:12px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  position:relative;
  z-index: 1;
  margin-top:-32px;
}
/**/#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
/**/#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
/**/#lightbox-image-details-caption { font-weight: bold; }
/**/#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
/**/#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* PRODUCT THUMBS */
#ct_pd_product_image {
  position:relative;
  clear:both;
  margin-bottom: 10px;
}
#ct_pd_product_image .ct_pd_pi_main {
  position:relative;
  width:350px;
  padding-top:360px;
  text-align:center;
}


.ct_pd_pi_main {
  background:none;
  height: auto;
}

img.hider {
  display: inline-block;
  
  max-width:100px!important;
  max-height:100px!important;
  margin: 0 5px;
}
img.displayer {
  position:absolute;
  display:block;
  text-align:center;
  top:0;
  margin: 0 auto;
  max-width:350px;
}

/* enlarge message style */
.ct_pd_pi_enlarge {
 display:none;
}

/* hide all none default images on website */
#ct_basket img.hider,
#ct_basketSummary img.hider {display:none!important;}

/* override main image styles on basket */
#ct_basket img.displayer,
#ct_basketSummary img.displayer {
  position:relative;
  top:0;
  margin:0;
  float:none;
  max-width:127px;
  border:6px solid #fff;
  box-shadow:none;
  margin:0 auto;
}
/** END LIGHTBOX image viewer **/.ct_mainContent.ct_contentPage table td{

    padding: 0;


}html {
  background-color: #f56;
 /* background-image:url('layoutnew/background-image.png');*/
  /*background-repeat:repeat-x;*/
}

/*This is the hover effect on top level categories i.e. Beads, Books and Magazines. On the original design this is a blue color. If the top level category has subcategories then these subcategories will also appear in this color. See point 1 on image*/

ul.ct_cm_menu li:hover, ul.ct_cm_menu li > ul {
  background-color:#3399CC;
}

/*This is the color you wish the font color to go when you hover over a top level category. */

ul.ct_cm_menu li:hover a {
  color:#fff;
}

/*This is the hover effect on sub category i.e. Bead Mixes and Bugle Beads are a subcategory of Beads. On the original design this is a lilac color. If the sub category has subcategories i.e. Beads > Bead Mixes has subcategories then these subcategories will also appear in this color. See point 2 on image*/

ul.ct_cm_menu li > ul > li:hover, ul.ct_cm_menu li > ul > li > ul {
  background-color:#9999CC;
}


/*This is the hover effect on a sub category of a sub category i.e. All Bead Mixes and Czech Bead Mixes are a subcategories of the subcategory Bead Mixes. On the original design this is a darker purple color. If the sub category has subcategories i.e. Beads > Bead Mixes > All Bead Mixes had subcategories then these subcategories will also appear in this color at the moment it does not look like you have any on your website. See point 3 on image*/

ul.ct_cm_menu li > ul > li > ul > li:hover, ul.ct_cm_menu li > ul > li > ul > li >ul, ul.ct_cm_menu li > ul > li > ul > li > ul > li  {
  background-color:#666699;
}

ul.ct_cm_menu li > ul > li > ul > li > ul > li:hover  {
  background-color:#66CCCC;
}