@font-face {
    font-family: 'din';
    src: url('fonts/dinengschriftstd.eot');
    src: url('fonts/dinengschriftstd.eot?#iefix') format('embedded-opentype'),
        url('fonts/dinengschriftstd.woff') format('woff'),
        url('fonts/dinengschriftstd.ttf') format('truetype'),
        url('fonts/dinengschriftstd.svg#DINEngschriftStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: system-ui, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #FFF;
}

h1 {
    font-family: din;
    font-size: 53px;
    line-height: 63px;
    color: #333;
    text-shadow: 1px 1px 0px #FFF;
}

h2 {
    font-family: din;
    font-size: 41px;
    text-shadow: 1px 1px 0px #FFF;
    color: #666;
}

p {
    margin: 15px 0;
    line-height: 18px;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #CE0000;
}

a:hover {
    text-decoration: underline;
}






/* TOP */
#top {
    height: 120px;
    background: url(../img/bg/top.png) repeat-x 0 0;
    color: #FC0;
    font-size: 18px;
    font-family: din;
    text-transform: uppercase;
}

#top .container_14 {
    position: relative;
}

#top .container_14 .menu {
    position: absolute;
    right: 0px;
    top: 36px;
}

#top .logo {
    padding-top: 30px;
    text-align: left;
}

#top .language {
    text-align: right;
    display: block;
    padding-top: 15px;
    overflow: hidden;
    margin-bottom: 8px;
}

#top .language a {
    display: block;
    width: 16px;
    height: 13px;
    float: right;
    margin-left: 5px;
}

#top .language a.logout {
    display: block;
    width: auto;
    height: 13px;
    float: right;
    margin-left: 5px;
    font-family: system-ui, sans-serif;
    font-size: 11px;
    color: #FC0;
    text-transform: lowercase;
    text-decoration: none;
}

#top .language a.logout:hover {
    color: #FFF;
}

#top .menu {
    text-align: right;
    background: url(../img/bg/border-h-menu.gif) no-repeat 0 0;
}

#top .menu ul {
    overflow: hidden;
    padding-top: 2px;
}

#top .menu li {
    display: block;
    float: right;
    height: 82px;
}

#top .menu li a {
    text-decoration: none;
    color: #FC0;
    padding: 30px 18px;
    line-height: 82px;
}

#top .menu li a:hover {
    color: #FFF;
}

#top .menu li a.active {
    background: url(../img/bg/bg-menu-active.png) no-repeat 0 0;
}

#top .menu li a.active:hover {
    color: #FC0;
}

#top .menu li a.active span {
    background: url(../img/bg/border-v-menu.gif) repeat-y 0 0;
    padding-left: 2px;
    display: block;
    height: 82px;
    float: right;
}





.login {
    height: 97px;
    padding: 25px 0 0;
    background: url(../img/bg/bg-login.png) repeat-x 0 0;
}

.login .opctions {
    overflow: hidden;
    padding: 0 50px;
    font-size: 24px;
    font-family: din;
    color: #333;
}

.login .opctions input.submit1 {
    font-size: 19px;
    line-height: 32px;
    text-decoration: none;
    background: url(../img/btn/btn-login-a.png) no-repeat 0 0;
    width: 160px;
    height: 33px;
    display: block;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
}

.login .opctions input.submit1:hover {
    color: #FFF;
}

.login .opctions .register,
.login .opctions .signin {
    float: left;
}

.login .opctions .remember {
    float: right;
}

.login .opctions .register {
    width: 160px;
    margin-right: 78px;
}

.login .opctions .signin {
    width: 235px;
}

.login .opctions .remember {
    width: 160px;
}

.login .opctions form {
    background: url(../img/bg/bg-login-form.png) no-repeat 0 0;
    margin-bottom: 5px;
}

.login .opctions form li {
    overflow: hidden;
}

.login .opctions form li.input {
    margin-bottom: 7px;
}

.login .opctions form input {
    background: none;
    border: none;
    width: 75px;
    float: left;
    font-size: 18px;
}

.login .opctions form input.user {
    margin: 0 61px 0 17px;
}

.login .opctions form input.submit {
    font-size: 19px;
    float: none;
    line-height: 32px;
    text-decoration: none;
    background: url(../img/btn/btn-login.png) no-repeat 0 0;
    width: 235px;
    height: 33px;
    display: block;
    color: #333;
    cursor: pointer;
}

.login .opctions form input.submit:hover {
    color: #FFF;
}




.slider {}




.container {
    min-height: 200px;
    overflow: hidden;
    padding: 40px 0 0;
    text-align: left;
    background: url(../img/bg/bg-content.jpg) repeat 0 0;
    border-top: 1px solid #FFF;
}

.container .content {
    padding-left: 160px;
    padding-bottom: 30px;
    min-height: 120px;
}

.container .content.home {
    background: url(../img/icon-home.png) no-repeat 0 0;
}

.container .content.home h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0px #FFF;
    font-family: system-ui, sans-serif;
    color: #333;
    text-shadow: none;
}

.container .content.home .request {
    font-size: 17px;
    overflow: hidden;
}

.container .content.home .request a {
    color: #333;
    float: right;
    width: 225px;
    height: 33px;
    font-family: din;
    text-decoration: none;
    background: url(../img/btn/btn-3.png) no-repeat 0 0;
    text-align: center;
    line-height: 32px;
}

.container .content.home .request a:hover {
    color: #FFF;
}

.container .content.home .request input {
    color: #333;
    float: right;
    width: 225px;
    height: 33px;
    font-family: din;
    text-decoration: none;
    background: url(../img/btn/btn-3.png) no-repeat 0 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.container .content.home .request input:hover {
    color: #FFF;
}

.container .content.about-us {
    background: url(../img/icon-about-us.png) no-repeat 0 0;
}

.container .content.brands {
    background: url(../img/icon-brands.png) no-repeat 0 0;
}

.container .content.brands table td {
    padding: 5px 5px 5px 14px;
    background: url(../img/bullet.png) no-repeat 0 7px;
}

.container .content.tools {
    background: url(../img/icon-tools.png) no-repeat 0 0;
}

.container .content.tools .word {
    margin: 15px 0 0 8px;
}

.container .content.tools .word a {
    font-size: 26px;
    font-family: din;
    text-decoration: none;
    background: url(../img/file_extension_doc.png) no-repeat 0 0;
    padding-left: 36px;
    color: #333;
}

.container .content.tools .word a:hover {
    color: #000;
}

.container .content.contact {
    background: url(../img/icon-contact.png) no-repeat 0 0;
}

.container .content.contact .info {
    margin: 5px 0 15px;
    line-height: 20px;
}

.container .content.contact .info strong {
    font-size: 24px;
    margin: 0 0 -10px;
    font-family: din;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    display: block;
}

.container .content.contact .form {}

.container .content.contact .form ul {
    overflow: hidden;
}

.container .content.contact .form li {
    overflow: hidden;
    margin-bottom: 10px;
}

.container .content.contact .form label {
    display: block;
    width: 100px;
    float: left;
    margin-top: 5px;
}

.container .content.contact .form label.error {
    display: inline;
    width: auto;
    float: none;
    margin-left: 5px;
    font-size: 11px;
    color: #C00;
}

.container .content.contact .form textarea,
.container .content.contact .form input {
    padding: 5px;
    font-size: 12px;
    font-family: system-ui, sans-serif;
    border-radius: 5px;
    border: 1px solid #CCC;
    width: 300px;
}

.container .content.contact .form textarea.error,
.container .content.contact .form input.error {
    border-color: #C00;
}

.container .content.contact .form textarea {
    height: 100px;
}

.container .content.contact .form li.btns {
    padding-left: 100px;
}

.container .content.contact .form li.btns input {
    width: 100px;
    cursor: pointer;
}

.container .content.contact .form li.btns input:hover {
    background: #DDD;
    color: #FFF;
}

.container .content.contact .form li.btns input.send {
    background: #FC0;
    border: 1px solid #FFF;
}

.container .content.contact .form li.btns input.send:hover {
    background: #333;
}

.container .content.location {
    background: url(../img/icon-location.png) no-repeat 0 0;
}

.container .content.location h3 {
    font-size: 24px;
    margin: 10px 0;
    font-family: din;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
}

.container .content.location h3 span {
    color: #333;
}

.container .content.location .big-map {
    color: #333;
    font-size: 11px;
    text-decoration: none;
}

.container .content.location .big-map:hover {
    text-decoration: underline;
}


.container .content.news {
    background: url(../img/icon-news.png) no-repeat 0 0;
}

.container .content .news-container {
    overflow: hidden;
    background: url(../img/sep-products.gif) repeat-x 0 0;
    padding-top: 12px;
    margin-bottom: 8px;
}

.container .content .news-container .imagen {
    float: left;
    width: 104px;
    height: 104px;
    overflow: hidden;
    background: url(../img/no-image.png) no-repeat 0 0;
}

.container .content .news-container .imagen a {
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
}

.container .content .news-container .imagen ul {
    display: none;
    overflow: hidden;
}

.container .content .news-container .img-list {
    float: left;
    width: 104px;
    height: 104px;
    overflow: hidden;
    background: url(../img/no-image.png) no-repeat 0 0;
}

.container .content .news-container .news-content {
    float: right;
    width: 505px;
}

.container .content .news-container .news-content h2 {
    font-size: 34px;
}

.container .content .news-container .news-content .description {
    padding: 5px 0;
}

.container .content .news-container .news-content .description p {
    margin: 0px;
}

.container .content .news-container .news-content .activitylist {}

.container .content .news-container .news-content .activitylist li {
    margin-bottom: 5px;
    background: url(../img/download.png) no-repeat 0 center;
    padding: 3px 0 3px 20px;
}


.container .content.offers {
    background: url(../img/icon-offers.png) no-repeat 0 0;
}


.container .content.catalog {
    background: url(../img/icon-catalog.png) no-repeat 0 0;
}


.container .content.price-list {
    background: url(../img/icon-list.png) no-repeat 0 0;
}

.container .content .list-container {
    overflow: hidden;
    background: url(../img/sep-products.gif) repeat-x 0 0;
    padding-top: 15px;
    margin-bottom: 15px;
}

.container .content .list-container .list-content h2 {
    font-size: 34px;
}

.container .content .list-container .list-content .description {
    padding: 5px 0;
}

.container .content .list-container .list-content .description p {
    margin: 0px;
}

.container .content .list-container .list-content .activitylist {}

.container .content .list-container .list-content .activitylist li {
    margin-bottom: 5px;
    background: url(../img/download.png) no-repeat 0 center;
    padding: 3px 0 3px 20px;
}






.carrusel {
    background: url(../img/bg/bg-content.jpg) repeat 0 0;
}

.carrusel .carrusel-shadow {
    background: url(../img/bg/bg-shadow-carrusel.png) repeat 0 0;
    padding: 30px 0;
}

.carrusel .carrusel-shadow .carrusel-container {
    position: relative;
    overflow: hidden;
    background: url(../img/bg/bg-shadow-carrusel-interior.png) repeat 0 0;
    padding: 16px 0;
}





.restricted-area {
    background: url(../img/bg/bg-area.png) repeat 0 0;
    height: 344px;
    padding-top: 16px;
    border-top: 1px solid #FFF;
}

.restricted-area .btns {
    overflow: hidden;
}

.restricted-area .btns a {
    font-family: din;
    text-align: left;
    color: #FFF;
    text-decoration: none;
    font-size: 32px;
    line-height: 162px;
    display: block;
    width: 393px;
    height: 156px;
    background: url(../img/btn/btn-index.png) no-repeat 0 0;
}

.restricted-area .btns a:hover {
    color: #000;
}

.restricted-area .btns a.nov {
    width: 223px;
    padding-left: 170px;
    margin-bottom: 16px;
}

.restricted-area .btns a.ofe {
    background-position: 0 -156px;
    width: 195px;
    padding-left: 198px;
    float: right;
    margin-bottom: 16px;
}

.restricted-area .btns a.cat {
    background-position: 0 -312px;
    width: 219px;
    padding-left: 174px;
}

.restricted-area .btns a.lis {
    background-position: 0 -468px;
    width: 252px;
    padding-left: 141px;
    float: right;
}

.restricted-area-content {
    background: url(../img/bg/bg-area.png) repeat 0 0;
    height: 80px;
    padding: 40px 0 0;
    border-top: 1px solid #FFF;
}

.restricted-area-content .btns {
    overflow: hidden;
    text-align: center;
}

.restricted-area-content .btns a {
    background: url(../img/btn/btn-4.png) repeat 0 0;
    display: block;
    float: left;
    font-family: din;
    width: 195px;
    height: 41px;
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    margin-right: 7px;
}

.restricted-area-content .btns a:hover {
    color: #333;
}

.restricted-area-content .btns a.last {
    margin-right: 0px;
    float: right;
}



#msj {
    font-size: 11px;
    font-family: system-ui, sans-serif;
    color: #333;
    position: absolute;
    z-index: 10;
    text-align: center;
    left: 0px;
    right: 0px;
}

#msj .msj {
    width: 300px;
    margin: 0 auto;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 0 0 5px 5px;
}

#msj .msj span {
    padding: 6px 0 6px 25px;
}

#msj .error {
    border: 1px solid #C00;
    border-top: 0px;
    background: #FFF2F2;
}

#msj .error span {
    background: url(../img/error.png) no-repeat 0 2px;
}

#msj .ok {
    border: 1px solid #00CC00;
    border-top: 0px;
    background: #F2FFF2;
}

#msj .ok span {
    background: url(../img/ok.png) no-repeat 0 2px;
}



/* FOOTER */
#footer {
    height: 120px;
    background: #2E2D2E;
    color: #CCC;
    font-size: 13px;
    line-height: 18px;
    clear: both;
}

#footer .menu {
    color: #FC0;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 25px;
    margin: 0 0 15px;
}

#footer .menu a {
    color: #FC0;
    text-decoration: none;
    font-weight: bold;
}

#footer .menu a:hover {
    color: #FFF;
}

#footer .menu span {
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
}

#footer .design {
    font-size: 11px;
    color: #999;
}

#footer .design a {
    color: #999;
}

#footer .design a:hover {
    text-decoration: none;
}


/* pager */
.pager {
    overflow: hidden;
    border-top: 1px dotted #999;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 8px 0 5px;
}

.pager .pagelinks {
    float: right;
    color: #666;
}

.pager .pagelinks a {
    text-decoration: none;
    color: #333;
}

.pager .pagelinks .pageprevdead,
.pager .pagelinks .pagenextdead,
.pager .pagelinks .pageprevlink,
.pager .pagelinks .pagenextlink {
    padding-left: 12px;
}

.pager .pagelinks .pagenumdead,
.pager .pagelinks .pagenumlink {
    padding: 0 3px;
}

.pager .pagelinks .pageprevdead {
    background: url(../img/pageprevdead.png) no-repeat 0 2px;
}

.pager .pagelinks .pagenextdead {
    background: url(../img/pagenextdead.png) no-repeat 0 2px;
}

.pager .pagelinks .pageprevlink {
    background: url(../img/pageprevlink.png) no-repeat 0 2px;
}

.pager .pagelinks .pagenextlink {
    background: url(../img/pagenextlink.png) no-repeat 0 2px;
}

.pager .record {
    float: left;
}

.pager .record strong {
    color: #000;
}