/* Store Front */
.view-store-front .views-view-grid td {text-align:center;}

#block-block-2 {margin-bottom:40px;}

.view-store-front .view-content .views-view-grid,
.view-store-front .view-content .views-view-grid tbody,
.view-store-front .view-content .views-view-grid tbody tr {border:none;}

.view-store-front .attachment .views-view-grid,
.view-store-front .attachment .views-view-grid tbody,
.view-store-front .attachment .views-view-grid tbody tr {border-bottom:#000 1px solid;}

.view-store-front .attachment .view-header h2 {font-size:1.2em;}

.view-store-front .views-view-grid tr:nth-child(2n+2) {background-color:#FFF;}

.view-product-catalog .views-row {margin-bottom:0;}

/* Product Pages */
.field-name-field-product-image {float:left;}

.node-type-product .galleryformatter {
  float: left;
  margin: 0 2em 1em 0;
  }
.node-type-product .gallery-thumbs .wrapper ul {
  text-align:center;
  margin-top: 4px;
  }
.node-type-product .gallery-thumbs .wrapper ul li {
  width: auto!important;
  padding: 0;
  display:inline;
  float:none;
  }

.node-type-product .field-name-field-products {margin-bottom: 1.5em;}

.node-type-product .field-type-taxonomy-term-reference,
.node-type-product .field-type-taxonomy-term-reference ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 95%;
  font-style: italic;
  }
.node-type-product .field-type-taxonomy-term-reference ul li {
  float:left;
  margin-right: 1em;
  }

/* Checkout */
#commerce-checkout-form-checkout .even,
#commerce-checkout-form-checkout .odd,
#commerce-checkout-form-checkout tr:nth-child(2n+2),
#commerce-checkout-form-review .even,
#commerce-checkout-form-review .odd,
#commerce-checkout-form-view tr:nth-child(2n+2) {background-color:#FFF;}

#commerce-checkout-form-review .views-field-quantity,
#commerce-checkout-form-checkout .views-field-quantity {text-align:center;}

#commerce-checkout-form-checkout #edit-cart-contents {
  padding:0;
  border:0;
  }
#commerce-checkout-form-checkout #edit-cart-contents legend {display:none;}

#commerce-checkout-form-checkout .view-display-id-attachment_1 .views-label-commerce-order-total,
#commerce-checkout-form-review .view-display-id-attachment_1 .views-label-commerce-order-total {
  font-weight:700;
  background-color:#E5E5E5;
  padding: 5px 7px;
  border: solid 1px #CCC;
  }
  #commerce-checkout-form-checkout .view-display-id-attachment_1 .views-label-commerce-order-total,
  #commerce-checkout-form-review .view-display-id-attachment_1 .views-label-commerce-order-total {border-bottom:none;}

#commerce-checkout-form-checkout .view-display-id-attachment_1 .field-content .commerce-price-formatted-components,
#commerce-checkout-form-review .view-display-id-attachment_1 .field-content .commerce-price-formatted-components {margin-top:0;}

/* Shopping Cart */
.view-commerce-cart-block tr:nth-child(2n+2) {background-color:#FFF;}

/* Catalogs */
.page-taxonomy .nodes .galleryformatter {
  float:left;
  margin: 0 2em 1em 0;
  }
.page-taxonomy .nodes .gallery-thumbs .wrapper ul {
  text-align:center;
  margin-top: 4px;
  }
.page-taxonomy .nodes .gallery-thumbs .wrapper ul li {
  width: auto!important;
  padding: 0;
  display:inline;
  float:none;
  }
