/* general css that could really go in the main css file */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.wpsf-storenav {
  border: 1px solid #ccc;
  margin: 10px 0px 0px 0px !important;
  padding: 3px 0px 3px 10px !important;
  text-transform: lowercase;
  background: #eee;
}

.wpsf-storenav li {
  margin: 0px !important;
}

.wpsf-storesubnav {
  margin: 3px 0px 3px 10px !important;
  padding: 0px !important;
}

.wpsf_ssr {
 margin-top: 25px;
}

.wpsf_ssr h1, h4 {
  margin: 0px 0px 4px 0px;
}

.wpsf_ssr .product {
  float: left;

  width: 130px;
  height: 175px;

  border: 1px solid black;

  margin: 5px;
  padding: 3px;
  
  font-size: 11px;

  background: #eee;
}

.wpsf_ssr .product h2 {
  font-size: 11px !important;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1px;
}


.wpsf_ssr .product p {
  margin: 0px 0px 5px 0px;
  font-size: 12px !important;
  text-align: center;
  color: #3860c7;
}

.wpsf_ssr .product img {
  display: block;
  margin: 0px auto 0px auto;
  border: 1px solid black;
  padding: 3px;
  background: #fff;
}

.wpsf_ssr .product h2 a {
  color: navy;
}

.wpsf_ssr .product .wpsf_saleprice {
  color: #F47A20;
  font-weight: bold;
  text-decoration: none; !important;  
}

#products-pager {
  margin-bottom: 25px;
}

#products-pager h4 {
  color: #3860c7;
}

#products-pager a {
  float: left;
  
  display: block;
  font-size: 12px;
  width: 15px;
  height: 15px;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
  line-height: 15px;

  text-decoration: none;

  color: #20;
}

#products-pager a:hover {
  background: #fff;
}

#products-pager a.curpage {
  font-weight: normal;
  background: #ccc;
}




/* single product page */


.wpsf_product #product-main-photo {
  float: left;
  margin: 0px 5px 15px 15px;
  width: 250px;
}

.wpsf_product #product-main-photo img {
  width: 220px;
  border : 1px solid #3a3a3a;
}

.wpsf_product #product-main-photo p {
  text-align: right;
}

.strikeout {
  text-decoration: line-through;
}

.wpsf_product .saleprice {
  color: #F47A20;
  font-weight: bold;
}




/* cart */
#cart_table {
  margin: 25px auto 0px auto;
  border: 0px solid black;
  width: 95%;
  font-size: 12px;
}

#cart_table th {
  background: #ccc;
  padding: 2px;
}

#cart_table td {
  border: 1px solid #ccc;
  padding: 5px 2px 5px 2px;
  text-align: center;
}

#cart_table td img {
  display: block;
  margin: 0px auto 0px auto;
}

#cart_bottom #return_shopping {
display: block;
width: 200px;
border: 1px solid #bbb;
background: #f47a20;
font-size: 12px;
padding: 3px 0px 3px 0px;
text-align: center;
margin: 5px 0px 0px 13px;
color: white;
text-decoration: none;
}

#cart_bottom #return_shopping:hover {
  color: yellow;
}

#cart_bottom #cart_subtotal {
  float: right;
  margin: 5px 15px 0px 0px;
  font-size: 12px;
  text-align: right;
}

#cart_bottom #cart_subtotal p {
  display: block;
  width: 200px;
  border: 1px solid #bbb;
  background: #ccc;
  padding: 3px 0px 3px 0px;
  text-align: center;
  margin: 0px 0px 0px 13px;
  font-weight: bold;  
}

#cart_bottom #cont_checkout {
  display: block;
  width: 200px;
  border: 1px solid #bbb;
  background: #3860c7;
  padding: 3px 0px 3px 0px;
  text-align: center;
  margin: 5px 0px 0px 13px;
  color: white;
  text-decoration: none;
}

#cart_bottom #cont_checkout:hover {
  color: yellow;
}

#shopping_cart {
  margin-bottom: 25px;
}

#shopping_cart #bag_title {
  background-image: url(/i/l/pack.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 50px;
}

#shopping_cart #bag_title h2 {
  font-size: 14px;
  border-bottom: 2px solid #595252;
  width: 150px;
  padding-top: 15px;
  padding-bottom: 2px;
  color: #3860c7;
}

#shopping_cart #cart_items {
  border-bottom: 2px solid #595252;
  padding-bottom: 5px;
}


#shopping_cart #cart_items h3 {
  color: #5d907a;
  font-size: 16px;
}

#shopping_cart #cart_items a {
  color: #7e1c1d;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

#shopping_cart #cart_items a:hover {
  color: blue;
}

#shopping_cart #subtotal {
  font-size: 12px;
  text-align: right;
}

#shopping_cart #edit_cart a {
  display: block;
  width: 100px;
  margin: 3px 0px 3px auto;
  border: 1px solid #bbb;
  text-align: center;
  text-decoration: none;
  background: #3860c7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 0px 3px 0px;
}

#shopping_cart #edit_cart a:hover {
  background: #bdd1ee;
  color: #000;
}

#shopping_cart #checkout a {
  display: block;
  width: 100px;
  margin: 3px 0px 3px auto;
  border: 1px solid #bbb;
  text-align: center;
  text-decoration: none;
  background: #F47A20;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 0px 3px 0px;
}

#shopping_cart #checkout a:hover {
  background: #d89d9e;
  color: #000;
}

#recently_viewed {
  border-bottom: 2px solid #595252;
  margin-bottom: 25px;
  padding: 0px 0px 5px 0px;
}

#recently_viewed h2 {
  font-size: 14px;
  border-bottom: 3px solid #595252;
  padding-top: 15px;
  color: #3860c7;
  border-bottom: 2px solid #595252;
}

#recently_viewed a {
  color: #4a8369;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

#donations table th {
  text-align: right;
  padding-right: 15px;
  font-weight: normal;
}

#donations table th.req {
  font-weight: bold;
}

#donations table {
  margin: 0px 0px 10px 0px;
}

#donations h4 {
  margin: 5px 0px 5px 0px;
}