/* 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;
  color : #797A4D !important;
}

.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: 5px 5px 15px 10px;
  width: 190px;
  height : 200px;
  padding : 5px;
  border: 1px solid #929292;
  text-align : center;
  float : left;

}

.wpsf_product #product-main-photo img {
  width: 190px;
}

.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 : left;
	width : 200px;
	margin-left : 0px;
	margin-right : 0px;
}

#col_right h2
{
	font-size : 14px;
	margin-top : 5px;
        color : #ca3f73;
}

#col_right form p
{
	margin-bottom : 0px;
}

a#add_to_cart:hover
{
	color : #92D751;
	padding : 3px 6px 3px 6px;
	border: 1px solid #E36695;
	text-decoration : none;
	background-color : white;
}

a#add_to_cart
{
	color : white;
	background-color : #8F8F69;
	text-decoration : none;
	padding : 3px 6px 3px 6px;
	text-transform : uppercase;	
	border: 1px solid #E36695;

}

#description
{
	clear : both;
        padding-left : 10px;
        font-weight : bold;
        color: #106b42 !important;
}

#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;
  background-color : white;
}

#shopping_cart #bag_title {
  height: 50px;
}

#shopping_cart #bag_title h2 {
	font-size: 14px;
  color: #345693;
  border-bottom: 1px solid #595252;
  padding-top: 0px;
  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: 12px;
}

#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;
}

.col p
{
	padding-top : 0px !important;
}

#right_column #cart_col_pad {
	margin:0;
	width:139px;
}

#cart_col_pad {
	padding:0 10px;
}


#bag_title
{
	float : left;
	width : 120px;
	text-align : right;
	padding-top : 15px;
	margin: 0px;
}

#bag
{
	float : left;
	width : 30px;
}


#cart_items
{
	color : #E36695;
	font-size : 10px;
	clear : both;
}

#cart_items a {
  display:block;
  color : #E36695;
	font-size : 10px;
	text-decoration: none;
	margin-top: 2px;
}

#cart_items a:hover {
  color: #CB1D5F;
  text-decoration: underline;
}

#subtotal
{
	padding-top : 5px;
}

#edit_cart
{
	width : 135px;
	text-align : center;
	color : white;
	padding : 4px 0px 4px 0px;
	background-color : #8F8F69;
	margin : 5px 0px 5px 0px;
	font-size : 12px;
        font-weight : bold;
}

#edit_cart a
{
	display : block;
}

#edit_cart:hover
{
	background-color : #595939;
}

#checkout
{       
  width : 135px;
	text-align : center;
	color : white;
	padding : 4px 0px 4px 0px;
	background-color : #ca3f73;
	margin : 5px 0px 5px 0px;
	font-size : 12px;
        font-weight : bold;
}

#checkout a
{
	display : block;
}

#checkout:hover
{	
	background-color : #92D751;
}


#checkout2
{
	width : 135px;
	text-align : center;
	color : white;
	padding : 4px 0px 4px 0px;
	background-color : white;
	margin : 5px 0px 5px 0px;
	font-size : 12px;
        border: 1px solid #E36695;
}

#checkout a, #edit_cart a
{
	color : white;
	text-decoration : none;
}
