@import 'core/core.css';
@import 'MCEstyle.css';

:active, :focus, a, img {
    outline: 0;
    outline-style: none;
}

body {
    background: url('/img/bg.jpg') repeat-x;
}

#layout {
    width: 950px;
    margin: 0px auto;
}

#header {
    height: 110px;
    margin-bottom: 22px;
}

#header .l {
    height: 110px;
    width: 5px;
    background: url('/img/header-l.png');
    float: left;
}

#header .c {
    height: 110px;
    width: 940px;
    background: #fff;
    float: left;
    position: relative;
}

#header .c a.logo {
    text-decoration: none;
}

#header .c div.logo {
    width: 128px;
    height: 92px;
    background: url('/img/logo-top.png');
    position: absolute;
    top: 10px;
    left: 15px;
}

#header .c .lang {
    position: absolute;
    top: 24px;
    right: 20px;
}

#header .c .lang a {
    margin-left: 10px;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #5f5f5f;
}

#header .c .lang a img {
    margin-right: 5px;
}

#header .c .menu {
    height: 38px;
    position: absolute;
    right: 18px;
    top: 61px;
}

#header .c .menu a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    float: left;
}
#header .c .menu .sep {
    width: 0px;
    height: 0px;
    float: left;
}

#header .c .menu a .item {
    width: auto;
    background: url('/img/top-menu-c.png') repeat-x;
    float: left;
    margin-left: 5px;
}

#header .c .menu a .item div{
    width: auto;
    background: url('/img/top-menu-l.png') no-repeat;
}

#header .c .menu a .item div div{
    height: 38px;
    line-height: 34px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: url('/img/top-menu-r.png') no-repeat 100% 0;
}


#header .c .menu a:hover .item,
#header .c .menu a.selected .item {
    background: url('/img/top-menu-c-sel.png') repeat-x;
}

#header .c .menu a:hover .item div,
#header .c .menu a.selected .item div {
    background: url('/img/top-menu-l-sel.png') no-repeat;
}

#header .c .menu a:hover .item div div,
#header .c .menu a.selected .item div div {
    background: url('/img/top-menu-r-sel.png') no-repeat 100% 0;
}


#header .r {
    height: 110px;
    width: 5px;
    background: url('/img/header-r.png');
    float: left;
}

#top {
    height: 287px;
    margin-bottom: 22px;
}

#top .l {
    height: 287px;
    width: 5px;
    background: url('/img/top-l.png');
    float: left;
}

#top .c {
    height: 287px;
    width: 940px;
    background: #fff;
    float: left;
    position: relative;
}

#top .c .references {
    width: 648px;
    height: 267px;
    position: absolute;
    top: 10px;
    left: 5px;
}

#top .c .references #picture_wrapper {
    width: 648px;
    height: 267px;
    background: url('/img/top-picture-1.jpg');
}

#top .c .references #picture_wrapper .nav {
    height: 25px;
    width: 180px;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

#top .c .references #picture_wrapper .nav div {
    background: url('/img/nav-gray.png');
    height: 25px;
    width: 25px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

#top .c .references #picture_wrapper .nav div.selected,
#top .c .references #picture_wrapper .nav div:hover {
    background: url('/img/nav-blue.png');
}

#top .c .menu {
    width: 270px;
    height: 267px;
    position: absolute;
    top: 10px;
    right: 5px;
}

#top .c .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

#top .c .menu a div
{
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 51px;
    background: url('/img/top-button.jpg');
    margin-bottom: 3px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 51px;
}

#top .c .menu a div.last {
    margin-bottom: 0px;
}

#top .c .menu a:hover div,
#top .c .menu a div.selected
{
    background: url('/img/top-button-sel.jpg');
}



#top .r {
    height: 287px;
    width: 5px;
    background: url('/img/top-r.png');
    float: left;
}

#top {
    height: 287px;
    margin-bottom: 22px;
}

#content .left {
    width: 658px;
    float: left;
    margin-bottom: 22px;
}

#content .left .t {
    width: 658px;
    height: 5px;
    background: url('/img/left-t.png');
}

#content .left .c {
    width: 658px;
    background: #fff;
}

#content .left .b {
    width: 658px;
    height: 5px;
    background: url('/img/left-b.png');
}

#content .right {
    width: 270px;
    float: right;
    margin-right: 11px;
}


#content .right .menu {
    width: 270px;
}

#content .right .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

#content .right .menu a div
{
    margin: 0px;
    padding: 0px;
    width: 230px;
    height: 38px;
    background: url('/img/right-button.png');
    margin-bottom: 3px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 38px;
}

#content .right .menu a div.last {
    margin-bottom: 10px;
}

#content .right .menu a:hover div,
#content .right .menu a div.selected
{
    background: url('/img/right-button-sel.png');
}

#content .right .news {
    width: 270px;
    margin-bottom: 10px;
}

#content .right .news .t {
    width: 270px;
    height: 5px;
    background: url('/img/news-t.png');
}

#content .right .news .c {
    background: #fff;
    width: 270px;
}

#content .right .news .c .padding {
    padding: 14px 14px 0 14px;
}

#content .right .news .c .padding h2 {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: normal;
    margin: 0px 0px 6px 0px;
    padding: 0px;
}

#content .right .news .c .padding .date {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
#content .right .news .c .padding .text .heading {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    display: block;
}
#content .right .news .c .padding .text p {
    margin: 0px 0px 12px 0px;
    padding: 0px;
}

#content .right .news .c .padding .button {
    float: right;
    margin: 0px;
    padding: 0px;
}

#content .right .news .b {
    width: 270px;
    height: 5px;
    background: url('/img/news-b.png');
}

#content .right .catalog {
    width: 270px;
    height: 110px;
    background: url('/img/catalog-bg.png');
}

#content .right .catalog-en {
    width: 270px;
    height: 110px;
    background: url('/img/catalog-en-bg.png');
}

#content .right .catalog-de {
    width: 270px;
    height: 110px;
    background: url('/img/catalog-de-bg.png');
}

#content .right .catalog-ru {
    width: 270px;
    height: 110px;
    background: url('/img/catalog-ru-bg.png');
}


#footer .l {
    height: 95px;
    width: 5px;
    background: url('/img/footer-l.png');
    float: left;
}

#footer .c {
    height: 95px;
    width: 940px;
    background: url('/img/footer-c.png') repeat-x;
    float: left;
    position: relative;
}

#footer .r {
    height: 95px;
    width: 5px;
    background: url('/img/footer-r.png');
    float: left;
}

#footer .c a.logo {
    text-decoration: none;
}

#footer .c div.logo {
    width: 85px;
    height: 62px;
    background: url('/img/logo-bottom.png');
    position: absolute;
    right: 13px;
    top: 16px;
}

#footer .c div.copyright {
    position: absolute;
    height: 20px;
    bottom: 20px;
    left: 20px;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #7e7e7e;
}

#footer .c div.copyright a{
    text-decoration: none;
    font-size: 11px;
    color: #c3c3c3;
}

#footer .c .menu {
    position: absolute;
    height: 20px;
    top: 25px;
    left: 20px;

}

#footer .c .menu div {
    float: left;
}

#footer .c .menu div a {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #c3c3c3;
}

#footer .c .menu div a:hover,
#footer .c .menu div a.selected {
    text-decoration: underline;
}

#footer .c .menu div.separator {
    width: 2px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background: url('/img/sep.png');
    float: left;
}

.cleaner {
    clear: both;
    height: 1px;
}

.padding-10 {
    padding: 0px 10px 0px 10px;
}

.padding-20 {
    padding: 0px 20px 0px 20px;
}
#catalog .detail {
    width: 618px;
}

#catalog .detail .heading h1 {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #b32222;
}

#catalog .detail .heading a {
    float: right;
}

#catalog .detail div.wrapper {
    width: 618px;
}
#catalog .detail div.wrapper .left {
    width: 256px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#catalog .detail div.wrapper .right {
    width: 348px;
    margin: 0px;
    padding: 0px;
    float: right;
}

#catalog .detail div.wrapper .right .data p {
    margin: 0px;
    padding: 10px 0 0 0;
}

#catalog  .price {
    margin-top: 15px;
}
#catalog .price p {
    margin: 0px;
    padding: 0px;
}

#catalog .price p.withoutvat {
    font-size: 12px;
    text-transform: uppercase;
    color: #b42323;
}

#catalog  .price p.withoutvat span {
    font-size: 30px;
    font-weight: bold;
}


#catalog .detail div.wrapper .left .image {
    width: 256px;
    height: 171px;
    background: url('/img/detail-img-bg.jpg');
}

#catalog .detail div.wrapper .left .gallery {
    width: 256px;
    margin-bottom: 10px;
}

#catalog .detail div.wrapper .left .gallery div.image {
    width: 72px;
    height: 72px;
    background: url('/img/gallery-img-bg.jpg');
    float: left;
    margin: 10px 20px 0 0;
}

#catalog .detail div.wrapper .left .gallery div.last {
    margin-right: 0px;
}

#catalog .detail div.wrapper .left .gallery div img {
    width: 66px;
    height: 66px;
    margin: 3px;
}

#catalog .detail div.wrapper .left .image img {
    width: 244px;
    height: 159px;
    margin: 6px;
}

#catalog .list {
    width: 618px;
}

#catalog .list .item {
    width: 199px;
    height: 222px;
    background: url('/img/product-bg.jpg');
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#catalog .list .last {
    margin-right: 0px;
}

#catalog .list .item h2 {
    padding: 10px;
    margin: 0px;
}

#catalog .list .item img {
    width: 173px;
    height: 113px;
    margin-left: 13px;
}

#catalog .list .price {
    padding-left: 10px;
}
#catalog .list .price p.withoutvat {
    font-size: 10px;
}

#catalog .list .price p.withoutvat span {
    font-size: 18px;
}

#catalog .list .price p.withvat {
    font-size: 10px;
}

div.button {
    float: left;
    margin-right: 5px;
}

a.button {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

a.button div {
    width: auto;
    background: url('/img/top-menu-c.png') repeat-x;
    float: left;
}

a.button div div{
    width: auto;
    background: url('/img/top-menu-l.png') no-repeat;
}

a.button div div div{
    height: 38px;
    line-height: 34px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: url('/img/top-menu-r.png') no-repeat 100% 0;
}


a.button:hover div
{
    background: url('/img/top-menu-c-sel.png') repeat-x;
}

a.button:hover div div
{
    background: url('/img/top-menu-l-sel.png') no-repeat;
}

a.button:hover div div div
{
    background: url('/img/top-menu-r-sel.png') no-repeat 100% 0;
}




.paginator {
    margin: 0px auto;
    padding: 0px;
    margin-top: 10px;
    text-align: center;
}

.paginator a {
    text-decoration: none;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-size: 13px;
}

.paginator .wrapper {
    display: inline-block;
}

.paginator .active {
    padding: 0px;
    margin: 0px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 2px;
}

.paginator .in_active {
    padding: 0px;
    margin: 0px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    background: url(/img/p_inactive.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 2px;
    color: #b42323;
}

.paginator .left_active {
    padding: 0px;
    margin: 0px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 0px;
    margin-right: 2px;

}

.paginator .right_active {
    padding: 0px;
    margin: 0px;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    background: url(/img/p_active.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 4px;
}

.paginator p {
    margin: 0px 0px 0px 20px;
    padding: 2px 0px 0px 0px;
}

.input-text {
    width: 153px;
    height: 18px;
    background: url('/img/input-text.png');
    border: 0px;
    padding: 3px;
}

.input-num {
    width: 32px;
    height: 18px;
    background: url('/img/input-num.png');
    border: 0px;
    padding: 3px;
    text-align: center;
}

.input-captcha {
    width: 70px;
    height: 24px;
    background: url('/img/input-captcha.png');
    text-align: center;
    border: 0px;
}

.input-captcha-text {
    width: 64px;
    height: 18px;
    background: url('/img/input-captcha.png');
    text-align: center;
    border: 0px;
    padding: 3px;
}

#captcha-loading img {
    margin-top: 3px;
}

.input-textarea {
    width: 381px;
    height: 85px;
    background: url('/img/input-textarea.png');
    border: 0px;
    resize: none;
    padding: 3px;
}

.input-checkbox {
    width: 17px;
    height: 17px;
    border: 0px;
    background: url('/img/input-check.png') no-repeat 100%;
}

.input-button {
    width: 96px;
    height: 28px;
    line-height: 28px;
    border: 0px;
    background: url('/img/input-button.png') no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.alert {
    color: red;
    font-size: 20px;
}

.hidden {
    display: none;
}

.noborder {
    border: 0px !important;
}

/*shopForm*/

#shopFormDialog table {
    width: 260px;
    margin: 0px;
    padding: 0px;

}
#shopFormDialog .input-text, #shopFormDialog .input-captcha-text,
#shopFormDialog .input-captcha {
    margin-top: 5px;
}

#shopFormDialog textarea {
    width: 254px;
    height: 84px;
    background: url('/img/input-textarea-2.png') no-repeat;
    border: 0px;
    resize: none;
    padding: 3px;
    margin-top: 3px;
}

#shopFormDialog table table td {
    width: 65px;
}

#shopFormDialog table table td input.val {
    width: 65px;
}

#shopFormDialog table td.r {
    float: right;
}

#shopFormDialog .alert {
    color: red;
    font-size: 16px;
    margin-right: 4px;
}

#shopFormDialog table tr.firm-detail {
    display: none;
}

.references-gal .photos img {
    margin-left: 10px;
    margin-bottom: 10px;
}

.photos img {
    border: 3px solid #d8d8d8;
}

.product-heading {
    font-size: 20px;
    font-weight: normal;
    color: #5a5a5a;
    padding: 20px 0 16px 0;
    display: inline-block;
}

a.product-heading {
    font-size: 20px;
    font-weight: normal;
    color: #5a5a5a;
}

a.product-heading:hover {
    font-size: 20px;
    font-weight: normal;
    color: #5a5a5a;
}

