/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

.cke_panel_listItem a[title="Заголовок 1"]{
    display: none !important;
}

.cke_button__blockquot_text_icon{
    width: 281px !important;
    height: 21px !important;
    background-size: auto !important;
}

.cke_button__bold_h2_icon{
    width: 85px !important;
    height: 21px !important;
    background-size: auto !important;
}

.boldH2{
    color: #008000;
    font-weight: 700;
    font-size: 13px;
}

.view-mail-records{
    width: 540px;
    float: left;
}

.view-mail-records .first-record{
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #ededed;
}

.view-mail-records .first-record .field-image{
    float: left;
    width: 230px;
    margin-right: 15px;
}

.view-mail-records .first-record .field-image img{
    border: 0;
    margin: 0;
}

.view-mail-records .first-record .r-data{
    float: left;
    width: 295px;
}

.view-mail-records .first-record .r-data .field-title{
    margin: 0 0 10px 0;
}

.view-mail-records .first-record .r-data .field-title a{
    font: bold 18px/20px Arimo,Arial;
    color: #1d9a52;
}

.view-mail-records .first-record .r-data .read-on-site{
    margin: 12px 0 0 0;
}

.view-mail-records .first-record .r-data .read-on-site a{
    display: block;
    float: left;
    background: #1d9a52;
    font: bold 16px/30px Arimo,Arial;
    height: 30px;
    color: #fff !important;
    padding: 0 15px 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.view-mail-records .next-records .view-row{
    float: left;
    width: 250px;
    margin-bottom: 30px;
}

.view-mail-records .next-records .view-row .field-image{
    margin-bottom: 15px;
}

.view-mail-records .next-records .view-row .field-image img{
    border: 0;
    margin: 0;
}

.view-mail-records .next-records .view-row .field-title a{
    font: bold 16px/18px Arimo,Arial;
    color: #1d9a52;
}

.view-mail-records .next-records .view-row .field-desc{
    margin-top: 10px;
    font: 14px/18px Arimo,Arial;
}

.view-mail-records .next-records .view-row.first-col{
    margin-left: 0;
    clear: both;
}

.view-mail-records .v-title{
    font: bold 20px/24px Arimo,Arial;
    margin: 0 0 30px 0;
    color: #1d9a52;
}