@charset "windows-1251";

/* Убираем отступы и поля для всех элементов */
* {
    margin: 0;
    padding: 0;
    z-index: 100;
}
:link, :visited {text-decoration:none;}
ul,ol {list-style:none;}
h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight: normal;
    color: #333333;
}
h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: normal;
    color: #333333;
}
h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1.75em;
    font-weight: normal;
}
h4{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:1.5em;
    font-weight: normal;
}
h5{font-size:1.25em;}
h6{font-size:1.1em;}
pre,code{font-size:1em;}
html,body,form,input,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,table,thead,tbody,tfoot,th,tr,td,pre,p,blockquote,fieldset{
    margin:0;
    padding:0;
}
a img, :link img, :visited img{border:none;}
address{font-style:normal;}
table{border-collapse:collapse;}
.br {
    clear: both;
    height: 1px;
    width: 100%;
}
table.params {
    width: 480px;
    text-align: center;
}
table.params tr:nth-child(2) {
    font-weight: bold;
}
table.params td {
    width: auto;
}
table.params th {
    background-color: #FD6500;
    font-size: 14px;
}
.abmd-textglow {
    text-shadow: 0 2px 2px rgba(255,255,255,.5);
}
.abmd-textshadow {
    text-shadow: 1px 1px 2px #333;
}
.abmd-big-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.abmd-medium-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.abmd-smol-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.abmd-boxshadow {
    -webkit-box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;

}
.abmd-smolboxshadow {
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;

}
.medium {
    font-size: 12px;
    font-weight: bold;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #c7cdcd;
    background-image: url(abmd-bg-body.png);
    background-repeat: repeat-x;
}
#abmd-baseframe {
    display: block;
    background-color: #fff;
    background-image: url(abmd-bg-baseframe.png);
    background-repeat: repeat-x;
    padding: 0px;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-right: 35px;
    margin-bottom: 10px;
    margin-left: 35px;
}
#abmd-header {
    display: block;
    clear: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#abmd-header-topmenu {
    height: 83px;
    /*width: 450px;*/
    /*width: 520px;*/
    float: left;
    background-image: url(abmd-headerseparaion.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5px;
}
#abmd-header-topmenu ul {
    float: left;
    margin: 5px;
    padding: 5px;
}
#abmd-header-topmenu li {
    padding: 2px;
    list-style-image: url(abmd-bullet-topmenu.png);
    list-style-position: inside;
}
#abmd-header a:link, #abmd-header a:visited, #abmd-header a:active {
    color: #333333;
    text-decoration: none;
}
#abmd-header a:hover {
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #000000;
}
.abmd-green-basket {
    border: 1px solid #fff;
    background-image: url(abmd-bg-greenbascket.png);
    background-repeat: repeat-x;
    height: 24px;
    width: 110px;
    margin: 4px;
}
.abmd-green-basket a:link, .abmd-green-basket a:visited, .abmd-green-basket a:active, .abmd-green-basket a:hover {
    text-indent: -9999px;
    background-image: url(abmd-inbascket.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 105px;
    display: block;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    text-decoration: none !important;
    margin: 2px;
}
#abmd-header-right p {
    margin-left: 10px;
    margin-top: 3px;
}
#abmd-header-center {
    height: 83px;
    width: auto;
    float: right;
    background-image: url(abmd-headerseparaion.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 5px;
    padding-right: 5px;
}
#abmd-header-center form {
    text-align: right;
    margin: 2px;
}

table.product_table_params {
    width: 200px;
    text-align: center;
    background-color: #FD6500;
    font-size: 14px;
}

table.product_table_params tr td:first-child {
    font-weight: bold;
    text-align: left;
}

#abmd-header-center input, #abmd-header-center select {
    margin: 1px;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#abmd-header-right {
    height: 83px;
    width: 220px;
    float: right;
    margin-left: 5px;
}
#abmd-centerbanner {
    height: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    border: 1px solid #fff;
    background-color: #3f3faf;
    background-image: url(abmd-bg-centerbanner.png);
    background-repeat: repeat-x;
}
#abmd-body {
    display: block;
}
#abmd-firm-tel {
    float: right;
    height: 65px;
    background-image: url(abmd-bg-tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 8px;
}
#abmd-firm-tel p {
    color: #fff;
}
#abmd-firm-tel span {
    font-size: 14px;
    color: #CCCCCC;
}
#abmd-catalogbutton {
    height: 37px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow" !important;
    background-image: url(abmd-bg-catalobutton.png);
    background-repeat: repeat-x;
    background-color: #fd6500;
    width: 130px;
    margin-top: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    float: left;
}
#abmd-catalogbutton a:link, #abmd-catalogbutton a:active, #abmd-catalogbutton a:visited, #abmd-catalogbutton a:hover {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
#abmd-logo-magleds {
    background-image: url(logo-magleds.png);
    background-repeat: no-repeat;
    height: 55px;
    /*width: 319px;*/
    float: left;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 285px;
    padding-top: 18px;
}
#abmd-baseframe, #abmd-centerbanner {
    min-width:970px;
}
ul#topnav li .sub {
    position: absolute; /*--Important--*/
    z-index: 800;
    top: 52px;
    left: 52px;
    padding: 5px;
    float: left;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none; /*--Hidden for those with js turned off--*/
    background-color: #fff;
    border: 1px solid #fff;
    background-image: url(abmd-bg-baseframe.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul#topnav li .sub ul{
    list-style: none;
    width: 165px;
    float: left;
}
ul#topnav .sub ul li {
    width: 99%; /*--Override parent list item--*/
    color: #000;
}
ul#topnav .sub ul li p { /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#topnav .sub ul li p a { /*--Sub nav heading link style--*/
    background-image: none;
    color: #6E0500;
    margin-right: 10px;
}
ul#topnav .sub ul li h3 a:hover {
    background-image: none;
    color: #000000;
    text-shadow: 0px 0px 3px #666;
}
ul#topnav .sub ul li a {
    float: none;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    height: auto;
    display: block;
    text-decoration: none;
    color: #333333;
    margin-right: 10px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}
ul#topnav .sub ul li a:hover {
    color: #000000;
    text-decoration: none;
    background-image: url(abmd-bullet-topmenu.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-shadow: 0px 0px 3px #666;
}
#abmd-sitepath {
    clear: both;
    margin-top: 73px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1a1a73;
    color: #fff;
    margin-bottom: 4px;
    margin-right: 1px;
    margin-left: 1px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#abmd-sitepath a {
    color: #fff;
    text-decoration: none;
}
#abmd-sitepath a:hover {
    text-decoration: underline;
}
#abmd-contentframe {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80%;
}

#abmd-contentframe p {
    margin: 15px 0;
}
.abmd-subcategiryblock p {
    margin: 0 !important;
}
#abmd-contentframe ul {
    list-style-type: disc;
    list-style-position: inside;
}

.abmd-itemblock {
    float: left;
    width: 31%;
    padding: 2px;
    border: 1px solid #DBDBDB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    margin-left: 5px;
    background-color: #fff;
    height: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.abmd-itemblock  h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.abmd-itemblock  img {
    float: left;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-style: none;
}

.abmd-smol-rounded em {
    background-image: url(abmd-basket.png);
    background-repeat: no-repeat;
    font-style: normal;
    font-size: 11px;
    display: block;
    height: 20px;
    width: 23px;
    background-position: center center;
    margin-left: 1px;
}
.abmd-itempriceblock  span {
    font-size: 16px;
    font-weight: bold;
    color: #670000;
    padding-top: 5px;
    padding-right: 10px;
}
#abmd-contentframeright {
    width: 20%;
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.abmd-right-greyblock {
    border: 1px solid #FFFFFF;
    background-color: #fff;
    background-image: url(abmd-bg-rightcolum.png);
    background-repeat: repeat-x;
    padding: 5px;
    margin-bottom: 10px;
}
.abmd-right-greyblock p {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 1px;
}
.abmd-hewsdata {
    border: 1px solid #cdcdcd;
    font-size: 10px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-color: #e9e9e9;
}
.abmd-right-greyblock p {
    margin-bottom: 8px;
    margin-top: 2px;
}
.abmd-dotedtop {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #D2D2D2;
}
.abmd-bottomspeser {
    margin-bottom: 10px;
}
#abmd-basecontentframe {
    margin-right: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 5px;
}
.abmd-right-greyblock a:hover {
    text-decoration: underline;
}
.abmd-plustext {
    font-size: 12px;
    font-weight: normal;
}
.abmd-textfield {
    padding: 2px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #cdcdcd;
}
#abmd-header-center p {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.abmd-medium-field {
    font-size: 16px;
    color: #000000;
    margin: 2px;
    padding: 3px;
    border: 1px solid #cdcdcd;
}
.abmd-field-border {
    border: 1px solid #cdcdcd;
    margin: 1px;
    padding: 3px;
    width: 90%;
}
.abmd-formbutton {
    font-size: 11px;
    margin: 2px;
    border: 1px solid #A0A5BF;
    background-color: #cccccc;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    cursor: pointer;
}
.abmd-center {
    text-align: center;
    vertical-align: middle;
}
.abmd-right {
    text-align: right;
    vertical-align: middle;
}
.abmd-warning, .abmd-error, .abmd-ok {
    font-size: 12px;
    padding: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.abmd-warning {
    color: #000000;
    background-color: #FFFF99;
    border-top-color: #FFCC00;
    border-right-color: #FFCC00;
    border-bottom-color: #FFCC00;
    border-left-color: #FFCC00;
}
.abmd-error {
    color: #000000;
    background-color: #FF6600;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
}
.abmd-ok {
    color: #000000;
    background-color: #66CC66;
    border-top-color: #336600;
    border-right-color: #336600;
    border-bottom-color: #336600;
    border-left-color: #336600;
}
.abmd-big {
    font-size: 15px;
    font-weight: bold;
}
.abmd-red {
    color: #FF0000;
}
.abmd-grey {
    background-color: #ccc;
}
#abmd-actionformblock {
    border: 1px solid #B9BFC8;
    background-color: #fff;
    margin: 20px;
    padding: 5px;
}
#abmd-actionformblock table {
    width: 100%;
}

#abmd-actionformblock tr {
    border: 1px solid #ccccff;
}
#abmd-actionformblock tr:hover {
    background-color: #DFDFFF;
}

#abmd-actionformblock td {
    padding: 5px;

}
select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
    padding: 1px;
    border: 1px solid #cdcdcd;
}
.abmd-polovina {
    width: 50%;
    float: left;
}
.abmd-sortirovka {
    font-size: 11px;
    text-align: center;
    display: block;
    clear: both;
    color: #282948;
}
.abmd-sortirovka a:link, .abmd-sortirovka a:visited, .abmd-sortirovka a:active {
    text-decoration: none;
    color: #0033CC;
}

.abmd-sortirovka a:hover {
    text-decoration: underline;
}
.abmd-centerbasket {
    padding: 15px;
    background-color: #fff;
}
.abmd-center-content, .abmd-center-category {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}
.abmd-center-category ul {
    float: left;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.abmd-center-category li{
    display: inline;
}
.abmd-center-category ul h4, .abmd-center-category ul img {
    text-align: center;
}
.abmd-center-category ul li img, .categoryimg {
    border: 1px solid #fff !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    box-shadow: 0 0 6px #000;
}

.abmd-itempriceblockinfo {
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    font-size: 13px;
    white-space: nowrap;
    display: block;
}
.abmd-itempriceblockinfo  div {
    display: block;
    float: left;
}
.abmd-itempriceblockinfo  a:link, .abmd-itempriceblockinfo  a:active, .abmd-itempriceblockinfo  a:visited {
    border: 1px solid #5B8033;
    background-color: #88AE5B;
    background-image: url(abmd-bg-greenbascket.png);
    background-repeat: repeat-x;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    width: 24px;
    float: left;
    height: 22px;
}
.abmd-itempriceblockinfo  a:hover {
    background-image: url(abmd-bg-basketbutton.png);
    background-repeat: repeat-x;
    border: 1px solid #970000;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}
.abmd-smol-roundedinfo em {
    background-image: url(abmd-basket.png);
    background-repeat: no-repeat;
    font-style: normal;
    font-size: 11px;
    display: block;
    height: 20px;
    width: 23px;
    background-position: center center;
}
.abmd-itempriceblockinfo  span {
    font-size: 18px;
    font-weight: bold;
    color: #670000;
}
.abmd-itempriceblockinfo input {
    float: left;
    width: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 1px;
    padding: 1px;
    border: 1px solid #CDCDFF;
}
















#lightbox, #lightbox-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:auto;
    right:auto;

    z-index:1000;
    width:100%;
    height:auto;

    text-align:center;
    color:#333333;

    /* stop stupid conflicts */
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    line-height:0;

    /* general conflict stopper */
    text-decoration:none;
    background:none;
    word-spacing:normal;
    letter-spacing:normal;
    float:none;
    clear:none;
    display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
    text-decoration:underline;
    color:#999999;
}

#lightbox-overlay {
    z-index: 900;
    background-color:#000000;
    height: 100%;
    position:fixed;
}
#lightbox-overlay-text {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    color: white;
    font-size: 12px;
    cursor: default;
    line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
    color:white;
}
#lightbox-overlay-text span {
    padding-left:5px;
    padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
    position:relative;
    border:1px solid black;
    background-color:white;
    width:400px;
    height:400px;
    margin:0 auto;
}

#lightbox-imageContainer {
    padding:1px;
}

#lightbox-loading {
    position:absolute;
    top:40%;
    left:0%;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0;
}

#lightbox-nav {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:100;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    display:block;
    width:49%;
    height: 100%;
    background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
    /* cursor:pointer; */
    zoom:1; /* who knows why? */

    padding:0px;
    margin:0px;
}

#lightbox-nav-btnPrev {
    left:0;
    right:auto;
    float:left;
}

#lightbox-nav-btnNext {
    left:auto;
    right:0;
    float:right;
}

#lightbox-infoBox {
    font:10px Verdana, Helvetica, sans-serif;
    background-color:#ffffff;
    margin:0 auto;
    padding:0px;

    /* width: 100%;
    padding: 0 10px 0; */
}

#lightbox-infoContainer {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    color:#666;

    line-height:normal;
    /* height:30px; */
}
#lightbox-infoHeader {
    width:100%;
    text-align:center;
}
#lightbox-caption {
    text-align:justify;
}
#lightbox-caption-title {
    font-weight:bold;
}
#lightbox-caption-description {
    font-weight:normal;
}

#lightbox-infoFooter {
    margin-top:3px;
    color:#999999;
}
#lightbox-currentNumber {
    display:block;
    width:49%;
    float:left;
    text-align:left;
}
#lightbox-close {
    display:block;
    width:45%;
    float:right;
    text-align:right;
}
#lightbox-close-button{
    padding-left:30%;
}
#lightbox-close-button:hover {
    color:#666666;
}

#lightbox-infoContainer-clear {
    clear:both;
    visibility:hidden;
}


.abmd-itemcenterinfoblok {
    clear: both;
}
.abmd-itemcenterinfoimg {
    float: left;
}
.abmd-iteminforight {
    padding-left: 20px;
}
.abmd-itemdescription {
    width: 100%;
    float: left;
}
.abmd-itemdescription p {
    margin-bottom: 15px;
    margin-top: 5px;
}
.abmd-itempriceblock {
    clear: both;
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    font-size: 13px;
    position: absolute;
    right: 1px;
    left: 1px;
    bottom: 1px;
    background-color: #FFFFFF;
    height: 25px;
}
.abmd-itempriceblock  div {
    display: block;
    float: right;
}
.abmd-itempriceblock  a:link, .abmd-itempriceblock  a:active, .abmd-itempriceblock  a:visited,
.perelinkovka .order  a:link, .perelinkovka .order  a:active, .perelinkovka .order  a:visited {
    border: 1px solid #5B8033;
    background-color: #88AE5B;
    background-image: url(abmd-bg-greenbascket.png);
    background-repeat: repeat-x;
    color: #fff;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
    margin-top: 2px;
}
.abmd-itempriceblock  a:hover,
.perelinkovka .order  a:hover {
    background-image: url(abmd-bg-basketbutton.png);
    background-repeat: repeat-x;
    border: 1px solid #970000;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}
.abmd-field-border-price {
    border: 1px solid #cdcdcd;
    margin: 1px;
    padding: 3px;
    width: 30px;
    float: left;
}

.abmd-subcategiryblock {
    width: 30%;
    float: left;
    display: block;
    height: 150px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    margin-bottom: 20px;
    margin-right: 20px;
}

.abmd-scrollnews {
    clear: both;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.abmd-scrollnews img {
    float: left;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
}
.podrobnosti-link {
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.abmd-subcategiryblock p a, .abmd-subcategiryblock p, .abmd-subcategiryblock p a .categoryimg {
text-align: center;
    margin: 0 auto;
}
.abmd-subcategiryblock p a .categoryimg {
    width: 100%;
    height: auto;
    box-shadow: none !important;
    max-width: 255px;
}
.abmd-subcategiryblock h4 {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
}
.abmd-subcategiryblock h4 a {
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff, 1px 0px 0px #fff ;
    font-size: 16px;
    font-style: normal;
}

.special-link {
    float: right;
    margin: 25px 85px;
    font-size: 16px;
    color: #fff;
}

.special-link a,
.special-link a:hover,
.special-link a:visited {
    color: #fff;
    text-decoration: underline;
    letter-spacing: 5px;
}



#abmd-header li.special-link a,
#abmd-header li.special-link a:visited,
#abmd-header li.special-link a:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    border-bottom: none;
}


.box-comments {float:left; margin-left:20px; margin-right:10px; }

.box-comments>div {padding-bottom:20px;}

.box-comments>div>div {position:relative; border:#494949 2px solid; background:#c7cdcd;; padding:18px 20px 18px 29px; color:#000; font-style:italic; font-size: 12px; box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3), 0px 0px 40px rgba(0, 0, 0, 0.1) inset;}

.box-comments>div>div .comments-corner {position:absolute; bottom:-14px; left:29px; width:13px; height:14px; background:url(images/comments-corner.png) 0 0 no-repeat; }

.box-comments>div> span.name {display:inline-block; background:url(images/iconcomments.png) 0 0 no-repeat; color:#000; font-weight:bold; text-transform:uppercase; line-height:21px; padding-top:3px; padding-left:30px; margin-top:10px; text-decoration:underline}


.link {
    text-decoration: underline;
}
.text-center {
    text-align: center;
    margin:0 auto;
    display: block;
}


/* perelinkovka */
.perelinkovka .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    width: 100%;
}
.perelinkovka .title{
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow" !important;
    background: #fd6500 url(abmd-bg-catalobutton.png) repeat-x;
    width: 98%;
    padding: 5px 0;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
}

.perelinkovka .item {
    /*display: inline-block;*/
    width: 30%;
    padding: 15px;
    border: 1px solid #DBDBDB;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;

    background-color: #fff;
    margin: 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;

    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;


}
.perelinkovka p {
    margin: 0px !important;
}
.perelinkovka .item .image {
    width: 26%;
}
.perelinkovka .item .image img {
    width: 100%;
}

.perelinkovka .item .info {
    margin-left: 20px;
}
.perelinkovka p.name a {
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff;
    text-transform: uppercase;
    margin-top:0;
}
.perelinkovka .description {
    font-size: 13px;
    font-style: normal;
}
.perelinkovka .price{
    font-size: 18px;
    font-weight: bold;
    color: #670000;
    padding-right: 10px;
    padding-top: 8px;
}
.perelinkovka .order {
    max-width: 100px;
    padding-top:4px;
}

.perelinkovka .price,
.perelinkovka .order {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row-block {
    /*margin-top:10px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}