body {
    color: #fff;
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.15;
    color: #616161;
}
p {
    line-height: 1.15;
}
.justifyfull {text-align:justify;}
hr {
    height: 0px;
    border: 0;
    border-bottom: 1px solid #989898;
}
a {
    color: #0072bc;
    text-decoration: none;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
img.image-shadow {
    -moz-box-shadow: 3px 3px 4px #969696;
    -webkit-box-shadow: 3px 3px 4px #969696;
    box-shadow: 3px 3px 4px #969696;
}
.text-button {
    background: none;
    border: none;
    cursor: pointer;
    cursor: hand;
    padding: 0;
    margin: 0;
}
.small-text {
    font-family: Arial;
    font-size: 10px;
    color: #3c3c3c;
}
.text-button .delete {
    color: #ed1c24;
}

#ajaxSearch_input {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -moz-border-radius: 3px; 
   -khtml-border-radius: 3px; 
   background: #ffffff !important; 
   outline: none; 
   height: 20px;
   width: 320px !important; 
   color: #333333;
   padding: 2px;
}
#ajaxSearch_submit {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -moz-border-radius: 3px; 
   -khtml-border-radius: 3px; 
   background: #e1e1e1 !important; 
   outline: none; 
   width: 80px !important; 
   color: #000000;
   padding: 3px;
   cursor: pointer;
}

#first_main_block p {
    font-size: 15px;
	line-height: 20px !important;
    color: #3c3c3c;
	margin: 0 0 18px 0;
	text-align:justify;
}

.special-select {
    height: 27px;
    line-height: 27px;
    border: 1px solid;
    border-top-color: #b8b8b8;
    border-bottom-color: #e1e1e1;
    border-left-color: #d8d8d8;
    border-right-color: #d8d8d8;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    background: #eeeeee;
    position: relative;
    z-index: 2;
}
.special-select .select-options {
    text-align: left;
    cursor: pointer;
    cursor: hand;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 10px;
    color: #5a5a5a;
    position: relative;
}
.special-select .select-arrow {
    width: 37px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e1e1e1 url(../img/select-arrow.png) no-repeat center center;
    border-radius: 6px;
    border-left: 1px solid #c4c4c4;

    -moz-box-shadow: -1px 0 3px #dadada;
    -webkit-box-shadow: -1px 0 3px #dadada;
    box-shadow: -1px 0 3px #dadada;


    cursor: pointer;
    cursor: hand;
}
.special-select .select-options label {
    display: block;
    height: 20px;
}
.special-select .select-options .option .option-value input {
    display: none;
}
.special-select .selection-type-1 {
    top: -27px;
}
.special-select .selection-type-2 {
    top: -74px;
}
.special-select .selection-type-3 {
    top: -121px;
}
.special-select .select-options .option .option-show {
    margin-left: 20px;
}
.special-select-active {
    overflow: visible;
}
.special-select-active .select-options {
    position: static;
    top: 0;
}
.special-select-active .select-options .real-options {
    background: #f2f2f2;
    border: 1px solid #ededed;
    border-bottom-color: #c7c7c7;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    border-top: 0;
    padding: 4px 0;
    position: relative;
    top: 1px;
    z-index: 2;
}
.special-select-active .select-options .real-options label {
    padding-left: 20px;

    line-height: 20px;

    border-top: 2px;
    border-bottom: 1px;
    border-style: solid;

    border-color: #f2f2f2;

    cursor: pointer;
    cursor: hand;
}
.special-select-active .select-options .real-options label:hover {
    background: #ececec;
    border-top-color: #e7e7e7;
    border-bottom-color: #efefef;
    padding-left: 0;

    -moz-box-shadow: 0 1px 2px #f8f8f8;
    -webkit-box-shadow: 0 1px 2px #f8f8f8;
    box-shadow: 0 1px 2px #f8f8f8;
}
.special-select-active .select-options .option .option-show {
    display: none;
}
.special-select .select-options .option .empty-value {
    display: block !important;
}

.button-wrapper {
    padding-bottom: 3px;
}
.button-container {
    background-color: #dcdcdc;
    border: 1px solid #cccccc;

    -moz-box-shadow: 0px 1px 3px 1px #e0e0e0;
    -webkit-box-shadow: 0px 1px 3px 1px #e0e0e0;
    box-shadow: 0px 1px 3px 1px #e0e0e0;

    border-radius: 6px;
    text-align: center;
    padding: 5px;
}
.button-container .text {
    height: 28px;
    line-height: 35px;
    color: #999999;
    font-size: 10px;
    font-family: Arial;
}
.button {
    border: 1px solid #e0e0e0;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    display: block;
    height: 50px;

    width: 100%;

    font-family: "Myriad Pro", Arial;
    *font-family: Arial;

    font-size: 13px;
    font-weight: bold;
    color: #484848;

    text-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 0px 1px 3px #b8b8b8,
                inset 0px 1px 1px #FFF5BF;
    -webkit-box-shadow: 0px 1px 3px #b8b8b8,
                inset 0px 1px 1px #FFF5BF;
    box-shadow: 0px 1px 3px #b8b8b8,
                inset 0px 1px 1px #FFF5BF;


    margin: 0;
    /*padding: 6px 50px;*/

    text-transform: uppercase;
    overflow: hidden;

    line-height: 16px;
    position: relative;

    cursor: pointer;
    cursor: hand;
}
.button .button-text-container {
    display: table;
    width: 100%;
}
.button .button-text-container .button-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.yellow {
    border-color: #cbac00;

    background: #ffd801; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDgwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWFkMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffd801 0%, #eead2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd801), color-stop(100%,#eead2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd801 0%,#eead2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd801 0%,#eead2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd801 0%,#eead2f 100%); /* IE10+ */
    background: linear-gradient(top, #ffd801 0%,#eead2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd801', endColorstr='#eead2f',GradientType=0 ); /* IE6-8 */
    *background: #ffd801;
}
.yellow:hover {
    border-color: #cbac00;

    background: #eead2f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDgwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWFkMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eead2f 0%, #ffd801 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eead2f), color-stop(100%,#ffd801)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eead2f 0%, #ffd801 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eead2f 0%, #ffd801 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eead2f 0%, #ffd801 100%); /* IE10+ */
    background: linear-gradient(top, #eead2f 0%, #ffd801 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eead2f', endColorstr='#ffd801',GradientType=0 ); /* IE6-8 */
    *background: #eead2f;
}

.grey {
    background: #e3e3e3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e3e3e3 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top,  #e3e3e3 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
    *background: #e3e3e3


    border-top-color: #f0f0f0;
    border-bottom-color: #c7c7c7;
    border-left-color: #ededed;
    border-right-color: #ededed;
}

.horizontal-menu li {
    float: left;
    zoom:1;
}
.menu a {
    text-decoration: none;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.input-text:focus {
    outline: 0;
}
.content {
    margin: 0 auto;
    width: 1024px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}
.header-info {
    height: 132px;
    width: 1024px;
}
.breadcrumbs {
    text-align: left;
    font-weight: 700;
}


.main-wrap {
    background: #f5f5f5;
    -moz-box-shadow: 0px 0px 12px 6px #bebebe;
    -wenkit-box-shadow: 0px 0px 12px 6px #bebebe;
    box-shadow: 0px 0px 12px 6px #bebebe;
    *border-bottom: 6px solid #bebebe;
    margin-bottom: 12px;
}
.main-wrap .menu a {
    color: #252525;
}
.main-wrap .basic-menu {
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-8 */
    *background: #eeeeee;


    height: 40px;
    border: 1px solid #a1a1a1;
    position: relative;
    z-index: 3;
    zoom: 1;
}
.main-wrap .basic-menu li {
    height: 40px;
}
.main-wrap .basic-menu li .bm-item {
    padding: 0px 24px;
    height: 40px;
    display: inline-block;
    line-height: 41px;
    border: 1px solid #a1a1a1;
    border-left: 0;
    position: relative;
    /*top: -1px;
    *top: 0;*/
    margin-top: -1px;
    margin-bottom: -1px;
}
.main-wrap .basic-menu li .bm-has-submenu {
    padding-left: 15px;
    padding-right: 29px;
}
.main-wrap .basic-menu li .bm-has-submenu .sub-menu-arrow {
    position: absolute;
    background: url(../img/drop-down-black.png) no-repeat center center;
    height: 5px;
    width: 9px;
    top: 18px;
    right: 10px;
}
.main-wrap .basic-menu li .bm-active .sub-menu-arrow {
    background-image: url(../img/drop-down-white.png);
}
.main-wrap .basic-menu li .bm-active {
    color: #ffffff;
    background: #000000;
    border-color: #000;


    position: relative;
    top: -13px;
    *top: -12px;
    padding-top: 12px;

    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

    -moz-box-shadow: -1px -2px 3px 0px #c8c8c8;
    -webkit-box-shadow: -1px -2px 3px 0px #c8c8c8;
    box-shadow: -1px -2px 3px 0px #c8c8c8;

}
.main-wrap .basic-menu li .bm-special {
    background: #ffd701; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDcwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWFlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffd701 0%, #eeae2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd701), color-stop(100%,#eeae2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd701 0%,#eeae2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd701 0%,#eeae2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd701 0%,#eeae2f 100%); /* IE10+ */
    background: linear-gradient(top, #ffd701 0%,#eeae2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd701', endColorstr='#eeae2f',GradientType=0 ); /* IE6-8 */
    *background: #ffd701;


    border: 1px solid #cbab00;
    position: relative;
    left: -1px;
}
.main-wrap .basic-menu li .bm-special.bm-active,
.main-wrap .basic-menu li .bm-special-active {
    background: #ffd800; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWJmMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffd800 0%, #f5bf1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#f5bf1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd800 0%,#f5bf1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd800 0%,#f5bf1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd800 0%,#f5bf1c 100%); /* IE10+ */
    background: linear-gradient(top, #ffd800 0%,#f5bf1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#f5bf1c',GradientType=0 ); /* IE6-8 */

    color: #252525;
    border-color: #c8a400;


    position: relative;
    top: -13px;
    *top: -12px;
    padding-top: 12px;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

    border-bottom-color: #f5be1d;
}

.additional-info-placeholder {
    position: relative;
    height: 33px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #e3e3e3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #e3e3e3 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#dfdfdf 100%);
    background: linear-gradient(top,  #e3e3e3 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#dfdfdf',GradientType=0 );
    *background: #e3e3e3;
    z-index: 0;
}

.main-wrap .black-info {
    position: relative;
    height: 34px;
    background: #000;
    color: #fff;

    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.main-wrap .black-info a {
    color: #fff;
    padding: 0 10px;
    font-weight: normal;
    line-height: 35px;
}
.main-wrap .black-info a:hover,
.main-wrap .black-info .active {
    color: #eeae2f;
}

.main-wrap .yellow-info {
    background: #f5bf1c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1YmYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWFkMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5bf1c 0%, #eead2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5bf1c), color-stop(100%,#eead2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5bf1c 0%,#eead2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5bf1c 0%,#eead2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5bf1c 0%,#eead2f 100%); /* IE10+ */
    background: linear-gradient(top,  #f5bf1c 0%,#eead2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bf1c', endColorstr='#eead2f',GradientType=0 ); /* IE6-8 */
    *background: #f5bf1c; /* Old browsers */

    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.main-wrap .yellow-info,
.main-wrap .yellow-info a {
    color: #161616;
}

.main-wrap .sub-menu {
    padding-left: 2px;
    position: absolute;
    left: -1px;
    top: 41px;
    width: 100%;
    *width: 1022px;
    z-index: 2;
    zoom: 1;
    display: none;
}
.main-wrap .sub-menu.ie {
    top: 0;
    zoom: 1;
}
.main-wrap .sub-menu li {
    position: relative;
    left: 4px;
    height: 30px;
}
.main-wrap .sub-menu a {
    padding: 0 10px;
    font-weight: normal;
    line-height: 35px;
    text-transform: none;
}

.main-wrap .additional-info {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;

    border: 1px solid #bcbcbc;
    height: 33px;
    background: #e1e1e1;
    border-top: 0;
}
.main-wrap .additional-info .black-info {
    width: 1024px;
    position: relative;
    left: -1px;
}

.box {
    border: 1px solid #a1a1a1;
    background: #fff;
    border-radius: 10px;
}
.box .box-content {
    width: 100%;
    zoom: 1;
    position: relative;
}

.header {
    padding-top: 54px;
    width: 100%;
    zoom: 1;
    padding-bottom: 8px;
    z-index: 1;
}
.header-info {
    height: 132px;
}
.header .address {
    height: 75px;
    /*width: 679px;*/
    width: 100%;
    margin-left: -2px;

    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

    border-bottom: 0;
    position: absolute;
    bottom: 0;
}
.header .address p.left strong {
    font-size: 11px;
    line-height: 16px;
}
.header .user-actions {
    margin-top: 23px;
    width: 612px;
    height: 109px;
}
.header .user-action li {
    padding-right: 20px;
    line-height: 38px;
}
.header .logo {
    border-radius: 10px 10px 0 0;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    width: 151px;
    height: 131px;
    -moz-box-shadow: 0px 0px 6px 1px #e2e2e2;
    -webkit-box-shadow: 0px 0px 6px 1px #e2e2e2;
    box-shadow: 0px 0px 6px 1px #e2e2e2;
    text-align: center;
}
.header .logo a {
    display: block;
    color: #616161;
    padding-top: 20px;
    font-size: 10px;
    line-height: 12px;
}
.header .logo a img {
    margin-bottom: 8px;
}
.header .info {
    width: 864px;
    height: 132px;
    zoom:1;
    position: relative;
}
.header .info .address .left {
    padding: 10px 0 0 15px;
    line-height: 18px;
}
.header .info .address .right {
    height: 76px;
    line-height: 76px;
    padding-right: 17px;
    zoom:1;
}
.header .info .address .right img {
    vertical-align: middle;
    margin-left: 10px;
}

.header-info .user-action-menu {
    padding: 0 10px;
    width: 148px;
    height: 46px;
    margin-top: 85px;
    border-bottom: 0;

    text-align: center;

    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;

    overflow: hidden;
}
/*.header-info .user-action-menu li {
    padding: 0 8px;
    line-height: 46px;
    display: inline-block;
    *display: inline;
    *padding: 0 5px;
    display: inline;
}*/

.header-info .user-action-menu li {
    display: inline;
}
.header-info .user-action-menu li a {
    line-height: 46px;
    margin: 0 8px;
    position: relative;
}

.search-form {
    position: relative;
    top: 10px;
    left: -2px;
    height: 41px;
    width: 394px;
}
.search-form .input-text {
    height: 38px;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 12px;
    color: #848484;
    width: 346px;
    padding: 0 0 0 16px;
    border-right: 0;
    position: absolute;
    top: 0;

    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.search-form .input-submit {
    height: 40px;
    width: 47px;

    padding: 0;
    margin: 0;
    border: 0;

    position: absolute;
    top: 0;
    right: 0;

    border-radius: 0 10px 10px 0;

    background: #494747 url(../img/magnifier.png) no-repeat center center;
    color: #494747;

    cursor: pointer;
    cursor: hand;
}

.body {
    padding-bottom: 22px;
    color: #414040;
}
.page h1 {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    font-family: Verdana;
    font-weight: normal;
    text-transform: none;
}
.body h2 {
    text-transform: uppercase;
    color: #0076a3;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 14px;
    margin-bottom: 10px;
}
.body .box {
    padding: 22px 15px 12px 20px;
    margin-bottom: 6px;
}
.body .right .box {
    -moz-box-shadow: 0px 0px 4px 1px #e2e2e2;
    -webkit-box-shadow: 0px 0px 4px 1px #e2e2e2;
    box-shadow: 0px 0px 4px 1px #e2e2e2;
    padding: 15px 25px;
}

.box-content .breadcrumbs {
    line-height: -60px;
    /*height: 30px;*/
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 12px;
}
.box-content .breadcrumbs a {
    padding: 0 10px;
    color: #1b1b1b;
}
.box-content .breadcrumbs .active, .box-content .breadcrumbs .B_currentCrumb {
    color: #d82b05;
}

.page .left-block {
    width: 815px;
}
.page .right-block {
    width: 200px;
}
.basket h1,
.search h1,
.category h1 {
    color: #000000;
    text-transform: uppercase;
    color: #484848;
    font-size: 13px;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-weight: bold;
    margin-bottom: 0;
}

.inside-page .left-block {
    width: 618px;
}
.inside-page .right-block {
    width: 400px;
}
.body .box-news .all {
    color: #0384b4;
    position: absolute;
    right: 0px;
    bottom: -8px;
}
.body .box-news .news-block {
    font-family: "Lucida Sans Unicode", Arial;
    margin-bottom: 10px;
}
.body .box-news .news-block h3 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 6px;
    line-height: 19px;
}
.body .box-news .news-block h3 a:hover {
    color: #0054a6;
    text-decoration: underline;
}
.body .box-news .news-block h3 a {
    color: #000;
    text-decoration: none;
}
.body .box-news .news-block hr {
    width: 80px;
    margin: 5px 0 8px;
    float: left;
}
.body .box-news .news-block .date {
    font-size: 11px;
    font-family: "Lucida Sans Unicode";
    line-height: 15px;
}
.body .box-news .news-block .action {
    margin-top: 6px;
    font-size: 12px;
    color: #0384b4;
    padding-left: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #989898;
    display: block;
    width: 145px;
}
.body .box-news .news-block .action span {
    margin-right: 40px;
    color: #959595;
    font-style: italic;
}
/*.body .box-news .news-block .action {*/
    /*font-size: 12px;*/
    /*text-align: left;*/
    /*margin-top: 8px;*/
    /*width: 145px;*/


/*}*/
/*.body .box-news .news-block .action a {*/
    /*color: #959595;*/
    /*font-style: italic;*/
    /*margin-right: 30px;*/
/*}*/
.body .box-recommended .menu {
    margin-left: 5px;
}
.body .box-recommended .menu li {
    margin-bottom: 13px;
}

.body .section-description {

}
.body .section-description p {
    text-indent: 0px;
    font-family: "Lucida Sans Unicode", Arial;
    font-size: 13px;
    line-height: 16px;
    color: #414040;
}
/*.body .section-description h1 {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: normal;
    font-family: Verdana;
}*/
/*.body .section-description p {
    text-indent: 30px;
}*/
.body .section-description hr {
    border-color: #ddd7d7;
    margin-bottom: 10px;
    margin-top: 10px;
}
.body .section-description .subscribe {
    margin-top: 20px;
}
.body .section-description .subscribe .button-container {
    width: 245px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.body .fresh ul {
    width: 100%;
}
.body .fresh ul li {
    width: 185px;
    height: 249px;
    margin-right: 8px;
    margin-bottom: 8px;

    position: relative;
}
.body .fresh ul li img {
    -moz-box-shadow: 2px 2px 3px 1px #aeaeae;
    -webkit-box-shadow: 2px 2px 3px 1px #aeaeae;
    box-shadow: 2px 2px 3px 1px #aeaeae;
}
.body .fresh ul .preview {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0 15px 10px;
    width: 168px;
    display: none;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.body .fresh ul .preview h3 {
    color: #fa750a;
    width: 140px;
    font-family: "Myriad Pro";
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #6e6e6f;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 5px;
}
.body .fresh ul .preview .type {
    line-height: 19px;
}
.body .fresh ul .preview .what {
    line-height: 15px;
    color: #323131;
    margin-bottom: 15px;
}
.body .fresh ul .preview a {
    color: #323131;
    padding-right: 13px;
    font-size: 8px;
    background: url(../img/drop-down-black.png) no-repeat center right;
}
.body .fresh ul li.no-margin {
    margin-right: 0;
}

.body .static .breadcrumbs {
    margin-bottom: 40px;
}
.body .static p a,
.body .static li a:hover {
    color: #f26522;
}
.body .static p {
    margin-bottom: 15px;
}
.body .static h1 {
    margin-bottom: 30px;
}
.body .static h4 {
    font-weight: bold;
    margin-bottom: 16px;
}
.body .static ul.static-menu {
    width: 170px;
    /*position: relative;
    left: -20px;*/
    margin-left: -20px;
    margin-right: 30px;
}
.body .static ul.static-menu li {
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;
    font-size: 14px;
/*     height: 23px; */
    line-height: 20px;
    padding: 4px 0px 4px 30px;
    border-bottom: 1px solid #d2d2d2;
}
.body .static ul.static-menu li:last-child {
    border-bottom: 0;
}
.body .static ul.static-menu li a {
    color: #252525;
    text-decoration: none;
}

.body .static table {
    width: 100%;
}
.body .static table tr {
    background-color: #fff;
}
.body .static table tr.even,
.body .static table tr:nth-child(even) {
    background-color: #ebebeb;
}
.body .static table tr td {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-align: left;
/*     white-space:nowrap; */
}
.body .static table tr td.first {
    width: 18%;
}
.body .static table tr td.last,
.body .static table tr td:last-child {
/*     text-align: right; */
/*    padding-right: 35px;*/
/*     width: 22%; */
}

.body .static table thead tr td {
    height: 0;
}

.body .static .static-content {
    width: 578px;
    position: relative;
}

.frontpage .body .static .static-content {
    width: auto;
    position: relative;
}

.static-content ul {
    list-style: disc;
    padding-left: 40px;
}

ul.rslides {
	padding-left: 0px!important;
}
.static-content ol {
    list-style: decimal;
    padding-left: 40px;
}
.static-content img {
    margin: 0px 5px 5px 0px;
	max-width:576px !important;
}

.body .issue-content .topic {
    margin-bottom: 13px;
}
.body .issue-content .topic h2 {
    font-size: 15px;
}
.body .issue-content .topic ul.articles {
    list-style: circle;
    margin-left: 17px;
}
.body .issue-content .topic ul.articles h3 {
    margin-bottom: 6px;
    line-height: 13px;
}
.body .issue-content .topic ul.articles .author {
    font-size: 11px;
    text-align: right;
}
.body .issue-content .topic ul.articles .author .address {
    font-style: italic;
}
.body .issues-block {
    margin-top: 7px;
}
.body .issues-block h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.body .issues-block ul {
    margin-left: 10px;
    padding-left: 0;
}
.body .issues-block ul {
    margin-bottom: 10px;
}
.body .issues-block ul li h2 {
    font-family: Arial;
    text-transform: none;
    margin-bottom: 6px;
}
.body .issues-block ul li ul {
    list-style: none;
    overflow: hidden;
}
.body .issues-block ul li ul li {
    float: left;
}
.body .issues-block ul li ul li a {
    padding: 4px 7px;
    display: block;
    float: left;
}
.body .issues-block ul li ul li.active a {
    color: gray;
}


.body .item-main-info {
    padding-bottom: 10px;
    /*height: 515px;*/
}
.body .item-main-info .item-image {
    width: auto;
}
.body .item-main-info .item-details {
    width: 335px;
    padding: 15px 0 0 25px;
}
.body .item-main-info .item-details-noimage {
    width: auto;
    padding: 5px 0 0 15px;
}

.body .item-info {
    padding-bottom: 80px;
}
.body .item-info .breadcrumbs {
    margin-bottom: 16px;
}
.body .item-info p {
    line-height: 15px;
    margin-bottom: 5px;
}
.body .item-info .price {
    margin-top: 12px;
    font-size: 14px;
}

.body .item-subscribe {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    zoom: 1;
}
.body .item-subscribe .menu li {
    margin-right: 21px;
}
.body .item-subscribe .button-wrapper {
    width: 272px;
}

.body .item-big-list {
    margin-bottom: 0px;
    width: 100%;
    padding-left: 0px;
    position: relative;
}
.body .item-big-list li {
    width: 280px;
    height: 187px;
    text-align: center;
    list-style: none;
}
.body .item-big-list li .image-container {
    position: relative;
    height: 155px;
    width: 240px;
    border-bottom: 1px solid #fff;
    overflow: hidden;

/*    background: url(../img/journal-shadow.png) no-repeat center bottom;*/
}
.body .item-big-list li .image-container img.item-image {
    position: absolute;
    top: 48px;
    left: 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    /*bottom: -36px;*/
}
.body .item-big-list li .image-container a:hover img.item-image {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    top: 8px;
}
.body .item-big-list li .image-container a {
    display: block;
    position: absolute;
    left: 100px;
    top: 8px;
    height: 200px;
    width: 142px;
}
.body .item-big-list li h3 {
    font-family: Arial;
    font-size: 11px;
    color: #999999;

    margin-top: 14px;
    line-height: 13px;
}
.body .item-big-list li h3 span {
    color: #363636;
    font-weight: bold;
}
.body .item-big-list .price {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #555555;

    height: 40px;
    line-height: 40px;
    z-index: 1;
}
.body .item-big-list .special-select {
    width: 150px;
    margin: 0 auto;
}
.body .item-big-list .quantity {
    font-family: Arial;
    font-size: 11px;
    color: #999999;
    height: 26px;
    line-height: 26px;
    z-index: 1;
}
.body .item-big-list .quantity .inactive {
    cursor: default;
    color: #ff7878;
    text-shadow: 1px 1px 1px #fff,
                -1px -1px 1px #874747;
}
.body .item-big-list .quantity .button {
    width: 21px;
    height: 22px;
    padding: 0;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 15px;
    display: inline;
    float: none;
    margin-left: 5px;
}
.body .item-big-list .text-button {
    margin: 5px 0;
    font-family: Arial;
    font-size: 10px;
    color: #999999;
}

.body .basket-total {
    width: 536px;
    height: auto;
}

.body .basket-total .small-text {
    text-align: center;
    margin-bottom: 14px;
}

.body .button-wrapper .total {
    width: 240px;
    margin-left: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
    height: 55px;
}
.body .button-wrapper .total h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica;
    color: #555555;
    line-height: 20px;
    margin-right: 14px;
    margin-top: 25px;
    text-shadow: 0px 1px 0px #fff;
}
.body .button-wrapper dl.left {
    margin-top: 5px;
}
.body .button-wrapper div.right {
    width: 267px;
}
.body .button-wrapper .total-result {
    text-align: left;
    padding-bottom: 2px;
}
.body .button-wrapper .total-result div span {
    text-transform: lowercase;
    color: #6c6c6c;
    font-family: Arial;
    font-size: 10px;
    margin-left: 7px;
}
.body .button-wrapper .gray {
    font-family: Helvetica;
    border: 1px solid #cacaca;

    text-shadow: 0px 1px 0px #fff;
    *background: #e9e9e9;
    background: #e9e9e9;

    -moz-box-shadow: inset 0px 0px 10px 2px #fff,
                0px 1px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 10px 2px #fff,
                0px 1px 2px #fff;
    box-shadow: inset 0px 0px 10px 2px #fff,
                0px 1px 2px #fff;
}
.body .button-wrapper .total-result div div {
    text-align: center;
    margin-top: 5px;
    position: relative;
    height: 40px;
    font-family: Helvetica;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    width: 52px;
}
.body .button-wrapper .total-result div div img {
    position: absolute;
    top: -1px;
    left: 6px;
}
.body .button-wrapper .total-result div.price div {
    font-weight: bold;
    color: #555555;
    left: -1px;
    width: 107px;
}

.body .button-wrapper form dt,
.body .button-wrapper form dd {
    height: 29px;
    line-height: 29px;
}

.body .button-wrapper form dt {
    clear: left;
    float: left;
    width: 77px;
    text-align: right;
}
.body .button-wrapper form dt label {
    margin-right: 5px;
    text-shadow: 0px 1px 0px #fff;
}
.body .button-wrapper form dd {
    float: left;
}
.body .button-wrapper form dd input {
    padding: 0;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    width: 165px;
    outline: 0;
}
.body .news .news-entry {
    margin: 15px 5px 5px 10px;
    font-family: 'Myriad Pro';
    font-size: 12px;
    /*letter-spacing: 0.1em;*/
}
.body .news .news-entry p, .body .news .news-entry ul {
    font-family: 'Myriad Pro' !important;
    font-size: 13px !important;
}
.body .news .news-entry ul li {
    margin-left: 30px;
    list-style-type: circle;
}
.body .news .news-entry p {
    text-indent: 30px;
    margin-bottom: 10px;
    line-height: 1.25;
}
.body .news .news-entry h2 {
    font-size: 14px;
    font-family: Verdana;
    color: #414040;
}
.body .news .news-entry h2 a {
    color: #414040;
}
.body .news .news-entry p.summary {
    margin-bottom: 10px;
    margin-left: 2px;
}
.body .news .news-entry .desc {
    margin-top: 5px;
    font-size: 9px;
    text-align: right;
    color: #555;
}
.body .news .news-entry .desc .date {
    font-size: 13px;
}
.footer-wrap {
    padding-bottom: 15px;
}
.footer-wrap .content .left {
    width: 820px;
}
.footer-wrap hr {
    /*width: 560px;*/
    width: 800px;
    text-align: left;
}
.footer-wrap .menu {
    text-align: center;
}
.footer-wrap .menu li {
    display: inline;
}
.footer-wrap .menu li a {
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 10px;
    color: #616161;
    position: relative;
}
.footer-wrap .copyright {
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}
.footer-wrap .copyright img {
    vertical-align: text-top;
    margin-right: 18px;
}
.footer-wrap .copyright span {
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: -4px;
    font-family: Verdana;
}
.footer-wrap .cards {
    margin-top: 20px;
    margin-right: 35px;
}
.footer-wrap .cards img {
    margin-left: 10px;
}
img, .png-fix {
    *position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../img/ie6pngfix.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}



.ui-dialog {
    background-color: #dddddd;
    border-radius: 10px;
    border: 2px solid #818181;
    font-family: "Myriad Pro", Arial;
    *font-family: Arial;


    -moz-box-shadow:    10px 10px 25px #b8b8b8, inset 0px 1px 1px #ededed;
    -webkit-box-shadow:    10px 10px 25px #b8b8b8, inset 0px 1px 1px #ededed;
    box-shadow:            10px 10px 25px #b8b8b8, inset 0px 1px 1px #ededed;

}
.ui-dialog a {
    color: #ed1c24;
    outline: none;
    font-size: 11px;
}
.ui-dialog .ui-dialog-titlebar {
    text-align: right;
}
.ui-dialog .ui-dialog-titlebar a {
    font-weight: bold;
    font-size: 13px;
    margin-right: 6px;
}
.ui-dialog .ui-dialog-content {
    text-align: center;
}

.ui-dialog .big-text {
    text-shadow: 1px 1px 1px #ededed;
    margin-top: 16px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}



.header-section {
    background: #fff;
    border: 1px solid;
    border-radius: 7px;
    box-shadow: 1px 1px 1px #e7e7e7;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
}
.header-section-left {
    width: 150px;
    height: 148px;
    text-align: center;
    position: relative;
    border-color: #c0c0c0;
}
.header-section-left a {
    color: #626262;
}
.header-section-left img {
    display: block;
    margin: 21px auto 17px;
}
.header-section-right {
    border-color: #a1a1a1;
    overflow: hidden;
    height: 148px;
    width: 863px;
}
.header-section-right .top-section {
    height: 75px;
}
.header-section-right .top-section .search {
    height: 45px;
    width: 490px;
    position: relative;
    margin-top: 14px;
    margin-left: 7px;
}
.header-section-right .top-section .search input {
    padding:  0px 5px 0px 17px;
    height: 43px;
    line-height: 45px;
    border: 1px solid #a1a1a1;
    width: 422px;
    border-radius: 8px 0px 0px 8px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-right: none;
}
.header-section-right .top-section .search input:focus {
    outline: none;
}
.header-section-right .top-section .search button {
    border: 0;
    height: 45px;
    width: 45px;
    background-color: #494747;
    padding: 0;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    cursor: hand;
}
.header-section-right .top-section .search button img {
    position: absolute;
    top: 13px;
    left: 13px
}
.header-section-right .description {
    width: 300px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    margin-top: 10px;
}
.header-section-right .description strong {
    font-family: "Myriad Pro", Arial;
    font-size: 15px;
    color: #252525;
}
.header-section-right .top-menu {
    border-top: 1px solid #a1a1a1;
    position: relative;
    width: 100%;
    height: 72px;
    border-radius: 0 0 6px 6px;
    font-family: "Myriad Pro", Arial, Verdana;
}
.header-section-right .top-menu .top-menu-first {
    border-bottom: 1px solid #a1a1a1;
    height: 39px;
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d2d2d2));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%);
    background: linear-gradient(top,  #eeeeee 0%,#d2d2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d2d2d2',GradientType=0 );
}
.header-section-right .top-menu .top-menu-item {
    float: left;
    display: block;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #a1a1a1;
    z-index: 1;
}






.header-section-right .top-menu .top-menu-item .top-menu-button {
    /*z-index: 1;*/
    /*height: 100%;*/
    text-align: center;
    /*display: table;*/
    /*height: 39px;*/
    float: left;
    color: #252525;
    padding: 13px 15px 13px 15px;
    position: relative;
}
.header-section-right .top-menu .has-children .top-menu-button {
    padding: 13px 32px 13px 22px;
}
.header-section-right .top-menu .has-children .top-menu-button span.arrow {
    display: block;
    position: absolute;
    top: 17px;
    right: 14px;
    width: 9px;
    height: 5px;
    background-image: url(../img/drop-down-black.png);
    background-repeat: no-repeat;
}
.header-section-right .top-menu .top-menu-item-active .top-menu-button span.arrow {
    background-image: url(../img/drop-down-white.png);
    top: 23px;
}
.header-section-right .top-menu .top-menu-item .top-menu-button span {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.header-section-right .top-menu .top-menu-item-active {
    /*border-color: #323232;*/
    border: none;

    /*padding: 14px 0;*/
    /*height: 46px;*/
    /*width: 104px;*/
    /*margin-top: -5px;*/
    /*margin-right: 1px;*/
    /*z-index: 333;*/
}
.header-section-right .top-menu .top-menu-item-active .top-menu-button {
    border: none;
    border-bottom: 1px solid #323232;
    color: white;
    position: relative;
    top: -5px;
    padding-top: 19px;
    background: #323232;
    border-radius: 3px 3px 0 0;
    padding-right: 33px;
    padding-left: 23px;
}

.header-section-right .top-menu .top-menu-first .top-menu-item-special {
    border-color: #cbab00;
}
.header-section-right .top-menu .top-menu-first .top-menu-item-special .top-menu-button {
    background: #ffd701;
    background: -moz-linear-gradient(top,  #ffd701 0%, #eeae2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd701), color-stop(100%,#eeae2f));
    background: -webkit-linear-gradient(top,  #ffd701 0%,#eeae2f 100%);
    background: -o-linear-gradient(top,  #ffd701 0%,#eeae2f 100%);
    background: -ms-linear-gradient(top,  #ffd701 0%,#eeae2f 100%);
    background: linear-gradient(top,  #ffd701 0%,#eeae2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd701', endColorstr='#eeae2f',GradientType=0 );
}


.header-section-right .top-menu .top-menu-item .top-submenu {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 33px;
    border-radius: 0 0 7px 7px;
    background: #323232;
    display: none;
    z-index: 1;
}
.header-section-right .top-menu .has-children {

}
.header-section-right .top-menu .top-menu-item-active .top-submenu {
    display: block;
}
.header-section-right .top-menu .top-menu-item .top-submenu li {
    float: left;
    padding: 9px 0;
    color: #ffffff;
    font-family: "Myriad Pro", Arial;
    font-size: 12px;
}
.header-section-right .top-menu .top-menu-item .top-submenu li a {
    padding: 9px 14px;
    color: #ffffff;
    text-decoration: none;
}
.header-section-right .top-menu .top-menu-item .top-submenu li a.active,
.header-section-right .top-menu .top-menu-item .top-submenu li a:active,
.header-section-right .top-menu .top-menu-item .top-submenu li a:hover {
    color: #fac90a;
}

.static-menu .current {
   font-weight: bold;
}

/* -------------------------------------------- */
.c_author_name {
    display: inline;
    font-weight: bold;
    margin-right: 4px;
}

.c_article_title {
    display: inline;
    font-weight: normal;
}

.body .static p.c_article_title a {
    color: #0072BC;
}

p.c_udk {
    font-style: italic;
}

.c_annotation_area {
    margin: 6px 0 0 20px;
    padding: 0;
    background-color: rgb(243, 243, 243);
}

p.c_author_info {
    font-weight: bold;
    margin: 0;
    margin-top: 14px;
    padding: 0;
}

p.c_author_address {
    font-style: italic;
    margin: 0;
    padding: 0;
}

p.c_article_annotation {
    font-style: italic;
    margin-left: 30px;
}

p.c_article_keywords {
    margin-left: 30px;
}

p.c_article_keywords span {
    text-decoration: underline;
    font-weight: bold;
}

p.c_en_author_name {
    display: inline;
    font-weight: bold;
}

p.c_en_article_title {
    display: inline;
    font-weight: bold;
}

p.c_en_article_annotation {
    font-style: italic;
    margin-left: 30px;
}

p.c_en_article_keywords {
    margin-left: 30px;
}

p.c_en_article_keywords span {
    text-decoration: underline;
    font-weight: bold;
}

div.errors {
    color: #f00;
}

div.left .static-content ul li {
    margin-top: 0px;
    margin-bottom: 10px;
}


.catalog, .catalog_mag {
   width:100%;
   margin-bottom: 10px;
}

.catalog p {
   margin-top: 5px;
    height: 100px;
}

.catalog_mag p {
    margin-top: 5px;
    height: 170px;
}

.body .static .catalog_mag a {
    color: #0076A3;
}

.catalog p.i {
   margin-top: 0;
   width: 110px;
   float: left;
}

.catalog_mag p.i2 {
   margin-top: 0;
   width: 140px;
   float: left;
}

.catalog p a, .catalog_mag p a {
   font-weight: bold;
}

.catalog img, .catalog_mag img {
    border: 0;
}

.catalog p a.contents_link {
   font-weight: normal;
}


ul.contents {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
}

ul.contents li {
   margin-bottom: 12px;
}

ul.contents ul {
   list-style-type: none;
   padding-left: 0;
}

ul.contents ul li {
   display: inline;
   padding-left: 5px;
}

form.subscribe sup {
   color: #f00;
}

.additional-info-placeholder .language-switch{
    font-family: Verdana, Geneva, sans-serif;
    padding-right: 60px;
    float: right;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    color: black;
}

ul li img {cursor: pointer;}