html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
h4,
h5 {
    color: #5b5596;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 12px;
}
h1,
.h1 {
    font-size: 20px;
}
h2,
.h2 {
    font-size: 18px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 15px;
    font-weight: bold;
}
body {
    color: #454545;
    font-family: Arial;
    font-size: 12px;
}
ol,
ul {
    list-style-position: outside;
    margin: 0 0 15px;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    background: #182a61;
}
a {
    color: #7c7c7c;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #E16C03;
}
p {
    margin: 0 0 10px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    width: 940px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
    height: 359px;
}
.header_book {
    height: 370px;
    position: absolute;
    top: 0;
    width: 940px;
    z-index: 99;
}
#banners {
    height: 338px;
    margin: 10px 0 0 345px;
    width: 575px;
    overflow: hidden;
}
.header_right_flags {
    height: 30px;
    margin: -200px 0 0 920px;
    position: absolute;
    width: 30px;
    z-index: 99;
}
.header_right_flags a {
    margin: 15px 0;
}
.header_logo {
    /*height: 338px;*/
    margin: 40px 0 0 35px;
    position: absolute;
    /*width: 575px;*/
}
.header_contact {
    color: #7C6F5F;
    font-family: Tahoma;
    font-size: 12px;
    margin: 260px 0 0 65px;
    position: absolute;
    z-index: 99;
}
.header_contact span {
    color: #e37716;
}
.header_contact a {
    color: #393185;
}

/* Middle
-----------------------------------------------------------------------------*/

#middle {
    width: 100%;
    padding: 0 0 115px;
    height: 1%;
    position: relative;
    background: url("../images/middle_bg.png") 0 0 repeat-y;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 20px 20px 345px;
}
.middle_inner {
    background: url("../images/middle_bg_bottom.png") left bottom no-repeat;
    padding: 0 20px;
    min-height: 500px;
}
.middle_inner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.top_menu {
    height: 32px;
    width: 533px;
    /*border-radius:10px;*/
    margin: 0 0 20px 0;
}
.top_menu table {
    width: 100%;
    border-collapse: collapse;
}
.top_menu a {
    border-right: 1px solid #EE923F;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding: 6px 8px 0;
    text-align: center;
    text-decoration: none;
    background: url("../images/top_menu_bg.png") 0 0 repeat-x;
}
.top_menu a:hover {
    background: #e16c03;
    /*border-radius:10px;*/
}
.top_menu a.first {
    border-radius: 10px 0 0 10px;
}
.top_menu a.last {
    border-radius: 0 10px 10px 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/

#sideLeft {
    float: left;
    width: 335px;
    margin-left: -100%;
    position: relative;
}
#sideLeft span {
    display: block;
    margin: 10px 0 20px 15px;
    color: #004a8f;
    font-family: Tahoma;
    font-size: 12px;
}
.left_menu {
    margin: 10px 0 0 10px;
}
.left_menu ul {}
.left_menu li {
    display: block;
    margin: 0 0 2px 0;
    /*width: 252px;*/
}
.left_menu_act {
    background: url("../images/left_menu_act.png") 0 0 no-repeat !important;
}
.left_menu_act a {
    color: #ffffff !important;
}
.left_menu li > a {
    color: #7c7c7c;
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/catalog.png) 0 0 no-repeat;
    padding-left: 40px;
}
.left_menu li a:hover,
.left_menu li.active > a {
    background: url(../images/catalog.png) 0 100% no-repeat;
    color: #ffffff;
}
.left_menu li ul li a {
    padding-left: 55px;
}
.left_menu li ul {
    margin: 2px 0 0;
}
.visa {
    margin: 20px 0 0 10px;
}
.banner {
    margin: 20px 0 20px 10px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
    width: 940px;
    margin: -115px auto 0;
    height: 115px;
    background: url("../images/footer_bg_top.png") center top no-repeat #182a61;
    position: relative;
    padding: 0px 20px 0 20px;
}
.footer_inner {
    width: 900px;
    margin: 0 auto;
}
.footer_left {
    float: left;
    width: 265px;
    color: #b0b0b0;
    font-family: Tahoma;
    font-size: 11px;
    padding: 35px 0 0 20px;
}
.footer_left span {
    font-size: 16px;
}
.footer_menu {
    width: 453px;
    float: left;
    padding: 45px 0 0 0;
}
.footer_menu table {
    width: 100%;
    border-collapse: collapse;
}
.footer_menu a {
    display: block;
    padding: 0 3px;
}
.footer_right {
    color: #a5a4a9;
    font-size: 11px;
    font-family: Tahoma;
    padding: 35px 20px 0 0;
    display: block;
    float: right;
    text-align: right;
}

/*Catalog
------------------------------------------------------------------------------------*/

h2.catalog {
    color: #e16c03;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: normal;
}
.catalog_item_list {
    margin: 0 -6px;
    padding: 5px 0;
}
.catalog_item_outer {
    background: #F0F0F0;
    width: 170px;
    height: 220px;
    float: left;
    margin: 0 6px 20px;
    text-align: center;
    position: relative;
}
.catalog_item {
    width: 170px;
    height: 220px;
    position: absolute;
    background: #F0F0F0;
}
.catalog_item:hover,
.catalog_item_outer:hover .catalog_item {
    padding: 10px 14px;
    left: -14px;
    top: -10px;
    z-index: 99;
    -webkit-box-shadow: #666 0px 0px 7px;
    -moz-box-shadow: #666 0px 0px 7px;
    box-shadow: #666 0px 0px 7px;
}
.tree {
    margin: 0 0 10px;
    font-size: 14px;
    color: #454545;
}
.catalog_item img {
    vertical-align: top;
}
.catalog_item a.title {
    display: block;
    height: 17px;
    overflow: hidden;
    text-align: center;
    line-height: 17px;
    margin: 4px 0;
    font-size: 15px;
    color: #454545;
    text-decoration: underline;
}
.catalog_item a.title:hover {
    text-decoration: none;
}
.catalog_item a.img_wrap {
    display: block;
    overflow: hidden;
    width: 170px;
    height: 135px;
}
.catalog_item p.price {
    margin: 0;
    line-height: 25px;
}
.catalog_item p.price span {
    font-size: 25px;
    color: #ef7f1a;
}
.catalog_item a.buy {
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    width: 128px;
    background: #E16C03;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}
.catalog_item a.buy:hover {
    height: 28px;
    width: 126px;
    line-height: 28px;
    border: 1px solid #BBBBBB;
    color: #7B7B7B;
    background: rgb(205, 205, 203);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkY2RjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 205, 203, 1)), color-stop(45%, rgba(234, 234, 234, 1)), color-stop(59%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(205, 205, 203, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcb', endColorstr='#cdcdcb', GradientType=0);
    /* IE6-8 */
}
.pager {
    text-align: center;
    color: #182a61;
    font-size: 14px;
    margin: 15px 0;
}
.pager a {
    display: inline-block;
    padding: 2px 7px;
    background: #192A62;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 2px;
    font-size: 14px;
}
.pager a:hover,
.pager a.active {
    background: #E16C03;
}
.pager a.last {
    background: none;
    text-decoration: underline;
    color: #182a61;
}
.pager a.last:hover {
    text-decoration: none;
}
.br {
    border: 3px solid #E16C03;
}
.img-min > a {
    margin: 0 10px 0 0;
}
.img-min {
    float: left;
}
.price_buy {
    float: right;
    width: 170px;
    text-align: center;
}
.price_buy a.buy {
    background: #E16C03;
    display: block;
    width: 170px;
    color: #fff;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
.price_buy a.buy:hover {
    width: 168px;
    height: 46px;
    line-height: 46px;
    color: #7B7B7B;
    border: 1px solid #BBBBBB;
    background: rgb(205, 205, 203);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkY2RjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 205, 203, 1)), color-stop(45%, rgba(234, 234, 234, 1)), color-stop(59%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(205, 205, 203, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(205, 205, 203, 1) 0%, rgba(234, 234, 234, 1) 45%, rgba(234, 234, 234, 1) 59%, rgba(205, 205, 203, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcb', endColorstr='#cdcdcb', GradientType=0);
    /* IE6-8 */
}
.price_buy .price {
    margin: 10px 0;
    font-size: 15px;
    color: #7c7c7c;
}
.price_buy .price span {
    font-size: 25px;
    line-height: 40px;
    color: #ef7f1a;
}
span.orange {
    color: #EF7F1B;
    font-weight: bold;
    font-size: 14px;
}
.promo_min {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    position: absolute;
    z-index: 999;
    width: 69px;
    height: 19px;
    font-size: 19px;
    text-align: center;
    padding: 28px 0 22px;
    top: -5px;
    right: -5px;
    background: url(../images/promomin.png);
}
.description {
    position: relative;
}
.description .promo {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 117px;
    height: 37px;
    line-height: 35px;
    padding: 45px 0 35px;
    text-align: center;
    font-size: 35px;
    background: url(../images/promo.png);
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
}
a.moar {
    text-decoration: underline;
    color: #ef7f1a;
    font-size: 21px;
}
a.moar:hover {
    text-decoration: none;
}
#action {
    margin: 0 -6px;
    padding: 5px 0;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #fff;
}
#colorbox {
    outline: 0 none;
}
#cboxContent {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 40px 100px -30px #00101a, 0 40px 40px -40px #00101a;
    margin-top: 20px;
    padding: 30px;
}
.cboxIframe {
    background: none repeat scroll 0 0 #fff;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
}
#cboxTitle {
    color: #000000;
    font: 700 14px/1.2em Arial, Helvetica, sans-serif;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
}
#cboxCurrent {
    color: #ccc;
    position: absolute;
    right: 0;
    top: -20px;
}
#cboxLoadingGraphic {
    background: url("/css/../pic/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    color: #fff;
    position: absolute;
    right: 90px;
    top: -20px;
}
#cboxPrevious {
    background: url("/css/../pic/controls.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 65px;
    left: 5px;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxPrevious:hover {
    background-position: left bottom;
}
#cboxNext {
    background: url("../images/controls.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 65px;
    margin-top: -32px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxNext:hover {
    background-position: right bottom;
}
#cboxClose {
    background: url("../images/controls.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 15px;
    width: 38px;
}
#creditCalc {
    padding: 0 0 20px;
    text-align: center;
}
#creditCalc ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#creditCalc form {
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    width: 380px;
}
.credRow {
    margin-bottom: 8px;
}
.credRow label {
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
    width: 170px;
}
.credInp {
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
}
.credInp p {
    padding-bottom: 0;
}
.credInp input,
.credInp select {
    box-sizing: border-box;
    height: 26px;
    margin: 0;
    padding: 3px;
    width: 100px;
}
.credRow .ic_hint {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.credit-btn {
    display: block;
    width: 170px;
    height: 49px;
    margin: 10px 0 0 0;
    background: url(../images/credit.png) 0 0 no-repeat;
}
.credit-btn:hover {
    background-position: 0 100%;
}
.action-p {
    font-size: 16px;
    color: #5b5596;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 12px;
    margin-top: 26px;
}
.articles_on_main {
    width: 100%;
}
.acticle_on_main a {
    font-size: 16px;
    display: block;
    padding: 10px;
    color: #5b5596;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 12px;
}
.figure img {
    width: 100px;
    border: none;
    height: 100px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.acticle {
    margin: 30px 0;
}
.articles-on-main-wrap {
    width: 271px;
    margin: 25px 10px;
}
.figure-on-main {
    float: left;
    padding: 5px;
}
.figure-on-main img {
    width: 90px;
    border: 1px solid #ccc;
}
.acticle-on-main {
    margin: 14px 0;
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
}
.figure-on-main-a {
    margin-top: 7px;
    vertical-align: top;
    width: 166px;
    font-size: 14px;
    display: inline-block;
}
.all-article {
    text-align: right;
    font-size: 1.4em;
}
.articles-on-main-wrap h2 {
    text-transform: uppercase;
    text-align: center;
}
.figure-reed {
    float: left;
    margin: 0 10px 10px 0;
}
.figure-reed img {
    max-width: 234px;
}
.articles-on-main-p {

}
.articles-on-main-p span {
    padding: 3px 0 !important;
    margin: 0 !important;
}
.articles-on-main-date {
    font-size: 12px !important;
    color: #a0a0a0 !important;
}
.articles-on-main-body-short {
    font-size: 12px !important;
    color: #454545 !important;
}
time {
    font-size: 12px ;
    color: #a0a0a0 ;
}
