.distance_header {
    outline: none;
    padding-left: 28px;
    text-align: center;
}

.gray_border {
    border: 1px solid #e5e5e5;
}

.cr-additional-rates td {
    border-bottom: 1px solid #c9d9e8;
    color: #666;
    font-weight: bold;
    line-height: 38px;
    text-align: right;
    white-space: nowrap;
}

.cr-additional-rates tr.last td {
    border: none;
}
.cr-additional-rates td.cr-additional-1 {
    padding-left: 10px;
    width: 20px;
}
.cr-additional-rates td.cr-additional-2 {
    width: 40px;
}
.cr-additional-rates td.cr-additional-3 {
    text-align: center;
    width: 40px;
}
.cr-additional-rates td.cr-additional-4 {
    color: #d35e32;
    padding-right: 10px;
    width: 60px;
}

.no_border {
    border:none;
}

a.cr-additional-button-more {
    border:1px solid #c9d9e8;
    color: #666;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 26px;
    margin: 8px auto;
    text-align: center;
    text-decoration: none;
    width: 204px;

    -webkit-appearance: none;

    -webkit-border-radius: 1px;
    border-radius: 1px;

    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.cr-block {
    float: left;
    height: 250px;
    margin-bottom: 16px;
    margin-right: 16px;
    text-decoration: none;
    width: 300px;

    -webkit-appearance: none;

    -webkit-border-radius: 1px;
    border-radius: 1px;

    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.cr-block.clickable {
    cursor: pointer;
}

.cr-block img {
    padding-bottom: 2px;
    vertical-align: middle;
}

.cr-block .cr-header {
    background: #e7f4fa no-repeat -4px 0;
    color: #616161;
    font-weight: bold;
    height: 32px;
    line-height: 31px;
    position: relative;
    text-align: center;

    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.cr-block .cr-body-container {
    height: 107px;
    position: relative;
}

.cr-body-container-single {
    padding: 30px 0 0 15px;
}

.cr-block .cr-chart-min {
    padding-left: 48px;
}
.cr-block .cr-chart-min  img{
    padding: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cr-block .cr-body {
    display: table;
    float: left;
    font-weight: bold;
    height: 105px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 296px;
}

.cr-block .cr-rate {
    color: #c85454;
    font-size: 25px;
}

.cr-block .cr-add-desc {
    border: 1px solid #ccdbe9;
    float: left;
    height: 30px;
    position: absolute;
    width: 47px;
}

.cr-block .cr-abbr {
    background-color: white;
    color: #626262;
    font-size: 18px;
    font-weight: bold;
    left: 15px;
    line-height: 30px;
    text-align: center;
    top: 15px;
}

.cr-block .cr-sign {
    background-color: white;
    left: 230px;
    top: 15px;
}

.cr-block .cr-amount {
    font-size: 12px;
}

.cr-block .cr-reverse-rate {
    color: #807e7e;
    margin-top: 8px;
}

.cr-block .cr-footer {
    padding: 0 0 0 80px;
}

.cr-block .cr-footer .cr-button {
    background-color: #e7f4fa;
    border: 1px solid #dbe6f0;
    color: #276a99;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 135px;

    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/**********************************************************************************************************************/
.cr-bid {
    color: #569bdd;
    margin: 23px 0;
}

.cr-ask {
    color: #c85454;
}

.cr-official {
    /*color: #d15f33;*/
}

.cr-bid, .cr-ask, .cr-official {
    line-height: 39px;
    border: 1px solid #c6e1f2;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 25px;
    width: 237px;

    -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.cr-bid.up, .cr-ask.up, .cr-official.up {
    background: url('/img/currency_rates/up.png') no-repeat 9px 50%;
}

.cr-bid.down, .cr-ask.down, .cr-official.down {
    background: url('/img/currency_rates/down.png') no-repeat 9px 50%;
}

.right-col {
    float: right;
}

.cr-header .right-col {
    color: #a86e6e;
    width: 115px;
}

.cr-block .right-col {
    margin-right: 23px;
}

.cr-block .right-col-mod {
    float: right;
    margin-right: 10px;
}

.cr-bottom_links {
    margin: 20px 0;
    text-align: left;
}

.cr-bottom_links .cr-header {
    color: #616161;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

.cr-bottom_links table {
    width: 100%;
}

.cr-bottom_links td {
    color: #313131;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    padding-right: 5px;
}

.cr-bottom_links a {
    color: #21689c;
}

.cr-chart-title {
    /*background: #f5f9fc url('/img/currency_rates/chart.png') no-repeat 11px 80%;*/
    background-color: #e7f4fa;
    color: #256a9a;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 27px;
    text-align: left;

    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

    position: relative;
    z-index: 100;
}

#cr-chart-container, #cr-chart2-container {
    background-color: #f5f9fc;
    height: 420px;
    padding: 20px 0;

}

.cr-chart_small {
    width:200px;
    height:75px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
