.boxtitle {
  color: #0c0c0c;
}

.price_difference {
  color: #0c0c0c;
}

.deal_footer {
    background: #0c0c0c;
    background: -moz-linear-gradient(top, #131313 0%, #0c0c0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #131313), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #131313 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #131313 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #131313 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #131313 0%, #0c0c0c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#0c0c0c', GradientType=0);
    width: 100%;
    color: #ffffff;
}

.price_new {
    color: #ffcc00;
}

.deal_footer a {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffe57f 0%, #ffcc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe57f), color-stop(100%, #ffcc00));
    background: -webkit-linear-gradient(top, #ffe57f 0%, #ffcc00 100%);
    background: -o-linear-gradient(top, #ffe57f 0%, #ffcc00 100%);
    background: -ms-linear-gradient(top, #ffe57f 0%, #ffcc00 100%);
    background: linear-gradient(to bottom, #ffe57f 0%, #ffcc00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe57f', endColorstr='#ffcc00', GradientType=0);
    color: #0c0c0c;
}

.deal_footer a:hover {
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #ffe57f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #ffe57f));
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ffe57f 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ffe57f 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ffe57f 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ffe57f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffcc00", endColorstr="#ffe57f", GradientType=0);
    color: #0c0c0c;
}
