#n_compl_cap {
    background: url('../images/n_compl_caption.gif');
    height: 24px;
    text-align: right;
    vertical-align: top;
}

#n_compl_cap div {
    margin-top: 3px;
}

#n_pr_cap {
    background: url('../images/n_pr_caption.gif');
    height: 24px;
    text-align: right;
    vertical-align: top;
}

#n_pr_cap div {
    margin-top: 3px;
}

#n_op_bottom {
    background: url('../images/n_op_bottom.gif');
    height: 4px;
}

td.n_op_t_b {
    border-top: 1px solid #E0E5E9;
}

tr.n_op_even {
    background: #F3F5F6;
}

td.n_l_b {
    border-left: 2px solid #E0E5E9;
}

td.n_r_b {
    border-right: 2px solid #E0E5E9;
}

td.n_t_b {
    border-top: 1px solid #D1D6D9;
}

td.n_l_pad {
    padding-left: 7px;
}

td.n_t_pad {
    padding-top: 5px;
}

#n_bottom {
    background: url('../images/n_bottom.gif');
    height: 4px;
}

#n_subj_cap {
    background: url('../images/n_subj_caption.gif');
    height: 24px;
    text-align: right;
    vertical-align: top;
}

#n_subj_cap div {
    margin-top: 3px;
}

#n_comm_cap {
    background: url('../images/n_comm_caption.gif');
    height: 24px;
    text-align: right;
    vertical-align: top;
}

#n_comm_cap div {
    margin-top: 3px;
}

#n_art_cap {
    background: url('../images/n_art_caption.gif');
    height: 24px;
    text-align: right;
    vertical-align: top;
}

#n_art_cap div {
    margin-top: 3px;
}

.n_article {
    border-style: none solid none solid;
    border-width: 2px;
    border-color: #E0E5E9;
    padding: 10px 15px;
}

#n_art_bottom {
    background: url('../images/n_art_bottom.gif');
    height: 4px;
}

.n_name {
    font-weight: bold;
    font-size: 12px;
}

.n_details {
    font-size: 11px;
}

.region_block{
    width: 300px;
    margin: 20px 0px;
    padding: 10px 30px 10px 24px;
    background: #e9eef2;
    border-radius: 5px;
}
.region_block h1{
    font-size: 16px;
    font-weight: normal;
    margin: 0px;    
}
.region_block img{
    width: 300px;
    margin: 10px 0px;
    border: 4px solid #c4d2dd;
    border-radius: 5px;
}
.region_block p{
    margin: 0px;
}

