body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,
img {border: 0;}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {font-style: inherit; font-weight: inherit;}
del,
ins {text-decoration: none;}
caption,
th {text-align: left;}
h1,
h2,
h3,
h4,
h5,
h6 {font-size: 100%; font-weight: 400;}
q:before,
q:after {content: '';}
abbr,
acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
legend {color: #000;}

input,
button,
textarea,
select,
optgroup,
option {font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
input,
button,
textarea,
select {font-size: 100%;}
ul,
li {list-style-type: none;}
p {margin: 10px 0;}
body {padding: 0 0 150px; background-color: #fff;}

.k-preview body {background-color: #c01717;}
body strong {font-weight: 700;}
body p {text-align: justify;}
body em {font-style: italic;}
body hr {border: 1px solid #ccc;}
body a {color: #000;text-decoration: none;}
body a:hover {color: #c01717;}
body .k-error {color: #c01717; font-weight: 700;}
td span.k-error{display: block; text-align: center;}

.hidden {display: none;}

#container .links,
#container .page,
#container .cart,
#container .box {
    background-image: none !important;
}

#cookieDisclaimer {
    font-family: 'Helvetica', 'Geneva', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #c01717;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 120%;
    z-index: 999;
}
#cookieDisclaimer span {
    display: block;
    float: left;
    margin: 0 50px 0 0;
    max-width: 70%;
}

#cookieDisclaimer strong {font-weight: bold;}
#cookieDisclaimer a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
#cookieDisclaimer a:hover {color: #000;}
#cookieDisclaimer .action {
    display: block;
    float: right;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    border-radius: 10px;
}
#cookieDisclaimer .action:hover {
    background-color: #000;
    color: #fff;
}

#container {
    background-color: #fff;
    color: #000;
    font-family: 'Helvetica', 'Geneva', sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1000px;
}

#container textarea,
#container select,
#container input {border: 1px inset #000; padding: 2px 5px;}

.header {
    position: relative;
    margin: 0 40px 30px 40px;
    border-top: 30px solid #000;
    height: 110px;
}
.header .content_widget {position: relative;}
.header .content_widget h1 {
    position: absolute;
    color: #fff;
    top: -30px;
    left: 10px;
    text-transform: uppercase;
    width: 300px;
}
.header .content_widget div > a img {margin: 18px 0 0;}
.header .content_widget div > h2 img {margin: -30px 0 0 0; position: absolute;}
.header .content_widget div ul {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 10px 0;
    width: 330px;
    text-align: right;
    border-top: 2px solid #c5d900;
}
.header .content_widget div ul li {display: inline; margin: 0 0 0 5px;}
.header .content_widget div ul li img {width: 25px;}
.header .user-widget {
    position: absolute;
    top: -28px;
    right: 0;
}
.k-authenticated .header .user-widget .anonymous,
.k-anonymous .header .user-widget .logged{display: none;}

.header .user-widget li {
    display: inline-block;
    margin: 0 0 0 20px;
}
.header .user-widget li a {
    color: #fff;
    display: block;
    padding: 5px 40px 5px 0;
    text-transform: uppercase;
}
.header .user-widget li.login a {background: url(/image/2462/8) right 5px top 5px no-repeat;}
.header .user-widget li.logout a {background: url(/image/2471/8) right 3px no-repeat;}
.header .user-widget li.cart a,
.header .user-widget li.registration a {background: url(/image/2468/8) right 3px no-repeat;}
.header .user-widget li.profile a {background: url(/image/2473/8) right 0 no-repeat;}

.header .user-widget li a:hover {color: #c5d900;}
.header #sect-widget-market-lang form {
    position: absolute;
    top: 20px;
    right: 0;
    width: 330px;
}
.header #sect-widget-market-lang label {
    clear: left;
    float: left;
    width: 180px;
    height: 21px;
    line-height: 21px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.header #sect-widget-market-lang label div {display: inline;}
.header #sect-widget-market-lang select {width: 150px; margin: 3px 0;}
.header #k-popup,
.header #k-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    display: none;
    z-index: 998;
}
.header #k-popup .popup-close,
.header #k-login .login-close {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -187px 0 0 253px;
    background-color: #000;
    color: #c5d900;
    padding: 3px 5px;
    display: block;
}
.header #k-popup .popup-close:hover,
.header #k-login .login-close:hover {color: #fff;}
.header #k-login .k-error {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -155px 0 0 -230px;
    z-index: 1000;
    width: 340px;
}
.header #k-popup .message-container,
.header #k-login form {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 210px;
    width: 480px;
    background-color: #fff;
    border: 1px solid #000;
    overflow: auto;
    z-index: 999;
    margin: -165px 0 0 -250px;
    padding: 60px 20px 0 20px;
}
.header #k-popup .message-container {
    height: auto;
    padding: 20px;
}
.header #k-login ul {
    position: relative;
    width: 320px;
}
.header #k-login ul li.button a {
    position: absolute;
    top: 28px;
    right: 0;
    background: url(/image/49/8) right 0 no-repeat;
    display: block;
    width: 40px;
    height: 28px;
}
.header #k-login input {width: 250px; margin: 5px 0 0 0;}
.header #k-login form>div {margin: 20px 0 0 0;}
.header #k-login form>div a {
    color: #c01717;
    display: block;
    margin: 5px 0 0 0;
}
.header #k-login form>div a:hover {color: #000;}
.header #k-login form label {display: none;}
.header #k-user {
    position: absolute;
    top: -25px;
    right: 10px;
    width: 500px;
    text-align: right;
    z-index: 999;
}
.header #k-user ul li {
    display: inline;
    margin: 0 0 0 10px;
}
.header #k-user ul li a {
    color: #fff;
}
.header #k-user ul li a:hover {
    color: #c5d900;
}
.header #k-user ul li.nickname {
    font-weight: 700;
}
.header #k-user ul li.edit-user {
    display: none;
}
.header #main-menu {
    background-color: #000;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 110px;
}
.header .menuExpand {
    background-color: #000;
    color: #fff;
    display: block;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 20px;
}
.header .menuExpand:hover {
    color: #c5d900;
}
.header #main-menu li {
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    position: relative;
    background-color: #000;
}
.header #main-menu>li img {
    max-height: 20px;
    margin: 5px 0 -5px 0;
}
.header #main-menu li ul,
.header #main-menu ul {
    display: none;
    background-color: transparent;
}
.header #main-menu li:hover>ul {
    display: block;
    position: absolute;
    top: 30px;
    left: -23px;
    z-index: 999;
    width: 620px;
}
.header #main-menu li:hover ul li {
    display: block;
    width: 280px;
    padding: 0 10px;
    font-weight: bold;
}

/* nascondere promotion 1, promotion 2 */

.header #main-menu li:nth-child(4):hover ul{
	display: none !important;
}

.header #main-menu li ul li ul {
    position: static;
    display: block;
}
.header #main-menu li ul li ul li {
    width: 240px !important;
    font-weight: normal !important;
}
.header #main-menu li li:hover>ul {
    display: block;
    position: static;
}
.header #main-menu li p {display: inline;}
.header #main-menu li a {color: #fff;}
.header #main-menu li:hover > a,
.header #main-menu li a:hover {color: #c5d900;}

.banner .content_widget>div>img {margin: -60px 0 20px 0;}
.banner ul {overflow: hidden; position: relative;}
.banner ul li {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner ul li:first-child {display: block;}
.banner ul li img{width: 100%;}

.search-box {
    border: 1px solid #c5d900;
    margin: 60px 40px 0 40px;
    min-height: 130px;
    position: relative;
}
.home .search-box {
    margin: 30px 40px 0 40px;
    padding: 0 0 50px 0;
}
.search-box h2 {
    background: url(/image/2461/8) 5px 5px no-repeat #c5d900;
    font-weight: 700;
    left: 0;
    padding: 8px 20px 8px 50px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.home .search-box ul {margin: 60px auto 0 auto; width:770px; padding: 0}
.home .search-box ul .easy-autocomplete-container ul {width:auto; margin-top: 0;}
.search-box ul {margin: 60px 0 0 0; padding: 0 20% 0 0; text-align: center;}
.search-box ul li {
    display: inline-block;
    margin: 0 0 20px 2%;
    min-width: 150px;
    position: relative;
    width: 22.5%;
}
.search-box ul li li {
    margin: 0;
    text-align: left;
}
.search-box ul li label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px 5px 10px;
}
.search-box ul li input {width: 90%;}
.search-box ul li span {
    background-color: #4c4c4c;
    background-image: none;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    margin: 7px 0 0 0;
    padding: 10px;
    position: absolute;
    width: 152px;
    z-index: 10;
}
.search-box ul li span.error {
    color: #c5d900;
}
.search-box ul li span:before {
    color: #4c4c4c;
    content: '^';
    display: block;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -9px;
    width: 152px;
}
.home .search-box form div a {
    position: initial;
    margin: 15px auto 25px auto;
}

.search-box form div a {
    display: block;
    margin: 10px 0;
    position: absolute;
    top: 0;
    left: 250px;
}
.home .search-box form div a.submit {
    bottom: 60px;
    top: auto;
}
.home .search-box form div a:last-child {
    bottom: 30px;
    left: 0;
    margin: 0;
    text-align: center;
    top: auto;
    width: 100%;
}

.search-box .easy-autocomplete-container ul {
    max-height: 120px;
    min-width: 243px;
    overflow: auto;
    padding: 0;
}
.search-box .easy-autocomplete-container ul li {
    min-width: 200px;
}

#section-main div.ps-confirm-cart .first-fieldset,
#section-main div.ps-cart{overflow: auto;}

#section-main .ps-confirm-cart .submit a,
#section-main .ps-cart ul li a,
#reg-submit,
.button-links a {display: block; margin: 5px 0 5px auto;}
#section-main .ps-confirm-cart .submit a,
#section-main .ps-cart ul li a,
#reg-submit,
.button-links a,
.search-box form div a.submit {
    background: url(/image/2460/8) right 0 no-repeat #4c4c4c;
    bottom: 5px;
    color: #fff;
    font-weight: 700;
    left: auto;
    line-height: 33px;
    min-width: 100px;
    padding: 0 30px 0 0;
    right: 2%;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 10%;
}
#section-main .ps-confirm-cart .submit a:hover,
#section-main .ps-cart ul li a:hover,
.button-links a:hover,
.search-box form div a.submit:hover {color: #c5d900;}

.box {margin: 30px 40px 0 40px;}
.box ul {overflow: hidden; text-align: center;}
.box ul li {
    background-color: #c5d900;
    display: inline-block;
    margin: 0 1.2% 20px 1.1%;
    min-width: 280px;
    padding: 1px;
    text-align: center;
    width: 32%;
}
.box ul li:last-child,
.box ul li:first-child {margin: 0 0 20px 0;}
.box ul li a {
    color: #000;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.box ul li a:first-child { padding: 8px 20px;}
.box ul li a:first-child:hover {color: #fff;}
.box ul li a:last-child {height: 160px;}
.box ul li a img {height: 100%; width: 100%;}

.footer {
    margin: 30px 0 0 0;
    color: #fff;
    background-color: #4c4c4c;
    padding: 20px 70px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.footer ul {margin: 0 0 20px;}
.footer ul li {display: inline-block; padding: 0 10px; border-left: 1px solid #c5d900;}
.footer ul li:first-child {border-left: 0;}
.footer ul li a {display: inline; font-weight: 700;}
.footer a {color: #c5d900;}
.footer a:hover {color: #000;}
.footer p {font-size: 12px; text-align: center;}
.footer p a {
    color: #fff;
    text-decoration: underline;
    margin: 0 10px;
}
.intranet #section-main .file-system,
.cart-step-2 #section-main > .content_widget,
.cart-step-1 #section-main > .content_widget,
.pdm_news,
.main {margin: 30px 80px 0 80px; overflow: hidden;}
.cart-step-1 #section-main > .content_widget h1,
.user-details #section-main .html_widget h2,
.cart-step-2 #section-main .content_widget h1,
#section-main .pdm_news h1,
#section-main .pdm_news .k-list-title,
.main h1 {
    color: #c5d900;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
}
.user-details .main h1 {
    color: #000;
    font-size: inherit;
    font-weight: normal;
    text-transform: none;
    margin: 20px 0;
}
.user-details .main h1 span{font-weight: bold;}

.main .recordList_widget h1 {
    background-color: #c5d900;
    color: #000;
    font-size: 16px;
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    float: left;
}

.main .psDetail_widget h1 {
    color: #000;
    margin: 20px 0 10px 0;
    text-align: center;
}
.main h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0 0;
}
.main h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
}
.main p {margin: 10px 0;}
.content_widget a {color: #c01717;}
.content_widget a:hover {color: #c5d900;}
.content_widget .main ol,
.content_widget .main ul {padding: 0 0 0 15px;}
.content_widget div ol li {list-style-type: decimal;}
.content_widget div ul li {list-style-type: disc;}
body.user-details article .content_widget div ul li {list-style-type: none; font-weight:bold;}
body.user-details article .content_widget div ul li::before {content: "\0025A0"; color: #c5d900; padding-right:7px;}
.main .recordList_widget ul li {
    border-top: 1px solid #000;
    overflow: hidden;
    padding: 20px 0;
}
.main .recordList_widget ul li:first-child {border-top: 0;}
.main .recordList_widget ul li .k-label {
    display: inline-block; 
    font-weight: bold; 
    line-height: 33px;
    overflow: hidden;
    width: 140px;
}
.main .recordList_widget ul li .k-label:first-child {width: 70px;}
.main .recordList_widget ul li .k-value {
    display: inline-block; 
    line-height: 33px;
    margin: 0 20px 0 0;
    overflow: hidden;
}
.main .recordList_widget ul li a {
    background: url(/image/2460/8) right 0 no-repeat #4c4c4c;
    color: #fff;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 33px;
    padding: 0 50px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 270px;
}
.main .recordList_widget ul li a:hover {color: #c5d900;}
.recordList_widget.scns {margin: 20px 0 0 0; overflow: hidden;}
.available-products .you-searched-by,
.available-products .you-searched-by span {margin: 0 0 0 10px;}
.available-products .you-searched-by span,
.available-products > span:first-child {
    background-color: #c5d900;
    display: inline-block;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
}
.scns .k-list-error {margin: 20px 0 0 0;}
.user-details #section-main .main a {color: #c01717;}
.user-details #section-main .main a:hover {color: #c5d900;}

#section-main .spare-parts table,
#section-main .ps-confirm-cart table,
#section-main .pending-orders > table,
#section-main .ps-cart table,
.main table {display: table; width: 100%; margin: 30px 0 0 0; position: relative;}
#section-main .ps-confirm-cart table,
.main table table {margin: 10px 0 0 0;}
#section-main .ps-confirm-cart table tr,
#section-main .pending-orders > table tr,
#section-main .ps-cart table tr,
.main .recordList_widget table tr,
.main .recordDetail_widget table table tr {border-bottom: 1px solid #000;}
#section-main .pending-orders table tr:last-child,
.main .recordDetail_widget table table tr:last-child {border-bottom: 0;}
.main .recordDetail_widget h2,
.main .recordList_widget h2,
#section-main .ps-confirm-cart table th,
#section-main .pending-orders table th,
#section-main .ps-cart table th,
.main table th {
    background-color: #000;
    color: #c5d900;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
    white-space: wrap;
    text-align: center !important;
}
.main .recordDetail_widget h2,
.main .recordList_widget h2 {
    font-size: 14px;
    text-align: center;
}
#section-main .ps-confirm-cart table td,
#section-main .pending-orders table td,
#section-main .ps-cart table td,
.main table td {padding: 5px;}
#section-main .ps-confirm-cart table td,
#section-main .ps-cart table td,
#section-main .pending-orders table td,
#section-main .ps-cart table td,
.main .psDetail_widget table td {vertical-align: top; }
#section-main .spare-parts table .number,
#section-main .ps-confirm-cart table .number,
#section-main .ps-cart table .number,
.main table .number {text-align: right; }
.main table tr.add-to-cart td {
    background-color: #c5d900; 
    font-weight: bold;
    padding: 10px 10px 11px 10px;
    position: absolute; 
    right: 0; 
    text-align: center !important;
    width: 290px !important;
}
.main .psDetail_widget table td .k-label {
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    width: 160px;
}
.main .psDetail_widget table table thead td,
.main .psDetail_widget table table thead .k-label {
    display: table-cell;
    width: auto;
}
.main .psDetail_widget table tr td:last-child ul {text-align: right;}
.main .links .fg-list button,
.main .psDetail_widget table tr td ul button {
    background-color: #c5d900;
    display: inline-block;
    font-weight: 700;
    padding: 2px 10px;
    text-transform: uppercase;
}
.main .psDetail_widget table tr td ul #spare-parts-button {
    display: block;
   position: absolute;
    bottom: 0;
    right: 0;
}
.main .links .fg-list button:hover,
.main .psDetail_widget table tr td ul button:hover {color: #fff;}
.main table td a {color: #c5d900; font-weight: bold;}
.main table td a:hover {color: #c01717;}
.cart-step-1 #section-main .ps-cart table td input,
.main table td input {max-width: 50px; text-align: right;}
.main table table {border-top: 1px solid #000; display: none;}
.detail #section-main table table {margin: 10px 0 20px 0;}

.main table table tr td:last-child,
.main table table tr th:last-child {text-align: right;}
.main table table tr td {text-align: left;}
#section-main .ps-cart table tr .remove{text-align: center;}
#section-main .ps-cart table td.last-row {font-weight: bold; text-align: right;}
#section-main .ps-cart table td.empty-cart {color: #c01717; padding: 30px 0;text-align: center;}
#section-main .ps-cart ul {margin: 30px 0; text-align: right;}
#section-main .ps-cart ul li {display: inline-block;}
#section-main .ps-cart ul li a {width: auto; margin: 0 0 0 20px; padding: 0 40px 0 10px;}
#section-main .ps-confirm-cart table td.available {text-align: center;}
#section-main .ps-confirm-cart table .total-cart td {text-align: right; font-weight: bold;}
#section-main .ps-confirm-cart .legend .legend {font-weight: bold;}
#section-main .ps-confirm-cart .legend span {display: block;}
#section-main .ps-confirm-cart .green-light:before,
#section-main .ps-confirm-cart .red-light:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: ' ' ; 
    display: inline-block;
    height: 12px; 
    margin: 0 10px 0 0;
    width: 12px; 
}
#section-main .ps-confirm-cart .green-light:before {background-color: green;}
#section-main .ps-confirm-cart .red-light:before {background-color: red;}

#section-main .ps-confirm-cart .third-fieldset {background-color: #ccc; padding: 30px;}

#section-main .ps-confirm-cart table,
#section-main .pending-orders > table {border-bottom: 1px solid #000; border-left: 1px solid #000;}
#section-main .ps-confirm-cart table td,
#section-main .pending-orders > table > tbody > tr > td {border-right: 1px solid #000;}

#section-main .pending-orders > table a {color: #c01717; display: block; padding: 0 20px 0 0; background: url(/image/2282/8) right bottom no-repeat;}
#section-main .pending-orders > table a.open {background: url(/image/2631/8) right no-repeat;}
#section-main .pending-orders > table table a.open,
#section-main .pending-orders > table table a {background-image: none;}
#section-main .pending-orders > table a:hover {color: #c5d900;}
#section-main .pending-orders > table table {margin: 30px auto; width: 90%;}
#section-main .pending-orders > table table .number{text-align: right;}
#section-main .pending-orders > table .inner-table th,
#section-main .pending-orders > table .inner-table td {background-color: #ddd; color: #000;}

.main .recordList_widget .functional-group {
    background-color: #666;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0 1.5% 10px 1.5%;
    min-width: 180px;
    padding: 10px 1.5%;
    text-align: center;
    text-transform: uppercase;
    width: 27%;
}
.main .recordList_widget .functional-group.selected,
.main .recordList_widget .functional-group:hover {
    background-color: #c5d900;
    color: #000;
}
.main .recordList_widget .functional-group a {
    display: inline-block;
    color: #fff;
    padding: 0;
}
.main .recordList_widget .functional-group.selected a,
.main .functional-group:hover a {color: #000;}

.main .recordDetail_widget table table td {
    width: 50%;
    vertical-align: top;
}
.main .recordDetail_widget table td .k-value {overflow: hidden;}
.main .recordDetail_widget table table td a {
    background: url(/image/864/8) 0 bottom no-repeat;
    display: block;
    padding: 2px 0 0 20px;
}

.main .recordDetail_widget .description,
.main .recordDetail_widget .links {
    width: 420px;
    display: table-cell;
    vertical-align: bottom;
}
.main .recordDetail_widget .links {text-align: right;}
.main .recordDetail_widget .links a {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 2px 0 0 25px;
    font-weight: bold;
}
.main .recordDetail_widget .links a:first-child {background: url(../gui/excel.gif) 0 bottom no-repeat;}
.main .recordDetail_widget .links a:last-child {background: url(../gui/print.gif) 0 bottom no-repeat;}
.main .links {position: relative;}
.main .links .fg-list {
    background-color: #fff;
    border: 1px solid #000;
    margin: 10px 0 0 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 10;
}
.main .links .fg-list label {margin: 0 0 0 10px;}
.main .links .fg-list button {display: block;margin: 10px auto 0 auto;}

.main .recordList_widget.download ol li a {
    background: url(/image/864/8) 5px center no-repeat;
    display: block;
    padding: 5px 5px 5px 30px;
}
.main .recordList_widget ol li a.link {
    background: url(../gui/catena.gif) 5px center no-repeat;
}
.main .parts-drawing {overflow: hidden; clear: both; text-align: center;}
.main .parts-drawing h2 {display: none;}
.main .parts-drawing > a {display: inline-block;  margin: 0 10px;}
.main .drawing {
    overflow: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.main .drawing > img {display: block; width: 100%;}

.main .pcn > div {font-weight: bold;}
.main .pcn .caption {font-weight: normal; margin: 0 0 20px 0; }
.main .pcn .caption span {display: inline-block; margin: 0 0 0 20px;}
.main .pcn .caption span.title {margin: 0 0 20px 0;}
.main .pcn .caption span.is-sellable {background: url(/image/2469/8) 0 0 no-repeat; padding: 3px 0 3px 35px;}
.main .pcn .caption span.is-not-sellable {background: url(/image/2467/8) 0 0 no-repeat; padding: 5px 0 5px 35px;}
.main .pcn .caption span.info {background: url(/image/4032/8) 0 0 no-repeat; padding: 5px 0 5px 35px;}

.main .pcn .caption span a {color: #c5d900; margin: 0 0 0 10px;}
.main .pcn .caption span a:hover {color: #c01717;}

#section-main .html_widget {margin: 0 80px 0 80px;}
#section-main .html_widget form {overflow: hidden; position: relative;}
#section-main .html_widget form h3 {font-weight: bold; text-transform: uppercase;}
#section-main .html_widget form div {margin: 5px 0; line-height: 28px; overflow: hidden; padding: 0 50px 0 0; position: relative;}
#section-main .html_widget form div.buttons {padding: 0 0 0 20%;}
#section-main .html_widget form div.field label {display: inline-block; min-width: 150px; width: 20%;}
#section-main .html_widget form div.field input { margin: 0 1% 0 0;  width: 50%;}
#section-main .html_widget form div.field a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/image/49/8) right 0 no-repeat;
    display: block;
    width: 40px;
    height: 28px;
}
#section-main .html_widget form .error {color: #c01717; display: block;font-weight: bold; margin: 0 0 10px 0;}
#section-main .html_widget form div.field .required-field-error {color: #c01717; font-weight: bold; max-width: 20%; white-space:nowrap;}
#section-main .html_widget form div.text a {color: #c01717;}
#section-main .html_widget form div.text a:hover {color: #c5d900;}

.detail .main .bills {clear: both; overflow: hidden;}
.detail .main .description {max-width: 60%;}
.detail .main .description ul li {
    border: 0;
    padding: 0;
    width: auto;
}
.detail .main .description ul li .k-value {line-height: 150%;}
.detail .main .description ul li .k-value strong {color: #c01717;}
.detail .main .description ul li .k-label {line-height: 150%; margin: 0 20px 0 0;}
.detail .main .description  ul li .k-label:first-child {width: auto;}
.detail .main .description  ul li:last-child .k-label {margin: 0;}
.detail .main .links {float: right; font-weight: bold; margin: -30px 0 0 0;}
.detail .main .links a {display: inline-block; margin: 0 0 0 20px; padding: 5px 0 0 30px;}
.detail .main .links a.export {background: url(/image/2470/8) 0 0 no-repeat;}
.detail .main .links a.print {background: url(/image/2472/8) 0 0 no-repeat;}
.detail .main .bill-of-materials {overflow: auto; clear: both;}
.detail .main .bill-of-materials table tr.item.no-border td,
.detail .main .bill-of-materials table tr {border-bottom: 0;}
.detail .main .bill-of-materials table.boms tr td:first-child {width: 50px; text-align: right;}
.detail .main .bill-of-materials table.boms tr td:last-child {width: 30px;}
.detail .main .bill-of-materials table tbody tr.item td {border-bottom: 1px solid #000;}
.detail .main .bill-of-materials table.boms tbody tr:not(.item) td:nth-child(2) {color: #c5d900; font-weight: bold;}
.detail .main .bill-of-materials table.spare-parts tbody tr:not(.item) td:nth-child(1) {color: #c5d900; font-weight: bold;}
.detail .main .bill-of-materials table tbody tr.item td .interchangeable,
.detail .main .bill-of-materials table tbody tr.item td .message{
    color : #ff0000;
    font-weight: bold;
    float: left;
    text-align: left;
}
.detail .main .bill-of-materials table tbody tr.item td .interchangeable {
    float: right;
    margin: 0 10px 10px 0;
}
.main table td.is-sellable-true a,
.main table td.is-sellable-false a {
    display: inline-block; 
    height: 25px;
    width: 30px; 
}
.main table td.is-sellable-true a.email,
.main table td.is-sellable-false a.cart {display: none; }
#container .main table td a.cart {background: url(/image/2469/8) 0 0 no-repeat !important; }
#container .main table td a.cart:hover {background: url(/image/2468/8) 0 0 no-repeat !important; }
.main table td.is-sellable-true a.email {background: url(/image/2467/8) 0 0 no-repeat !important;}
#container .main table td.is-sellable-false a.email {background: url(/image/2467/8) 0 0 no-repeat !important;}
#container .main table td.is-sellable-false a.email:hover {
    background: url(/image/4032/8) 0 2px no-repeat !important;
    margin: 0 0 0 5px;
    width: 25px; 
}

.main .download a {
    color: #c01717;
    display: block;
    line-height: 30px;
    margin: 5px 0;
    padding: 0 0 0 30px;
}
.main .download a:hover {color: #c5d900;}
.main .download .internal-link a {background: url(/image/864/8) 0 center no-repeat;}
.main .download .external-link a {background: url(/image/1321/8) 0 center no-repeat;}

.locator {
    border: 10px solid #4c4c4c;
    height: 400px;
    margin: 30px 0;
    overflow: hidden;
}
.locator .locator-search {
    float: left;
    height: 400px;
    width: 280px;
    overflow: hidden;
}
.locator #locator-map {
    height: 400px;
    overflow: hidden;
}
.locator .locator-search > .region,
.locator .locator-search > .country {padding: 10px; height: 50px;}
.locator .locator-search > .region select,
.locator .locator-search > .country select {width: 100%; margin: 5px 0 0 0;}
.locator .locator-map {
    background-color: #efefef;
    height: 400px;
    width: 540px;
    margin: 0 0 0 280px;
    overflow: hidden;
}
.locator .locator-search #list {
    padding: 10px;
    height: 310px;
    overflow: auto;
}
.locator .locator-search #country-list > ul > li {margin: 0 0 20px 0;}
.locator .locator-search ul li .company {font-weight: bold;}
.locator .locator-search ul li .branch {color: #c01717; font-weight: bold;}
.locator .locator-search ul li span span a {color: #c01717;}
.locator .locator-search #country-list > ul > li ul {padding: 0 0 0 20px; list-style-type: disc;}
.locator .locator-search #country-list > ul > li li {list-style-type: disc;}

#section-main .html_widget form#registration {
    background-color: #eee;
    padding: 10px 20px;
}
#section-main .html_widget form#registration div{padding: 0;}
#section-main .html_widget form#registration h2 {font-weight: bold; margin: 20px 0 0 0; text-transform: uppercase;}
#section-main .html_widget form#registration h2 a {color: #c5d900;}
#section-main .html_widget form#registration h2 a:hover {color: #c01717;}
#section-main .html_widget form#registration ul li {display: inline-block;}
#section-main .html_widget form#registration .messages {color: #c01717; margin: 20px 0 0 0;}
#section-main .html_widget form#registration .messages ul li {display: list-item;}
#section-main .html_widget form#registration label {display: inline-block; min-width: 150px; width: 10%; white-space: nowrap; text-align: right; margin: 0 10px 0 0;}
#section-main .html_widget form#registration ul li label {width: auto; min-width: 0;}
#section-main .html_widget form#registration div label:first-child {text-align: left; }
#section-main .html_widget form#registration label.required:after {color: #c01717; content: '*';}
#section-main .html_widget form#registration input {width: 27%; }
#section-main .html_widget form#registration input[type=radio],
#section-main .html_widget form#registration input[type=checkbox] {width: auto; margin: 0 10px 0 0;}
#section-main .html_widget form#registration input[type=radio]{margin: 0 50px 0 0;}

#section-main .html_widget form#registration select {width: 28.5%; }
#section-main .html_widget form#registration.private .company {display: none;}
#section-main .html_widget form#registration.company .company {display: auto;}

#section-main .user-data li {border-bottom: 1px solid #000; padding: 5px 0;}
#section-main .user-data li .label {display: inline-block; font-weight: bold; width: 20%;}

#section-main .pdm_news li {overflow: hidden; margin: 0 0 20px 0;}
#section-main .pdm_news .pdm_news-title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
#section-main .pdm_news .pdm_news-title a {color: #c01717;}
#section-main .pdm_news .pdm_news-title a:hover {color: #c5d900;}
#section-main .recordList_widget .pdm_news .pdm_news-image_kid {float: right;}
#section-main .recordDetail_widget .pdm_news .pdm_news-image_kid {text-align: center;}
#section-main .recordDetail_widget .pdm_news .pdm_news-image_kid img {width: 100%;}
#section-main .recordList_widget .pdm_news .pdm_news-image_kid img {margin: 0 0 0 20px;}

#section-main .ps-confirm-cart .confirm-order {display: none;}
#section-main .ps-confirm-cart .title .order-number {font-weight: bold;}
#section-main .ps-confirm-cart .privacy input {clear: left;}
#section-main .ps-confirm-cart .privacy a {color: #c01717; display: inline-block; width: 80%; line-height: 30px;}
#section-main .ps-confirm-cart .privacy a:hover {color: #c5d900;}
#section-main .ps-confirm-cart label {display: inline-block; float: left;margin: 0 20px 0 0; width: 200px;}
#section-main .ps-confirm-cart .notes label {float: none; width: auto;}
#section-main .ps-confirm-cart input {margin: 0 5px 0 0;}
#section-main .ps-confirm-cart .privacy input {display: block; clear: left; float: left; margin: 11px 10px 0 0;}
#section-main .ps-confirm-cart textarea {width: 100%; margin: 0;}
#section-main .ps-confirm-cart .submit {margin: 0; padding: 0;}
#section-main .ps-confirm-cart .submit a {width: 150px; }
#section-main .ps-confirm-cart table .total,
.intranet #section-main .k-list-error,
.intranet #section-main .k-list-title,
.intranet #section-main .content_widget .main div {display: none;}
.intranet #section-main .parent,
.intranet #section-main .file-system {margin: 0 80px; overflow: hidden;}
.intranet #section-main .parent a,
.intranet #section-main .file-system a {color: #c01717; display: block;}
.intranet #section-main .parent a,
.intranet #section-main .file-system a {
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 0 40px;
}
.intranet #section-main .parent a {
    background: url(/image/2596/8) 0 center no-repeat;
}
.intranet #section-main .file-system.directories a {
    background: url(/image/2595/8) 0 center no-repeat;
    text-transform: uppercase;
}
.intranet #section-main .file-system.files  a {
    background: url(/image/864/8) 5px center no-repeat;
}
.intranet #section-main .file-system a:hover {color: #c5d900;}

.print #container {max-width: 10000px; width: 100%;}
.print #section-main {margin: 0; width: 100%;}
.print .bill-of-materials table tr td:nth-child(6) *,
.print .bill-of-materials table tr td:last-child *,
.detail.print .links,
.print .drawing a,
.print .psDetail_widget table button,
.print .psDetail_widget table input,
.print .psDetail_widget table label,
.print #section-searchBox,
.print #section-box,
.print .footer,
.print .header {display: none !important;}
.print .bill-of-materials table tr td:last-child .interchangeable,
.print .bill-of-materials table tr td:last-child .message {display: block !important;}
.print .bill-of-materials table tr th:nth-child(6),
.print .bill-of-materials table tr th:last-child {color: #fff;}
.print .drawing {page-break-after: always; page-break-before: always;}
