#content table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    vertical-align: top;
    background: #ffffff;
}

#content table tr {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    vertical-align: top;
}

#content table td {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
}

#content table td > p:first-child {
    padding-top: 0;
    margin-top: 0;
}

#content table.noborder {
    border: none;
}

#content table.noborder tr {
    border: none;
}

#content table.noborder td {
    border: none;
}

#content li {
    margin-bottom: 10px;
}

#content h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
}

#content ul, #content ol {
    margin-bottom: 20px;
    margin-left: 0;
}

#content .share ul, #content .share ol {
    margin: 0;
}

/* CML LID */
.cml_lid {
    display: block;
    background: #f2f2f2;
    padding: 20px;
    margin: 10px auto;
    width: 70%;
}

.cml_lid > .level_1 {
    display: block;
    font-weight: 700;
    font-size: 4em;
    line-height: 0.7em;
    color: #292b82;
    padding-bottom: 20px;
    text-align: center;
}

.cml_lid > .level_2 {
    line-height: 1.5em;
    display: block;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

/* ������� � ��������� */
.under_image {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 14px !important;
    margin-top: 2px;
}

p + .under_image {
    margin-top: -10px;
}

.under_image:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

#content table.styled {
    background: #FFFFFF;
    border: none;
    border-bottom: 2px solid #292b82;
}

#content table.styled caption {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.4em;
}

#content table.styled > thead > tr {
    background: #292b82;
    color: #FFFFFF;
}

#content table.styled th {
    padding: 10px;
    vertical-align: top;
}

#content table.styled tr {
    border: none;
    border-collapse: collapse;
    vertical-align: top;
    line-height: 1.3em;
}




#content table.styled td {
    border: none;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
}

#content table.styled tbody tr:nth-child(odd) {
    background: #EDEDED;
}

#content table.styled tbody tr:hover {
    background: ghostwhite !important;
}





.content table.styled {
    background: #FFFFFF;
    border: none;
    border-bottom: 2px solid #292b82;
}

.content table.styled caption {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.4em;
}

.content table.styled > thead > tr {
    background: #292b82;
    color: #FFFFFF;
}

.content table.styled th {
    padding: 10px;
    vertical-align: top;
}

.content table.styled tr {
    border: none;
    border-collapse: collapse;
    vertical-align: top;
    line-height: 1.3em;
}




.content table.styled td {
    border: none;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
    font-size: 12px;
}

.content table.styled tbody tr:nth-child(odd) {
    background: #EDEDED;
}

.content table.styled tbody tr:hover {
    background: ghostwhite !important;
}

.cml_lid_right {
    margin: 0 0 10px 20px;
    color: #292b82;
    font-weight: bold;
    padding-left: 30px;
    float: right;
    width: 250px;
    line-height: 1.5em;
    background: url("/_assets/img/lid-bg.png") left bottom no-repeat #FFFFFF;
}

.cml_lid_left {
    margin: 0 20px 10px 0;
    color: #292b82;
    font-weight: bold;
    padding-right: 30px;
    float: left;
    width: 250px;
    line-height: 1.5em;
    background: url("/_assets/img/lid-bg.png") right bottom no-repeat #FFFFFF;
}


.cml_img_right {
    margin: 0 0 10px 20px;
    float: right;
    width: 250px;
}

.cml_img_right img {
    width: 250px !important;
    max-width: 250px !important;
}


.cml_img_left {
    margin: 0 20px 10px 0;
    float: left;
    width: 250px;
}

.cml_img_left img {
    width: 250px !important;
    max-width: 250px !important;
}



.quote {
    width: 100%;

}

.quote > .level_1 {
    background: #EDEDED url("/_assets/img/quote.png") 25px 25px no-repeat;
    padding: 10px 20px 10px 100px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4em;
}

.quote > .level_2 {
    padding: 15px 0 0 0;
    background: #FFFFFF url("/_assets/img/lid-corner.jpg") top left no-repeat;
}

.quote > .level_2 > div.img_wrapper {
    width: 50px;
    height: 50px;
    float: left;
    padding-left: 0;
}

.quote > .level_2 > img {
    width: 50px;
    height: 50px;
    float: left;
}

.quote > .level_2 > div > img {
    width: 50px !important;
    height: 50px !important;
}

.quote > .level_2 > div {
    width: 650px;
    max-width: 650px;
    overflow: hidden;
    float: left;
    color: #646464;
    padding-left: 15px;
    font-size: 12px;
}

.quote > .level_2 > div > span {
    display: block;
}

.quote > .level_2 > div > .position {
    font-weight: bold;
    line-height: 1.1em;
}

