.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}



.add_to_order_gr {
   /* display: block;
    margin: 0 auto 60px;
    height: 42px;
    width: 148px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #575757;
    text-align: center;*/
    background: url('/local/templates/bts_new/img/how_order_page.png') no-repeat center top -14px;
    /*text-decoration: none;
    float: right;*/
    background-size: 100%;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    border: 0 !important;
    box-shadow: 0px 7px 3px -1px #baa99f;
}



.add_to_order_gr:hover {
    background: url('/local/templates/bts_new/img/how_order_page.png') no-repeat center top -77px;
    text-decoration: none;
    background-size: 100%;
}

.add_to_order_gr:active {
    background: url('/local/templates/bts_new/img/how_order_page.png') no-repeat center top -135px;
    text-decoration: none;
    background-size: 100%;
     box-shadow:none;
}


