/*
  Fonts
 */
@font-face {
    font-family: 'GaramondRegular';
    src: url('fonts/garamond.eot');
    src: url('fonts/garamond.eot') format('embedded-opentype'),
         url('fonts/garamond.svg#GaramondRegular') format('svg'),
         url('fonts/garamond.woff') format('woff'),
         url('fonts/garamond.ttf') format('truetype');
}
/*@font-face {
    font-family: 'GaramondBold';
    src: url('fonts/garamond-bold.eot');
    src: url('fonts/garamond-bold.eot') format('embedded-opentype'),
         url('fonts/garamond-bold.svg#GaramondBold') format('svg'),
         url('fonts/garamond-bold.woff') format('woff'),
         url('fonts/garamond-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'GaramondItalic';
    src: url('fonts/garamond-italic.eot');
    src: url('fonts/garamond-italic.eot') format('embedded-opentype'),
         url('fonts/garamond-italic.svg#GaramondItalic') format('svg'),
         url('fonts/garamond-italic.woff') format('woff'),
         url('fonts/garamond-italic.ttf') format('truetype');
}*/


/*
  iMCE Styles
 */
body {
  color:#545252;
  font-size:14px;
  line-height:1.3;
}
body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif !important;
}
p {
  margin:10px 0;
}
.brown,
a,
a:hover,
a:active,
a.active-trail,
a:visited,
h1, h2, h3, h4, h5, h6,
.form-required {
  color: #c18833;
  text-decoration: none;
}
.large-font {
  font-size:20px;
}
.title-underlined {
  font-size: 27px;
  display:block;
  border-bottom: 1px solid #c18833;
  margin-bottom: 40px;
  font-weight:bold;
  padding-bottom: 5px;
}

/*
  Generic
 */
body {
  padding-top:30px;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 20px;
  text-transform: uppercase;
}
h2 {
  font-size: 16px;
}
input[type="text"],
select {
  border: 1px solid #d3d3d3;
  padding:4px;
}
.form-item {
  margin:0;
}
/*
  Custom headers
 */
.front h2,
.page-club h2 {
  font-size: 31px;
}

/*
  Club page
 */
.page-club #main-content-container div,
.page-club #main-content-container p {
  font-family: 'GaramondRegular' !important;
  line-height: 1;
}
.page-club #main-content-container label {
  display: inline-block !important;
  font-weight: normal;
  font-size: 16px;
  line-height: inherit;
  width:105px;
}
.page-club #main-content-container a {
  cursor: pointer;
  text-decoration: none;
  color:#333;
  padding: 5px;
  border-bottom: 1px solid #333;
}
.page-club #main-content-container a:hover {
  text-decoration: underline;
}
/* form */
.page-club #main-content-container div.form-item {
  display: inline-block;
  margin-bottom: 9px;
}
.page-club #main-content-container input[type="text"],
.page-club #main-content-container input[type="email"] {
  height: 29px;
  line-height: 29px;
  padding: 0 5px;
  font-family: inherit;
  font-size: 16px;
  border:1px solid #d9d9d9;
}
}
.page-club #main-content-container input.error {
  border-color: #e00;
}
.page-club #main-content-container #edit-submit {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-transform: capitalize;
  font-family: 'GaramondRegular';
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  color: inherit;
  border-bottom: 1px solid #333;
  border-radius: 0;
  padding: 5px;
}
.page-club .form-required {
  color: #f00 !important;
}
.page-club #request-form .messages {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: none;
  border: 0;
}
.page-club #request-form .error {
  color: #e00;
}

/*
  Buttons
 */
.form-submit,
.btn-borrow {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  text-transform: uppercase;
}
.form-submit:hover,
.form-submit:focus,
.form-submit:active,
.form-submit.active,
.form-submit.disabled,
.form-submit[disabled],
.btn-borrow:hover,
.btn-borrow:focus,
.btn-borrow:active,
.btn-borrow.active,
.btn-borrow.disabled,
.btn-borrow[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.form-submit:active,
.form-submit.active,
.btn-borrow:active,
.btn-borrow.active {
  background-color: #cccccc \9;
}
.form-submit:hover,
.form-submit:focus,
.btn-borrow:hover,
.btn-borrow:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.form-submit:focus,
.btn-borrow:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-submit.active,
.form-submit:active,
.btn-borrow.active,
.btn-borrow:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

#main-content-container {
  padding:20px 0;
}

/*
  Header: Social icons
 */


/*
  Shopping bag, social icons, tel
 */
#shopping-bag,
#social-icons {
  float: right;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  clear:right;
}
#social-icons p {
  margin:0 0 5px;
}
#social-icons img {
  width: 36px;
}
#tel {
  color:#c18833;
  font-size:17px;
}
#shopping-bag a {
  color: inherit;
}
#shopping-bag a span {
  display:inline-block;
  width: 15px;
  height:24px;
  margin:0 4px;
  background:transparent url(../img/icon-bag.png) no-repeat 0 0;
}

/*
  Branding
 */
#branding {
  margin-top: -86px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c18833;
  margin-bottom: 16px;
}
#branding img {
  width: 100%;
}

/*
  Navigation
*/
.block ul.sf-primary-links,
.block ul.sf-primary-links ul {
  text-transform: uppercase;
  padding: 0;
}
.shHover .sf-menu.sf-horizontal.sf-shadow ul {
  top: 20px !important;
}
.sf-menu.sf-horizontal.sf-shadow ul {
  border: 1px solid #737373;
  background: rgba(255,255,255,.83) !important;
  padding: 13px 0 !important;
  border-radius: 5px;
}
.sf-primary-links li {
  width:134px;
  text-align: center;
}
.sf-primary-links li a {
  display: block;
  color:#3a3838;
}
.sf-primary-links li li {
  width:auto;
  text-align: left;
  padding:0 20px;
}
.sf-primary-links li li a {
  line-height: 1.3;
}
.sf-primary-links a:hover,
.sf-primary-links a:active,
.sf-primary-links li.active-trail a,
.sf-primary-links li.active a {
  color: #c18833;
}

/*
  Slider
 */
.slider {
    overflow: hidden;
    position: relative;
}
.slider .slide {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.slider img {
    width:100%;
}

/*
  Regions
 */
#main-content {
  margin-bottom: 0;
}

/*
  Regions specific
 */
.page-information #content-top {
  float: right;
}
.page-information #main-content {
  width: 620px;
}

.node {
  border: 0;
  margin-bottom: 10px;
}

.page-press h1.title,
.node-type-event h1.title {
  display:none;
}

/*
  Footer
 */
#footer-wrapper {
  padding-top: 47px;
  background:transparent url(../img/bg-footer.png) no-repeat center top;
  text-align: center;
}
#footer-wrapper .block {
  margin-bottom: 13px;
}

/*
  Sign up
 */
.sign-up label {
  text-transform: uppercase;
  font-weight: normal;
}
.sign-up input.form-text {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 6px 4px 6px 28px;
  background: transparent url(../img/icon-envelope-s.png) no-repeat 7px center;
  width: 140px;
}
.sign-up .webform-component,
.sign-up .form-actions {
  display: inline-block;
}
.sign-up .form-submit {
  margin-top: -2px;
  margin-left: -7px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*
  Copyright
 */
.copyright {
  font-size:11px;
}

/*
  Products
 */
.section-products h1 {
  display: none;
}

/*
  Product filters
 */
.filters-sort {
  text-align: right;
  margin-bottom:20px;
}
.filters-sort * {
  display: inline-block !important;
  margin:0 !important;
  padding:0 !important;
}
.filters-sort input {
  display: none !important;
}
.filters-sort a,
.filters-sort a.active {
  text-decoration: none;
  margin:0 5px !important;
}
.view-filters {
  margin-right: 5px !important;
}
.filters-sort .view-filters,
.filters-sort .item-list {
  display: inline-block;
  text-transform:uppercase;
}
.views-widget-sort-by {
  font-weight: bold;
}
.views-widget-sort-by a {
  font-weight: normal;
}
.filters-sort .item-list {
  float: right;
}

/* product table & recommended block */
.view-uc-products-clone td {
  padding-top: 20px;
}
.view-uc-products-clone td.col-1 {
  padding-right: 10px;
}
.view-uc-products-clone td.col-2 {
  padding-right: 5px;
  padding-left: 5px;
}
.view-uc-products-clone td.col-3 {
  padding-left: 10px;
}
.view-uc-products-clone tr.row-first td {
  padding-top: 0;
}
.view-uc-products-clone tr {
  border-bottom: 1px solid #3a3838;
}
.view-uc-products-clone table.col-3 td {
    width:33.33%;
    vertical-align:top;
    position:relative;
    padding-bottom: 60px;
}
.ff .view-uc-products-clone table.col-3 td,
.ff .view-recommended-products table.col-3 td {
    padding-bottom:0;
}
.recommended-products {
    margin-top:30px;
}
.recommended-products table {
  width: auto;
}
.recommended-products h2 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #3a3838;
}
.recommended-products td {
  width:87px;
  padding-right:10px;
}
.views-field-field-product-image-fid {
    border:1px solid #3a3838;
    margin-bottom:10px;
}
.recommended-products td img {
    display: block;
    width:100%;
    height:auto;
}

/* product fields */
.view-uc-products-clone a,
.recommended-products .views-field-title a {
  color:#3a3838;
}
.view-uc-products-clone .views-field-field-product-image-fid {
    position:relative;
    height:233px;
    margin-bottom: 10px;
    border:1px solid #3a3838;
}
.view-uc-products-clone .views-field-field-product-image-fid .field-item {
    z-index:1;
    position: absolute;
}
.view-uc-products-clone .views-field-field-product-image-fid .field-item-1 {
    display:none;
    z-index:2;
}
.view-uc-products-clone .views-field-field-product-image-fid a {
    display:block;
    overflow:hidden;
    width:100%;
    text-align:center;
}
.view-uc-products-clone .views-field-field-product-image-fid img {
  width:100%;
  height: auto;
}

.view-uc-products-clone .views-field-title {
    font-weight:bold;
}
.view-uc-products-clone .node-add-to-cart,
.view-uc-products-clone .sold-out,
.view-uc-products-clone .uc_out_of_stock_html {
  position: absolute;
  bottom: 20px;
  width: 48%;
  left: 5px;
}
/*
  Borrow Products grid
 */
.view-uc-products-clone .btn-borrow {
  float: right;
  width: 38%;
  padding: 4px 0 !important;
  position: absolute;
  bottom: 20px;
  width: 34%;
  right: 5px;
}
.view-uc-products-clone .col-last .btn-borrow {
  right:0;
}

.view-uc-products-clone .col-first .btn-borrow {
  right:10px;
}
.view-uc-products-clone .col-first .node-add-to-cart,
.view-uc-products-clone .col-first .sold-out,
.view-uc-products-clone .col-first .uc_out_of_stock_html {
  left:0;
}

.view-uc-products-clone .col-last .node-add-to-cart,
.view-uc-products-clone .col-last .sold-out,
.view-uc-products-clone .col-last .uc_out_of_stock_html {
  left:10px;
}

.view-uc-products-clone .borrow-points {
  float: right;
}

.ff .view-uc-products-clone .node-add-to-cart,
.ff .view-uc-products-clone .sold-out,
.ff .view-uc-products-clone .uc_out_of_stock_html {
    position:relative;
    padding:4px 0;
}
.ff .view-uc-products-clone .sold-out,
.ff .view-uc-products-clone .uc_out_of_stock_html  {
    bottom: 0;
}
.sold-out,
.uc_out_of_stock_html {
    color: #900;
    margin-top: 5px;
    font-weight: bold;
}
.on-sale {
    color:#900;
}
.old-price {
    text-decoration: line-through;
}
.view-uc-products-clone .uc_out_of_stock_html p {
    margin:0;
}
.back-to-top {
  float: right;
}

/*
    Ubercart Product page
*/
.col1 .product-image-content img {
  width: 100%;
}
.node-type-product #main-content h1 {
  display: block;
  font-size: 16px;
  color:#3a3838;
  margin:0;
}
.node-type-product .product-code {
  font-size: 9px;
  margin-bottom:10px;
}
.node-type-product .uc-price-product,
.node-type-product .borrow-points {
  font-size:16px;
}
.node-type-product .borrow-points {
  float:right;
}
.node-type-product .price {
  margin-bottom: 10px;
}
.node-type-product .price span {
  padding: 0;
  margin: 0;
  float: none;
  font-weight: normal;
}
.node-type-product .slider-title {
  font-size: 15px;
  color: #3a3838;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #3a3838;
  padding-bottom: 5px;
  background: transparent url(../img/icon-arrow-d.png) no-repeat 100% 7px;
}
.node-type-product .slider-title.closed {
  background: transparent url(../img/icon-arrow-r.png) no-repeat 100% 7px;
}
.node-type-product .product-actions {
  margin-bottom:25px;
  clear: both;
  overflow: hidden;
}
.node-type-product .add-to-cart {
  float: left;
}
.node-type-product .btn-borrow {
  float: right;
  margin-top: 2px;
  color: #333;
}
.node-type-product .product-further-info {
  font-size: 11px;
  color:#a0a0a0;
}
.node-type-product .slider-content {
  margin-bottom:13px;
  padding:5px 0;
}
.node-type-product .col2 ul {
  margin:0 !important;
  color:#cc9d57;
}
.node-type-product .slider-content li span {
  color: #3a3838;
}
/*
  Borrow message
 */
.msg-borrow {
  position: absolute;
  background: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  width: 200px;
  font-size: 13px;
}
.msg-borrow p {
  margin:3px;
}

/* cloud zoom gallery */
.node-type-product a.cloud-zoom-gallery {
    display:block;
    width:85px;
    height:auto;
    border:1px solid #3a3838;
    display: inline-block;
    margin-right:10px;
}
.node-type-product a.cloud-zoom-gallery.img-3 {
  margin-right: 0;
}
.node-type-product a.cloud-zoom-gallery img {
  width:100%;
}
.cloud-zoom-big {
  width: 319px !important;
  height: 389px !important;
  top: -1px !important;
  left: 378px !important;
  border: 1px solid #3a3838;
}
.node-type-product .product-image-content {
  border:1px solid #3a3838;
  margin-bottom:20px;
}
.node-type-product .click-to-zoom {
  text-align:center;
  text-transform:lowercase;
  color:#d6d6d6;
  font-weight:bold;
  margin-bottom:10px;
  font-size: 15px;
}

/*
    Social Icons
 */
.forward {
    background:transparent url(../img/forward.png) no-repeat 0 0;
    display:inline-block;
    width:26px;
    height:20px;
}
.node-type-product .social-icons {
    margin:20px 0;
}
.node-type-product .social-icons ul {
    overflow:hidden;
}
.node-type-product .social-icons ul li {
    list-style:none !important;
    float:left;
    overflow:hidden;
    margin:0 4px 0 0 !important;
}
.node-type-product .social-icons .fb {
    width: 45px;
}

/*
    Popups
 */
#popups-overlay,
.popups-box,
#popups-loading {
    z-index:10000;
}
.popups-box {
    font-size:13px;
    padding:0;
}
.popups-box .popups-close {
    padding-right: 10px;
}
.popups-body {
    padding:0 15px;
}
.popups-box .title {
    font-size:20px;
    padding:0 15px;
}
.popups-box p {
    margin:5px 0;
}
.popups-box a {
    text-shadow: 1px 0px 0px #FAC090;
    filter: dropshadow(color=#FAC090, offx=0, offy=1);
}
#edit-email-wrapper label,
#edit-name-wrapper label {
    float:left;
    width:150px;
}
.popups-box textarea {
    height:60px;
}
.popups-box #edit-message-wrapper label {
    display:none;
}
.popups-box #edit-submit {
    margin:0;
}


/*
  Products menu
 */
.catalog ul {
  margin: 0;
  font-size: 16px;
}
.catalog ul ul {
  margin-left: 15px;
}
.catalog ul li {
  list-style: none;
}
.catalog ul:first-child > li {
  margin-bottom:13px;
}
.catalog ul:first-child > li:first-child > a {
  color:#f00;
}
.catalog ul a {
  color: #3a3838;
  font-weight: normal;
}

/*
  Cart/Checkout
 */
.section-shopping-bag h1,
.section-cart h1 {
  display:none;
}
#cart-form-products,
#cart-form-buttons {
  border: 0;
  margin: 0;
}
#cart-form-products {
  font-size: 15px;
}
#cart-form-products .desc a {
  font-weight:bold;
  color: #3a3838;
}
#cart-form-products tr:last-child .uc-price {
  font-weight: bold;
  font-size: 20px;
}
#cart-form-products tr:last-child {
  background-color: #fff;
  padding:10px 20px;
}
#cart-form-products tr.even,
#cart-form-products tr.odd,
#cart-form-products tbody {
  border:0;
}
#cart-form-products th {
  padding:10px;
  border:0;
  text-align: center;
}
#cart-form-products .odd {
  background-color: #f7f7f7;
}
#cart-form-products td {
  vertical-align: middle;
  padding:20px;
}
#cart-form-products td.image {
  padding:20px 0;
}
#cart-form-products td.image img {
  border: 1px solid #3a3838;
  float: none;
  padding:0;
}
#cart-form-products .qty input {
  text-align: center;
  border:1px solid #3a3838;
}

/*
  Events Gallery
 */
.gallery td {
  width:25%;
  font-size: 12px;
  padding: 4px;
}
.gallery td img {
  width: 100%;
  height: auto !important;
}

/*
    Checkout Page
 */
.section-cart fieldset {
  border: 0;
  padding: 0;
  font-size: 15px;
  margin: 0;
}
.section-cart fieldset legend {
  border-bottom:1px solid #3a3838;
  padding-bottom:10px;
  margin-bottom:10px;
  display: block;
  width: 100%;
}
.section-cart .description {
  padding:0;
  border:0;
  font-size:15px;
  margin:0;
  color:#3a3838;
}
#cart-pane table.cart-review {
  border:1px solid #d3d3d3;
  border-bottom:0;
}
#cart-pane tr.odd {
  background-color: #f7f7f7;
}
#cart-pane .shipping-total,
#cart-pane .cart-total {
  border-left:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3
}
#cart-pane .cart-total {
  padding-bottom:10px;
  border-bottom:1px solid #d3d3d3;
}
.clear-on-demand-1,
.clear-on-demand-billing {
    clear:both;
}
#cart-pane {
    width: 74%;
    float: left;
    margin-right: 1%;
    margin-top:0;
}
#cart-pane .uc-price {
  font-weight:bold;
  font-size:20px;
  min-width: 60px;
  display: inline-block;
}
#cart-pane .price .uc-price {
  font-weight:normal;
}
#cart-pane th,
#cart-pane td {
  padding:5px 10px;
  border:0;
}
#cart-pane tr {
  border:0;
}
#cart-pane th {
  background-color: #dadada;
  font-weight:bold;
}
#cart-pane tr.subtotal {
  background: none;
}
#cart-pane .cart-review {
    margin-bottom:0;
}
#cart-pane .cart-total,
#cart-pane .shipping-total {
    padding-right:10px;
    text-align:right;
}
#cart-pane .shipping-note {
    font-weight:bold;
    margin-top:10px;
}
#simple_quote-pane {
    width: 25%;
    float: left;
    margin-top:0;
}
#simple_quote-pane .description,
#simple_quote-pane .form-radios {
  padding:10px;
  border:1px solid #d3d3d3;
  border-bottom: 0;
  font-size:15px;
  margin:0;
  color:#3a3838;
}
#simple_quote-pane .form-radios {
  border-top:0;
  border-bottom:1px solid #d3d3d3;
}
#customer-delivery {
    width: 49.5%;
    margin-left: .5%;
    float: left;
}
#billing-pane {
  width: 48.5%;
  float: right;
  margin-top:0;
}
#billing-pane .description,
#billing-pane > .form-item,
#billing-pane .address-pane-table {
  padding:15px;
}
#billing-pane .description {
  padding-left:0;
  padding-right:0;
}
#billing-pane > .form-item,
#billing-pane .address-pane-table {
  border:1px solid #d3d3d3;
}
#billing-pane > .form-item {
  font-size: 12px;
}
#billing-pane .address-pane-table {
  margin-top:-1px;
  border-top-color:#fff;
}
#billing-pane input{
  width:156px;
}
#billing-pane select {
  width:166px;
}
#billing-pane #edit-panes-billing-copy-address-wrapper input {
  width:auto;
}
#customer-pane .form-item {
  border: 1px solid #d3d3d3;
  overflow: hidden;
  padding: 15px;
  background-color: #f7f7f7;
}
#customer-pane label {
    float: left;
    margin-right: 5px;
}
#customer-pane input {
  float:left;
  width:173px;
}
#delivery-pane .address-pane-table {
  border:1px solid #d3d3d3;
  margin-top:20px;
  padding:20px 0;
}
#delivery-pane input {
  width:178px;
}
#delivery-pane select {
  width:188px;
}
#delivery-pane,
#billing-pane,
#customer-pane,
#payment-pane,
#comments-pane {
  margin-top:20px;
}
#payment-pane #line-items-div,
#payment-pane #payment_details {
    display:none;
}
#comments-pane textarea {
  border:1px solid #d3d3d3;
}
#checkout-form-bottom {
    border:0;
}

/*
    Review checkout page
 */
.order-review-table .review-button-row {
    background-color:transparent;
}

/*
  PPC
 */
.call-us {
  padding:20px 0;
  font-size:23px;
  border-top:1px solid #e5e5e5;
  border-bottom: 1px dotted #3a3838;
}
.ppc-menu {
  padding-top:20px;
}
.ppc-menu ul,
.ppc-menu li {
  margin:0;
  padding:0;
  list-style: none;
}
.ppc-menu ul {
  padding:0 40px;
}
.ppc-menu li a {
  color: #3a3838;
  padding:10px;
  display: block;
}
.ppc-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.ppc-menu li:last-child {
  border:0;
}


/*
  Press
 */
.page-press h2 {
  font-size:18px;
}
.page-press a {
  color:#3a3838;
}
.page-press .views-field-view-node {
  float: right;
}
.page-press .views-field-view-node a {
  background: transparent url(../img/more-arrow.png) no-repeat 100% center;
  padding-right:28px;
  text-transform: lowercase;
  float: right;
}
.page-press .views-row {
  border-bottom: 1px solid #3a3838;
  padding-bottom:30px;
  margin-bottom:20px;
}
.page-press .views-row-last {
  border:0;
}
.page-press #sidebar-last .block {
  padding-left: 20px;
  border-left: 1px solid #3a3838;
}
.page-press #sidebar-last h2 {
  margin-bottom:15px;
}
.page-press #sidebar-last .views-row {
  padding-bottom:10px;
  margin-bottom:10px;
}
.page-press #sidebar-last .views-row-last {
  border:0;
}


/*.node-type-press h1,
.view-Press h1 {
  display:none;
}
.view-Press td {
  padding-bottom: 20px;
}

.node-type-press .inner {
  padding-left:35px;
  margin-left:20px;
  border-left:1px solid #3a3838;
}*/

/*
  Footer menu
 */
#footer-wrapper .block-menu {
  padding: 0;
  display: inline-block;
}
#footer-wrapper .block-menu li {
  list-style: none;
  padding:0;
  margin:0;
  border-right:1px solid #c18833;
  padding:0 4px;
  display: inline-block;
}
#footer-wrapper .block-menu li.last {
  border:0;
}
#footer-wrapper .block-menu li a {
  display: block;
}
#footer-wrapper a {
  color:#3a3838;
}