
.custom_meta{
  display:none;
}

div.productdisplay.bord{

}

div.productdisplay.last{
  margin-right:0 !important;
  border-right:none !important;
}

div#products_page_container div.productdisplay{
  width:215px;
  padding:0 0 0 10px;
  margin:10px 8px 20px 0;
  float:left;
  border-right:1px dotted #c98f00;
}




a.wpsc_product_title{
  width:100%;
  font-size:15px;
}

a.wpsc_edit_product{
  display:none;
}

div.wpsc_description p{
  padding:0;
  margin:0;
  color:#c98f00;
  font-size:11px;
}

div.wpsc_product_price{
  font-size:14px;
  color:#c98f00;
  margin:0 0 5px 0;
}

div#more_info a{
  font-size:13px;
  color:#73170e;
  text-transform:uppercase;

}

label.wpsc_quantity_update{
  font-size:12px;

}

input.wpsc_quantity_update{
  font-size:10px;
  padding:2px 1px;
  height:14px;
  text-align:center;
  border:1px solid #999;
  color:#999;
}

  input.wpsc_quantity_update:focus{
    font-size:10px;
    border:1px solid #666;
    color:#666;
  }

input.wpsc_buy_button{
  text-transform:uppercase;
  font-family:'Trade Gothic';
  background:url("images/addToCart.png");
  width:95px;
  height:20px;
  border:none;
  position:relative;
  }
  input.wpsc_buy_button:hover{
    cursor:pointer;
  }
  input.wpsc_buy_button:active{   
    top:1px;
    left:1px;
  }

div.wpsc_buy_button_container{
  float:right;
  width:100px;
  height:20px;
  padding:0;

}

div#quantity_box_container{
  float:left;
}


/* SHOPPING CART
========================================== */

div#shoppingcart_holder{
  min-height:193px;
  height:auto !important;
  height:193px;
  overflow:hidden;
  padding:5px 0;
}

.shoppingCart_bottom{
  border-top:1px dotted #c98f00;
  position:absolute;
  left:20px;
  bottom:20px;
  width:185px;
}

div#shoppingcart_holder ul{
  list-style:none;
  margin-bottom:5px;
}

  div#shoppingcart_holder li{
    color:#fff;
  }
  
    div#shoppingcart_holder li span{
      font-family:Georgia;
      color:#f0f0f0;
      font-size:13px;
    }
      
      div#shoppingcart_holder li small{
        
      }

div#cart_tax_total{
  font-family:'Trade Gothic';
  text-transform:uppercase;
  font-size:15px;
  line-height:13px;
  color:#c98f00;
  padding:4px 0 2px 0;
  margin:0;
  border-bottom:1px dotted #c98f00;
}  
  
  span#cart_tax{

  }
  
  span#cart_total{
  }
  
  div#cart_tax_total small{
    font-family:Georgia;
    font-size:10px;
    color:#fff;
  }

div#empty_goto{
  margin:5px 0 0 0;
  font-family:'Trade Gothic';
  text-transform:uppercase;
  font-size:13px;
}

  div#empty_goto a.empty_cart_link{
    float:left;
    color:#c98f00;
  }
  
  div#empty_goto a.goto_checkout{
    float:right;
    color:#c98f00;
  }
  
div.shopping-cart-wrapper p{
  margin:5px 0 0 0;
  padding:0;
  color:#f0f0f0;
  font-size:8px;
}      

li.price{
  float:right;
  color:#fff;
  font-size:10px;
}

li.addItem{
  float:left;

}  
             
li.addItem small{
  font-size:10px;
}

li.addItem form{
  display:inline;
  width:10px;
}
.minusForm button{
  width:10px;   
  height:10px;
  border:none;
  background:url('images/button-remove-from-cart.png') no-repeat;
  cursor:pointer;
  display:inline;
}

.addForm button{
  width:10px;
  height:10px;
  border:none;
  background:url("images/button-add-item.png") no-repeat;
  display:inline;
  cursor:pointer;
}

/* SINGLE IMAGE PAGE
========================================= */

div.imagecol{
  float:right;
  width:211px;
  overflow:hidden;
}

  div.imagecol img{
    margin-bottom:20px;
  }

div.allprodimagecol{
  width:100%;
  text-align:center;
  margin-bottom:5px;
}

div.textcol{
  float:left;
  width:200px;
}

h6#prodDesc{
  color:#73170e;
  font-size:15px;
  margin:0;
  padding:0;
}

div.single_additional_description{
  color:#666;
  font-size:12px;
}



div.imagecol2{
  text-align:left;
  margin:0 0 5px 0;
}

.wpsc_page_numbers{
  margin-left:10px;
  color:#333;
}

.item_no_image{
  height:86px;
  width:200px;
}
