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


/* designers page */
#designer_right {
  float: left;
  width: 285px;
}

#designer_right img {
  border: 1px solid #554c4c !important;
}

#designer_left {
  float: left;
  padding-left : 20px;
}


#designer_left .designer_col {
  float: left;
  width: 200px;
}

#designer_left .designer_col a {
  font-size: 13px;
  text-decoration : none;
}

#designer_left h3 {
  margin: 0px 0px;
}

#designer_left .group {
  margin: 0px 0px 10px 0px;
}

.designer-pdp #designer_left {
  margin-top: 50px;
  width: 285px;
}


.designer-pdp #designer_left img {
  border: 1px solid #554c4c !important;
}

#designer_content {
  display: block;
  float: left;
  width: 738px;
  padding-left: 12px;
}

#designer_content img {
  border: 1px solid #554c4c !important;
  display: block;
}

.designer-pdp #designer_content h1 {
  margin: 10px 0px 8px 0px;
  font-size: 14px;
}

.designer-pdp #designer_content p {
  margin: 0px 0px 8px 0px;
  font-size: 13px;
}

.designer-pdp #designer_content a {
  font-weight: bold;
  color: #BB1B00;
  font-size: 13px;
  text-decoration: none;
  text-align: right;
  display: block;
}


.designer-pdp #designer_content a:hover {
  color: #554c4c;
  text-decoration: underline;
}

.designer-pdp #designer_products {
  float: left;
  margin: 5px 0px 0px 0px;
  width: 750px;
}
.designer-pdp #designer_products h1 {
  font-size: 20px;
  padding-left: 14px;
  font-family : palatino, palatino linotype ms, times new roman, serif;
  color: #BB1B00;
  margin: 0px;
}

#designer-header h1 {
  float: left;
  width: 500px;
}

#designer-header #wpsf_limits {
  margin: 5px 8px 0px 0px;
}

/* end designers page */
#product_header
{
  border-bottom : 1px solid #eeeeee;
  clear : both;
  padding-top : 5px;
}

#breadcrumbs
{
	float : left;
	width : 312px;
	padding-bottom : 10px;
}

#breadcrumbs h3
{
	margin-top : 0px;
	margin-bottom : 0px;
	font-size : 10px;
	color : #8a7f7e;
	font-weight : normal;
}


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

#sort_div
{
	float : left;
	width : 430px;
	text-align : right;
	font-size : 10px;
	padding-bottom : 10px;
	color : #8A7F7E;
}

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

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



.wpsf_ssr {
  width: 743px !important;
  margin-left: 10px;
}

.wpsf_ssr h3 a:hover {
  color: black !important;
  text-decoration: underline;
}

.wpsf_ssr .product {
  float: left;
  width: 134px;
  height: 264px;
  margin: 8px 4px 5px 4px;
  padding: 3px;
  font-size: 11px;
  background-color: #f2f2f2;
}

.wpsf_ssr .product h2 {
  font-size: 11px !important;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  padding-bottom : 0px;
  border-bottom: 0px solid black !important;
}


.wpsf_ssr .product p {
  margin: 0px 0px 5px 0px;
  font-size: 11px !important;
  text-align: center;
  font-family : verdana, arial, sans-serif !important;
  color: #bb1b00;
}

.wpsf_ssr .product img {
  display: block;
  margin: 0px auto 0px auto;
  border : 0px;
  padding: 3px;
  background: #fff;
  width: 129px;
  height: auto;
}

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

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

#wpsf_limits
{
  float : right;
  color : #BB1B00;
  font-size : 10px;
}

#products-pager {
  float : right;
}

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

#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 */
.product
{
  padding-top : 15px;
  width : 743px;
}

.col
{
	float : left;
	width : 280px;	
	font-family : palatino, palatino linotype ms, times new roman, serif;
	color : #8a7f7e;
	font-size : 14px;
}

.product-cols h2
{
	margin : 0px;
	font-family : verdana, arial, sans-serif;
        color : #BB1B00;
	padding-bottom : 10px;
	font-size : 16px;
	border-bottom : 2px dotted #d8d8d5;

}

.wpsf_product {
  width: 743px !important;
  margin-left: 10px;
}

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

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

.wpsf_product #product-main-photo p {
  text-align: center;	
  margin-top : 3px;
  margin-bottom : 3px;
}

.wpsf_product #product-main-photo p a
{
	text-decoration : none;
	font-size : 10px;
}

.wpsf_product #thumbnails
{
	float : left;
	width : 130px;
	margin-right : 10px;
}

.wpsf_product #thumbnails img
{
	width : 90px;
	padding-bottom : 6px;
  border: 0px;
}

.strikeout {
  text-decoration: line-through;
  margin-bottom : 0px !important;
}

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

#price
{
	font-size : 24px;
	font-family : palatino, palatino linotype ms, times new roman, serif;
	margin-bottom : 0px;
	margin-top : 10px;
	color : black;
}


#cart_box
{
	border-top : 2px dotted #d8d8d5;

}

#cart_box select
{

}

a#add_to_cart
{
  display: block;
  margin: 20px 0px 10px 0px;
  width: 140px;
	text-decoration : none;
	font-size : 14px;
	color : white;
	background-color : black;
	border : 2px solid black;
	font-weight : bold;
	padding : 3px 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px;
}

a#add_to_cart:hover
{
	border : 2px solid black;
}

#email_friend 
{
	padding-top : 5px;
}

#email_friend a
{
	color : #8a7f7e;
	text-decoration : none;
}


/* 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: black;
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 {
  border : 1px solid red;
}

#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: #D81F00;
  padding: 3px 0px 3px 0px;
  text-align: center;
  margin: 5px 0px 0px 13px;
  color: white !important;
  text-decoration: none;
}

#cont_checkout:hover {
  border : 1px solid black;
}

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

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

#relatedprods
{
	clear : both;
}

#relatedprods h3
{
	color : #BB1B00;
	margin : 0px;
	font-family : palatino, palatino linotype ms, times new roman, serif;
	text-transform : uppercase;
	padding-top : 10px;
}

#relatedprods .product
{
	width : 90px;
	height : 190px;
}

#relatedprods .product img
{
	width : 85px;
}

#TB_window {
  z-index: 50000 !important;
}

#TB_overlay {
	z-index:10000;
}

.coupon-error {
  color: red;
}

.coupon-error a {
  color: red; 
}
