.product_cart .sold_btn{    background: #009944;
    border: 2px solid #009944;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    margin: 10px 0 20px;
    color: #fff;}
.sold_out{color:#000}
.product_cart a:link .sold_btn{text-decoration:none;}
.product_cart a:hover .sold_btn {background:#fff;border:2px solid #009944;
border-radius:10px;
color:#000}

.product_cart  .sold_out{background:#ccc;border:1px solid #999;
text-align:center;
padding:5px;}