.home_top {
    border-bottom: 3px solid #004488;
    padding-bottom: 5px;
    margin-bottom: 23px;
}

.home_left {
    float: left;
    width: 609px;
}

.home_right {
    float: right;
    width: 611px;
}

.home_left > div, .home_right > div{
    margin-bottom: 15px;
}

.static_block_wrapper {
    width: 100%;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.cms_block_1 {
    height: 270px;
}

.cms_block_2 {
    height: 277px;
}

.static_block_wrapper.cms_block_2 h1{
    padding-bottom: 6px;
}

.static_block_wrapper.cms_block_2 .page-title {
    margin-bottom: 0;
}

.static_block_wrapper h1 {
    width: 100%;
    position: absolute;
    border-bottom: 3px solid #004488;
    margin: 0;
    float: none;
    padding-bottom: 6px;
    top: 0;
    font-size: 18px;
    color: #222222;
    height: 21px;
}

.page-title h1 {
    height: 21px;
}

.static_block_wrapper img {
    width: 100%;
    height: 100%;
}

.new_products {
    width: 611px;
    margin-top: 0px;
}

.new_products .page-title,
.merchant_offer .page-title,
.cms_block_2 .page-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.new_products .jcarousel-wrapper {
    background-color: #EAECF3;
    overflow: auto;
    padding: 10px 0 12px 0;
}

.home_left .new_products .jcarousel-wrapper {
    padding-bottom: 11px;
}

.new_products .jcarousel {
    float: left;
    position: relative;
    overflow: hidden;
    width: 563px;
    height: 249px;
}

.new_products .jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.new_products .jcarousel li {
    float: left;
    height: 249px;
    width: 149px;
    border-right: 1px solid #dddddd;
}

.new_products .jcarousel li.last {
    border: none;
}

.new_products .odd, .new_products .even {
    background-color: inherit;
}

.new_products li {
    margin: 0;
    padding: 0 19px;
}

.new_products .image-container {
    margin-bottom: 5px;
}

.new_products .product-image {
    width: 148px;
    height: 128px;
    float: none;
    border: none;
}

.new_products .product-details {
    text-align: center;
    margin-top: 15px;
}

.new_products .product-name {
    height: 43px;
    line-height: 14px;
    overflow: hidden;
}

.new_products .product-price {
    margin-top: 9px;
    height: 15px;
}

.new_products .product-price span {
    font-weight: 600;
}

.new_products .product-links {
    width: 80%;
    margin: 10px 10% 0;
}

.new_products .product-links a.on-wishlist:hover {
    color: #09B6E9;
}

.new_products .product-links td {
    vertical-align: middle;
    text-align: center;
}

.new_products .product-links td.wishlist-cell {
    vertical-align: bottom;
}

.new_products .product-links td.wishlist-cell div.loading-wishlist {
    display: inline-block;
    width: 18px;
    height: 17px;
}

.new_products .product-links td  i{
    font-size: 18px;
}

.new_products .product-links i.on-top {
    display: block;
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 11px;
}

.new_products li.item div{
    margin-left: 0;
}

.new_products .jcarousel-control {
    display: table-cell;
    vertical-align: middle;
    width: 24px;
    height: 249px;
}

.new_products .jcarousel-control i {
    line-height: 249px;
    font-size: 3em;
}

.new_products .jcarousel-prev {
    float: left;
    text-align: right;
}

.new_products .jcarousel-next {
    float: right;
    text-align: left;
}

.static_block_wrapper.cms_block_2 {
    height: 271px;
}

.merchant_offer #logo-container {
    border: 1px solid #004488;
    box-sizing: border-box;
    padding: 10px;
    width: 297px;
    height: 294px;
}

.merchant_offer #logo-container div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.merchant_offer .jcarousel-wrapper {
    background-color: #EAECF3;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.merchant_offer .jcarousel,
.merchant_offer .no-offers {
    float: left;
    position: relative;
    height: 264px;
    width: 190px;
    margin-left: 49px;
    line-height: 20px;
}

.merchant_offer .jcarousel ul,
.merchant_offer .no-offers ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0 0px;
    padding: 0 0px;
}

.merchant_offer .jcarousel li,
.merchant_offer .no-offers li{
    float: left;
    height: 264px;
    width: 190px;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.merchant_offer .jcarousel div.offerlink_overlay,
.merchant_offer .jcarousel img,
.merchant_offer .no-offers img {
    width: 180px;
    height: 264px;
    object-fit: contain;
}

.merchant_offer .odd, .merchant_offer .even {
    background-color: inherit;
}

.merchant_offer .jcarousel-control {
    display: table-cell;
    vertical-align: middle;
    width: 54px;
    height: 264px;
    position: absolute;
    top: 0;

    text-align: center;
}

.merchant_offer .jcarousel-control i {
    line-height: 264px;
    font-size: 3em;
}

.merchant_offer .jcarousel-prev {
    left: 0px;
    background: url(../images/caroussel-bg-left.png) repeat-y top left;
}

.merchant_offer .jcarousel-next {
    right: 0px;
    background: url(../images/caroussel-bg-right.png) repeat-y top left;
}

div#left_slider {
    float: left;
    /*width: 923px;
    height: 294px;*/
    width: 921px;
    height: 292px;
    border: 1px solid #004488;
    overflow: hidden;
}

div#right_slider {
    float: right;
    width: 297px;
    height: 294px;
}

div#right_slider .flex-control-nav {
    bottom: unset;
    top: 265px;
}

.no-offers {
    line-height: 222px;
    text-align: center;
}

#wishlist-table.offer-table td.last {
    padding-right: 5px;
}

tr.odd {
    background-color: #f2f5f9;
}

#wishlist-table.offer-table td:first-child {
    width: 1%;
}

#wishlist-table.offer-table td {
    height: 29px;
    vertical-align: middle;
    font-size: 12px;
}

#wishlist-table.offer-table td.no-pad {
    padding-right: 5px;
}

#wishlist-table.offer-table i {
    font-size: 14px;
}

#wishlist-table.offer-table i.on-top {
    display: block;
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 11px;
}

.home_top #right_slider ul li img {
    width: 287px;
    height: 294px;
}

.merchant_offer .jcarousel .home_offerlink {
    position: relative;
}

.merchant_offer .jcarousel a.home_offerlink div.offerlink_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: url(../images/fancybox_overlay.png) repeat;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 264px;
}

.merchant_offer .jcarousel a.home_offerlink div.offerlink_overlay span {
    line-height: 16px;
    height: 32px;
    display: inline-block;
    padding: 0 5px;

}

.merchant_offer .jcarousel a.home_offerlink:hover div.offerlink_overlay {
    opacity: 1;
}

.merchant_offer .jcarousel .home_offerlink span {
    display: block;
}

.technical-advisor .popup-header {
    background-color: #004487;
    overflow: auto;
    padding: 17px 23px 14px;
}

.technical-advisor .popup-header h1{
    color: #ffffff;
    float: left;
    margin: 0;
    height: 14px;
    font-size: 14px;
}

.technical-advisor {
    overflow: auto;
    text-align: left;
}

.technical-advisor .popup-header {
    margin-bottom: 20px;
}

.technical-advisor .popup-header span.close-btn{
    float: right;
    display: block;
    cursor: pointer;
}

.technical-advisor .popup-header span.close-btn i{
    height: 14px;
    font-size: 14px;
    color: #ffffff;
}

.technical-advisor .popup-content {
    width: 400px;
    overflow: auto;
    padding-bottom: 20px;
}

#pricelist.technical-advisor .popup-content {
    width: 420px;
}

.technical-advisor .popup-content h1 {
    font-weight: 600;
}

.technical-advisor .popup-content .popup-content-row {
    overflow: auto;
}

.technical-advisor .popup-content .vertical-bar {
    float: left;
    width: 2px;
    height: 502px;
    margin-top: 20px;
    background-color: #003f8e;
}

.technical-advisor .popup-content .popup-content-col {
    float: left;
    padding: 0 30px;
    width: 340px;
}

#catalog-order-form .validation-advice {
    display: none;
}

#catalog-order-form .fieldset {
    margin: 0;
    padding: 0;
    background-color: inherit;
    border: none;
}

#catalog-order-form h1 {
    margin-bottom: 29px;
    text-align: left;
    font-size: 18px;
}

#catalog-order-form label {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 10px;
}

#catalog-order-form label span {
    color: #004289;
}

#catalog-order-form input {
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #444444;
    font-size: 13px;
    height: 20px;
    padding: 4px 6px;
    width: 326px;
}

#catalog-order-form  select {
    width: 336px;
}

#catalog-order-form li.fields {
    margin-bottom: 6px;
}

#catalog-order-form li.fields.last {
    margin-bottom: 0;
}

#catalog-order-form div.field.postcode-field {
    width: auto;
}

#catalog-order-form div.field.postcode-field .input-box {
    width: auto;
}

#catalog-order-form div.field.postcode-field input{
    width: 83px;
}

#catalog-order-form div.field.city-field {
    width: auto;
    margin-left: 19px;
}

#catalog-order-form div.field.city-field .input-box {
    width: auto;
}

#catalog-order-form div.field.city-field input{
    width: 142px;
}

#catalog-order-form div.field.info-field {
    width: 97px;
    padding-top: 6px;
    color: #004289;
}

#catalog-order-form div.field.submit-field {
    width: 156px;
    margin-left: 19px;
    text-align: left;
    padding-top: 6px;
}

#catalog-order-form div.field.submit-field button.button span > span {
    padding: 5px 48px;
}

.technical-advisor #technical-advisor-online-container h1 {
    font-size: 18px;
    margin-bottom: 26px;
}

.technical-advisor #technical-advisor-online-container img {
    width: 150px;
    display: block;
    margin: 0 auto 9px;
}

.technical-advisor #technical-advisor-online-container a {
    color: #004289;
}

.promotion-offers table td.last img {
    width: 16px;
    height: 16px;
}
