.eSaleBlock_buttons {
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 31px;
}
.bSaleBlockButton {
    -moz-user-select: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    width: 100%;
	background: rgb(21, 116, 173) none repeat scroll 0% 0%; font-size:24px;
}

 .eSaleBlock_buttons .bSaleBlockButton:hover {
	background: rgb(37, 106, 163) none repeat scroll 0% 0%; font-size:24px

}
 .eSaleBlock_buttons a{
	 text-decoration:none;
 }