/*
Name: Beyond Nice
Author: <a href="http://www.minddnd.com">MIND Development & Design, LLC</a>
=============================================================
      ___                       ___          _____    
     /__/\        ___          /__/\        /  /::\   
    |  |::\      /  /\         \  \:\      /  /:/\:\  
    |  |:|:\    /  /:/          \  \:\    /  /:/  \:\ 
  __|__|:|\:\  /__/::\      _____\__\:\  /__/:/ \__\:|
 /__/::::| \:\ \__\/\:\__  /__/::::::::\ \  \:\ /  /:/
 \  \:\~~\__\/    \  \:\/\ \  \:\~~\~~\/  \  \:\  /:/ 
  \  \:\           \__\::/  \  \:\  ~~~    \  \:\/:/  
   \  \:\          /__/:/    \  \:\         \  \::/   
    \  \:\         \__\/      \  \:\         \__\/    
     \__\/                     \__\/                  

     +-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
     |d|e|v|e|l|o|p|m|e|n|t| |a|n|d| |d|e|s|i|g|n|
     +-+-+-+-+-+-+-+-+-+-+-+ +-+-+-+ +-+-+-+-+-+-+
        http://www.minddevelopmentanddesign.com                    
=============================================================

 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

@import url('more.css');

/* Layout ================================================================================= */

body { background-color: #1B130E !important; }
.wrapper {background-color:#332720;}
.page { width:100%; margin:0 auto; padding:0px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { padding:0 0 10px; }
.cms-page-view div.wrapper div.page div.main {padding:0px;}

/* Base Columns */ 

.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; width:735px; background:url(../images/bnice-wood-bg.jpg) repeat 0 0;}
.catalog-product-view .col-main,
.review-product-list .col-main { float:left; width:736px; background:none;}
.cms-page-view .col-main {background:url(../images/bnice-wood-bg.jpg) repeat top; padding:0px 0px 20px 0px; margin-left:0px;}
.col-right { float:right; width:230px; border:0px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */

.col1-layout .col-main { float:none; width:100%; }

/* 2 Columns Layout */

.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {background:none; }
.col2-right-layout {background:url(../images/bnice-wood-bg.jpg) repeat-x top;}
.catalog-category-view .col2-right-layout,
.checkout-onepage-index .col2-right-layout,
.cms-page-view .col2-right-layout,
.checkout-cart-index .col-main {background:url(../images/bnice-wood-bg.jpg) repeat top;}
.checkout-cart-index .main {padding:0px;}
.col2-right-layout-prod {background:url(../images/bnice-wood-bg.jpg) repeat 0px -250px ;}


/* 3 Columns Layout */

.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */

.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.col-sub {background-color:#332720;}

/* ======================================================================================= */

.inner {width:1000px; padding:0px 20px 10px; margin:0px auto;}
.home {padding:0px;}

/* Special Fonts ================================================================================ */

@font-face {
    font-family: 'CamboRegular';
    src: url('../css/fonts/Cambo-Regular-webfont.eot');
    src: url('../css/fonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Cambo-Regular-webfont.woff') format('woff'),
         url('../css/fonts/Cambo-Regular-webfont.ttf') format('truetype'),
         url('../css/fonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h4 {font:bold 18px/18px 'CamboRegular'; color:#0f0403; }
h4.home {font:bold 18px/18px 'CamboRegular'; color:#0f0403; width:100%; text-align:center;}

/* Header ================================================================================ */

.header-container {width:100%; height:231px;}
.header { padding:0px; background:url(../images/bnice-header-bg2.png) repeat-x top; height:175px; }
.header .welcome-msg { font-weight:bold; text-align:right; color:#FFF; font-style:italic; padding:8px 0px 2px; display:none; }
.header .links { float:right; margin-top:15px;}
.header .links li {float:left; padding:0px 0px 0px 9px; list-style:none;}
.header .links a {font:bold 11px/13px 'CamboRegular'; text-transform:uppercase; color:#FFF; text-decoration:none;}
.header form {float:right; clear:right; padding:10px 0px 15px;}
.header .form-search { text-align:center; position: relative; }
.header .form-search input#search {width:230px; height:20px; color:#555;}
.header .form-search button.button { width:34px; height:24px; background:#fff url(../images/bnice-search-submit.png) no-repeat 0px -2px; margin:0px; border:none; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { text-align:center; }
#logo { float:left; width:425px; height:147px; margin:15px 0px 0px 20px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; } 


/* Custom Search =================================================================== */

.cse .gsc-control-cse {background-color:none !important;}
.gsc-control-cse {background-color:none !important;}

/********** < Social Links */

ul.social {width:192px; height:38px; float:right; clear:right;}
ul.social li {float:left; list-style:none;}
ul.social li a { float:left; width:38px; height:38px; margin-left:10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.social li a:hover {
  -moz-transform: rotate(-7deg); 
  -webkit-transform: rotate(-7deg); 
  transform:rotate(-7deg);
}
a.facebook {background:url(../images/bnice-facebook.png) no-repeat top;}
a.twitter {background:url(../images/bnice-twitter.png) no-repeat top;}
a.linkedin {background:url(../images/bnice-linkedin.png) no-repeat top;}
a.googleplus {background:url(../images/bnice-google.png) no-repeat top;}

ul.social li a.twitter:hover,
ul.social li a.linkedin:hover {
  -moz-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform:rotate(7deg);
}

/********** < Call To Action */

.cta {width:245px; height:140px; float:left; margin:20px 0px 0px 20px;}
#get-report {
  width:245px;
  height:140px;
  background: url(../images/bnice-cta.png) no-repeat 0 0;
}
#get-report span { font-size: 0; line-height: 0; }
#get-report form { float: none; text-align: left; padding: 0; display: block; }
#get-report #gr-email {
  margin: 80px 0 4px 10px;
  padding: 3px;
  width: 140px;
  display: inline-block;
  border: solid 1px #dadada;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#gr-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1, 0px 2px 3px rgba(0,0,0,0.5);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
  margin: 76px 0 0 4px;
}
#gr-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
#gr-submit:active {
	position:relative;
	top:1px;
}

#get-report-thanks {
  width:245px;
  height:140px;
  background: url(../images/bnice-cta-2.png) no-repeat 0 0;
}
#get-report-thanks span { font-size: 0; line-height: 0; }

.top-phone {
  display: block;
  float: right;
  clear: right;
  color: #fff;
  padding-top: 10px;
  font: bold 22px 'CamboRegular';
  text-shadow: 0 2px 2px rgba(0,0,0,0.8);
}

/********** < Navigation */

#nav-wrapper { font-family:'CamboRegular'; font-size:16px; height:56px; padding:0px; margin:0px; background:url(../images/bnice-nav-bg-brown.png) repeat-x top;}

#nav {
  margin: 0; padding: 0; height: 56px; width: 975px; margin: 0 auto;
}

/* All Levels */

#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover{ display:block; line-height:1.3em; text-decoration:none;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

/* 0 Level */

#nav li { float:left; margin-top:10px; }
#nav li.active a { color:#f57f20; }
#nav a { float:left; padding:9px 35px 16px 13px; color:#FFF; font-weight:normal; text-transform:uppercase; text-shadow: 0px 2px 2px #000;}
#nav li.over a,
#nav a:hover { color:#f57f20; }

/* 1st Level */

#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background-color:#332720; color:#f57f20;}
#nav ul li.over ul {}
#nav ul li.last { background:#656461; padding-bottom:0; }


#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none !important; }
#nav ul li a { font-weight:normal !important; }


/* 2nd leven */

#nav ul { position:absolute; width:15em; top:45px; left:-10000px; border-left:2px #fff solid; border-right:2px #fff solid; border-bottom:2px #fff solid; }

ul#nav li ul.shown-sub {background-color:#332720 !important;}

ul#nav li:hover ul.htc {  background: #332720 !important;
  border-left:2px #994E05 solid;
  border-right:2px #994E05 solid;
  border-bottom:2px #994E05 solid;
  box-shadow:  
  0 0 0 4px #332720,  
  0 -2px 0 4px #332720, 
  0 0 0 6px #fff,
  0px 4px 3px 4px rgba(0, 0, 0, .4);
  }
ul#nav li:hover ul.htc li {list-style:none; margin-left:5px;}
ul#nav li:hover ul.htc li a {color:#F57F20; padding:5px; text-transform:none;}
ul#nav li:hover ul.htc li a:hover {color:#FFF; background-color:none !important;}

/* 3rd+ Level */

#nav ul ul { top:5px; }

/* Show Menu */

#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { color:#898885; }
#nav ul li a:hover { background:#ccc; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }


#cat-block-wrap {
  float: none !important;
  width: 910px !important;
  margin-left: -60px !important;
  background: #332720 !important;
  border-left:2px #994E05 solid;
  border-right:2px #994E05 solid;
  border-bottom:2px #994E05 solid;
  box-shadow:  
  0 0 0 4px #332720,  
  0 -2px 0 4px #332720, 
  0 0 0 6px #fff,
  0px 4px 3px 4px rgba(0, 0, 0, .4);
  position: relative;
}
.cat-block-row {
  width: 180px;
  float: left;
  margin:0px 0px 10px 0px;
}
.cat-block-item {
  display: block;
  text-align: left;
  font: normal 12px/14px Arial,sans-serif;
	margin:3px 0px 3px 15px;
	text-transform:none!important;
}
.cat-block-item:hover {background:none!important; text-decoration:underline!important; text-transform:none!important;}
.cat-block-item img {
  height: 25px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.in-menu-image {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  border: solid 2px #fff;
  width: 330px;
  height: 220px;
	background:url(../images/bnice-menu-pic.png) no-repeat top;
	-webkit-box-shadow: 0px 2px 2px 2px #201813; box-shadow: 0px 2px 2px 2px #201813;
}


/********** Navigation > */

/* ======================================================================================= */

/* Carousel Image Changer ================================================================ */

.carousel {width:1000px; height:395px; margin:0px auto; padding:20px 1px; background:url(../images/bnice-carousel-bg.png) no-repeat 0px 20px; position:relative; }

a.left-arrow {display:block; width:36px; height:31px; background:url(../images/bnice-left-arrow.png) no-repeat top; position:absolute; left:5px; top:192px;}
a.right-arrow {display:block; width:36px; height:31px; background:url(../images/bnice-right-arrow.png) no-repeat top; position:absolute; right:10px; top:192px;}

ul#carousel-stage {width:900px; height:340px; background-color:#FFF; margin:22px 0px 0px 49px;}
ul#carousel-stage li {width:900px; height:340px; list-style:none; float:left;}
ul#carousel-stage li img {width:900px; height:340px; }
ul#carousel-stage li p {width:270px; padding:0px 0px 10px 15px; color:#FFF; font: 13px/16px Arial, Helvetica, sans-serif; color:#FFF;}
ul#carousel-stage li p.h2 {font:bold 28px/29px 'CamboRegular'; color:#fff; padding:15px 0px 10px 15px; text-transform:uppercase;}
ul#carousel-stage li a.h2,
#testimonials a.h2 {font:27px/23px 'CamboRegular'; color:#fe7f03; text-transform:lowercase; text-decoration:none; padding:10px 0 0 15px; display:block;}

li.high-quality { background:url(../images/bnice-carousel-img-fpo.jpg) no-repeat top;}

span.img-overlay {width:290px; height:325px; padding-top:15px; background-image:url(../images/bnice-overlay-70.png); background-repeat:repeat; display:block;}


/* Thickness Blocks ====================================================================== */

ul#thickness {width:950px; height:160px; float:left; margin:10px 0px 10px 25px;}
li.thick_block {width:302px; height:154px; float:left; -webkit-box-shadow: 0px 1px 2px 2px #725a4c; box-shadow: 0px 1px 2px 2px #725a4c;}
li.thick_block:first-child {margin-right:22px;}
li.thick_block:last-child {margin-left:22px;}

.basic {background:url(../images/bnice-basic-box.png) no-repeat right; width:302px; height:154px; display: block;}
.deluxe {background:url(../images/bnice-deluxe-box.png) no-repeat right; width:302px; height:154px;display: block;}
.ultra {background:url(../images/bnice-ultra-box.png) no-repeat right; width:302px; height:154px; display: block;}

li.thick_block .h2,
ul#thickness span.continue {text-shadow: 0px 2px 3px #1a0e01; }

ul#thickness p.h2 {font:bold 38px/30px 'CamboRegular'; color:#fff; padding:5px 0px 0px 15px; text-transform:uppercase;}
ul#thickness span.h2 {font:18px/18px 'CamboRegular'; color:#fe7f03; text-transform:none;}

ul#thickness p {width:220px; color:#FFF; padding:10px 0px 0px 15px; font:12px/14px Arial, Helvetica, sans-serif;}
ul#thickness span.continue {font:15px/23px 'CamboRegular'; color:#fe7f03; text-transform:lowercase; text-decoration:none; padding:10px 0 0 15px;}

ul#thickness a, ul#thickness a p { text-decoration: none; }

/* Manufacturer Logos ========================================================================= */

img.mlogos {margin-left:25px;}
img.learnmore {margin:15px 0px 20px 20px;}

/* Homepage Page List (Lower Pager) ========================================================================= */

#bottom_page_switcher { }

ul#switcher_nav {width:315px; float:left; margin:0px 0px 0px 15px; border-right: 2px #2a2019 solid; box-shadow:10px 0px 9px -10px #1e1510; -webkit-box-shadow: 10px 0px 9px -10px #1e1510;}
ul#switcher_nav li {float:left; list-style:none; width:315px; height:90px; text-align:left;}
ul#switcher_nav li a {display:block; width:295px; height:70px; padding:10px;}
ul#switcher_nav li a.h2 {font:bold 30px/30px 'CamboRegular'; color:#fff; text-transform:uppercase; text-decoration:none; text-shadow: 0px 2px 3px #1a0e01; }
ul#switcher_nav li a span.h2 {font:20px/20px 'CamboRegular'; color:#fe7f03; letter-spacing:.5px;}
ul#switcher_nav li a:hover {background-color:#735735;}

#page_switcher_info { width:620px; float:right; margin:0px 20px 0px 0px; height:auto; overflow: hidden; }
.page_switcher_item {margin-bottom:15px;}
.page_switcher_item h3 { font: 26px/30px 'CamboRegular'; color:#fff; margin:0px; padding:0px 0px 15px 0px; text-shadow: 0px 2px 2px #000;}
.page_switcher_item p {font: 14px/18px Arial, Helvetica, sans-serif; color:#FFF; padding:0px 0px 15px 0px;}
.page_switcher_item ul {margin:0px 0px 10px 0px;}
.page_switcher_item ul li {font: 14px/18px Arial, Helvetica, sans-serif; color:#FFF; margin:0px 0px 5px 20px; list-style:outside;}

#on-sale img.thumb {border:4px #FFF solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin-right:20px;}
#cover-gallery img.covers-map { width:400px; border:4px #BE946B solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin:10px 80px 15px 80px; }
#cover-gallery a, #on-sale a, #right-size a, #right-for-you a, #testimonials a  {color:#FE7F03;}
#cover-gallery a.fancybox img {border:4px #FFF solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin:0px 5px 10px 5px; width:185px;}

#testimonials p {font:italic 15px/19px 'CamboRegular'; color:#fff;}
#testimonials  span.tauthor {color:#fe7f03;}
#testimonials ul li {display:inline; margin:0px 20px 5px 0px;}
#testimonials ul li a {color:#FE7F03;}

/* Global Styles ========================================================================= */

/* Form Elements */

input, select, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #888; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; height:20px; margin:3px; border:2px #994f08 solid;}
textarea { overflow:auto; }
button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; }
button.button span { display:block; margin:0; padding:1px 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.disabled {}
button.disabled span {}

/* Input & Textarea stretched for 100% */

.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }

/* Form Highlight */

.highlight {}


/* Form lists */

.form-list li { margin:0 0 5px; }
.form-list li .input-box {}
.form-list li input.input-text,
.form-list li textarea { width:250px; }
.form-list li select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list label {}

.group-select {}
.group-select label {}
.group-select .legend {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:260px; }
.group-select li input.input-text,
.group-select li textarea {width:510px; }
.group-select li select { width:516px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }


.buttons-set { clear:both; margin:0px!important; padding:5px; border:none !important; box-shadow:none !important;}
.buttons-set .back-link { float:left; }
.buttons-set .button { float:left; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }
div#checkout-step-login.step div.col2-set div.col-2 div.buttons-set a.f-left {color:#fe7f03; text-shadow:none;}

/* Form Validation */

.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px solid #f00 !important; background:#000 !important; color:#fff !important; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); box-shadow: 0px 1px 2px rgba(0,0,0,0.5); }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }

/* Expiration date and cvv number validation fix */

.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

/* Global Messages  */

.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {  border-style:solid !important; border-width:2px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:14px !important; font-weight:bold !important; -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); box-shadow: 2px 2px 3px rgba(0,0,0,0.5); }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }


/* BreadCrumbs */ 

.breadcrumbs { padding:10px 10px 10px 7px; margin:0 0 10px; color:#994e05 !important; font:bold 16px/25px 'CamboRegular'; text-transform:uppercase; text-shadow: 0px 1px 2px #ffffff; }
.breadcrumbs li { display:inline; }
.breadcrumbs a {color:#994e05 !important; text-decoration:none;}
.breadcrumbs li strong {color:#332720;}

.cms-page-view .col-main .breadcrumbs {padding:10px 10px 10px 3px;}
.catalog-category-view div.wrapper div.page div.main div.inner div.breadcrumbs,
.catalog-product-view div.wrapper div.page div.main div.inner div.breadcrumbs,
.cms-page-view div.wrapper div.page div.main div.inner div.breadcrumbs {padding:10px 10px 10px 25px;}



/* Page Heading */

.page-title { padding:0 0 5px; margin:0 0 10px; }
.cms-page-view .page-title { padding:0 0 5px 20px; margin:0px; }
.page-title h1 {font:bold 33px/24px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px #ffffff; margin:0px 0px 15px 0px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }


/* Pager */ 

.pager { border-top:3px dotted #4c392d; border-bottom:3px dotted #4c392d; padding:10px 5px; margin:10px 0; text-align:center; }
.pager p {padding-left:10px;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:3px 135px; font:bold 19px/14px "CamboRegular"; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a {color:#994E05;}
.pager .pages .current {}


/* Sorter */ 

.sorter { border:0px solid #ddd; padding:8px; margin:5px 0; background-color:#4c392d; color:#FFF; -webkit-border-radius: 10px;border-radius: 10px; -webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, .6); box-shadow: inset 0px 2px 2px 2px rgba(70, 50, 5, .6); }
.sorter p {padding-left:10px; color:#FFF;}
.sorter a {color:#F57F20;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}


/* Data Table */ 

.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; color:#FFFFFF; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {color:#994e05;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */

tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}


/* Lists Decoration */

li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */

.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std h3 {font:bold 25px/30px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px #ffffff;margin:0px 0px 15px 0px;}
.std h3 a {color:#332720;text-shadow: 0px 1px 1px #ffffff; text-decoration:none; }
.cms-page-view .std,
.contacts-index-index .col-main {width:685px; background-color:rgba(255, 255, 255, 0.5); border-radius: 10px 10px 10px 10px; padding:15px; overflow:auto;}
.contacts-index-index .sidebar {margin:20px 0px 0px 0px;}
.cms-page-view .std p,
.contacts-index-index .std p {font:13px/17px Arial, Helvetica, sans-serif;}
.cms-page-view .std a,
.contacts-index-index .std a {font:bold 17px/20px 'CamboRegular'; color:#994E05; border-bottom:#D2AE7A 2px dotted; padding-bottom:2px; text-decoration:none; padding:0px; margin:0px;}
.cms-page-view .std h2,
.contacts-index-index .std h2 {font:bold 25px/30px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px #ffffff; margin:0px 0px 15px 0px;}
.cms-page-view .std h3,
.contacts-index-index .std h3 {margin-bottom:5px;}
.cms-page-view .std iframe,
.contacts-index-index .std iframe {border:5px #fff solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin:0px 15px;}
.cms-page-view img.center,
.cms-page-view img.center {border:3px #fff solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin:15px auto;}
.cms-page-view .std h4,
.contacts-index-index .std h4 {font:bold 20px/30px 'CamboRegular'; color:#994E05;text-shadow: 0px 1px 1px #ffffff; margin:0px 0px 15px 0px;}
.cms-page-view .std h5,
.contacts-index-index .std h5 {font:bold 20px/30px 'CamboRegular'; color:#4C392D;text-shadow: 0px 1px 1px #ffffff;margin:0px 0px 5px 0px;}


/* ======================================================================================= */

img.features {border:3px #fff solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); width:200px; float:right; margin:15px;}
img.upop {float:right; border:3px #fff solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2); margin:0px 0px 15px 30px;}
hr {border-bottom:#D2AE7A 2px dotted; padding-bottom:2px; background:none; border-top:0px; border-left:0px; border-right:0px; clear:both; margin:10px 0px;}

ul#colors {padding-left:14px;}
ul#colors li {float:left; list-style:none; margin:5px;}
ul#colors img {width:150px; height:150px; border:5px #fff solid; -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .4); box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .2);}
ul#colors p {text-align:center; margin:10px auto; font:bold 17px/15px 'CamboRegular'; color:#444;}

/* Sidebar =============================================================================== */

.sidebar .block { border:0px solid #ddd; margin:0 0 10px; }
.sidebar .block .block-title { border-bottom:0px solid #ddd; padding:5px 10px; font:bold 18px/20px "CamboRegular";}
.sidebar .block .block-title h2 { font:bold 20px/22px 'CamboRegular'; color:#332720; border-bottom:1px solid #332720; padding-bottom:5px; }
.sidebar .block h3 { font-size:14px; line-height:1.5; }
.sidebar .block .block-content { padding:0px 0px 0px 0px; }
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }

.sidebar .block-content ol#recently-viewed-items li a {color:#332720;}



/* Contact */
.contacts-index-index div.wrapper div.page div.main div.inner div.col-main {margin:20px 0px 0px 25px;}
.contact-aside {float: right;  width: 300px; margin:10px 20px 0px 0px;}
.contact-aside a {color: #FE7F03;}
.cart-empty a {color:#332720;}
.contact-aside ul li a img {margin:10px 0px;}
.contact-aside ul li a {width:134px; height:36px;}
.contacts-index-index div.wrapper div.page div.main div.inner div.col-main form#contactForm {width: 360px; float:left;}
.contacts-index-index form#contactForm div.buttons-set {background:none !important; text-align:left;}
.contacts-index-index form#contactForm div.buttons-set p.required {text-align:left;}

.contacts-index-index form#contactForm div.buttons-set button.button,
#customer-reviews.box-collateral div#review-form.form-add form#review-form div.buttons-set button.button,
form#pollForm div.block-content div.actions button.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1, 0px 2px 3px rgba(0,0,0,0.5);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
  margin: 8px 5px 5px 5px;
}
.contacts-index-index form#contactForm div.buttons-set button.button span span,
#customer-reviews.box-collateral div#review-form.form-add form#review-form div.buttons-set button.button span span,
form#pollForm div.block-content div.actions button.button span span {color:#FFF;}
.contacts-index-index form#contactForm div.buttons-set button.button:hover,
#customer-reviews.box-collateral div#review-form.form-add form#review-form div.buttons-set button.button:hover,
form#pollForm div.block-content div.actions button.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}



/* FAQ */
.cms-faqs div.wrapper div.page div.main div.col-main div.inner div.usercontent,
.cms-shipping-policy .usercontent,
.cms-manufacturing-policy .usercontent,
.cms-privacy-policy-cookie-restriction-mode .usercontent {padding-top:0px !important;}

/* Block: Account */

.sidebar .block-account {}


/* Block: Currency Switcher */

.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }


/* Block: Layered Navigation */

.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dt { font-weight:bold; }
.sidebar .block-layered-nav .currently {}


/* Block: Cart */

.sidebar .block-cart {}
.sidebar .block-cart a {color:#994F08;}
.sidebar .block-cart .amount {}
.sidebar .block-cart .subtotal { text-align:left; }

.sidebar .mini-products-list li { padding:5px 0; }
html body.review-product-list div.wrapper div.page div.main div.inner div.col-right div.block div.block-content ol#cart-sidebar.mini-products-list li.item a.product-image {border:none;}
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px; border:0px solid #ddd; margin-right:-75px; }
.sidebar .mini-products-list .product-details { margin-left:85px; }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details .btn-remove { float:left; }

ol#cart-sidebar.mini-products-list li.item div.product-details a {width:100%; color:#994F08;}
ol#cart-sidebar.mini-products-list li.item div.product-details p.product-name a {font:bold 12px/14px sans-serif; text-decoration:none;}
ol#cart-sidebar.mini-products-list li.item div.product-details p.product-name a,
ol#cart-sidebar.mini-products-list li.item div.product-details a.btn-edit {float:left;}


/* Block: Wishlist */

.sidebar .block-wishlist {}


/* Block: Related */

.sidebar .block-related {}
.sidebar .block-related li { padding:5px 0; }
.sidebar .block-related .checkbox { float:left; margin-right:-20px; }
.sidebar .block-related .item { margin-left:20px; }
.sidebar .block-related .item .product-image { float:left; margin-right:-65px; }
.sidebar .block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */

.sidebar .block-compare {}
.sidebar .block-compare li { padding:5px 0; }


/* Block: Viewed */

.sidebar .block-recent {}

/* Block: Poll */

.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px; }
.sidebar .block-poll .answer {}
.sidebar .block-poll .votes { font-weight:bold; }


/* Block: Tags */

.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline; }


/* Block: Subscribe */

.sidebar .block-subscribe {}


/* Block: Reorder */

.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }


/* Block: Banner */

.sidebar .block-banner {}
.sidebar .block-banner {}
.sidebar .block-banner .block-content { text-align:center; }


/* Block: Checkout Progress */

.sidebar .block-progress {}
.sidebar .block-progress dt { font-weight:bold; }
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background-color:#f6f6f6; padding:5px 0px 0px 10px;}

/* ======================================================================================= */



/* Category Page ========================================================================= */

.category-title { border-bottom:0px solid #ddd; margin:0 0 10px 7px; }
.category-title h1 {font:bold 33px/24px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px #ffffff; margin:0px 0px 15px 0px; padding-left:15px; }
.category-title h2 {font:bold 28px/24px 'CamboRegular'; color:#332720; }
.category-image { display:block; margin:0 auto; }
.category-products {}


p.category-description {padding:0px 0px 0px 10px;}

a.go-back {font:bold 25px/20px 'CamboRegular'; color:#994e05; background:url(../images/bnice-product-arrow-left.png) no-repeat left; padding:0px 0px 0px 50px; display:block; margin:0px 0px 30px 10px; text-decoration:none;}
a.go-back:hover { color:#332720;}

a.link-learn, a.link-learn:visited {color:#F57F20;}

/* View Type: Grid */


.category-products ul.odd {}
.category-products ul.even { background-color:rgba(225, 216, 195, 0.6); }
.category-products div.grid-wrapper ul.products-grid li.item div.price-box {width:100%}

.products-grid { width:100%; }
.products-grid li { list-style: none; float: left; width:33%; border:none !important; text-align:center; height: 200px; }
.products-grid li.empty {}

.grid-wrapper, .list-wrapper {-webkit-border-radius: 10px; border-radius: 10px; background-color:rgba(243, 235, 232, 0.6); border-color:#896e5d;}


/* View Type: List */

.products-list .item { border:0px solid #ddd; padding:10px 15px 0px 10px; margin:0 0 5px; }
.products-list li.item {border:none !important}
.products-list .product-image { float:left; margin-right:-150px; }
.products-list .product-shop { float:right; width:320px; }

/* ======================================================================================= */



/* Product View ========================================================================== */

.product-view {}
.product-essential { position:relative;}
.product-collateral { margin:20px 0px 0px 0px;}

.catalog-product-view div.wrapper div.page div.main div.inner form#product_addtocart_form div.col-main {background:none;}

.catalog-product-view div.wrapper div.page div.main div.inner div.product-collateral div.box-collateral div.std div span a {color:#994e05}

.product-green-design-eco-hot-tub-spa-covers img.custom-cover {display:none;}

/* Product Images */

.product-view .product-img-box { float:left; width:320px; }
.product-view .product-img-box .product-image { border:5px solid #fff;-webkit-box-shadow:  0px 3px 2px 1px rgba(0, 0, 0, .4);box-shadow:  0px 3px 2px 1px rgba(0, 0, 0, .4); }
.product-view .product-img-box .product-image-zoom { position:relative; width:310px; height:310px; overflow:hidden; z-index:9; margin-bottom: 20px; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:10px 28px; background:#fff url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; -webkit-border-radius: 10px; border-radius: 10px;}
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:5px; top:10px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:5px; top:10px; }
.more-views ul { margin-left:-4px; }
.more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.more-views {float:right;width:400px;}
.addthis_toolbox .addthis_button_pinterest_pinit  {
  margin:5px 0px 0px !important;
}
.addthis_button_google_plusone {
  margin-top:3px;
}
p#track_hint {padding:8px 0px;display:none;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

a.product-image img {border:10px #FFF solid; background-color:#CCC; -webkit-border-radius: 10px;border-radius: 10px; margin:0px 0px 10px 0px;}

/* Product Shop */

.product-view .product-shop { float:right; width:400px; }
.product-view .product-name {}
.product-view .product-name h1 {font:bold 33px/36px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px rgba(255,255,255, 0.5); margin:0px 0px 15px 0px;}
h2.product-name a {font:bold 20px/24px 'CamboRegular'; color:#332720;text-shadow: 0px 1px 1px #ffffff; margin:0px 0px 15px 0px;}
.product-view .short-description {}

h3.product-name a {font:bold 20px/24px 'CamboRegular'; color:#332720; text-decoration:none;}
h3.product-name a:hover {color:#a8530e;}

.product-collateral .description {margin:0px 0px 25px 0px;}
.product-collateral .description h3,
.product-collateral h2 {font: 30px/30px 'CamboRegular'; color:#fff; text-decoration:none; text-shadow: 0px 2px 3px #1a0e01;  padding:10px 0px 15px;}
.product-collateral .description .std,
.product-collateral .std {color:#FFF; font:14px/18px Arial, Helvetica, sans-serif;}


/* Rating */

.ratings {}
.ratings .amount {}
.ratings .rating-links {margin:5px 0px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:15px; font-size:0; line-height:0; background:url(../images/bg_rating.png) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:15px; background:url(../images/bg_rating.png) 0 100% repeat-x; }

/* Availability */

.availability {color:#332720; font: bold 16px/20px Arial, sans-serif; }
.availability .in-stock { font-weight:bold; color:#994E05; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

p.availability span {color:#994E05;}

/* Email and Review */

form#product_addtocart_form div.product-shop p.email-friend {background: #fceabb;
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
-webkit-border-radius: 10px; border-radius: 10px;-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3); 
height:25px; padding:6px 0px 0px 5px; width:190px; margin:10px 0px;
}
form#product_addtocart_form div.product-shop p.email-friend:hover {background: #ffb76b;
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04));
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}
form#product_addtocart_form div.product-shop p.email-friend a {font: 18px/20px 'CamboRegular'; text-decoration:none; padding:9px 10px 5px 32px; color:#4C392D; text-shadow: 0px 1px 1px rgba(255,255,255, 0.5); background: url(../images/bnice-email-icon.png) no-repeat left;
}
form#product_addtocart_form div.product-shop p.email-friend a:hover {color:#FFFFFF; text-shadow:none;}


div.product-shop p.no-rating {background: #f2f6f8;
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9));
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 );
-webkit-border-radius: 10px; border-radius: 10px;-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .3); 
height:25px; padding:6px 0px 0px 5px; width:320px; margin:10px 0px;
}
div.product-shop p.no-rating:hover {background: #b7deed;
background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed));
background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );
}
div.product-shop p.no-rating a {font: 18px/20px 'CamboRegular'; text-decoration:none; padding:7px 10px 5px 32px; color:#298a39; text-shadow: 0px 1px 1px rgba(255,255,255, 0.9); background: url(../images/bnice-review-check.png) no-repeat left;
}
div.product-shop p.no-rating a:hover {color:#FFFFFF; text-shadow:none;}

div.product-view div.product-essential div.product-shop a.nobr,
div.product-view div.product-essential div.product-shop div.ratings p.rating-links a {
font: 19px/18px 'CamboRegular'; text-decoration:none; padding:10px 10px 10px 0px; color:#994f08; text-shadow: 0px 1px 1px rgba(0,0,0, 0.2);
}

/********** < Product Prices */

.price { white-space:nowrap !important; }

.price-box {width:30%; }
.price-box .price { font-weight:bold; }

.price-box-bundle {}


/* Regular price */

.regular-price {}
.regular-price .price { font:bold 36px/36px 'CamboRegular'; color:#F57F20; text-shadow: 0px 1px 1px #7b623c; }


/* Old price */

.old-price {font:bold 24px/24px 'CamboRegular'; color:#FF0000; text-shadow: 0px 1px 1px #7b623c; }
.old-price .price-label { white-space:nowrap; font-weight:normal; font-size:16px; color:#554535;}
.old-price .price {  text-decoration:line-through; }

div.product-options-bottom div.price-box p.old-price span.price-label {color:#FFF;}
div.product-options-bottom div.price-box p.old-price {text-shadow: 0px 1px 1px #000; }
div.product-essential div.product-shop div.price-box p.old-price {font-size:24px;}

/* Special price */

.special-price {font:bold 24px/24px 'CamboRegular'; color:#F57F20; text-shadow: 0px 1px 1px #7b623c; }
.special-price .price-label { white-space:nowrap; font-size:16px; font-weight:normal; color:#554535;}
.special-price .price {  }

div.product-options-bottom div.price-box p.special-price span.price-label {color:#FFF;}
div.product-options-bottom div.price-box p.special-price {text-shadow: 0px 1px 1px #000; }

div.product-essential div.product-shop div.price-box p.special-price {font-size:36px;}

/* Minimal price (as low as) */

.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }


/* Excluding tax */

.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }


/* Including tax */

.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }


/* Excl tax (for order tables) */

.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }


/* Incl tax (for order tables) */

.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }


/* Price range */

.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */

.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }


/* Price notice next to the options */

.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/********** Product Prices > */


/* Tier Prices */

.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */

.add-to-links .separator,
span.separator { display:none; }
ul.add-to-links {margin:10px auto 0px; width:60%; background-color:#4C392D; padding:2px 0px; }
ul.add-to-links li a { color:#F57F20; }

.product-shop ul.add-to-links {width:auto; background:none;}
.product-shop ul.add-to-links a {color:#4C392D;}

/* Add to Cart */

.add-to-cart {width:370px; margin: -35px 0px 0px 190px; padding:0px 0px 0px 0px;}
.add-to-cart label { float:left; margin:0px 5px 0px 20px; font:bold 32px/28px 'CamboRegular'; color:#FFF;}
.add-to-cart .qty { float:left; }
.add-to-cart .button { margin-left:5px; height:50px; background:url(../images/bnice-add-to-cart-icon.png) no-repeat left; padding:0px 0px 0px 33px; border:none; position:absolute; top:25px; right:15px; }
.add-to-cart .button span span {font:bold 32px/28px 'CamboRegular'; color:#FFF;}

/* Add to Links + Add to Cart */

.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


/* Product Options */

.product-options { padding:0px; margin:10px 0 0; border:0px solid #ddd; }
.product-options dt label { font: 24px/28px 'CamboRegular'; color:#F57F20; text-shadow: 0px 2px 3px rgba(0,0,0,0.3); }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0px; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
f.product-options dd a,
.product-options a {color:#FFAF80; font:14px/17px Arial, Helvetica, sans-serif;}
.product-options dd select { width:99%; }
.product-options dd .multiselect option {}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options p.required { padding:15px 0 0; clear:both;}

.product-options-bottom { padding:10px; border-top:1px solid #fff; border-bottom:1px solid #fff; position:relative;}
.product-options-bottom .price-box { margin:10px 0 0 0; padding:10px 0 0 0; }

#product-options-wrapper.product-options dl.last dd ul li span.label label,
#product-options-wrapper.product-options p.note {color:#FFF; font:14px/17px Arial, Helvetica, sans-serif; margin:0px 0px 10px 0px;}
#product-options-wrapper.product-options dl.last dd ul#options-2-list.options-list li span.label label a {color:#F57F20;}
span.price-notice {color:#F57F20;}
#product-options-wrapper.product-options dl.last dd p.no-margin {color:#F57F20;}

#product-options-wrapper.product-options div {width:960px; float:left; margin:0px 0px 20px 0px;}
#product-options-wrapper.product-options div span.label {}

#product-options-wrapper.product-options dl div dd select#select_69011.required-entry {width:400px;}
#product-options-wrapper.product-options dl.last div.option_wrap_69008 dd.last ul#options-69008-list.options-list li span.label label a.fancybox img {margin:0px 7px 0px 0px;}
div#product-options-wrapper.product-options dl div dd ul li {margin:4px 0px;}


.option_wrap_69011 {position:relative;}
/*
.option_wrap_dimensionaininchesty,
.option_wrap_dimensionbininches,
.option_wrap_dimensioncininches,
.option_wrap_dimensiondininches,
.option_wrap_dimensioneininches,
.option_wrap_hottubcovershape,
.option_wrap_selectfoldlocation,
.option_wrap_oversizecoveranydime,
.option_wrap_skirtflaplength,
.option_wrap_additionalstrapsforw,
.option_wrap_arecornerspeakerpock,
.option_wrap_forspeakerhottubspro {width:475px !important; margin-right:25px !important; margin:0px 0px 5px 0px; }
*/

.option_wrap_dimensionaininchesty label, 
.option_wrap_dimensionbininches label,
.option_wrap_dimensioncininches label,
.option_wrap_dimensiondininches label,
.option_wrap_dimensioneininches label {color:#fff !important; font-size:20px !important;}

.option_wrap_vinylcolorselection dd ul { height: 100px; }
.option_wrap_vinylcolorselection dd ul li { float: left; display: block; width:160px; font-size: 11px; }
.option_wrap_vinylcolorselection dd ul li a { float: left; }
.option_wrap_vinylcolorselection dd ul li a img { width: 20px; height: 20px; }
.product-options .option_wrap_vinylcolorselection .options-list input.radio { margin: 3px; }
.option_wrap_vinylcolorselection dd ul li span.label { margin: 2px 0 0; }
.option_wrap_vinylcolorselection dd ul li span.label label { font-size: 12px !important; }

.option_wrap_hottubcovershape dd { position: relative; }
.option_wrap_hottubcovershape dd a {
  position: absolute;
  bottom: 0px;
  left: -5px;
}
.option_wrap_hottubcovershape dd a img { width: 200px; }
.option_wrap_hottubcovershape dd select { margin-bottom: 210px; }

span.deets {
  display: block; font-size: 11px; color: #d1d1d1;
}

/* Grouped Product */

.grouped-items {}


/* Block: Description */

.product-view .description {}


/* Block: Additional */

.product-view .additional {}


/* Block: Upsell */

.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }


/* Block: Tags */

.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags .button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }


/* Block: Reviews */

.product-view .reviews {}
#review-form h3, #review-form h4 { color: #fff; }
#review-form h4 { padding-left: 190px; }
#product-review-table { border: none; width:500px; }
#product-review-table thead { background: none; }
#product-review-table tr.even,
#product-review-table tr.odd,
#product-review-table th,
#product-review-table td { background: none; border: none; color: #fff; }

#product-review-table tbody th {
    color: #FFC16A;
    font-weight: normal;
    padding: 5px;
    text-align: right;
    width: 135px;
}
#product-review-table tbody td.value { text-align:center; }

/* Block: Add Review */

.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }

/* ======================================================================================= */



/* Content Styles ================================================================= */

/* Product Tags */

.tags-list li { display:inline; }


/* Advanced Search */

.search-summary {}

/* ======================================================================================= */



/* Product Review ======================================================================== */

.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }

/* ======================================================================================= */



/* Shopping Cart ========================================================================= */

.cart .checkout-types { float:right; text-align:right; }
#shopping-cart-table.data-table tbody tr td.a-center a,
#shopping-cart-table.data-table tbody tr  td dl.item-options {color:#332720;}
#shopping-cart-table.data-table tbody tr  td.a-right span.cart-price span.price {color:#994E05; font:bold 22px/35px 'CamboRegular';}
#shopping-cart-table.data-table tbody tr  td.a-right span.cart-price {margin:10px 0px;}
#shopping-cart-table.data-table tbody tr.first td dl.item-options dt {color:#994e05;}

#checkout-review-table.data-table tbody tr td.a-center,
#checkout-review-table.data-table tbody tr td.a-right span.cart-price span.price,
#checkout-review-table.data-table tfoot tr td.a-right,
#checkout-review-table.data-table tfoot tr td.a-right strong span.price,
#checkout-review-table.data-table tbody tr td dl.item-options dt {color:#994e05;}
#checkout-review-table.data-table tbody tr td dl.item-options dd {padding-left:10px; color:#332720;}

#shopping-cart-table.data-table tbody tr.first td dl.item-options dd a,
#checkout-review-table.data-table tbody tr.first td dl.item-options dd a {color:#F18200;}

#shopping-cart-table.data-table tfoot tr.first td.a-right button.button {background-color:#fff; -webkit-border-radius: 10px;border-radius: 10px; margin:5px 5px 6px 4px; -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2); box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2);}
#shopping-cart-table.data-table tfoot tr.first td.a-right button.button span {padding:0px 5px;}
#shopping-cart-table.data-table tfoot tr.first td.a-right button.button span span {color:#FFF; font:bold 14px/26px 'CamboRegular';}

#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-continue,
#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-update,
#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-empty {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
}
#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-continue:hover,
#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-update:hover,
#shopping-cart-table.data-table tfoot tr.first td.a-right button.btn-empty:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
div.cart-collaterals div.col2-set div.col-1 div.shipping h2,
div.cart-collaterals div.col2-set div.col-1 form#discount-coupon-form div.discount h2 {font:20px/26px 'CamboRegular'; color:#332720; text-shadow: 0px 1px 1px #ccc; }

/* Shopping Cart Table */

.cart-table .item-msg { font-size:10px; }
.cart-table {-webkit-border-radius: 10px; border-radius: 10px; background-color:rgba(243, 235, 232, 0.6); border-color:#896e5d;}
#shopping-cart-totals-table tfoot tr td.a-right strong {font:bold 24px/36px 'CamboRegular'; color:#F57F20; text-shadow: 0px 1px 1px #000; }
#shopping-cart-totals-table tfoot tr td.a-right strong span.price{ font:bold 36px/36px 'CamboRegular'; color:#FFF; text-shadow: 0px 1px 1px #000; }
#shopping-cart-table.data-table thead tr {font:18px/26px 'CamboRegular'; color:#FFF; text-shadow: 0px 1px 1px #000; }
#shopping-cart-totals-table tbody {font-size:14px; font-weight:bold;}

#checkout-review-submit div#review-buttons-container.buttons-set p.f-left a,
div.col-main ol#checkoutSteps.opc li#opc-payment.section div#checkout-step-payment.step div#payment-buttons-container.buttons-set p.back-link a,
div.col-right div.block div.block-content dl dt.complete a,
#checkout-step-shipping_method.step form#co-shipping-method-form div#shipping-method-buttons-container.buttons-set p.back-link a{color:#F18200; padding:5px; text-shadow:none;}


#opc-login h4 {font-size:1.2em !important;}

/* Shopping Cart Collateral boxes */

.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}


/* Shopping Cart Totals */

.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }


/* Options Tool Tip */

.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* ======================================================================================= */


/* Checkout ============================================================================== */

.opc { background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    padding: 4px;
    position: relative;
}
.opc .step {border:none;}
.opc .active .step-title {border-radius:5px !important;}
.opc .buttons-set p.required {width:50%; float:right;}
.opc .buttons-set {padding:0px;}
.opc .allow .step-title {background-color:#835C36;}
.opc .allow .step-title h2 {color:#FFFFFF;}
.opc .active .step-title h2 {color:#F18200;}

#checkout-step-login.step div.col2-set div.col-2 div.buttons-set button.button {clear:both;}
#checkout-step-login.step div.col2-set div.col-1 div.buttons-set button.button {margin-top:24px;}


ol#checkoutSteps.opc .buttons-set button.button {	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1, 0px 2px 3px rgba(0,0,0,0.5);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
  margin: 0px;
}
ol#checkoutSteps.opc .buttons-set button.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}

/* One Page */

.one-page-checkout { border-bottom:1px solid #ddd; position:relative; }
.one-page-checkout li.section { border:1px solid #ddd; border-bottom:0; }
.one-page-checkout .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.one-page-checkout .step-title .number { float:left; line-height:22px; margin-right:5px; }
.one-page-checkout .step-title h3 { float:left; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .step-title { background-color:#ccc; cursor:default; }
.one-page-checkout .step { border-top:1px solid #ddd; padding:10px; }
.one-page-checkout .order-review {}

form#product_addtocart_form div.product-view div.product-essential div.product-shop div.add-to-box div.add-to-cart {display:none;}


/* Multiple Addresses Checkout */

.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}


/********** < Common Checkout Styles */

.shipping-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }


/* Tooltip */

.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }


/* Gift Messages */

.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt span { font-weight:bold; }


/* Checkout Agreements */

.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/********** Common Checkout Styles > */

/* ======================================================================================= */


/* Login Page ============================================================================ */

.login-page {}
.login-page .content { min-height:150px; }

/* ======================================================================================= */


/* My Account ============================================================================= */

/********** < Dashboard */

.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */

.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */

.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }


/* Block: Reviews */

.dashboard .reviews {}

/********** Dashboard > */


/* Order View */

.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }


/* Print Pages */

.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Price Rewrites */

.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
body.page-print { padding:20px; text-align:left; background: #fff !important }
body.page-print * { background: #fff !important; color: #000 !important; }

/* ======================================================================================= */


/* Footer ================================================================================ */

.footer { background-color:#1b130e; padding:10px; height:188px; }
.footer p { text-align:left; color:#FFF; margin:10px 0px 10px 0px;}
a.email {color:#fe7f03;}
.footer address { text-align:left; color:#FFF; clear:left;}
.footer ul { float:left; padding:0 20px 0 0; }
.footer ul li {float:left; list-style:none;}
.footer ul li a {padding-right:5px; color:#FE7F03;}
.footer ul li a:hover {color:#FFF;}
a.footer-logo {width:275px; height:100px; display:block; background:url(../images/bnice-footer-logo-tree.png) no-repeat top; margin:15px 0px 0px 15px;}
.footer ul.links {clear:left;}

/* ======================================================================================= */

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.usercontent { padding: 0 12px 24px; min-height: 600px; }
.cms-page-view .col-main .usercontent {padding-left:5px !important;}
#wtsdiv { display: block; height: 0px; }
