

.wpsf_ssr .product {
  float: left;

  width: 130px;
  height: 200px;
  margin: 5px 5px 5px 0px;
  padding: 3px;  
  font-size: 11px;
  line-height: 12px;
}

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


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

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

.wpsf_ssr .product h2 a {
  color: navy;
  text-decoration : none;
}

.wpsf_ssr .product h2 a:hover {
  text-decoration : underline;
}

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

#products-pager {
  float : right;
}

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

.bottom-pager #products-pager {

  margin: 0px 10px 0px 0px;
}

#products-pager a {
  float: left;
  display: block;
  font-size: 10px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  color: #8A7F7E;
}

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

#products-pager a.curpage {
  font-weight: normal;
  color : #BB1B00;
}


/* single product page */

.wpsf_product #product-main-photo {
  float: left;
  margin: 15px 25px 15px 0px;
  width: 360px;
  background-color : white;
}

.wpsf_product #product-main-photo img {
  width: 360px;
  border : 0px;
}

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

.wpsf_product #product-main-photo #thumbnails img {
  width: 117px;
  height: auto;
border: 0px solid red;
}

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

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

.wpsf_product .col
{
	float : left;
	width : 320px;
}

.wpsf_product p#price
{
	font-size : 20px;
	background-image : url(/images/dot.png);
	background-repeat : repeat-x;
	background-position : bottom left;
	padding : 3px 0px 8px 0px;
	text-align : right;
	margin-bottom : 10px;
}

#productForm label.lbl-left {
  width: 35px;
  text-align: right;
}

#productForm #sizeselector {
  margin-right: 8px;
}

.addcartbutton {
  border: 0px;
  
  padding-bottom: 3px;
  color : white;
  background-image : url(/images/add_to_cart.png);
  background-repeat : no-repeat;
  font-weight : bold;
  
  width : 91px;
  height: 20px;

  text-align : center;
  cursor: pointer;
}

.addcartbutton:hover {
  color: yellow;
}

/* 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;  
}

#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: yellow !important;
}

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


#relatedprods {
  clear : both;
  float: right;
  margin: 10px 8px 0 0;
}

#relatedprods .product img {
  width: 120px; 
  height: 120px;
}

#relatedprods h3 {
  background: #CBEDA6;
  text-align: left;
  padding: 5px;
}


#product_header
{
  clear : both;
  margin: 0px 5px 10px 0px;
	background-image : url(/images/dot.png);
	background-repeat : repeat-x;
	background-position : bottom left;
}

#breadcrumbs {
  float : left;
  width : 405px;
  font-size: 10px!important;
  font-weight : normal!important;
  
}

#breadcrumbs h3 a {
  font-size: 10px!important;
  text-decoration: none;
  color: #345693 !important;
  font-weight : normal!important;
}

#breadcrumbs h3 a:hover {
  color: #106b42 !important;
  text-decoration: underline;
}

#sort_div
{
	float : left;
	width : 305px;
	text-align : right;
	font-size : 10px;
	color: #106b42;

}

#sort_div a
{
  text-decoration : none;
  color: #8A7F7E;
}

#sort_div a:hover
{
  text-decoration : underline;
  color: #345693;
}

#sort_div a.active {
  color: #d81f00;
}



/* my-account signup/login page */
#register-message {
  float: right;
  width: 240px;
  height: 250px;
  padding: 5px 10px;
  background: #F6FCF0;
  margin: 25px 10px 0 0;
}

#members-page.signin {
  float: left;
  width: 410px;
}

#members-page #errormessage {
  margin: 5px;
  background: #F7C8D6;
  padding: 10px;
  font-weight: bold;
}

#members-page form {
  margin: 5px 5px 15px 5px;
  background: #F6FCF0;
}

#members-page h2 {
  margin: 15px 0;
}

#members-page .txt_box {
  border: 1px solid #bbb;
  padding: 2px;
}

#members-page td {
  padding: 2px;
}

/* end my-account signup/login page */



/* WISH LIST PAGE */

#wpsf-wishlist-finder form {
  background: #eee;
  padding: 5px;
  width: 250px;
  margin-bottom: 15px;
}

#wpsf-wishlist-finder form label {
  display: block;
  font-weight: bold;
}

#wpsf-wishlist-finder form .txt-box {
  border: 1px solid #bbb;
  padding: 2px;
}

#wpsf-wishlists .wpsf-wishlist-user {
  background: #eee;
  padding: 5px;
  width: 250px;
  float: left;
  margin: 0 15px 15px 0;
}

#wpsf-wishlist .product {
  width: 318px;
  border: 1px solid #ccc;
  height: 129px;
  padding-right: 5px;
  background: #efefef;
  margin: 0 0 10px 10px;
}

#wpsf-wishlist .product .product-img {
  width: 122px;
  float: left;
  margin-right: 15px;
}


#wpsf-wishlist .product p {
  text-align: left;
}

#wpsf-wishlist .product .item-nav a {
  padding: 5px;
  margin: 1px 5px 0 0;
  display: block;
  float: left;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #E4F6D1;
}

/* END WISH LIST PAGE */

