/** sprite: base_sprite; sprite-image: url('../../images/base_sprite.png'); sprite-layout: vertical */
/** sprite: button_sprite; sprite-image: url('../../images/buttons_sprite.png'); sprite-layout: vertical */
/******************* 3 col liquid layout ******************************/

body {
	margin:0;
	padding:0;
	border:0;			      /* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:989px;		/* Minimum width of layout - remove line if not required */
					            /* The min-width property does not work in old versions of Internet Explorer */
	font-size: 12px;
	line-height: 1.3em !important;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Helvetica,Arial,sans-serif,'Bitstream Vera Sans' !important;
	
	background: #fff;
	
}

h1, h2, h3, .divh1, .divh2 {
	margin:.3em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
/*	margin:10px 0 5px; */
}

b { font-weight: 700 }

a:hover { text-decoration: underline; }
a, a:visited { text-decoration: none; }

#pagecontainer {
  margin-left: auto;
  margin-right: auto;
  width: 1245px;
  position: relative;
  box-shadow: 1px 3px 3px 3px #888;
  background: #fff;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background: #fff;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#clickHome {
  cursor: pointer;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 500px;
  z-index: 900;
}

#GillettsName {
  font-family: Serif;
  font-weight: 600;
  font-size: 38px;
  width: 300px;
  float: left;
  line-height: 34px;
  text-align: left;
  color: #4A3805;
  display: block;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
	.holygrail {
	    padding: 10px 0;
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-230px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:450px;         	/* Left column width + right column width */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:230px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 0 0 230px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:10px;         	/* Width of the left-had side padding on the left column */
        background-color: #fff;
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	background: #fff;
}
#footer p { padding:10px;	margin:0; }
#footer a { text-decoration: none; }
#footer_divider { background-color: #694E43; margin: 0 0 2px; }

#seo_capture { text-align: center; color:#CCCCCC; font-size: 0.8em; }


#gilletts { display: none; }



#heading { background: #fff;  height: 80px; text-align: right; }
#top_menu { position: relative; right: 2%; }
#top_phone { position: relative; right: 2%; }

#GillettsName { margin-top: 8px; margin-left: 9px; }
#GillettsLogo { float:left; margin:3px 10px 5px 3px; width:47px; height:60; }


#breadcrumb_container { height: 30px; padding: 6px 7px; margin: 0 0 6px; background-color: #694E43; box-shadow: 0 2px 2px 1px #666;}
#breadcrumb_container input { 
        background-repeat: no-repeat;
        background-position:3px 3px;        
        background-image: url(/images/icons/search_colour.png);    /** sprite-ref: base_sprite; */    
        float: right;  
        border-radius: 5px;  
        background-color: #FFF;  
        height: 23px;  
        width: 180px;  
        color: #85BDD1;  
        font-size: 12px;  
        padding-left: 25px;  
}
.breadcrumb, .headerNavigation { border-radius: 5px;  background-color: #272123; padding:5px; text-decoration: none; }
#breadcrumb_container .headerNavigation:last-child{ background-color: transparent; cursor:text; text-decoration: none; color: #fff; text-shadow: 1px 1px 1px black;}
#tracking_code { clear:both;}

/***********************************************************************************************************/

H1, H2, H3, H4, .divh2 {
  font-weight: 400;
  line-height: 1.2em;
  margin: 10px 0 8px;
}

H1 { font-size: 24px; }
H2, .divh2 { font-size: 18px; }
H3 { font-size: 14px; }
H4 { font-size: 14px; }


ul.indent {
  margin-left: 5px;
}


.homepageBannerContainer {height: 300px; width:730px !important;}
.homepageBannerContainer .slide_mainmask {
  box-shadow: 5px 5px 5px #888;
  border: 1px solid #694E43;
  border-radius: 5px;
}





/* ----------------------------------- */
/* -----  Specific Placeholders ------ */

.findusonfacebook { margin-left:15px;height:74px; }
#jaa_member { width: 181px; height: 97px; float: left; margin-left: 5px; }
#footer #trust_shield { width: 120px; height: 70px; float: right; margin-right: 5px; }
#heading #trust_shield2 { height: 70px; float: right; margin-right: 5px; margin-top: 4px; }
#qreport_insurance { width: 160px; height: 135px; float: right; margin-right: 5px; }


/* ----------------------------------- */
/* ----------  InfoBox     ----------- */

.infobox {
  border-radius: 5px; 
  background-color: #F7F7F9;
  border: 1px solid #694E43;
  padding:5px;
  text-decoration: none;
  box-shadow: 3px 3px 3px #888;
  /* width: 90%; */
  margin: 0px 5px 12px 0px;
}

.infobox>h2, .infobox>div {
 background-color: #694E43;
 margin: -5px -5px 5px -5px;
 color: #fff;
 padding: 3px;
 padding-left: 10px;
 font-weight:700;
 font-size:13px;
}

.infobox h2 a { color: #fff; }
.infobox a {
  text-decoration: none;
}

.infobox>img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.infobox.attention {
  border: 2px solid #F3E38C;
}
.infobox.attention>h2 {
  background-color: #F3E38C;
}

.whitebg {
 background-color: #FFF !important;
}

.yellowbg {
  background-color: #FFF6CF !important; 
}

.yellowbg h2:before {
  content: url(/images/icons/important_22.png);
  padding-right: 5px;
}

.promo {
  position: relative;
  background-color: #FFF6CF !important; 
  width: 300px;
}

.promo h2:before {
  content: url(/images/icons/promo_sml.png);
  padding-right: 5px;
}

.promo h2 {
  line-height: 32px;
  vertical-align: middle;
}

.promo>img {
  max-width: 50%;
  float: right;
}

.floating {
  position: fixed !important;
  top: 10px;
}


b {
 color: #694E43;
}

/* ----------------------------------- */
/* ----------  Billboards  ----------- */

.aBillboard {
  position: relative;
  width: 200px;
  overflow: hidden;
  height: 200px;
  border: 1px solid #990000; 
  border-radius: 4px;
  margin-bottom: 12px;
}
  
.aBillboard a {
  text-decoration: none;
  color: #000;
}
  
.billboardFront, .billboardDetail {
  padding: 10px;
  height: 180px;
}
  
.billboardFront {
  margin-top: 0;
}

.billboardFront h3 {
  font-size: 13px;
  font-weight: bold;
  color: #262626;
  font-family: "Open Sans", arial, sans-serif;
}
  
.billboardDetail {

}


/* ----------------------------------- */
/* ----------  Navigation  ----------- */

h2.h, div.h { padding: 3px; background-color: #694E43; border-radius: 3px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);}
h2.h a, div.h a { text-decoration: none; color: #fff; }
a.trigger {
   background-repeat: no-repeat;
   background-position: 1px 3px;
   background-color: transparent; 
   background-image: url(/images/icons/right_arrow_sml.gif); /** sprite-ref: base_sprite; */
   padding-left: 14px; 
   font-weight:500;
}
a.trigger.open {
   background-repeat: no-repeat;
   background-position: 1px 3px;
   background-image: url(/images/icons/down_arrow_sml.gif); /** sprite-ref: base_sprite; */
   background-color: transparent; 
   }
#factsAcc>li>h2.h, #factsAcc>li>div.h { padding: 3px; background-color: transparent; }
#factsAcc>li>h2.h a.trigger, #factsAcc>li>div.h a.trigger { text-decoration: none; color: #694E43; background: transparent; font-weight:200;}
.inner{ padding-left: 5px;}
.accordion>li {margin-bottom: 10px; }
.accordion .h { font-size: 12px;}

/* ----------------------------------- */
/* -------- Category Listing ---------- */

.catListing { margin-left: auto; margin-right: auto; width:920px }
.catListing li a img { border: 0; width:125px; height:94px; }
.catListing li { float: left; text-align: center; margin: 10px;  border: 1px solid #F7F7F9; border-radius: 4px; padding: 3px; box-shadow: none; width:125px; height:125px;}
.catListing li:hover { box-shadow: 3px 3px 3px 3px #888888; -webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2)}
/* ----------------------------------- */
/* -------- Product Listing ---------- */

#category_full_desc_div img { float: right; width:125px; height:94px }

.ind_product           { width:182px; height: 170px; padding-left:8px; padding-right:8px; float:left; text-align:center; font-size: 11px; cursor: pointer; cursor: hand; overflow: hidden; }
.ind_product_selected  { width:182px; height: 170px; padding-left:8px; padding-right:8px; float:left; text-align:center; font-size: 11px; cursor: pointer; cursor: hand; overflow: hidden; background-color: #F7F7F9; }
.ind_product:hover     {  background-color: #EFF8FF; }


.no_products_meet { font-size: 1.6em; font-weight: bold; }

.paginationHeaderFooter { clear:both; }
.paginationRight { float: right; }
.paginationLeft { float: left; }
.paginationRight b { margin-right: 2px; }
.paginationNumber { cursor: pointer; text-decoration: underline; margin-right: 2px; }
.pagination {text-align: right; }
#pagination_footer { margin-bottom: 25px; }



.loading {
 position:absolute; width:182px; height: 148px;
 text-align: center;
 font-size: 14px;
 cursor: wait;
 color:#900;
 text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
 background-color: rgba(255, 255, 255, 0.8)
 }

.please_wait {
 position:absolute;
 width:182px;
 height: 148px;
 background-color: #ffffff;
 border: 2px solid #990000;
 /*padding-left:9px; padding-right:9px; */
 float:left; text-align:center;
 font-size: 10px;
 cursor: wait;
 z-index:999;
}



.products_wrapper { border: 1px solid #990000; border-radius: 5px; padding-top:2px; clear: both;}
#products_wrapper_end { clear:both; }

#prods {
  border: 0px solid #990000;
  clear:right;
  width:100%;
  display: none;
}


/* ----------------------------------- */
/* ----------  Filter Box  ----------- */
#filter {clear: both }
#filters_container { margin-top: 5px; }
#filters { background: #F7F7F9; min-height:60px; padding:2px 5px 2px 5px; border-radius: 0 0 5px 0; position: relative; border: 1px solid #694E43; }
.filter_option { float: left; margin-right:8px; white-space: nowrap; }
.filter_option label:hover { cursor: pointer; color: #990000}
.filter_in_words_inactive { background-color: #694E43; border: 1px solid #694E43; border-radius: 5px 5px 0 0; color: #fff; padding: 3px; }
.filter_in_words_active { background-color: #FDFDF9;  border-bottom: 1px solid #990000;  color:  #990000;  margin-bottom: 2px;  padding: 3px; }
.filter_in_words_inactive b, .filter_in_words_active b { color: #fff; }
#filter_wording A { /* color: #FDFDF9; */ }
#filterstabs > * { font-size: 12px; }
#filterstabs { overflow: hidden; width: 100%; margin: 0; padding: 0; z-index: 2; list-style: none; height: 20px; }
#filterstabs li { float: left; margin-right: 5px; }
#filterstabs a {
  position: relative;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.2) 91%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(10%,rgba(255,255,255,0.2)), color-stop(20%,rgba(255,255,255,0.1)), color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.1)), color-stop(91%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */   border: 1px solid #694E43;

  background-color: #694E43; /* Old browsers */
  padding: 0 4px;
  /*float: left;*/
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 0 3px rgba(0,0,0,.4);
}
#filterstabs a:hover,
#filterstabs a:focus { background: #990000; filter: none; outline: 0; }
#filterstabs #current a { background: #990000 !important; filter: none; z-index: 3; }
/* filter sliders */
#priceFilterSliderDiv { width: 301px; display: table; margin:20px; }
#pricefrom { position: relative; bottom: 50px; left: 150px; }
#priceto { position: relative; top: -27px; left: 540px; display: table; }
.pricefilterlabel { width: 20px; float: left; }
.pricefilterlabel2 { width: 300px; margin-top: -25px; }
#rowsPerPageSliderDiv { width: 50px; margin:auto; margin-top: -15px; }
#rowperpage {float:right; width: 160px; }
#rowsPerPageSliderVal { margin:10px auto; }

/* ----------  SliderBar  ----------- */

.sliderbar { width: 400px;	border: 1px solid #CCC;	height: 8px;	border-radius: 4px;	}
.noUi_handle { height: 8px;	width: 8px; }
.sliderbar, .noUi_midBar { 
  height: 8px; 
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.87) 81%, rgba(255,255,255,0.87) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.18)), color-stop(81%,rgba(255,255,255,0.87)), color-stop(100%,rgba(255,255,255,0.87))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 30%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 30%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 30%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* IE10+ */
  background-image: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.18) 30%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#deffffff',GradientType=0 ); /* IE6-9 */
	background-color:				#2673AB;
}
.noUi_sliderKnob {	z-index:5;	width: 16px;	height: 16px;	position: absolute;	top: -4px;	left: -4px;	border: 1px solid #CCC;	border-radius: 5px; 	background-color: #EEE;	cursor: pointer; }
.noUi_sliderKnob:hover, .noUi_activeHandle { background-color: #adcbe1;	border-color: #2673AB; }
#priceFilterSliderDiv .noUI_sliderKnob { background-repeat: no-repeat; background-position: center top; height: 20px; }
#priceFilterSliderDiv .noUi_upperHandle > .noUI_sliderKnob { 
   background-repeat: no-repeat;
   background-position: center top;
   background-image: url(/images/icons/down_arrow_lrg.png); /** sprite-ref: base_sprite; */
   background-color: #EEE; 
}
#priceFilterSliderDiv .noUi_lowerHandle > .noUI_sliderKnob { 
   background-repeat: no-repeat;
   background-position: center top;
   background-image: url(/images/icons/up_arrow_lrg.png); /** sprite-ref: base_sprite; */
   background-color: #EEE; 
   }

/* --------- END Filter Box  --------- */
/* ----------------------------------- */


/* ----------------------------------- */
/* ---------     Buttons     --------- */

.actionbgcolor { 
  background-color: #990000 !important;
}

.transbutton:before, .button:before {
  background: none no-repeat scroll 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.15em 0 0 0.15em;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  float: left;
  font-size: 1.5em;
  margin: 0 .5em 0 -1em;
  padding: 0 0.2em;
  pointer-events: none;
  text-align: center;
  width: 1em;
  content: url(/images/pixel_trans.gif); 
}


button.button, input.button {
    cursor: pointer;
    overflow: visible;
}

.transbutton, .button {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.2) 91%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(10%,rgba(255,255,255,0.2)), color-stop(20%,rgba(255,255,255,0.1)), color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.1)), color-stop(91%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */   border: 1px solid #694E43;
    /* border-radius: 0.82em 0.82em 0.82em 0.82em; */
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #fff !important;
    display: inline-block;
    font: bold 1.12em/2em Arial,Helvetica;
    /* margin: 1em 0.5em; */
    margin: 0.3em 0.5em;
    padding: 0 1.5em;
    text-decoration: none;
    /* line-height: 2.5em; */
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    white-space: nowrap;
    background-color: #BFA5A7;
}


.button:hover {
    /* background-image: -moz-linear-gradient(center top , #1A5B8F, #F7F7F9); */
    opacity: 0.7;
}

/* removes extra side spacing in IE */
transbutton.button, button.button{  overflow: visible;}

/* removes extra inner spacing in Firefox */
transbutton.button::-moz-focus-inner, button.button::-moz-focus-inner{  border: 0;  padding: 0;}


.white {
    background: #fff;
    color: #000;
    border: 0px;
    text-shadow: none;
    box-shadow: none;
    padding: 0px;
    font-weight: 200;
}

.white:hover {
   text-shadow: 2px 2px 10px #FFFFA5;
   background: #FFFFA5;
}

.transbutton {
    background: rgba(255,255,255,0.70) !important;
    color: #000;
    border: 0px;
    box-shadow: none;
    font-weight: 200;
    text-shadow: none;
}

.transbutton:hover {
   text-shadow: 2px 2px 10px #FFFFA5;
   background: #FFFFA5;
   opacity: 0.7;
}

.enlarge:before {
   background-position: 4px 2px;
   background-image: url(/images/icons/zoom.png); /** sprite-ref: button_sprite; */
   background-color: rgba(255,255,255,0.50);
   box-shadow: none;
}

.enlarge {
  color: #000 !important;
}

a.question:before {
    content: "?";
}

a.requestprice:before {
    content: "$";
}

.signin:before, 
.password:before {
  background-position: 3px 2px;
  background-size: 22px auto;
  background-image: url(/images/icons/password.png); /** sprite-ref: button_sprite; */
}

.readmore:before {
  background-position: 3px 3px;
  background-size: 22px auto;
  background-image: url(/images/icons/read.png); /** sprite-ref: button_sprite; */
}

.email:before {
  background-position: 3px 2px;
  background-size: 22px auto;
  background-image: url(/images/icons/email.png); /** sprite-ref: button_sprite; */
}

.bookmark:before {
  background-position: 3px 2px;
  background-size: 24px auto;
  background-image: url(/images/icons/bookmark.png); /** sprite-ref: button_sprite; */
}
.print:before {
  background-position: 4px 2px;
  background-size: 24px auto;
  background-image: url(/images/icons/print.png); /** sprite-ref: button_sprite; */
}

.wishlist:before {
  background-position: 6px 3px;
  background-size: 20px auto;
  background-image: url(/images/icons/wishlist_yes.png); /** sprite-ref: button_sprite; */
}

.back:before {
   content: "\2190";
}


.addtocart:before{
	 content: "\271A";
}

.request:before{
	 content: "$";
}

.send:before{
	 background-position: 4px 3px;
	 background-image: url(/images/icons/send.png); /** sprite-ref: button_sprite; */
}
.close:before{
	 background-position: 7px 5px;
	 background-image: url(/images/icons/cross.png); /** sprite-ref: button_sprite; */
}


.checkout:before {
	 background-position: 2px 2px;
   background-image: url(/images/icons/paddlock.png); /** sprite-ref: button_sprite; */
}

.checkoutBig:before {
  background-position: 5px 5px;
  background-image: url(/images/icons/paddlock_mid.png); /** sprite-ref: button_sprite; */
}

.update:before {
  background-position: 4px 2px;
  background-image: url(/images/icons/update.png); /** sprite-ref: button_sprite; */
}

.checkoutBig {
  font-size: 22px;
}

.cart:before {
	 background-position: 6px 6px;
   background-image: url(/images/icons/cart.png); /** sprite-ref: button_sprite; */
}

.continue:before {
	 background-position: 2px 2px;
   background-image: url(/images/icons/continue_down.png); /** sprite-ref: button_sprite; */
}

.giftwrap:before {
  background-position: 4px 4px;
  background-size: 20px auto;
  background-image: url(/images/icons/wrapping.png); /** sprite-ref: button_sprite; */
}

.button.confirm {
  font: bold 1.7em/2em Arial,Helvetica;
}

.button.confirm:before {
  content: "\1F44C";
}

/* --------- END Buttons     --------- */
/* ----------------------------------- */


#products_search_result_text { color: #990000; } /* This might not be used anymore */

#gift_voucher_question { 
  color: #CC0000;
  font-size: 20px;
  line-height: 0.9em;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff; 
}
#gift_voucher_answer {
  color: #CC0000;
  font-size: 20px;
  line-height: 0.9em;
  position: relative;
  text-shadow: 0 0 0.4em #fff, 0 0 0.4em #fff, 0 0 0.4em #fff;
  top: 127px;
}

.w350 { width: 350px; }
.w500 { width: 500px; }
#facts .trigger { padding-left: 0px;  }

#products_image_box {
	float:left;
	text-align: center;
	width:320px;
	margin-right: 0px;
}

#products_image {
	width: 320px;
	height: 240px;
}

#products_details_name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  margin: 1px 0 8px;
  text-shadow: 1px 1px 1px #888;
}

.product_info_sku {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 3px;
}

.layby_price_tag {
   color: #694E43;
   font-size: 13px;
   font-weight: 700;
}

#customring_buttons1 {
  min-height: 68px;
}

.rrp_price {
  color: #9F9F9F;
  font-size: 13px;
  font-weight: bold;
}

#product_image {
  /* 
  width: 320px;
  height: 240px;
  */
}

.extraimg {
	padding-bottom:3px; 
	float: left; 
	width:172px; 
	height:129px; 
	filter:alpha(opacity=40); 
	opacity:.40;
}

.currentimg {
	filter: none;
	opacity: 1;	
}


#product_price {
  font-weight: 400;
  line-height: 1.2em;
  margin: 1px 0 8px;
  font-size: 40px;
  text-shadow: 1px 1px 1px #666;
  font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif
}

#products_description ul {
	list-style: disc inside none;
	margin: 3px 3px 10px 14px	
}

.rrp_hide { display: none; }

#order_now {
    padding: 1px;	
}

.phone_number:before {
	vertical-align:-22%;
	content: url(/images/icons/phone.png); 
}


.instock {
  color:#279F2C;
  font-weight:700;
}

.backorder {
  color:#DF2929;
  font-weight:700;
}

.discontinued {
  color:#7FC0FF;
  font-weight:700;
}

.engravenote {
 display: none;
 background-color: #FFCFCF;
}

#availableOptions li {
  display: table-row;  
  border-bottom: 1px solid #D5D5D5;
}

.attributeLabel {
  font-weight: 700;
  display: table-cell;
  border-top: 1px solid #D5D5D5;
  padding:10px;
  white-space: nowrap;
  vertical-align: top;
}

.attributeValue {
  display: table-cell;
  border-top: 1px solid #D5D5D5;
  padding:10px;
 
}


.hide { display: none !important; }
#cartForm { padding-top: 10px; }

#products_details {
  clear:both;
}

#products_details_info_links {
	
}

#products_details_info_links a { clear: both; }

#related_information {
  white-space: nowrap;
  display: table-cell;
}

#utplayer {
  position:relative;
}

.youtubewrapper {
  position:relative;
}


.utfacebook {
  left: 0px;
  top: 0px; 
  /*position: absolute; */
  /* width:32px; */
  height:32px; 
  cursor: pointer; 
  display:none;
  z-index:4;
  background: #fff;
}

.utfacebook h2 { 
  float: left;
  margin: 0;
  margin-left: 5px;
}

.utfacebook img {
  float:left;
  height:32px; 
  width: 32px;
  margin: 0;
}


.hoverClose {
  background-position: 0 -30px;
  background-image: url(/images/icons/close.png); /** sprite-ref: base_sprite; */
  content: " ";
  height: 30px;
  position: absolute;
  right: -24px;
  top: -24px;
  width: 30px;
  z-index: 99999;
  cursor: pointer;
}

.hoverClose:hover{
  background-position: 0 0;
  background-image: url(/images/icons/close.png); /** sprite-ref: base_sprite; */
}

/* ---------------------------------- */
/* --------- product flags  --------- */

.prod_flag_container {
  display: inline;
  height: 0px;
  width:0px;
  position: relative;
}

.prod_flag {
  position: absolute;
  top: -80px;
  left: -144px;
  width: 48px;
  height: 48px;
}

.f1 {
  background-repeat: no-repeat;   
  background-image: url(/images/icons/icon_new_big.png); /** sprite-ref: base_sprite; */
}

.f2 {
  background-repeat: no-repeat;   
  background-image: url(/images/icons/icon_topseller_big.png); /** sprite-ref: base_sprite; */
}

.f3 {
  background-repeat: no-repeat;   
  background-image: url(/images/icons/video_icon.png); /** sprite-ref: base_sprite; */
}

.f4 {
  background-repeat: no-repeat;   
  background-image: url(/images/icons/video_new_icon.png); /** sprite-ref: base_sprite; */
}

.prod_flag_details span, .prod_flag span {
  display: none;
}

.prod_flag_details {
  float: right; 
  width: 48px;
  height: 48px;
}

/* -------- END product flags ------- */
/* ---------------------------------- */

/* ----------------------------------------- */
/* ------ END attribute lists images ------- */

.attrvalue img {
  cursor: pointer;
  border: 4px solid #FFF;
}


.attribute_list li:hover {
  background-color: #990000;
}


.attribute_list { 
  /* width: 640px; */ 
  padding-left:0px; 
}

.attribute_list li { 
    
    cursor: hand;
    cursor: pointer;
    
    float: left; 
    list-style: none; 
    margin: 3px; 
    border: 1px solid grey;
    padding: 3px;
    border-radius: 5px;
    /*
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    */
    margin-bottom: 5px;
}

.attribute_list li img { 
    border: 0px; 
}

.attribute_list_selected {
  background-color: #FEFF7F;
}

.attribute_list li input {
 display: none;
}

.attribute_list img {
  margin: 0px;
}


/* ------ END attribute lists images ------- */
/* ----------------------------------------- */


.freeShippingAddToCart {
  background-image: url("/images/free_shipping.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 95px auto;
}


#freeShipping {
  clear: both;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/free_shipping.gif); /** sprite-ref: base_sprite; */
  background-attachment: scroll;
  background-color:transparent;
  padding-left: 170px;
  min-height: 124px;
}

#giftWrapping {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/gift_wrap.jpg); /** sprite-ref: base_sprite; */
  background-attachment: scroll;
  background-color: transparent;
   padding-left: 170px;
  min-height: 124px;
}



/* ------------------------------------------------------- */
/* --------- Hardcoded DB backward compatability --------- */
.spectable {
 border-collapse: separate;
 border-spacing: 2px;	
}

TD.specdata {
    vertical-align: top;
}
TD.speclabel {
    font-weight: 700;
    text-align: right;
    vertical-align: top;
}
TD.attrlabel, TD.attrvalue {
    border-bottom: 0 solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-top: 7px;
}
TD.attrlabel {
    border-left: 0 solid #CCCCCC;
    font-weight: 700;
}
TD.attrvalue {
    border-right: 0 solid #CCCCCC;
}
.features {
    /* cursor: pointer; */
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.features li {
    border: 2px solid #CCCCCC;
    float: left;
    margin: 0 2px 2px 0;
    padding: 0;
}
.features li:hover {
    border-color: #990000;
}
SPAN.feature_desc {
    display: none;
}
.watch_manual {
    margin: 5px 0 10px;
}

#watch_features img { 
  margin: 0;
}

#watch_features li {
    height: 40px;
    line-height: 0.5em;
    width: 40px;
    list-style: none !important;
}
#watch_features_show {
    clear: left;
    height: auto !important;
    margin: 3px 0 0;
    min-height: 50px;
}
#watches_freeshipping {
    background-color: #990000;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    margin: 5px;
    padding: 3px;
}


/* ------- END Hardcoded DB backward compatability ------- */
/* ------------------------------------------------------- */


.highslide img, img.highslide{
  border: 0 !important;
  cursor: url(/images/icons/search_colour.png), pointer !important;
}


/***/

#dynForm, #dynFormSending {
  border-radius: 5px; 
  background-color: #F7F7F9;
  border: 1px solid #694E43;
  padding:5px;
  text-decoration: none;
  box-shadow: 3px 3px 3px #888;
  width: 320px;
  margin-bottom: 12px;
  position: absolute;
  height: 240px;
  opacity: .95;
  z-index: 9999;
}

#dynForm h3 {
 background-color: #694E43;
 margin: -5px -5px 5px -5px;
 color: #fff;
 padding: 3px;
 padding-left: 10px;
 font-weight:700;
 font-size:13px;
}

#dynForm h3 a { color: #fff; }
#dynForm a {
  text-decoration: none;
}

.dynFormContent li {
  display: table-row
}

#dynForm input {
 /*display: table-cell;*/
}

#dynform input.text {
  width:200px;
}


#dynForm input:text {
 width:90%;
}

#dynForm label {
  display: table-cell
}

#dynForm textarea {
  width: 318px;
  height: 118px;
}

#dynFormSubmit {
 position: absolute;
 bottom: 0px;
 left: 0px;
}

#dynFormClose {
 position: absolute;
 bottom: 0px;
 right: 0px;
}

#dynFormSending {
 text-align: center;
 font-size: 20px;
 height: 240px;
}

#dynFormSending img{
  height: 16px;
  width: 16px;
  margin-top: 100px;
}

.dynFormError{
  background-color: #FF9F9F;
  opacity: 0.8;
}

#questionRow, #questionLabel {
 display: inline !important;
}


/***/


/* ----------------------------------------- */
/* ------ Home Page                  ------- */
/* ----------------------------------------- */
.homeBox {
  margin-left: auto;
  margin-right: auto;
  width: 1005px;
  padding-top:10px;
} 
.homeBox li div {
  border: 1px solid #000000;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 2px #999999;
  height: 180px;  
  width: 100%;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  }
  
.homeBox li div:hover { 
  -webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);
  box-shadow: 0px 0px 13px 3px #FEFF7F;
}
  
  
.homeBox li {
   margin: 5px;
   float:left;
   width:  325px; /* 340px; */
   height: 230px; /* since the text is a variable length we want to ensure they all float fully left */
}

.homeBox a{
  text-decoration: none;
  color: inherit;
 } 

.homeBox H1 {
  background-color: rgba(255, 254, 250, 0.7);
  border-radius: 5px 5px 0 0;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 2px;
  text-shadow: 1px 1px 1px #888;
}


.cleanInfoBox {
  border: 1px solid #999999;
  border-radius: 10px 10px 10px 10px;
  margin: 10px auto;
  padding: 10px;
  /* width: 85%; */
}

.cleanInfoBox H2{ 
 text-shadow: 2px 2px 2px #888;
}

.productList li { float:left; width: 33%; text-align:center}

.clear { clear: both; }
.clearleft { clear: left; }
.floatright { float: right; }
.floatleft { float:left; }

/* ------ HOMEPAGE BOXES ------- */

#HbEngRings div { background-image:url(/images/homepage/hb/engagment.rings.jpg); }  
#HbLadiesWeddingRings div { background-image:url(/images/homepage/hb/ladies.wedding.jpg); }  
#HbMensWeddingRings div { background-image:url(/images/homepage/hb/mens.wedding.ring.jpg); }  

#HbForHer div { background-image:url(/images/homepage/forHer.png);}
#HbForHim div { background-image:url(/images/homepage/forHim.png); }
#HbPandora div { background-image:url(/images/homepage/hb/new.pandora.jpg);}
#HbDisneyCouture div { background-image:url(/images/homepage/disneyCouture.png);}
#HbDisneyWatches div { background-image:url(/images/homepage/disneyWatches.png);}
#HbMissChamila div { background-image:url(/images/homepage/hb/chamilia.jpg); }
#HbMensWatches div { background-image:url(/images/homepage/hb/mens.watches.jpg); }
#HbLadiesWatches div { background-image:url(/images/homepage/hb/ladies.watch.jpg); }

/* --- Pandora --- */
#HbPandoraBraceletBuilder div { background-image:url(/images/homepage/hb/pandora.builder.jpg); }
#HbPandoraCharms div { background-image:url(/images/homepage/hb/pandora.charms.jpg); }
#HbPandoraBracelets div { background-image:url(/images/homepage/hb/pandora.bracelets.jpg); }
#HbPandoraNecklaceCreator div { background-image:url(/images/homepage/hb/pandora.necklace.jpg); }
#HbPandoraRings div { background-image:url(/images/homepage/hb/pandora.rings.jpg); }
#HbPandoraEarrings div { background-image:url(/images/homepage/hb/pandora.earrings.jpg); }
#HbPandoraMixAndMatch div { background-image:url(/images/homepage/hb/pandora.mixnmatch.jpg); }
#HbPandoraPendants div { background-image:url(/images/homepage/hb/pandora.pendant.jpg); }
#HbPandoraWatches div { background-image:url(/images/homepage/hb/pandora.watches.jpg); }

.homepageTop {
  margin: 0 0 0 10px;
}
.homepageTop li { float: left; }

#pandoraGift {
  background-position: 25px 0px;
  background-repeat: no-repeat;
  background-image: url(/images/homepage/pandora_gift.png); /** sprite-ref: base_sprite; */
  background-attachment: scroll;
  background-color: rgba(247, 247, 249, 0.8);
  border: 1px solid #333333;
  border-radius: 10px 10px 10px 10px;
  height: 110px;
  margin: 5px 0 0 9px;
  padding: 0px 20px 40px 20px;
  width: 215px;
}



#pandoraGift H1 {
   font-size:x-large; 
   text-shadow: #fff 1px 2px 2px;
}


#moreJewellery H1 {
   font-size:x-large; 
   text-shadow: #fff 1px 2px 2px;
   text-align: center;
}


#shipping {
  background-position: 115px 30px;
  background-repeat: no-repeat;
  background-image: url(/images/homepage/parachute_box_256.png); /** sprite-ref: base_sprite; */
  background-attachment: scroll;
  background-color: rgba(65, 64, 66, 0.8);
  border: 1px solid #333333;
  border-radius: 10px 10px 10px 10px;
  height: 103px;
  margin: 0 0 0 9px;
  padding: 20px;
  width: 215px;
  color: white;
}

#shipping H1 {
  font-size:x-large; 
  color:white; 
  text-shadow: #000 1px 2px 2px;
}

/* ----------------------------------------- */
/* ------  END Home Page             ------- */
/* ----------------------------------------- */


.headerNavigation:before, .breadcrumb:before {
  content: url(/images/icons/breadcrumb_arrow.png);
  left: -3px;
  top: 8px;
  position: relative;
}

.xlink {
  text-decoration: underline;
}

#imagePreview{
	position:absolute;
	border:1px solid #ccc;
	display:none;
	}

/*	
	
#ilikeinfobox .button:before {
  border-radius: 0;
  }

#ilikeinfobox .button {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: black;
  display: block;
  margin: 0;
  text-shadow: none;
}

*/

.savelike:before {
  background-position: 3px 2px;
  background-image: url(/images/icons/save_all.png); /** sprite-ref: button_sprite; */
}

.searchbutton:before, 
.comparelike:before {
  background-position: 4px 3px;
  background-size: 22px auto;
  background-image: url(/images/icons/search_lrg.png); /** sprite-ref: button_sprite; */
}
div.ilikeimage {                          /* pandora and shopping cart */
  width: 80px;
  /* height: 60px; */
  float: left;
  text-align: center;
  padding-left: auto;
  padding-right:auto;
  margin-right: 5px;
  overflow: hidden;
}

div.ilikeimage img {
  margin: 0;
}

div#products_liked_products {             /* ilikedproducts infobox */
  width:100%; 
  clear:both; 
  overflow-y: auto;
  overflow-x: hidden;
  
}   

#imagePreview {
  box-shadow: 5px 5px 5px #666;
}



/***/

#addedtocart {
  border-radius: 5px; 
  background-color: #F7F7F9;
  border: 1px solid #694E43;
  padding:5px;
  text-decoration: none;
  box-shadow: 3px 3px 3px #888;
  width: 320px;
  margin-bottom: 12px;
  position: absolute;
  height: 240px;
  opacity: .95;
  z-index:999;
}

#addedtocart h3 {
 color: #694E43;
 padding: 3px;
 padding-left: 10px;
 font-size:16px;
 text-shadow: 1px 2px 2px #888888;
}

#addedtocart h3 a { color: #fff; }
#addedtocart a {
  text-decoration: none;
}

#addedtocart .button {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
	
#cartinfobox .button {
  /* background: none repeat scroll 0 0 transparent; */
  /* border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: black; */
  display: block;
  margin: 3px;
  /* text-shadow: none; */
}

#cartinfobox .button:before { border-radius: 0; }

div.cartimage {                          
  width: 80px;
  height: 63px;
  float: left;
  text-align: center;
  padding-left: auto;
  padding-right:auto;
  margin-right: 5px;
  overflow: hidden;
}

div.cartimage img {
  margin: 0;
}

div#cart_products {             
  width:100%; 
  min-height: 64px;
  /* clear:both; */
  overflow-y: auto;
  overflow-x: hidden;
  
}   



/*********************************************/
/********** Custom Rings Options *************/

.custom_option_box {
  margin: 1px;
}

.option_table, .option_table_alert {
  border: 1px solid #694E43;
  background-color: #F7F7F9;
  width: 100%;
  margin-bottom: 3px;
}

.option_table_alert {
  border-color: red;
}

.option_title, .option_help {
 background-color: #694E43;
 color: #ffffff;
 font-weight: 700;
}

.option_help {
  padding-left: 3px;
  cursor: pointer;
  text-align: right;
  padding-right: 4px;
}

.option_data {
  padding: 1px;
}

.option {
  cursor: pointer;
  border: 2px solid #F7F7F9;
  width: 70px;
  float: left;
  padding: 1px;
  margin: 1px;
  white-space: normal;
}

.option:hover {
  background-color: #EFF3FF;
}

.selected_option {
  border: 2px inset #694E43;
  width: 70px;
  background-color: #FFFFFF;
  float: left;
  padding: 1px;
  margin: 1px;
  white-space: normal;
}

.message{
  border: 2px solid red;
  background-color: #FFB3B5;
  font-weight: 700;
  color: black;
}

.band {
  width:240px;
}

.imageDescription {
  padding-left: 10px;
  color: #3A9F35;
  font-style: italic;
}

#customring_container {
  width: 322px;
  float: right;
}

#imageDescription {
  color: #3A9F35;
  font-style: italic;
  padding-left: 10px;
}


#helpTool{
	position:absolute;
	display:none;
	width:300px;
}

/********** END Custom Rings Options *************/



/***** TESTING CART *****/
.cart_short, .cart_short .arrowhead, .btn_checkout, .cartEmpty span {
    /* background: url(/new/cartsprite.png) no-repeat scroll 0 0 transparent; */
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.cartTotal {
  font-weight: 700;
}

.fineprint {
  font-size: 10px;
}

.freeshipping {
  color: red;
}

.cartbox {
    position: absolute;
    left: 600px;
    top: -4px;
    z-index: 900;
}

.cart_summary {
    background-color: white;
    display: none;
    /* padding-bottom: 12px; */
    text-align: center;
    text-transform: capitalize;
    max-width: 585px;
    margin-left: 3px;
    box-shadow: 0px 1px 6px 1px #888;
    z-index: 901;
    padding-top: 4px;
}

.summaryText {
  width:142px; 
  vertical-align: top;
  padding: 5px;
}

.cartCheckOut {
    display: none;
}

.checkAction .cartCheckOut {
    display: block;
}

.cart_summary p span {
    color: #3F1A00;
    margin-right: 5px;
}
.subtotal {
    /* border-bottom: 1px dashed #CCCCCC; */
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 0;
}
.subtotal strong {
    color: #3F1A00;
    font-size: 17px;
}
.btn_checkout {
    background-position: 0 -89px;
    color: #3E2B00;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin: 15px auto 0;
    padding-left: 32px;
    text-align: left;
    width: 88px;
}
.btn_checkout:hover {
    color: #3E2B00;
}
.view_cart {
    padding-bottom: 8px;
}
.view_cart a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.cart_short {
    color: #000;
    cursor: pointer;
    height: 72px;
    position: absolute;
    text-align: center;
    width: 148px;
    padding-top: 11px
}
.cart_short a, .cart_short a:hover {
    color: #FFFFFF;
}
.cart_short h3 {
    font-size: 12px;
    margin: 8px 0 4px 33px;
    text-align: left;
    text-shadow: -1px -1px 2px #706C6A;
}
.cart_short strong {
    color: #FF7E00;
}
.cart_short .arrowhead {
    background-position: -17px -72px;
    bottom: 10px;
    height: 17px;
    left: 66px;
    position: absolute;
    width: 17px;
}
.cartbox.expanded .cart_short .arrowhead {
    background-position: 0 -72px;
}

.cartbox #cart_products {
  max-height: 128px;
  display: none;
  /* 
  margin-left: 5px;
  width: 170px;
  float: left;
  background: white;
  box-shadow: 0px 1px 6px 1px #888;
  border-radius: 3px;
  */
}

#cartNumItems, 
#wishlistNumItems {
  font-weight: 700;  
}
.wishlist_short, .wishlist_short .arrowhead, .btn_checkout, .cartEmpty span {
    /* background: url(/new/cartsprite.png) no-repeat scroll 0 0 transparent; */
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.wishlistbox {
    position: absolute;
    left: 748px;
    z-index: 900;
    top: -4px;
}


.wishlist_summary {
    background-color: white;
    display: none;
    /* padding-bottom: 12px; */
    text-align: center;
    text-transform: capitalize;
    max-width: 615px;
    margin-left: 3px;
    box-shadow: 0px 1px 6px 1px #888;
     padding-top: 4px;
}


.wishlist_short {
    color: #000;
    cursor: pointer;
    height: 72px;
    position: absolute;
    text-align: center;
    width: 148px;
     z-index: 900;
     padding-top: 11px;
}

.wishlist_short a, .wishlist_short a:hover {
    color: #FFFFFF;
}
.wishlist_short h3 {
    font-size: 12px;
    margin: 8px 0 4px 33px;
    text-align: left;
    text-shadow: -1px -1px 2px #706C6A;
}
.wishlist_short strong {
    color: #FF7E00;
}
.wishlist_short .arrowhead {
    background-position: -17px -72px;
    bottom: 10px;
    height: 17px;
    left: 66px;
    position: absolute;
    width: 17px;
}
.wishlistbox.expanded .wishlist_short .arrowhead {
    background-position: 0 -72px;
}

.wishlistbox #products_liked_products {
  max-height: 128px;
  display: none;
}


#productImagesSlider {
  position: relative;
  height: 280px;
}

#facebookLike {
  /* width: 450px; */
  margin: 10px;
  float: left;
}

#AuthenticPandora {
 clear: both;
}


#livechatcorner {
  display:none;
  right:0px;
  bottom:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
  z-index:9999999; 
	position: fixed !important; 
	position:absolute;
	cursor:hand;
	cursor:pointer;
}

#livechat {
	cursor:pointer;
}

#navigation li.prefix {
  background-position: -2px -3px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(/images/icons/tn.gif); /** sprite-ref: base_sprite; */
  background-color: transparent;
  padding-left: 12px; 
}

#navigation li.lastprefix {
  background-position: -2px -3px;
  background-repeat: no-repeat;
  background-image: url(/images/icons/ln.gif); /** sprite-ref: base_sprite; */
  background-attachment: scroll;
  background-color: transparent;
  padding-left: 12px;
}

#extraImageList li:first-child {
  display: block;
}

.videoLink {
  cursor: pointer;
}

#ecoDriveHowItWorks {
  width:100px;
  height:250px;
  margin: 0px 30px 10px;
  float: left;
}

#citizenWarrenty {
  width:80px;
  height:115px;
  margin: 0px 40px 10px; 
  float: left;
}

#testimonials img {
  clear:both;
  margin-top:3px;
  width: 110px;
  height: 73px;
}

.findusonfacebook {
  width: 144px;
  height: 44px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/images/logos/facebook_badge.gif); /** sprite-ref: base_sprite; */
  margin: 5px 0 5px 15px;
}


/******************************/
/*   New Products Homepage    */
/******************************/

#newPorductsContainer {
  width: 975px;
  padding-bottom: 0px;
}

.jcarousel-skin-gilletts .jcarousel-container {
    /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #808080; */
    background: #FFF;
}

.jcarousel-skin-gilletts .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-gilletts .jcarousel-container-horizontal {
    width: 895px;
    padding: 6px 40px;
}


.jcarousel-skin-gilletts .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-gilletts .jcarousel-clip-horizontal {
    width:  895px;
    height: 95px;
}

.jcarousel-skin-gilletts .jcarousel-item {
    width: 145px;
    height: 150px;
    border: 0px solid #fff;
    text-align: center;
}

.jcarousel-skin-gilletts .jcarousel-item:hover,
.jcarousel-skin-gilletts .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-gilletts .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-gilletts .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-gilletts .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-gilletts .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gilletts .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    background-repeat:  no-repeat;
    background-image: url(/images/assets/tango/next-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/images/assets/tango/next-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-next-horizontal:hover,
.jcarousel-skin-gilletts .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
    background-image: url(/images/assets/tango/next-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-next-horizontal:active {
    background-position: -64px 0;
    background-image: url(/images/assets/tango/next-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gilletts .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gilletts .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-gilletts .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    background-image: url(/images/assets/tango/next-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    bakcground-repeat: no-repeat;
    background-image: url(/images/assets/tango/prev-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
     background-image: url(/images/assets/tango/prev-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-prev-horizontal:hover,
.jcarousel-skin-gilletts .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
    background-image: url(/images/assets/tango/prev-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
    background-image: url(/images/assets/tango/prev-horizontal.png); /** sprite-ref: base_sprite; */
}

.jcarousel-skin-gilletts .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gilletts .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gilletts .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-gilletts .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    background-image: url(/images/assets/tango/prev-horizontal.png); /** sprite-ref: base_sprite; */
}

/************************************/



/************************************/
/****    jQuery Alert Styles      ***/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #000;
	color: #000;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.2) 91%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(10%,rgba(255,255,255,0.2)), color-stop(20%,rgba(255,255,255,0.1)), color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.1)), color-stop(91%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 10%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0.2) 91%,rgba(255,255,255,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */	

background-color: #694E43; /* Old browsers */

border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background-position: 16px 16px;
	background-repeat: no-repeat;
	background-image: url(/images/icons/info.gif); /** sprite-ref: base_sprite; */
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/icons/info.gif); /** sprite-ref: base_sprite; */
}

#popup_content.confirm {
	background-image: url(/images/icons/important.gif); /** sprite-ref: base_sprite; */
}

#popup_content.prompt {
	background-image: url(/images/icons/help.gif); /** sprite-ref: base_sprite; */
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


/************************************/


/************************************/
/****       Checkout              ***/


#giftwrapping {
  background: #FFF;
}

#giftwrapping .attribute_list li {
  position: relative;
}

.wrappingPrice {
  background-color: #FFFFFF;
  bottom: 4px;
  left: 90px;
  position: absolute;
  width: 45px;
}


#checkoutTitle {
 text-align: center;
}


.error_window { 
  display: none;
  background: none repeat scroll 0 0 #FFEFEF;
  border: 2px solid red;
  font-weight: 400;
  padding: 10px;
}

.checkoutSection {
  margin-bottom: 28px;
  clear: both;
  display: none;
}


.help {
  background: none repeat scroll 0 0 #E3EBF2;
  border: 1px solid #00396B;
  color: #000000;
  float: right;
  font-weight: 400;
  margin-left: 5px;
  margin-top: 20px;
  width: 220px;
}

.help_on {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #990000;
    color: #000000;
    float: right;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 20px;
    width: 220px;
}

.help_text {
  color: #000000;
  font-weight: 400;
  padding: 10px;
}

.sectionheading:before {
  width: 1em;
  float: left;
  font-size: 1.5em;
  margin-left: -40px;
  padding: 0 5px 0 0;
  pointer-events: none;
  text-align: center;
  width: 1em;
  content: url(/images/pixel_trans.gif);  
}

.sectionheading {
  border-bottom: 1px solid black;
}

.checkoutTip {
  border: 1px solid #FFD71F; 
  background-color: #FFF6CF; 
  padding:5px;
}

.checkout_label {
    font-weight: 600;
    text-align: right;
}

.sectionheading.edit:before {
  content: url(/images/handwriting.gif); 
}

.sectionheading.tick:before {
  content: url(/images/tick_green.gif);  
}

.sectionheading.alert:before {
  content: url(/images/exclamation_orange.gif); 
}

.sectionheading.timer:before {
  content: url(/images/icons/indicator.white.gif); 
}


#ausShippingTip, #giftVoucherOnlyShippingTip {
 display: none;
}


.pwproduct {
  float: left;
  height: 130px;
  padding-right: 5px;
  text-align: center;
  width: 125px;
}

.encap {
  width: 600px;
}

.moduleRowOver {
    background-color: #CFCFCF;
    cursor: pointer;
}
.moduleRowSelected {
    background-color: #C9B9BC;
    border-radius: 5px;
    padding: 4px;
}

.payment_fields {
  display: none;
}

.valid {
  background-position:right center;
  background-repeat: no-repeat;
  background-image: url(/images/icons/valid.png); /** sprite-ref: button_sprite; sprite-alignment: right; */
  background-attachment: scroll;
  background-color: transparent;
}
.invalid {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/images/icons/cross.png); /** sprite-ref: button_sprite;  sprite-alignment: right; */
  background-attachment: scroll;
  background-color: transparent;
}

.pwproduct {
    float: left;
    height: 130px;
    padding-right: 5px;
    text-align: center;
    width: 125px;
}
.pgproduct {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    float: left;
    height: 150px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 2px;
    padding: 4px;
    text-align: center;
    width: 170px;
}
.pgproducthover {
    background-color: #E3EBF2;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    float: left;
    height: 150px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 2px;
    padding: 4px;
    text-align: center;
    width: 170px;
}





/****                             ***/
/************************************/

.hsclose {
  background-position: 0 -30px;
  background-repeat: no-repeat;
  background-image: url(/images/icons/close.png); /** sprite-ref: button_sprite; */
  background-attachment: scroll;
  background-color: transparent;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: block;
  float:right;
      margin-top: 3px;
}

.hsclose:hover {
  background-position: 0px 0px;
}

.highslideGilletts {
  border-radius: 5px;
 border: 2px solid white !important;
}

/*
	glDatePicker default style

	http://code.gautamlad.com/glDatePicker/
	https://github.com/glad/glDatePicker/
*/

/* Calendar container div */
.gldp-default {
	float:left;
	font-family:"trebuchet ms" !important;
	background-color:#ccc !important;
	font-size:0.8em !important;
	border:solid 1px #888;
}

/* Table style */
.gldp-default table {
	border-spacing:1px;
	border-collapse:inherit;
}

/* Default row height */
.gldp-default tr {
	line-height:28px;
}

/* Default style of cell */
.gldp-default td {
	margin:0;
	padding:0;
	width:33px;
	text-align:center;
}

/* Previous and Next arrows */
.gldp-default-prevnext {
	font-family:"times new roman";
	color:#222;
	cursor:pointer;
	font-weight:bold;
}

/* Month Year title */
.gldp-default-monyear {
	color:#222;
	font-size:0.9em !important;
	font-weight:bold;
}

/* Days of the week (Sun, Mon, ...) */
.gldp-default-dow {
	background-color:#f82200;
	color:#eee;
	font-size:0.8em !important;
	font-weight:bold;
}

/* Selectable days */
.gldp-default-day {
	background-color:#fff;
	color:#222;
	border:solid 1px #fff;
	font-weight:bold;
}
.gldp-default-day-hover {
	background-color:#fff;
	color:#f82200;
	border:solid 1px #f82200;
	cursor:pointer;
	font-weight:bold;
}

/* Selected days */
.gldp-default-selected {
	background-color:#fee;
	color:#222;
	border:solid 1px #f82200;
}

/* Today */
.gldp-default-today {
	background-color:#f82200;
	color:#fff;
	border:solid 1px #f82200;
	font-weight:bold;
}
.gldp-default-today-hover {
	background-color:#fff;
	color:#f82200;
	border:solid 1px #f82200;
	cursor:pointer;
	font-weight:bold;
}

/* Weekends */
.gldp-default-sat, .gldp-default-sun {
	background-color:#fff;
	color:#004f8f;
	border:solid 1px #fff;
	font-weight:bold;
}
.gldp-default-sat-hover, .gldp-default-sun-hover {
	background-color:#fff;
	color:#004f8f;
	border:solid 1px #f82200;
	cursor:pointer;
	font-weight:bold;
}

/* Non-selectable day.  Includes:previous/next month days and days that fall in the allowOld and endDate conditions */
.gldp-default-noday {
	background-color:#fff;
	border:solid 1px #fff;
	color:#666;
	cursor:wait;
}

#currencyChooser {
 display: none;
 position: absolute;
 top: 0px;
 border: 1px solid black;
 border-radius: 5px;
 background-color: #FFF;
}

#selectCurrency {
  cursor: pointer;
}

#crossSellChains {
  clear: both;
}

#crossSellChains img {
  float: left;
}



TABLE.productListing {
    border: 1px solid #A58A8E;
    border-spacing: 1px;
}
.productListing-heading {
    background: none repeat scroll 0 0 #A58A8E;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
}
.productlisting-headingPrice {
    color: #9A9A9A;
    font-size: 20px;
    font-weight: 700;
}
TD.productListing-data {
    font-size: 10px;
    vertical-align: top !important;
    padding:2px;
}

TD.productListing-data a {
  font-weight: 700;
  text-decoration: none;
}

TD.productListing-data img {
    cursor: pointer;
}

.subTotal {
  font-weight: 700;
  font-size: 1.7em;
  float: right;
  padding: 7px;
  color: #4A3805;
}

.estimatedDelivery {
  background: none repeat scroll 0 0 #CDCDCD;
  border: 1px solid;
  border-radius: 5px 5px 5px 5px;
  float: left;
  padding: 4px;
}

#shippingEstimates {
  clear:both;
}

.infoform label {
  display: block;
  float: left;
  font-weight: 600;
  margin-top: 4px;
  text-align: right;
  width: 75px;
}

.dataTableContent {
  vertical-align: top !important;
}


.ordersummary table:first-child{
  width: 100%;
}


.ordersummary table:first-child tr:nth-child(even), 
.ordersummary table:first-child tr:last-child {
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.tableordertotals {
  float: right;
}


#layby_installments {
  width: 100%;
  border: 1px solid #A58A8E;
}

#layby_installments .dataTableHeadingContent {
  font-weight:700;
}

#layby_installments tr:nth-child(even) {
   background-color: #F7F7F9;
}

#titletooltip {
    background: #FFFFFF;
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #666;
    padding: 2px;
    position: absolute;
    z-index: 3000;
    min-width:30px;
    min-height: 30px;
}


#tooltip {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/indicator.white.gif); /** sprite-ref: button_sprite; */
    background-color: #FFFFFF;
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #666;
    padding: 2px;
    position: absolute;
    z-index: 3000;
    min-width:30px;
    min-height: 30px;
}


.fieldError {
  background-color: #FFDFDF;
  border: 1px solid red;
  color: red;
  display: table;
  margin-bottom: 3px;
  padding: 3px;
  width: auto;
}

.freeShipping {
  color: red;
  font-family: verdana;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: 900;
  display: none;
}



.searchresults h3 {
  font-size: 15px;
  margin-top: 10px;
}


.bookmarkHeading {
 margin-top: 20px;
}

.bookmarkHeading a {
 color: inherit !important;
 text-decoration: none;
}

.bookmarkHeading a:hover, bookmarkHeading a:visited {
 text-decoration: none;
}



#tableofContents li {
 float: left;
 padding: 0 4px;
 border-left: 1px solid black;
}

#tableofContents li:last-child {
 border-right: 1px solid black;
}



ul.bulletts li
{
background-position: 0px 4px;
background-repeat: no-repeat;
background-image: url(/images/icons/diamond.png);  /** sprite-ref: button_sprite; */
padding-left: 16px;
background-size: 12px auto;
line-height: 1.6em;
}


/* ################### kenburner ################# */

.kb-fullsize a {
  color: #fff !important;
  text-decoration: underline;
}






/* ###################  ODC STYLES ########### */

DIV#hp_cats {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #FF0000;
    margin: 0 10px;
    padding: 5px;
    text-align: center;
}
.hp_cats_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px ridge #F2F1EE;
    display: inline-block;
    height: 145px;
    margin: 5px;
    text-align: left;
    vertical-align: top;
    width: 160px;
}
* html .hp_cats_box {
    display: inline-block;
}
* html .hp_cats_box {
    display: inline;
}
.hp_cats_box div {
    border: 0 solid black;
    font-size: 8pt;
    font-weight: 700;
    margin-left: 7px;
    padding: 8px;
    text-align: center;
    width: 145px;
}
.hp_cats_box p {
    margin: 0.5em;
}
.hp_cats_box div {
    padding: 8px;
    text-align: center;
}

DIV.homepage_text IMG, DIV.homepage_text IMG.image_right {
  clear: right;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

DIV.homepage_text H1 {
  clear: both;
  margin-top: 28px;
}

.printInfo {
  display: none;
}


@media print {

body {
  background: #fff !important;
}

.col2, .enlarge, #cartinfobox, #ilikeinfobox, #prods, #footer, #switcher, #seo_capture, #top_menu, #top_phone, #category_full_desc_div, #filters_container, #category_heading_div, #feedback, #products_wrapper, .paginationHeaderFooter, #products_details_info, #facebookLike, #add_to_cart  {
  display: none !important;
}

.col1 {
  margin-left: 20px !important;
}

.printInfo {
 display: block;
 clear: both;
}

#brocherinfo {
  display: none;
}

#pagecontainer {
  box-shadow: none;
}

}



/****** Nomination BB ******/
.nominationCartLink {
  float:left; 
  display:inline; 
  text-align:center; 
  padding:2px;
}

.nominationCartLink img {
  cursor: pointer;   
}

.nominationCartLink img.instock {
  border: 2px solid #63BF53;
}
.nominationCartLink img.nostock {
  border: 2px solid #FFF;
}

#links .product {
  display: none;
  cursor: pointer;
  float: left;
  height: 157px;
  margin-right: 1px;
  margin-top: 1px;
  width: 110px;
  text-align: center;
}

li.finalcat {
  cursor: pointer;
  min-height: 18px;
}

h2.toplevel, h2.h a, div.h a {
 color: #fff;
 padding-left: 14px;
 font-weight: 700;
}

/* li.finalcat img {
  width: 30px;
  height: 30px;
  float: left;
}*/

ul.accordion ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.selectedMenu {
  background-color: #F7F7F9;
}

.item {
  float: left; 
  min-width: 65px; 
  text-align: center;
  margin-right: 2px;
  cursor: pointer;
}

.item.instock {
 border: 1px solid green;
 color: green;
}

.item.nostock {
 border: 1px solid red;
 color: red;
}


.notification {
  background-color: #E3EBF2;
  border: 1px solid #00396B;
  font-family: arial;
  font-size: 11px;
  padding: 8px;
  z-index: 100;
}

.bracelet {
 width: 350px !important;
}


/** Quote View **/

.strike {
  text-decoration:line-through;
} 



#PromoAd .scssBox
{
	overflow: hidden;
	position: relative;
}

#PromoAd .scssBox li
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%
}

#PromoAd img {
  float: right;
}






