body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #ffffff;
}

#title {
    font-weight: bold;
    font-size: 18px;
    margin: 16px;
}

#digest {
    font-size: 15px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    height: 16px;
}

#digest_left {
    float: left;
}

#digest_left .sender {
    color: #6ea720;
    float: left;
    line-height: 16px;
}

#digest_left .attachment {
    margin-left: 10px;
    width: 22px;
    color: #000033;
    float: left;
    background: url("/platform/mobile/icons/attachment.gif") no-repeat;
    padding-left: 18px;
    line-height: 16px;
}

.item {
    font-size: 15px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    height: 16px;
}

.item .label {
    float: left;
    color: #bcbcbc;
    width: 65px;
    line-height: 16px;
}

.item .value {
    float: left;
    line-height: 16px;
}

.time .value {
    color: #bcbcbc;
}

.item .email {
    color: #349aef;
    margin-right: 6px;
}

.item .email_two {
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item .email_three {
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.attachment .value {
    padding-left: 18px;
    color: #484848;
    background: url("/platform/mobile/icons/attachment.gif") no-repeat;
}

.attachment a {
    color: black;
    text-decoration: none;
}

#hide, #show {
    float: right;
    color: #348ad2;
    line-height: 16px;
    padding-right: 5px;
    padding-left: 5px;
}

.mark_show {
    float: right;
}

.mark_show img {
    border: 0;
    margin: 0;
}

#top {
    border-bottom: solid 1px #a7a7a7;
    margin-bottom: 20px;
}

#content {
    margin-left: 16px;
    margin-right: 16px;
    min-height: 345px;
    overflow-x: auto;
}

#attachments {
    border-top: solid 1px #a7a7a7;
    margin-top: 20px;
}

#attachments .attachment {
    height: 60px;
    border-bottom: solid 1px #a7a7a7;
}

.flash .img {
    margin-left: 5px;
    margin-right: 20px;
}

.img {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

.img img {
    width: 50px;
    height: 50px;
}

.attachment_detail {
    float: left;
}

.attachment_detail .name {
    margin-top: 10px;
}

.attachment_detail .name a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.attachment_detail .size {
    font-size: 14px;
    color: grey;
}

#main {
    margin-bottom: 44px;
}

#bottom {
    background: white;
    border-top: solid 1px #a7a7a7;
    height: 44px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-left: 8px;
    padding-right: 8px;
}

#re {
    float: left;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c1de9c;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    margin-right: 6px;
    color: #bcc544;
}

#reply_content {
    float: left;
    width: 68%;
    padding-top: 8px;
}

.reply_button {
    float: right;
    margin-right: 12px;
    font-size: 16px;
    margin-top: 18px;
    line-height: 32px;
    color: white;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 6px;
}

#reply_button_inactive {
    background: #bfdafb;
}

#reply_button_active {
    background: #2a83f2;
}

#more {
    float: right;
    margin-top: 6px;
    height: 32px;
    width: 50px;
    margin-right: 6px;
    background: url("mo_icons/actions.png") center no-repeat;
    background-size: 18px 18px;
    border-left: solid 1px #a7a7a7;
}

textarea#reply {
    border: none;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    outline: none;
}

#bottom.active {
    height: 66px;
}

#bottom.active #reply_content {
    padding-top: 4px;
}

#bottom.active textarea#reply {
    height: 60px;
}

.catalog_selected .cyan-mobile-buttom_menu-item-text {
    color: red;
    background: url("mo_icons/selected.png") no-repeat right center;
    background-size: 20px;
}

.mark_selected .cyan-mobile-buttom_menu-item-text {
    background: url("mo_icons/selected.png") no-repeat right center;
    background-size: 20px;
}