/* 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_ssr .product {
  float: left;

  width: 130px;
  height: 230px;

  border: 1px solid black;

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

  background: #eee;
}

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

.wpsf_ssr .product p {
  margin: 0px 0px 5px 0px;
  text-align: center;
}

.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: red;
  font-weight: bold;
}


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

#products-pager a {
  float: left;
  
  display: block;

  width: 25px;
  height: 25px;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
  line-height: 25px;

  text-decoration: none;

  color: maroon;
}

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

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



/* 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: #8a3032;
  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: #205caf;
  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: 3px solid #595252;
  width: 150px;
  padding-top: 15px;
  color: #7e1c1d;
}

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

#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: #205caf;
  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: #8a3032;
  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: 3px 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: #7e1c1d;
  border-bottom: 3px solid #595252;
}

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