/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 19, 2015, 2:38:44 PM
    Author     : Ethan Cheong
*/

#main-wrapper {
  padding-bottom: 22px;
}


/******************************************************************************
* Shopping Cart Page
******************************************************************************/
#continue-shopping-link {
  float:none;
  width:100%;
}

#cart-form-buttons a {
  text-align:center;
  display:block;
  float:none;
  margin:0 auto 5px;
  padding:5px 0;
}

#td-custom-checkout-form input.form-submit,
#checkout-form-bottom .form-submit,
#cart-form-buttons input.form-submit {
  text-align:center;
  display:block;
  float:none;
  width:100%;
  margin:0 auto 5px;
  padding:0;
}

#uc_discounts-pane .discount-codes-wrapper {
  float: none;
}
#cart-form-buttons input#edit-submit {
  width:100%;
}

.view-taxonomy-term .view-content .item:nth-child(2n+3){
  clear:both;
}
.productblock-wrap {
  height: auto;
  margin-bottom: 8px;
  position: relative;
}
.productblock {
  padding: 7px 0 7px 13px;
}

.section-user div.tabs li:first-child,
#block-menu-menu-shopping-bag li:first-child {
  margin-left: 0;
}
.section-user div.tabs li,
#block-menu-menu-shopping-bag li {
  font-size: 12px;
  padding: 9px 15px;
}

