#shop #shop_categories, #shop .item{
  border-width: 1px;
  border-color: #ada274;
} 

#shop #shop_categories, #shop #shop_categories a{
  color: #585454;
}                      


.shop_page h4 {
  color: #ada274;
  font-weight: normal;
}

#catalog .on_sale{
  background-image: url(../images/on_sale.png);
}

#catalog .new_product{
  background-image: url(../images/new_product.png);
}


.shop_page .add_to_cart{
  width: 119px;
}