/* MAIN CSS */
body { 
   margin:auto; 
   padding:0; 
   background:#faf5f1; 
   font-family: Georgia, Times New Roman, Times, serif;
   font-size:12px; 
   background:#d8cfbf url(../img/back.jpg);
   background-repeat:repeat-x;
   position: relative;
}

html.no-js body {
   background-position: 0 59px;
}

img { -ms-interpolation-mode: bicubic; }   
p  { font-size: 12px; margin:0; padding: 5px 20px; line-height: 150%;}
div.rtecontent p { padding: 5px 0; }
a  { text-decoration: none; color: #000; }
a img { border: none !important; outline: none !important;  }
h1 { font-size: 18px; margin:0; padding: 5px 20px; color:#000; }
h2 { font-size: 16px; margin:0; padding: 5px 20px; color:#000; }
h3 { font-size: 14px; margin:0; padding: 10px 20px; color:#000; }
h3 a { text-decoration:none; color: #000; }

p {color: #000; line-height:150%;}
p a {text-decoration: none;
color: #000;
font-weight:bold;
}
p a:hover{color:#595959;}

/* NO JS ALERT BOX */
.js_alert {
   background: #e20202;
   width: 100%;
   position:relative;
   padding: 20px 50px;
   line-height:160%;
   box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing: border-box;
}
.js_alert .container {
   max-width: 959px;
   margin: 0 auto;
   font-size: 15px;
   color: #fff;
   font-weight:bold;
   text-align:center;
}
.js_alert .container button.js_alert_close {
   width: 24px;
   height: 24px;
   border: none;
   text-indent: 100%;
   overflow:hidden;
   margin-left:55px;
   background: transparent url(../img/js_alert_close.png)0 0 no-repeat;
}
/*html.no-js .js_alert { display:block; }*/
#wrapper {
   overflow: hidden;
   position: relative;
   width: 100%;
}
#innerWrapper {
   height: 100%;
   position: relative;
   width: 100%;
}

#mainContainer {
   margin-left: auto;
   margin-right: auto;
   width: 959px;
   position: relative;
   z-index: 2;
   background-image:url("img/header.jpg") top;
   background-color: #faf5f1;
   overflow:hidden;
}

/* HEADER STYLES */
header { width:960px; padding-top:12px; background-image: url("../img/header.jpg"); overflow:hidden; }
header article { width:230px; display:inline; float:left; padding: 0 10px; }
header article.left { text-align:left; width:220px;}
header article.right { text-align:right; } 
header #logoContainer { width:460px; height: 84px; float:left; text-align: center; }
header #logoContainer img { height:100%; width: auto;}

/* GLOBAL NAVIGATION STYLES */
nav#globalNavigation { background-color: #FAF5F1; background-image: url("../img/nav.jpg"); height: 52px; position: relative; width: 960px; z-index: 1000; }
nav#globalNavigation ul { margin: 0 auto; padding: 0; position: relative; display: inline-table; z-index: 1000; }
nav#globalNavigation ul:after { content: ""; clear: both; display: block; }
nav#globalNavigation ul li:hover > ul { display:block; background-color:#e5dfd9; }
nav#globalNavigation ul li { list-style:none; float:left; font-size:14px; margin-top: 6px; padding: 2px 20px;}
nav#globalNavigation ul li:hover {  }
nav#globalNavigation ul li a { display:block; padding: 10px 20px; color: #000; text-decoration: none; font-weight: 800; }
nav#globalNavigation ul li a:hover { background-color:#e5dfd9; } 
nav#globalNavigation ul ul { display:none; z-index:500; border:1px solid #e7e3bc; }
nav#globalNavigation ul ul li { float:none; position: relative; padding: 10px 0; }
nav#globalNavigation li a:link,
nav#globalNavigation li a:visited { display:block; text-decoration:none; padding: 8px 30px; margin:0; color:#2c2c2c; font-size: 14px; font-weight:bold; }
nav#globalNavigation li ul { position:absolute; margin:0; padding:0; background-color:#faf5f1; z-index:1000;}
nav#globalNavigation li ul li { display:inline; float:none; }
nav#globalNavigation li ul li a:link, nav#globalNavigation li ul li a:visited { background-color:#faf5f1; }
nav#globalNavigation li ul li a:hover { background-color:#e5dfd9; }
nav#globalNavigation .lastMenu ul { right: 20px; text-align:right; }

/************ IE FIX for image border *************/
a, img {
    border:none;
}

/* MOBILE NAV STYLES */
#nav-open-btn { display: none; }
.nav-btn {
    background: transparent url("../img/btn_nav_menu.png") no-repeat scroll 0 center;
    display: block;
    float: right;
    height: 40px;
    outline: medium none;
    overflow: hidden;
    text-indent: -9999em;
    width: 27px;
}
.no-js #sidr{ display: none; }
.sidr {
   display:none;
   position:absolute;
   position:fixed;
   top:0;
   height:100%;
   z-index:999999;
   width:50%;
   overflow-x:none;
   overflow-y:auto;
   font-size:15px;
   background:#f0ece3 url("../img/mob_nav.jpg") repeat-y top left;
   color:#333;
}
.sidr .sidr-inner{ padding:0 0 15px; }
.sidr .sidr-inner>p{ margin-left:15px;margin-right:15px auto; }
.sidr.right{ left:auto;right:-260px; }
.sidr.left{ left:-260px;right:auto; }
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
   font-size:11px;
   font-weight:normal;
   padding:0 15px;
   margin:0 0 5px;
   color:#333;
   line-height:24px;
   background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
   background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);
   background-image:-moz-linear-gradient(#ffffff,#dfdfdf);
   background-image:-o-linear-gradient(#ffffff,#dfdfdf);
   background-image:linear-gradient(#ffffff,#dfdfdf);
   -webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
   -moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
   box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}
.sidr p{ font-size:13px;margin:0 0 12px; }
.sidr p a{ color:rgba(51,51,51,0.9); }
.sidr>p{ margin-left:15px;margin-right:15px; }
.sidr ul{ display:block;margin:0 0 15px;padding:0;border-top:1px solid #aea892;border-bottom:1px solid #fff; }
.sidr ul:first-child { border: none; }
.sidr ul li{ display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #aea892; }
.sidr ul:first-child { border-top: none; }
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{ line-height:49px; background:#d8cfbf; }
.sidr ul li ul{ border-bottom:none;margin:0; }
.sidr ul li ul li{ line-height:40px;font-size:13px; }
.sidr ul li ul li:last-child{ border-bottom:none; }
.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{ border-top:none;line-height:41px; }  

#sidr a {
    display: block;
    position: relative;
    text-indent: 20px;
}

/* FOOTER STYLES */
footer { width:960px; float:center; text-align:center; height:52px; background-image: url(../img/nav.jpg); }
footer article { display:block; text-align:center;}
footer article span { display: inline-block; text-align:left; vertical-align:top; }
footer article .left { float:left; width:800px; margin-top: 10px; margin-left:12px; }
footer article .right { float:right; margin-top:14px; margin-right:18px;text-align:right; }
.footercopy { font-size:11px; }

/* HOME PAGE CONTENT STYLES */
#slide { clear:both; width:960px; text-align:center; margin-bottom:20px; z-index: 50; }
.slideshow { margin: auto; }
.slideshow img { background-color: #fff; width:100%; }

section { width: 920px; padding: 5px 20px; margin: 0 auto; }
section  .threeColumn { float: left; width: 30%; padding:5px 15px; margin:10px 0 20px 0; }
.leftBorder { border-left:1px solid #ada590; }
.rightBorder { border-right:1px solid #ada590; }

/* INTERIOR TEMPLATE STYLES */
#display {border:1px solid #faf5f1; width:958px; height:240px; }
#display img {width: 99.9%;}
aside { width: 200px; padding: 5px 0 5px 10px; float:left; margin-top:10px;}
aside ul { list-style: none; color:#000; font-weight: 600;}
#interiorMainContent {
	float: left;
	width: 76.5%;
	height:100%;
        margin: 10px 0 10px 0;
        padding: 5px;
}
aside ul li { padding-right: 25px; }

/* HISTORY GALLERY STYLES */
#historyGallery {
   width:700px;
   background-color: #fff;
   background: url(../img/gallery_bg.jpg) top left no-repeat;
   background-size: 100% 100%;
   border:1px solid #e0dacd;
   padding: 50px 0 30px 0;
   margin: 20px;
   margin-bottom:0; }
/* #innerBox {
   width:660px;
   height:612px;
   background-color:#fdfbf9;
   border:1px solid #e0dacd;
   padding:20px; } */

#imgBox { width:532px; margin:0 auto; }
#descBox { width:540px; margin:20px auto; }
#imgBox ul img { border:4px solid #e0dacd; width: 98%; height: auto; }
#imgBox .xb-wrapper { margin-bottom: 0;}
#imgBox h3, #imgBox p { padding: 0; margin-top: 15px; }
#imgBox p { padding-bottom: 20px; }

#bx-pager1 { width:532px; margin:0 auto; border-top:3px double #e0dacd; margin-top:20px; position: relative; padding-top: 10px;}
#bx-pager1 a{ display:inline; padding:0 13px; line-height: 300%; font-size: 12px; font-weight: 600; }
#bx-pager1 .bx-pager-item { width: 20px; float:left; display:block; }
#bx-pager1 a.active { color: #777; }

/* CART STYLES */
#cart-content {
   width:640px;
   background-color: #fff;
   background: url(../img/cart_bg.gif) top left no-repeat;
   background-size: 100% 100%;
   border:1px solid #e0dacd;
   padding: 30px;
   margin: 20px;
   margin-bottom:0;
   overflow:hidden;
}

#cart-content p { padding: 0; }
#cart-content a { clear: both; } 
#cart-content a.button {
   left: 0;
   margin: 10px 0;
   margin-top: 5px;
   display:block;
   width: 10%;
   padding: 15px;
   border: 3px double #efe7db;
   background-color: #fff;
   font-style: oblique;
   font-weight: bold;
   text-align: center;
   box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}
#cart-content a.button:hover {
   border-color: #d8cfbf;
   transition: all 0.25s ease-out 0s;
   text-decoration: none;
}

.label{ display: block; padding: 0 0 10px 0; }
label { display: block; padding: 10px 0 5px 0; }
/*label:first-child { padding-top: 20px; } */
label img.tooltip{ margin: 0 0 -2px 5px; cursor: pointer; border: none !important; outline: none !important; }

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date], input[type=url], input[type=number], textarea {
	height: 30px;
	width: 70%;
    text-align: left;
	margin: 0 0 15px 0;
	border: 1px solid #ece1d0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .14);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .14);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius:0
}

aside form input { clear:left; float: left; margin: 10px 0 10px 30px; }
aside form label { display: block; float: left; margin-left: 10px; padding: 10px 0; font-size: 12px; }
aside form a { clear: both; position: absolute; top: 100; left: 10; }

.lower {
   clear:both;
   padding: 20px 0;
}

aside .lower a.button {
    background-color: #FFFFFF;
    border: 3px double #EFE7DB;
    display: block;
    font-style: oblique;
    font-weight: bold;
    left: 0;
    margin: 5px 0 10px 40px;
    padding: 15px;
    text-align: center;
    width: 10%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

aside .lower a.button:hover { border-color: #d8cfbf; transition: all 0.25s ease-out 0s; text-decoration: none; }

.text-container h1 { padding-bottom: 20px; }
.text-container { position: relative; }

#cart-content .grid {
    display: block;
    float: left;
    height: 262px;
    margin: 28px 0 0;
    width: 33.3%;
}
#cart-content .grid .box {
    height: 192px;
    margin: 0 auto;
    padding: 8px;
    position: relative;
    width: 196px;
    text-align:center;
}
#cart-content .grid .box img {
   border: 1px solid #ECE1D0;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);   
}

#cart-content .grid .box .hover {
    background-color: rgba(253, 251, 249, 0.95);
    background: #fff \9;
    color: #3C2209;
    height: 66px;
    left: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 30px 0 0;
    position: absolute;
    text-transform: uppercase;
    width: 193px;
    transition: all 0.25s;
}


#cart-content .grid .box .hover.top{ top: 9px;   }
#cart-content .grid .box .hover.bottom{ top: 105px; border-top: 1px solid #d0c5b3; }
#cart-content .grid .box .hover.full{
	top:9px;
	height:114px;
	padding-top:80px;
}


#cart-content .grid .box .hover:before {
    background: transparent url("../img/icons_product_grid.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 13px;
    margin: 0 auto;
    width: 15px;
	
}

#cart-content .grid .box:hover .top{
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.25s ease-out 0s;
}
#cart-content .grid .box:hover .bottom{
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.25s ease-out 0s;
}
#cart-content .grid .box:hover .full{
    opacity: 1;
    transition: all 0.25s ease-out 0s;
}
#cart-content .grid .box .hover.bottom:before {
    background-position: -15px 0;
}
#cart-content .grid .box .hover.bottom {
    border-top: 1px solid #D0C5B3;
    top: 104px;
}

#cart-content .grid .box .title {
    color: #000;
    display: table-cell;
    font-size: 16px;
    height: 52px;
    margin: 15px;
    vertical-align: middle;
    width: 196px;
}
#full-two-column { position: relative; margin: 0 auto; }
   .col50 { width: 420px; float: left; padding: 0 20px; margin: 20px 0; }
   .col50 .col {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    position: relative;
}
#full-two-column .col50 section { width: 380px; }
#full-two-column h1, .wide_margins h1 { padding: 20px; width: 94%; }
#full-two-column .col50  ul h3 { padding-left: 0; font-size: 12px; }
#full-two-column .col50 h4 { color: #000; }
#full-two-column .col50 p { padding-bottom: 10px; }
#full-two-column .col50:first-child h2 { padding-left: 0; }
#full-two-column .col50:first-child p { padding-left: 0; }
#full-two-column .col50 ul { list-style: none; }
#full-two-column .col50 .headline { text-transform: uppercase; }
#full-two-column .col50 ul li { margin-bottom: 20px; }
#full-two-column input[type=text] { width: 40px; }
#full-two-column .col50 section.final.thinner input.half { width: 50%; }
#full-two-column .col50 .rtecontent { line-height: 150%; padding-bottom: 15px; }

.block  { background: none repeat scroll 0 0 rgba(253, 251, 249, 0.95); margin: 20px 0; padding: 2px; }
.block .inner {
    border-bottom: 1px solid #ECDDCC;
    border-top: 1px solid #ECDDCC;
    padding: 15px 5px;
    position: relative;
}
    
.col50 .block .inner .remove {
    background: transparent url("../img/icon_x.png") no-repeat scroll 0 0;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 5px;
    width: 10px;
}
.block .inner.adjust { padding: 10px 20px; }
.block .inner .cart_img { border: 1px solid #ECE1D0; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14); display: block; float: left; }
.block .inner .details { margin: 0 0 0 110px; }
.block .inner .detail_col { float: left;  width: 33%; }
.block .inner .detail_col div { line-height: 25px; }
.block .inner .detail_col label { padding-top: 15px; font-size: 13px; }
.block .inner .detail_col input { margin: 0; }
.block .inner .detail_col div span { color: #9F6928; text-decoration: line-through; }

.col50 section.final { border-top: 1px solid #ECDDCC; margin-top: 15px; padding: 20px 20px 0; text-align: right; }
.col50 section.final.thinner { margin-top: 10px; padding: 15px 20px 0; }
.col50 table td.amount { min-width: 70px; padding-right: 10px; text-align: right; }

.col50 .col:first-child { width: 50px; }
.col50 .col:last-child { margin-right: 0; }
.col50 .col .selectbox { 
		width: 180px; 
		padding: 6px;
		max-height: 30px;
		border-style: hidden;
    background-color: #FFFFFF;
    border: 1px solid #ECE1D0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14); }
 
 /* Modified 03/27/2014 */   
.col50 .col a.cart {
   position:relative;
   margin: 30px 0 10px 10px;
   display:block;
   padding: 8px 15px;
   background-color: #89561d;
   background-image: url("../img/bg_btn@2x.jpg");
   background-repeat: repeat-x;
   background-position: 0 -30px;
   transition: all 0.25s ease-out 0s;
   font: 12px/13px arial,verdana,sans-serif;
   text-transform: uppercase;
   text-align: center;
   color: #fff;
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
   -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
   -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.col50 .col a.cart span { z-index:100; position:relative; }

.col50 .col a.cart:before {
		content: "";
		display:block;
		background-image: url("../img/bg_btn@2x.jpg");
		background-repeat: repeat-x;
		background-position: 0 -102px;
		opacity: 0;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
		-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
		-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
		position:absolute;
		left: 0;
		top: 0;
		height:100%;
		width: 100%;
		transition: all 0.25s ease-out 0s;
}

.col50 .col a.cart:hover {
  text-decoration:none;
  /*background-color: #89561d;*/
}
.col50 .col a.cart:hover:before {
  opacity: 1;
}

.col50 .col a.cart:after {
	background-color: transparent;
	background-image: url("../img/icon-cart-desktop.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15px 14px;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0 -3px 10px;
    position: relative;
    width: 15px;
    z-index: 2;
}
/* END Modified */

.col50 .lower_section { clear:both; border-top: 1px solid #EFE7DB; padding: 20px 0 0; }

.wide_margins { padding: 0 150px; }
.wide_margins section { width: 620px; }
.wide_margins input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block !important;
    padding: 15px 30px 3px 10px !important;
    position: relative;
    font-size: 14px;
}
.wide_margins section.main.vmiddle div { vertical-align: middle; }
.wide_margins section.main div { display: inline-block; margin: 0 10px 20px; vertical-align: top; }
.wide_margins section.main div.area_right { float: right; }
.wide_margins table tr td { height: 30px; }
.wide_margins table tr td:last-child { text-align: right; }
.wide_margins form { margin-bottom: 30px; }
.wide_margins section.final {
    border-top: 1px solid #ECDDCC;
    margin-top: 15px;
	margin-bottom: 30px;
    padding: 20px 20px 0;
    text-align: right;
}
.wide_margins section.disclosure { font-style: italic; }

.wide_margins table.amounts_table {
    float: right;
    width: 50%;
}
.wide_margins #privacy_policy, .wide_margins #adult_present, .wide_margins #hot_cold, .wide_margins #over21 { 
    display: block;
    left: 0;
    position: absolute;
    top: 5px;
}
.wide_margins table.amounts_table tr.amount { font-size: 16px; text-transform: uppercase; }
.wide_margins .form .col50 { float: left; width: 47%; -moz-box-sizing: border-box; margin: 0; padding: 0; }
.wide_margins .form .col50:first-child { padding: 0 35px 0 0; }
.wide_margins .form .col50.first { width: 40%; padding: 0 35px 0 0;}
.wide_margins .form .col50.first { width: 40%; padding: 0 35px 0 0;}
.wide_margins .form .row { padding: 0 20px; }
.wide_margins .form .row input[type="text"],
.wide_margins .form .row input[type="email"],
.wide_margins .form .row input[type="password"],
.wide_margins .form .row input[type="tel"],
.wide_margins .form .row input[type="url"],
.wide_margins .form .row input[type="number"],
.wide_margins .form .row textarea { text-align: left; width: 100%; }
.wide_margins #special_ins { height: 100px; width: 102%; }
.wide_margins #gift_ins { height: 100px; width: 102%; margin-bottom: 0px; }
.wide_margins #comments { height: 100px; width: 100%; }

.wide_margins .form .col30:first-child { padding: 0; }
.wide_margins .form .col30 { -moz-box-sizing: border-box; float: left; padding: 0 0 10px 15px; width: 29%; }
.wide_margins .cc_wrapper { position: relative; float: left; display: block; }
.wide_margins input[type="radio"]#pt_mc,
.wide_margins input[type="radio"]#pt_vs,
.wide_margins input[type="radio"]#pt_am,
.wide_margins input[type="radio"]#pt_ds {
    position: absolute;
    top:15px;
    left: 0;
}

.wide_margins label.cc {
    margin-right: 20px !important;
    margin-left: 15px !important;
}
.wide_margins label.cc span, span.credit {
    background: transparent url("../img/credit_cards.png") no-repeat scroll 0 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    height: 32px;
    overflow: hidden;
    text-indent: -999em;
    font-size: 28px;
    width: 55px;
}
.wide_margins label.cc.vs span, span.credit.vs {
    background-position: -109px 0;
}
.wide_margins label.cc.am span, span.credit.am {
    background-position: -217px 0;
}
.wide_margins label.cc.ds span, span.credit.ds {
    background-position: -324px 0;
}


.wide_margins input[type="radio"] {  }
.wide_margins input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block !important;
    padding: 4px 30px 3px 10px !important;
    position: relative;
    font-size: 12px;
}
.wide_margins .amounts_table .cc_wrapper label { padding: 4px 0 3px 25px !important; }
.wide_margins div.text { padding: 20px 0 10px 0; } 


.product_left .btn_special {
      text-align: center;
      border: 3px double #efe7db;
      background-color: #fff;
      font-style: oblique;
      font-weight: bold;
      margin: 20px 0 0 0;
}
.product_left .btn_special.full {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
}
.product_left .btn_special.doc span {
    background: transparent url("../img/icon_doc_sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    margin: 0 5px -3px 0;
    position: relative;
    width: 13px;
}

.product_left .btn_special:hover { background-color: #fdfbf9;
   transition: all 0.25s ease-out 0s; }
   
#product-box { width:420px; margin:0 auto; overflow: hidden; clear:both; float:none; }
#product-box  ul img { width: 100%; height: auto; border: 1px solid #fff; }
#product-box  ul li p { border-bottom: 1px solid #e0dacd; }
#product-box  .xb-wrapper { margin-bottom: 0;}
#product-box  h3, #imgBox p { padding: 0; margin-top: 15px; }
#product-box  p { padding-bottom: 20px; }
   
#full-two-column .col50 #bx-pager3 { width: 420px; }
#full-two-column .col50 #bx-pager3 .thumb { float: left; width: 74px; margin: 10px 5px; border: 1px solid #fff; }
#full-two-column .col50 #bx-pager3 .thumb:first-child { margin-left: 0; }
#full-two-column .col50 #bx-pager3 .thumb:last-child { margin-right: 0; }
#full-two-column .col50 #bx-pager3 .thumb img { width: 100%; }
   
#ladder { margin-bottom: 5px; border-bottom: 10px solid #D8CFBF; overflow: hidden; width: 960px; }
#ladder ul { 
   background-color: #;
   box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.64) inset;
   height: 48px;
   list-style-type: none;
   margin: 0;
   text-align: center;
   padding: 0;
}
#ladder ul li {
    float: left;
    padding: 5px 0;
    position: relative;
}
#ladder ul li a {
      text-transform: uppercase;
      display: block;
      padding: 10px 0 7px;
      font-size: 14px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      text-decoration: none; }
#ladder ul li.one a     { margin-left: 7px; width: 230px; }
#ladder ul li.two a     { width: 237px; }
#ladder ul li.three a   { width: 237px; }
#ladder ul li.four a    { width: 237px; }
#ladder ul li.active, #ladder ul li.past {
    background:transparent url("../img/bg_ladder.jpg") repeat-y scroll 0 0;
    height: 78%;
}
#ladder ul li.active:after    { background-position: 0 -1px;
    right: -31px; }
#ladder ul li:after {
    background:transparent url("../img/arrows_ladder_new.png") no-repeat scroll -64px -1px;
    content: "";
    display: block;
    height: 48px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 32px;
    z-index: 99;
}

#ladder ul li.last a { width: 237px; }
#ladder ul li.last { width: 248px; }
#ladder ul li.last:after {
    display: none;
}
#ladder ul li.past:after {
    background-position: -32px 3px;
    width: 28px;
    background: none \9;
}

}

/* ADDITIONAL UTILITY STYLES */

aside#sideNavigation nav form input { clear:left; float: left; margin: 10px 0 0 10px; }
aside#sideNavigation nav form label { display: block; float: left; margin-left: 10px; padding: 10px 0 0 !important; font-size: 12px; }
aside form a { clear: both; position: absolute; top: 100; left: 10; }

:focus { outline: none; }
fieldset {padding:0px;padding-left:7px;padding-right:7px;padding-bottom:7px;}
fieldset legend{margin-left:15px;padding-left:3px;padding-right:3px;color:#333;}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}

ul#thumblist{display:block;}
ul#thumblist li{float:left;margin-right:2px;list-style:none;}
ul#thumblist li a{display:block;border:1px solid #CCC;}
ul#thumblist li a.zoomThumbActive{
    border:1px solid red;
}
ul#slider1, #slider1 li, ul#slider2, #slider2 li, ul#slider3, #slider3 li { padding: 0; margin: 0; list-style:none;  }

.contentHeading { font-size: 14px; line-height: 100%; }

.previous { color:red; }
.clear { clear:both; }
.double-border-bottom { border-bottom: 3px double #efe7db; width: 100%; }
.align_center  { text-align: center !important; }
.align_left    { text-align: left !important; }
.align_right    { text-align: right !important; }
.margin_reset { margin-left: 20px; width: 87.5%; }

.btn_special {
    background-color: #FFFFFF;
    border: 3px double #EFE7DB;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    color: ##9F6928;
    display: inline-block;
    text-align: center;
}

.btn_special.full {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
    font-style: oblique;
    font-weight: bold;
    text-align: center;
}

.btn_special:hover {
   border-color:  #d8cfbf;
   transition: all 0.25s ease-out 0s;
   text-decoration: none;
}

.special_link { font-size: 10px; font-style: oblique; font-weight: bold; }
.note_box {
   border-bottom: 1px solid #ECDDCC;
   border-top: 1px solid #ECDDCC;
   padding: 15px 5px;
   position: relative;
}

.share { padding: 0 0 10px 0; width: 40%; height: 26px; display: inline-block;}
.share img { display: inline; vertical-align: middle; margin: 3px 5px 0 0; }
.share h3 { margin-left: 20px; float: left; padding: 10px;}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

#interiorMainContent .rtecontent { padding: 0 20px; }

.iFrameHidden {}

/* IE8 & 9 FIXES */
.lt-ie9 body { text-align: center; }
.lt-ie9 #mainContainer { text-align:left; }
.lt-ie9 nav#globalNavigation ul li { padding-top: 0 !important; padding-bottom: 0 !important; }

.lt-ie9 #historyGallery { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='img/gallery_bg.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='img/gallery_bg.jpg',
	sizingMethod='scale')"; }
.lt-ie9 #imgBox { margin-left:40px; }
.lt-ie9 #imgBox ul li { width: 100% !important; left: 0 !important; }
.lt-ie9 .bx-wrapper .bx-prev:hover { background-position:  0 -32px; }
.lt-ie9 .bx-wrapper .bx-next:hover { background-position: -43px -32px; }
.lt-ie9 #ladder ul li.past:after { background: none !important; }
.lt-ie9 aside#sideNavigation nav form label { width: 70%; margin-top: 4px; }
.lt-ie9 .lower a { display: block !important; }
	
	
    

/* Honeypot hide text field --------------- */
input.hny47vbfD { display: none !important; }
