
/*
Template Name:      MadBC
Description:        Starting template for BigCommerce
Version:            3.0.1
Author:             Madwire Media
Author URI:         http://www.madwirewebdesign.com/
Updated:            October 5, 2012
*/

/*
  *** TABLE OF CONTENTS ***
  ------------------------------------------------------------------------------  
  Following the name of each section is !n! and a 3 or more digit code, for
  example abc, which you can use find or find next to skip to the next section.
  PLEASE LOOK THROUGH CSS BEFORE EDITING IT TO SEE WHAT EACH SECTION CONTAINS
  ------------------------------------------------------------------------------

  ----------------------------------------------
  Style Away!!!
  ----------------------------------------------
  Base = !bas
  Primary Container Widths, Base Styles, and Blue Reset Styles = prm
  Header = !hdr
  Content = !cnt
  Sidebar = !sdb
  Footer = !ftr
  Miscelaneous = !msc (breadcrumb styles are in here and some other stuff)
  Pages = !pgs
  Category = !ctg
  Product Lists = !pls
  Product = !prd
  Cart = !crt
  Checkout = !chk
  Account = !acct
  Home Page = !hpg
  Media Queries = !mqs
  Helper Classes = !hlp  
  Print Styles = !prn 
  Plugins = !plg

*/

/*
  -----------------------------------------------------------------
  You can use the following examples to target ie8, ie7 or both
  -----------------------------------------------------------------
  ie7: *+html body { background: red; }
  ie7: body { *background: red; }
  ie8: body { background: green\0/; }
  ie8&7: body { background: yellow\9; }
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */
   
html,
body,
button,
input,
select,
textarea {
  font-family: 'ABeeZee', sans-serif;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
}

html,
body,
button,
input,
select,
textarea,
.Content h2 {
  color: #403D39;
}

h1,
h2,
h3,
h4,
h5,
h6,
.Content h2,
.TitleHeading {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

h1 {
  margin-bottom: 0.67em;
  font-size: 2em;
  line-height: 1.2;
}

h2,
.Content h2 {
  margin-bottom: 0.83em;
  font-size: 1.5em;
  line-height: 1.2;
}

h3,
.Content h3 {
  margin-bottom: 1em;
  font-size: 1.17em;
  line-height: 1.3;
}

h4 {
  margin-bottom: 1.33em;
  font-size: 1em;
  line-height: 1.25;
}

h5 {
  margin-bottom: 1.67em;
  font-size: .83em;
}

h6 {
  margin-bottom: 2.33em;
  font-size: .67em;
}

ul,
ol,
dl,
p,
table,
form,
pre,
hr {
  margin-bottom: 1em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

.icon {
  vertical-align: middle;
}

img.left,
p img.left {
  margin: 0 1.5em 1.5em 0;
  float: left;
}

img.right,
p img.right {
  margin: 0 0 1.5em 1.5em;
  float: right;
}

/* == Links & Selection ===================================================== */

a,
.Content a {
  color: #818285;
  text-decoration: none;
  outline: 0 !important;
}

a:hover,
.Content a:hover,
a:focus,
.Content a:focus {
  color: #818285;
  outline: 0 !important;
}

a:hover,
a:active {
  outline: none;
  outline: 0 !important;
}

a:active,
input.button:active,
input[type=submit]:active,
input[type=button]:active {
  outline: 0 !important;
}

a.ChangeLink:active {
  position: absolute;
  top: auto;
  right: 15px;
  outline: 0 !important;
}

a:active.modalClose {
  position: absolute;
  top: 10px;
  outline: 0 !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* == Buttons =============================================================== */
.button,
.sharebutton,
.sharebutton a,
.Content a.button,
input[type=submit],
input[type=button],
button {
  display: inline-block;
  width: auto !important;
  padding: 7px 16px 8px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
  background: #616161;  
  background: -moz-linear-gradient(top, #616161, #383737);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#616161), to(#383737)); 
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0 !important;
} 

.button:hover,
.sharebutton,
.sharebutton a:hover,
.Content a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background: #383737;  
  background: -moz-linear-gradient(top, #383737, #616161);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#383737), to(#616161)); 
  color: #ffffff;
  outline: 0 !important;
}

.sharebutton {
  padding: 0 !important;
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.button.download {
  margin-bottom: 10px;
}

.AccountOrderStatusList li form {
  margin-bottom: 4px;
}

#ProductReviews .button {
  float: right;
}

#LoginButton {
  margin-bottom: 12px;
}

.AddCartButton input.button {
  margin: -4px 0 0 10px;
}

.CheckoutButton {
  margin-bottom: 1.5em;
}

.BulkDiscount .button {
  margin:0 !important;
}

input.button[value="update quantity"] {
  margin-top: 5px;
}

/* == Forms =================================================================== */

textarea {
  overflow: auto;
}

#LoginForm form input[type=text] {
  margin: 0;
}

.HorizontalFormContainer dd {
  padding: 8px 0 0;
}

.HorizontalFormContainer dt {
  padding: 13px 0 0;
}

/* == Tables ================================================================== */

.EstimateShipping,
.CheckoutRedeemCoupon {
  background: #F4F4F4;
  border: 1px solid #e5e5ef;
  color: #4d4d50;
}

table.CartContents,
table.General {
  border: 1px solid #e5e5ef;
}

.CartContents thead tr th,
table.General thead tr th {
  background: #F4F4F4;
  border-bottom: 1px solid #e5e5ef;
  color: #4d4d50;
}

.CartContents tfoot .SubTotal td {
  border-top: 1px solid #e5e5ef;
  color: #4d4d50;
}

.CompareItem {
  border-left: solid 1px #e5e5ef;
}

.CompareFieldName {
  font-weight:bold;
  border-bottom: 1px solid #e5e5ef;
}

.CompareFieldTop {
  border-bottom:solid 1px #e5e5ef;
}

.CompareFieldTop a:hover {
  color:red;
}

.CompareCenter {
  border-left:solid 1px #e5e5ef;
  border-bottom:solid 1px #e5e5ef;
}

.CompareLeft {
  border-left:solid 1px #e5e5ef;
  border-bottom:solid 1px #e5e5ef;
}

.ComparisonTable tr:hover td {
  background: #F7F7F7;
}

/* =============================================================================
   Primary Container Widths and Container Reset Styles !n! !prm
   
   ** NOT FOR CONTENT SPECIFIC STYLES for example styling what is inside the
   header, footer, content areas, etc.
   ** USE APPROPRIATE SECTION(S) FOR THAT
   ========================================================================== */
   
#Container {
  width: auto;
  margin: 0;
}

#Outer {
  background: none;
  margin: 0;
}

#TopMenu {
  width: auto;
  height: 30px !important;
  float: right;
}

#Header,
#PrimaryMenu,
#Wrapper,
#Footer {
  width: 940px;
  margin: 0 auto;
}

#TopMenuOuter,
#HeaderOuter,
#PrimaryMenuOuter,
#WrapperOuter,
#FooterOuter {
  width: 100%;
}

#HeaderOuter,
#Header,
#PrimaryMenuOuter {
  position: relative;
}

#TopMenu,
#Header {
  height: auto;
}

#Header,
#Footer {
  padding: 0;
  border: none;
}

#Header ul,
#PrimaryMenu ul,
#Footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#WrapperOuter {
 background: #fff;
}

#Wrapper {
  text-align: left;
  *zoom: 1;
}
#Wrapper:before,
#Wrapper:after {
  content: "";
  display: table;
}
#Wrapper:after {
  clear: both;
}

/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

/* == TopMenu =============================================================== */ 
  
#TopMenuOuter {
  padding-bottom: 13px;
  background: #EFEFEF;
}

#TopMenu {
  background: #F8F8FA;
  border-left: 1px solid #dcdcde;
}

#TopMenu ul {
  float: right;
}

#TopMenu li a,
#TopMenu li div {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  color: #4D3616;
  text-transform: uppercase;
  border: none;
  font-size: 11px !important;
  margin: 8px 0 0 0;
  padding: 0px;
  padding-left: 10px;
}

#TopMenu li.Last {
  padding-right: 10px;
}

#TopMenu li a:hover {
  color: #4D3616;
}

/* == Header ================================================================ */ 

#HeaderOuter {
  background: #fff;
}

#Header {
  height: 126px;
  position: relative;
}

#head-number {
  width: 150px;
  height: 40px;
  float: right;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
  margin-right: 5px;
}

#head-number span.number {
  font-family: 'ABeeZee', sans-serif;
  font-weight: normal;
  color: #b45620;
  font-size: 20px;
}

#head-number span.countries {
  font-family: 'ABeeZee', sans-serif;
  color: #7c571d;
  font-size: 10px;
  text-transform: uppercase;
}

#head-slogan {
  width: 510px;
  height: 18px;
  float: left;
  margin-top: 40px;
  margin-left: 22px;
}

#head-slogan span {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  color: #878280;
  text-transform: uppercase;
  font-size: 14px;
}
#head-cart {
  width: 82px;
  height: 30px;
  float: left;
  position: absolute;
  right: 52px;
  bottom: 18px;
}

#head-cart #CustomCartBox {
  width: 82px;
  height: 30px;
  line-height: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#head-cart #CustomCartBox ul {
  width: 104px;
  text-align: right;
}

#head-cart #CustomCartBox ul li {
  margin: 0px;
}

#head-cart #CustomCartBox ul li.cart-link a {
  font-family: 'ABeeZee', sans-serif;
  font-weight: normal;
  color: #503e23;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

#head-cart #CustomCartBox ul li.cart-number a {
  font-family: 'ABeeZee', sans-serif;
  font-weight: normal;
  color: #7c571d;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

#head-cart span.cart {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 3px;
  right: -50px;
}

/* == Logo ================================================================== */
 
#Logo {
  float: left;
  width: auto;
  margin-top: 15px;
}

#Logo img {
  display: block;
  margin-bottom: 16px;
}

/* == Search Form =========================================================== */

#SearchForm {
  width: 186px;
  height: 20px;
  padding: 0;
  float: left;
  margin-top: 8px;
}

#SearchForm label {
  color: #222;
  float: left;
  font-weight: 400;
  margin: 7px 10px 0 0;
}

#SearchForm #search_query,
#SearchForm input.button {
  float: left;
}

#SearchForm #search_query {
  margin-right: 0px;
  padding: 0px 14px;
  font-size: 1em;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}

#SearchForm input.Textbox {
  background: url(/template/images/search.png) no-repeat;
  border-top: 1px solid #1e1d1c;
  border-left: 1px solid #1e1d1c;
  border-right: 1px solid #707173;
  border-bottom: 1px solid #676563;
  font-size: 0.9em;
  padding: 3px;
  width: 122px;
  height: 20px;
  font-family: 'ABeeZee', sans-serif;
  color: #d3d3d4;
  text-transform: lowercase;
}

#SearchForm input.button {
  width: 20px;
  height: 20px;
  background: url(/template/images/searchbutton.png) no-repeat center;
  border-top: 1px solid #1e1d1c;
  border-left: none;
  border-right: 1px solid #1e1d1c;
  border-bottom: 1px solid #676563;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
  padding: 10px 10px 10px !important;
}

#SearchForm p {
  clear: both;
  margin: 0;
  text-align: left;
}

#SearchForm a {
  color: #06c;
}

#SearchForm a:hover {
  color: #09f;
}

.QuickSearch {
  z-index: 9999;
}

.QuickSearchHover td {
  background: #f4f4f4;
}

.QuickSearch a,
.QuickSearch a:hover {
  color: #4D4C51;
}

/* == Primary Navigation ===================================================== */

/* Main Pages Menu change id to PrimaryMenu so as to not use bc's styling */
/* Note for proper styling of Side Category List placed in #PrimaryMenu the Panel must only contain the snippet and no html and be set to Classic not Flyout*/
#PrimaryMenuOuter {
  margin-bottom: 0px;
  background: transparent;
  position: relative;
  z-index: 70;
}

#PrimaryMenu {
  height: 38px;
  background: #43403C;
  background: -moz-linear-gradient(top, #43403C, #322F2B);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43403C), to(#322F2B));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px 1px #DEDEDE;
  -webkit-box-shadow: 0px 2px 2px 1px #DEDEDE;
  box-shadow: 0px 2px 2px 1px #DEDEDE;
}

#PrimaryMenu > ul {
  width: 754px;
  height: 38px;
  float: left;
}

#PrimaryMenu > ul > li {
  float: left;
  border-right: 1px solid #5a5854;
}

#PrimaryMenu li {
  margin-bottom: 0;
}

#PrimaryMenu > ul > li > a {
  font-family: 'ABeeZee', sans-serif;
  display: block;
  padding: 10px 25px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

#PrimaryMenu a {
  text-decoration: none;
}

#PrimaryMenu ul li a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 6px;
  margin-left: 4px;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}

#PrimaryMenu > ul > li > a:hover,
#PrimaryMenu > ul > li.dropdown.open > a,
#PrimaryMenu > ul > li.ActivePage > a {
  color: #fff;
}

#PrimaryMenu > ul > li > a:hover > .caret,
#PrimaryMenu > ul > li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Drop Down */

#PrimaryMenu ul li {
  position: relative;
}

#PrimaryMenu ul li a {
*margin-bottom: -3px;
}

#PrimaryMenu ul li a:active,
#PrimaryMenu .dropdown-toggle:active,
#PrimaryMenu .open .dropdown-toggle {
  outline: 0;
}

#PrimaryMenu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  width: 322px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

#PrimaryMenu ul li ul:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  position: absolute;
  top: -7px;
  left: 9px;
}

#PrimaryMenu ul li ul:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

#PrimaryMenu ul li:hover,
#PrimaryMenu ul .dropdown.open {
  *z-index: 1000;
}

/* Uncomment and remove js in scripts.js if you desire non touch/mobile friendly hover dropdown */
#PrimaryMenu ul li:hover > ul { display: block; }
#PrimaryMenu ul .dropdown.open > .dropdown-menu {
  display: block;
}

#PrimaryMenu li li a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  color: #555555;
  white-space: nowrap;
}

#PrimaryMenu ul li ul a:hover {
  color: #555555;
  background: transparent;
  text-decoration: underline;
}

/* 2nd level and below drop down styles */
#PrimaryMenu ul li ul li a .caret {
  position: absolute;
  right: 8px;
  top: 2px;
  border-top: 4px solid transparent;
  border-left: 4px solid #777;
  border-bottom: 4px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}

#PrimaryMenu ul li ul li > a:hover > .caret {
  border-left: 4px solid #fff;
}

#PrimaryMenu ul li ul li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

#PrimaryMenu ul li ul li ul {
  top: -3px;
  left: 157px;
}

#PrimaryMenu ul li ul li ul:before {
  border-top: 7px solid transparent;
  border-left: none;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  top: 7px;
  left: -7px;
}

#PrimaryMenu ul li ul li ul:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 8px;
  left: -6px;
}

/* End Navigation */

/* =============================================================================
   Content !n! !cnt
   ========================================================================== */

.Content,
.Content.Wide,
.Content.Widest {
  background: none;
  min-height: 0;
}

.Content {
  width: 540px;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 1em;
}

.Content.Wide {
  width: 740px;
  margin: 0;
  padding: 0;
}

.Content.Widest {
  width: 940px;
  margin: 0;
  padding: 0;
}

.page-title {}
.page-title h1 {}
.page-title:before,
.page-title:after {
  content: "";
  display: table;
}
.page-title:after {
  clear: both;
}
.page-title {
  *zoom: 1;
}

/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

.Left {
  width: 170px;
  margin-right: 10px;
}

.Right {
  width: 170px;
  margin: 0;
}

.Left,
.Right {
  font-size: 1em;
  background: none;
  min-height: 0;
}

.Left h2,
.Right h2 {
  width: auto;
  font-size:1.25em;
  margin: 0 0 .8em;
}

.Left li,
.Right li {
  border: none;
}

.Left a,
.Right a {
  display: block;
}

.Left .BlockContent,
.Right .BlockContent {
  margin: 0;
}

.Left .ProductList li,
.Right .ProductList li {
  width: auto;
  border-bottom: 1px solid #ddd;
}

.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul, .Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: #fff !important;
    padding: 0 8px 9px 0;
}

/* Side Gift Certificate Boxes */

#SideCouponCodeBox hr,
#SideGiftCertificateCodeBox hr {
  display: none;
}
#SideCouponCodeBox,
#SideGiftCertificateCodeBox {
  border-bottom: 1px solid #DDD;
}

/* Side Top Sellers */

.Left .TopSellers li.TopSeller1,
.Right .TopSellers li.TopSeller1 {
  width: auto;
  border: 1px solid #ddd;
}

.Left .TopSellers .ProductDetails,
.Right .TopSellers .ProductDetails {
  width: auto;
  padding: 5px 10px;
}

/* Side Newsletter Box */

#SideNewsletterBox p {
  margin: 0 0 6px 0;
}

#SideNewsletterBox p.bottom {
  margin-bottom: 0;
}

#SideNewsletterBox label {
  margin-bottom: 3px;
}

#SideNewsletterBox input {
  width: 162px;
  font-size: 1em;
  margin: 10px 0 0;
}

/* Side Category List */

.Left #SideCategoryList li ul {
  border-top: 1px solid #ddd;
}

#SideCategoryList {
  border: 1px solid #C7C8CB;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#SideCategoryList h3 {
  width: 153px;
  height: 27px;
  padding-left: 15px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #7D7D7E;
  border-bottom: 1px solid #C7C8CB;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 5px;
}

/* Side Account Menu */

.Right #SideAccountMenu li ul {
  border-top: 1px solid #ddd;
}

#SideAccountMenu {
  border: 1px solid #C7C8CB;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#SideAccountMenu h3 {
  width: 153px;
  height: 42px;
  padding-left: 15px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #7D7D7E;
  border-bottom: 1px solid #C7C8CB;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 5px;
}

#SideAccountMenu ul li a {
  padding: 6px 15px;
  position: relative;
  font-size: 12px;
  color: #69696a;
}

/* == Side Category Popout == */

#SideCouponCodeBox .Textbox,
#SideCouponCodeBox .button,
#SideGiftCertificateCodeBox .Textbox,
#SideGiftCertificateCodeBox .button {
  float: left;
}
#SideCouponCodeBox .CouponCode,
#SideGiftCertificateCodeBox form {
  overflow: hidden;
}

#SideCouponCodeBox .button,
#SideGiftCertificateCodeBox .button {
  margin-left: 5px;
}

#SideCatPopOut {
  position: relative;
  z-index: 69;
}

/* resets */

.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li ul {
  padding-left: 0;
}

.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li {
  padding: 0;
}

.Left #SideCategoryList #SideCatPopOut.SideCategoryListClassic li ul {
  border: none;
}
/* --/-- */

#SideCatPopOut ul li {
  position: relative;
  width: 168px !important;
}

#SideCatPopOut ul li a {
  padding: 8px 15px;
  position: relative;
  font-size: 12px;
  color: #69696a;
  text-transform: uppercase;
}

#SideCatPopOut ul li a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-top: 4px solid transparent;
  border-left: 4px solid #777;
  border-bottom: 4px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}

#SideCatPopOut > ul > li > a:hover > .caret,
#SideCatPopOut > ul > li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* popout styles */
#SideCatPopOut ul li ul {
  position: absolute;
  top: -4px;
  left: 180px;
  z-index: 1000;
  float: left;
  display: none;
  width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc!important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

#SideCatPopOut ul li ul:before {
  content: '';
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 7px;
  left: -7px;
}

#SideCatPopOut ul li ul:after {
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 8px;
  left: -6px;
}

#SideCatPopOut ul li ul li {
  margin: 0px 3px;
}

#SideCatPopOut ul li:hover,
#SideCatPopOut ul .dropdown.open {
*z-index: 1000;
}

#SideCatPopOut ul li a:active,
#SideCatPopOut .dropdown-toggle:active,
#SideCatPopOut .open .dropdown-toggle {
  outline: 0;
}

/* Uncomment and remove js in scripts.js if you desire non touch/mobile friendly hover dropdown 
#SideCatPopOut ul li:hover > ul { display: block; } */
#SideCatPopOut ul .dropdown.open > .dropdown-menu {
  display: block;
}

#SideCatPopOut li li a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  text-decoration: none;
  color: #555555;
  white-space: nowrap;
}

#SideCatPopOut ul li ul a:hover {
  color: #fff;
  background: #0088cc;
}

/* 2nd level and below drop down styles */
#SideCatPopOut ul li ul li ul {
  left: 155px;
}

#SideCatPopOut ul li ul li > a:hover > .caret {
  border-left: 4px solid #fff;
}

#SideCatPopOut ul li ul li.dropdown.open > a > .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* End Side Category PopOut */

/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

#FooterOuter {
  padding: 13px 0 5px;
  background: #fff;
}

#Footer {
  font-size: 1em;
  clear: both;
  position: relative;
}

/* Footer Navigation */

#Footer #FooterMenu {
  float: left;
  width: 608px;
  margin: 0 0 16px 0;
}

#Footer #FooterMenu ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#Footer #FooterMenu ul li.First a {
  padding-left: 0px;
}

#Footer #FooterMenu ul li {
  float: none;
  display: inline;
  position: relative;
}

#Footer #FooterMenu ul li a {
  font-family: 'ABeeZee', sans-serif;
  font-size: 10px;
  padding: 0 5px;
  color: #8e7464;
  border: none;
  text-transform: uppercase;
}

#Footer #FooterMenu ul li.ActivePage a,
#Footer #FooterMenu ul li:hover a {
  color: #8e7464;
}

#Footer #FooterMenu ul ul {
  display: none;
}

/* Footer Newsletter */

#foot-newsletter {
  width: 608px;
  height: 30px;
}

#foot-newsletter #SideNewsletterBox {
  width: 550px;
}

#foot-newsletter h3 {
  font-family: 'ABeeZee', sans-serif;
  color: #8e7464;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  width: 128px;
  float: left;
  margin-right: 5px;
}

#foot-newsletter input {
  margin-top: 0px;
}

#foot-newsletter #nl_first_name {
  margin-right: 8px;
}

#foot-newsletter input.Textbox {
  width: 156px;
  height: 20px;
  font-family: 'ABeeZee', sans-serif;
  font-size: 12px;
  color: #7b7b88;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 8px;
  border: 1px solid #A8A8AE;
  float: left;
}

#foot-newsletter input.button {
  width: 55px;
  height: 22px;
  font-family: 'ABeeZee', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: lowercase;
  background: #737373;
  float: left;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 3px 6px 3px !important;
  margin-left: 8px;
}

/* Footer Credit Cards and Copyright */

#credit-copyright {
  width: 332px;
  float: right;
  text-align: right;
}

#credit-copyright #credit-cards {
  width: 274px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#credit-copyright p {
  font-family: 'ABeeZee', sans-serif;
  color: #8e7464;
  margin-bottom: 2px;
}

#credit-copyright p a {
  color: #8e7464;
}

#credit-copyright p a:hover,
#credit-copyright p a:active,
#credit-copyright p a:focus {
  color: #8e7464;
}

#Footer #copyright {
  font-size: .85em;
}

#Footer #design-by {
  font-size: .8em;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */

.Breadcrumb {
  border-bottom: 1px solid #CCCBC7;
}

.Breadcrumb li {
  font-family: 'ABeeZee', sans-serif;
  color: #8e7464;
  font-size: 10px;
  text-transform: uppercase;
}

.Breadcrumb li a {
  font-family: 'ABeeZee', sans-serif;
  color: #8e7464;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.Breadcrumb li:first-child {
  padding-left: 0;
}

.CustomWish.Breadcrumb li.last a {
  background: none;
}

.FeedLink {
  display: none;
}

select#qty_,
select[id*="qty_"] {
  width: 70px;
}

#ModalContainer.QuickViewModal .ModalContent {
  background: #fff;
}

/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */

/* Side Social Panel */

#social-wrapper {
  position: relative;
  width: 226px;
  height: 346px;
  margin-left: 970px; 
}

#side-social {
  width: 226px;
  height: 346px;
  position: fixed;
}

#side-social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#side-social ul li {
  padding-bottom: 10px;
}

/* Search Page */

.SearchContainer .ProductList {
  margin-left: 15px;
}

.SearchContainer .ProductList li .ProductDetails {
  text-align: left;
}

/* Blog Page */

.blog .FeedItem h3 {
  margin-bottom: .5em;
}

.blog .FeedItem .FeedContent p {
  margin-bottom: .5em;
}

/* =============================================================================
   Category !n! !ctg
   ========================================================================== */

/* Category Heading */

#CategoryHeading {
  position: relative;
}

#CategoryHeading h1 {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #7d7b7b;
  text-transform: uppercase;
  padding-left: 10px;
  width: 300px;
}

.SortBox {
  float: right;
  margin: 5px 5px 0 0;
  font-size: 12px;
  color: #3b3939;
}

.SortBox select {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 20px;
  padding: 0px;
  margin-left: 5px;
}

.SubCategoryList ul li a {
  text-transform: uppercase;
}

/* Category Pagination */

#CategoryPagingTop {
  width: auto;
  position: absolute;
  top: -10px;
  right: 220px;
}

#CategoryPagingTop,
#CategoryPagingBottom {
  overflow: hidden;
}

.CategoryPagination {
  overflow: hidden;
  float: right;
}

.CategoryPagination,
.CategoryPagination a {
  display: block;
  color: #C87A3F;
  font-weight: 400;
  text-decoration: none;
  background:none;
  border: none;
  border-image: initial;
}

.CategoryPagination .PagePrev,
.CategoryPagination .PageNext,
.CategoryPagination .PagingList {
  float: left;
}

.CategoryPagination .PagingList li {
  float: left;
  padding: 0;
}

.CategoryPagination .PagingList li,
.CategoryPagination .PageNext {
  margin-left: 3px;
}

.CategoryPagination a,
.CategoryPagination .PagingList li.ActivePage {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.CategoryPagination .PagePrev a,
.CategoryPagination .PageNext a {
  text-indent: -10000em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.CategoryPagination .PagePrev a {
  background-image: url(../../img/bg-pageprev.png);
}

.CategoryPagination .PageNext a {
  background-image: url(../../img/bg-pagenext.png);
}

.CategoryPagination .PagingList li.ActivePage,
.CategoryPagination .PagePrev a:hover,
.CategoryPagination .PageNext a:hover,
.CategoryPagination .PagingList li a:hover {
  color: #43403C;
  font-weight: 400;
  background-color: transparent;
  text-decoration: underline;
}

/* Category Content */

#CategoryContent {
  border: 1px solid #C7C8CB;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#CategoryContent .ProductList {
  margin-top: 40px;
}

.ProductList .ProductPriceRating {
  width: 72px;
  float: left;
}

.ProductList .ProductActionAdd {
  float: left;
}

/* Sub Category and Sub Brand List */

.SubCategoryList,
.SubBrandList {
  background: #F4F4F4;
}

.SubCategoryList ul,
.SubBrandList ul {
  margin-bottom: 0;
  padding-left: 0;
}

.SubCategoryList li,
.SubBrandList li {
  background: url(/template/images/musicnote.png) no-repeat 3px 1px;
}

.SubCategoryList li:last-child,
.SubBrandList li:last-child {
  margin-bottom: 0;
}

/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.Content .ProductList li {
  float: left;
  font-size: 0.95em;
  list-style: none outside none;
  margin: 5px;
  min-height: 17em;
  overflow: hidden;
  padding: 4px;
  box-shadow: 0px 0px 3px 1px #CBCBCB;
  border-radius: 4px;
}

.ProductList .ProductImage {
  border: 1px solid #A3A3A3;
}

.ProductList li .ProductDetails {
  text-align: center;
}

.ProductList li .ProductDetails strong a {
  font-family: 'ABeeZee', sans-serif;
  color: #6a4127;
  font-weight: 400;
}

.ProductList li .ProductPriceRating em {
  font-family: 'ABeeZee', sans-serif;
  color: #818285;
  font-weight: 400;
  font-size: 18px;
}

.ProductList li .ProductActionAdd {
  width: 92px;
  height: 20px;
  background: #616161;  
  background: -moz-linear-gradient(top, #616161, #383737);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#616161), to(#383737)); 
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  padding-top: 4px;
}

.ProductList li .ProductActionAdd a {
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.ProductList li .ProductCompareButton {
  text-align: left;
}

.Content .ProductList li,
.fastCartContent .ProductList li,
.Content .FeaturedProducts .ProductList li {
  background: none;
  border: 1px solid transparent;
}

.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over,
.Content .FeaturedProducts .ProductList li:hover,
.Content .FeaturedProducts .ProductList li.Over {
  background: none;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */
   
/* == Product Thumb ========================================================== */

#ProductDetails {
  margin-top: 30px;
}

#ProductDetails .ProductThumbWrap {
  float: left;
}

#ProductDetails .ProductThumb {
  float: none;
  height: auto!important;
  margin-right: 60px;
  margin-bottom: 50px;
}

#ProductDetails .ProductTinyImageList {
}

#ProductDetails .ProductTinyImageList li {
  border: none!important;
  width: 30px!important;
  height: 30px!important;
}

#ProductDetails .ProductTinyImageList li .TinyOuterDiv {
  border: none!important;
}

/* == Product Main ========================================================== */

.ProductMain .page-title {
  border-bottom: 1px solid #CCCBC7;
}

.ProductMain h1 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4e4a45;
  text-transform: uppercase;
}

.PrimaryProductDetails .ProductMain {
  width: 302px;
  margin-left: 20px;
}

#ProductDetails hr {
  display: none;
}

.AddThisButtonBox {
  width: auto!important;
  text-align: left!important;
  padding: 10px 0 0 0!important;
  float: right;
  margin-top: 10px;
}

/* Details Grid */   

.ProductDetailsGrid {
  margin-top: 15px;
}

.ProductDetailsGrid .Label {
  color: #5a483a;
  font-weight: 400;
  text-transform: lowercase;
}

.ProductDetailsGrid .Value {
  color: #32463d;
}

.ProductPrice, .ProductList em {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #818285;
}

.ProductDetailsGrid .DetailRow,
.productAttributeList .productAttributeRow {
  padding: 0!important;
  margin: 0 0 8px!important;
}

.ProductDetailsGrid .Label,
.productAttributeList .productAttributeLabel {
  width: auto!important;
  text-align: left;
  padding: 0!important;
  margin: 0 10px 0 0!important;
}

.productAttributeList .productAttributeValue {
  display: block!important;
  clear: both;
}

.productAttributeList .required {
  margin-left: -.75em;
}

.productOptionViewProductPickListWithImage {
  padding: 2px;
  background: #fff;
  border: solid 1px #bbb!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.productOptionViewProductPickListWithImage .scrollContainer {
  max-height: 135px!important;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
  left: 3px;
  top: 3px;
}

.AddCartButton span input {
  padding: 0px 8px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.BulkDiscount {
  clear: both;
  padding-top: 15px;
}

.BulkDiscount input.button {
  font-size: 18px;
}

/* Product and Search tabs  */

#ProductTabs {
  float: left;
}

.TabNav {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 1px;
  z-index: 2;
  border: none;
  height: 34px;
}

.TabNav li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  line-height: normal;
  width: 144px;
  text-align: center;
}

.TabNav li a {
  font-family: 'ABeeZee', sans-serif;
  font-size: 14px;
  display: block;
  top: 0;
  margin: 0;
  margin-left: 5px;
  padding: 5px 6px 5px;
  color: #fff;
  background: #616161;  
  background: -moz-linear-gradient(top, #616161, #383737);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#616161), to(#383737)); 
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #929292;
}

.TabNav li a:hover {
  color: #383737;
  background: #DADBDD;  
  background: -moz-linear-gradient(top, #DADBDD, #D9DADC);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DADBDD), to(#D9DADC)); 
}

.TabNav li.Active a {
  padding: 5px 6px 5px;
  font-weight: normal;
  color: #383737;
  background: #DADBDD;  
  background: -moz-linear-gradient(top, #DADBDD, #D9DADC);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DADBDD), to(#D9DADC)); 
  border-bottom: none;
}

.TabNav #ProductDescription_Tab {
  margin-left: 0px;
}

#TabPanels {
  clear: both;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0px;
  background: #fff;
  border: none;
}

/* =============================================================================
   Cart !n! !crt
   ========================================================================== */

#CartHeader {
  overflow: hidden;
}

#CartHeader h2 {
  float: left;
}

#CartHeader span .button {
  margin-top: 7px;
}

/* fast cart */

.fastCartContent {
  min-height: 235px;
  width: auto;
}

.fastCartContent h2 {
  color: #000;
  background-color: transparent;
}

.fastCartSummaryBox {
  background-color: #fff;
  border:1px solid #eee;
}

/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
  background: #E0E0E0;
  border: 1px solid #ccc;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
  background: #F7F7F7;
  border: 1px solid #e5e5ef;
  color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
  color: #888;
}

.ExpressCheckoutCompletedContent {
  left: 325px;
}

select[name="sel_billing_address"],
select[name="sel_shipping_address"] {
  height: auto;
  margin-bottom: 10px;
}

.PL20,
.ML20 {
  margin-bottom: 1em;
}

.PL20 p.Submit {
  margin-bottom: 0;
}

/* Order Complete */

#share-product #tabcontent {
  overflow:hidden;
}

#share-product #tabcontent .photo {
  width:auto; margin-right:14px;
}

#share-product ul.tabs li img {
  top:0;
}

/* =============================================================================
   Account !n! !acct
   ========================================================================== */

#security-question-heading {
  margin-top: 10px;
}

/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */

/* Home Collection */

#home-collection {
  width: 940px;
  height: 456px;
  background: url(/products/2104/images/2619/Christmas_Time_is_Here_CD_cover__45138.1405344635.312.300.jpg?c=2) no-repeat top right;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}

#home-collection .row {
  width: 940px;
  height: 456px;
}

#home-collection .grid-12 {
  margin-left: 0px;
  width: 940px;
  height: 456px;
}

#home-collection #official-heading {
  width: 940px;
  height: 65px;
  font-family: 'ABeeZee', sans-serif;
  line-height: 1;
  margin-bottom: 12px;
}

#home-collection #official-heading #source {
  font-size: 40px;
  color: #545353;
  text-transform: uppercase;
}

#home-collection #official-heading #source strong {
  font-weight: 400;
}

#home-collection #official-heading #more {
  color: #7D7B7B;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

#home-collection #official-heading #more strong {
  color: #C06622;
  font-weight: 400;
}

#start-collect {
  width: 368px;
  height: 345px;
}

#start-collect #home-copy {
  font-family: 'ABeeZee', sans-serif;
  color: #818285;
  font-size: 12px;
}

#start-collect #home-banner {
  width: 308px;
  height: 124px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#start-collect #home-banner p {
  margin: 0px !important;
}

#start-collect #home-downloads {
  font-family: 'ABeeZee', sans-serif;
  color: #c47031;
  font-size: 16px;
  margin-left: 18px;
}

#start-collect #collection-button {
  width: 312px;
  height: 50px;
  background: #43403C;
  background: -moz-linear-gradient(top, #43403C, #322F2B);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#43403C), to(#322F2B));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: 15px;
  padding-top: 20px;
  -moz-box-shadow: 0px 1px 2px 1px #D1D1D1;
  -webkit-box-shadow: 0px 1px 2px 1px #D1D1D1;
  box-shadow: 0px 1px 2px 1px #D1D1D1;
}

#start-collect a {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
}

#album-cover {
  width: 326px;
  height: 326px;
  position: absolute;
  right: 240px;
  bottom: 0px;
}

/* Featured Products */

#featured-products {
  width: 940px;
  height: 20px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

#featured-products .grid-12 {
  margin-left: 0px;
}

#featured-products h2 a {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #8E8987;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Home CTAs */

#home-ctas {
  width: 940px;
  height: 296px;
  background: #EFEFEF;
  border: 1px solid #DAD8C5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 2px 1px #D1D1D1;
  -webkit-box-shadow: 0px 1px 2px 1px #D1D1D1;
  box-shadow: 0px 1px 2px 1px #D1D1D1;
}

#home-ctas .grid-3 {
  width: 210px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#home-ctas .grid-3 img {
  margin-bottom: 15px;
}

#home-ctas .grid-3 h3 {
  margin-bottom: 10px;
}

#home-ctas .grid-3 h3 a {
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  color: #6a4127;
  text-decoration: none;
}

#home-ctas .grid-3 p {
  font-family: 'ABeeZee', sans-serif;
  color: #818285;
  margin-bottom: 0px;
}

/* Home Lines */

.home-line {
  width: 940px;
  height: 1px;
  background: #CCCBC7;
  margin-bottom: 5px;
}

/* == jCarousel Styles == */

.jcarousel {
  margin: 0 auto;
}

#carousel.jcarousellite {
  position: relative;
}

#carousel.jcarousellite .prev,
#carousel.jcarousellite .next {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-indent: -10000em;
}

#carousel.jcarousellite .prev {
  left: 0px;
  border-right: 15px solid #252525;
}

#carousel.jcarousellite .next {
  right:0px;
  border-left: 15px solid #252525;
}

#carousel.jcarousellite .prev:hover,
#carousel.jcarousellite .next:hover {
  opacity: .4;
  filter: alpha(opacity=40);
}

/*== End jCarousel Lite Styles == */

/* == Elastislide Styles == */

#carousel.es-carousel-wrapper {
  padding:0px 30px;
  position:relative;
}

#carousel .es-carousel {
  overflow:hidden;
}

#carousel .es-carousel ul {
  display:none;
}

#carousel .es-carousel ul li {
  float:left;
  display:block;
}

#carousel .es-nav span {
  diplay: block;
  margin-top: -20px;
  width: 0;
  height: 0;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.8;
  position: absolute;
  top: 50%;
}

#carousel .es-nav span.es-nav-prev {
  left: 0px;
  border-top: 20px solid transparent;
  border-right: 15px solid #252525;
  border-bottom: 20px solid transparent;
}

#carousel .es-nav span.es-nav-next {
  right:0px;
  border-top: 20px solid transparent;
  border-left: 15px solid #252525;
  border-bottom: 20px solid transparent;
}

#carousel .es-nav span.es-nav-prev[style*="none"],
#carousel .es-nav span.es-nav-next[style*="none"] {
  display: block !important;
  opacity: .4;
  filter: alpha(opacity=40);
}

/* == End Elastislide Styles == */
   
/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */
   
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .productOptionViewRectangle input,
  .productOptionPickListSwatch input {
    display: none;
  }

}

/* ==========================================================================
   Helper Classes !n! !hlp   
   ========================================================================== */
   
/* Image replacement */
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {  *zoom: 1; }

/* ==========================================================================
   Print Styles !n! !prn   
   ========================================================================== */

/* if these styles need modifications make sure to copy modifications to print.css for ie8 and ie7 without the media query of course */
@media print {
  * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a,  a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after { content: ""; }
  pre,  blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr,  img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p,  h2,  h3 { orphans: 3; widows: 3; }
  h2,  h3 { page-break-after: avoid; }
}

.fancybox-type-iframe .fancybox-inner { height:600px!important; }
#start-collect #home-banner { height:100px; text-align:center; }
#start-collect a { margin-top:30px; }