/* 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
{
	clear : both;
}

.wpsf_ssr h3 a {
  font-size: 18px;
  text-decoration: none;
}

.wpsf_ssr h3 a:hover {
  color: #106b42 !important;
  text-decoration: underline;
}

.wpsf_ssr .product {
	border:1px solid #CCCCCC;
	float:left;
	height:185px;
	margin:4px;
	padding:2px;
	position:relative;
	width:123px;
	font-size : 11px;
}

.wpsf_ssr .product:hover
{
	background: #eee;
}

.wpsf_ssr .product h2 {
	font-size:11px;
	font-weight:normal;
	margin:2px 0;
	padding:0;
	text-align:center;
}


.wpsf_ssr .product p {
  margin: 0px 0px 5px 0px;
  font-size: 11px !important;
  text-align: center;
  color: #3860c7;
  padding : 0px !important;
}

.wpsf_ssr .product img {
	border:1px solid #CCCCCC;
	display:block;
	margin:0 auto;
	text-align:center;
	width:121px;
}

.wpsf_ssr .product h2 a {
  color: navy;
}

.wpsf_ssr .product h2 a:hover
{
	color : #A9194F !important;
}

.wpsf_ssr .product .wpsf_saleprice {
  color: #F47A20;
  font-weight: bold;
  text-decoration: none; !important;  
}

#products-pager {
  margin : 0px 0px 25px 3px;
}

#products-pager h4 {
	margin-left : 0px;
}

#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 {
  margin: 0px 5px 15px 0px;
  width: 220px;
  height : 220px;
  padding : 10px;
  border: 1px solid #929292;
  text-align : center;

}

.wpsf_product #product-main-photo img {
  width: 210px;
}

.wpsf_product #product-main-photo p {
  text-align: center;
  padding : 0px !important;
}

.strikeout {
  text-decoration: line-through;
}

.wpsf_product .saleprice {
  color: #F47A20;
  font-weight: bold;
}

#col_right
{
	float : right;
	width : 240px;
	margin-left : 15px;
	margin-right : 10px;
}

#relatedprods
{
	clear : both;
	padding-top : 10px;
}

/* cart */
#cart_table {
  margin: 25px auto 0px auto;
  border: 0px solid black;
  width: 95%;
  font-size: 12px;
}

#cart_table th {
  background: #ccc;
  color : #5A361C;
  padding: 2px;
}

#cart_table tr a:hover
{
	color : #A9194F !important;
}

#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: #A9194F;
  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;
  color: #345693;
  border-bottom: 1px solid #595252;
  padding-top: 5px;
  padding-bottom: 2px;
  width: 160px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: 1px !important;
}

#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: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

#shopping_cart #cart_items a:hover {
  color: blue;
}

#shopping_cart #subtotal {
  font-size: 14px;
  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;
}



#addtocart 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;
  float: left;
}

#addtocart 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;
}

#empty_cart h2 {
  font-size: 14px;
  border-bottom: none;
  padding-top: 15px;
  color: #3860c7;
  border-bottom: none;
}

#recently_viewed a {
  color: #4a8369;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

.col p
{
	padding-top : 0px !important;
}

#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 !important;
  text-decoration: none;
}

#cont_checkout:hover {
  color: black !important;
  background: #bdd1ee;
}

#orderform td.settdwidth {
  width: 150px;
}

#orderform td {
  padding: 3px;
}

/* featured product on home page */

#about .product {
  background: transparent;
  color: black !important;
  border: 0px;
  height: auto;
}

#about .product h2 {
  font-size: 14px;
  margin: 0px;
}

#about .product p {
  color: black;
  font-size: 12px !important;
  margin: 0px;
}

#about img {
  border-width: 5px !important;
}

#about .product a { 
color: #fff;
}

#about .product a:hover { 
color: #000 !important;
}
