﻿
/*  Default Styles */
html, body {
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

h1 {
    color: #ED1C2A;
    font-size: 2em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    color: #41525C;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 5px;
}


ul {
    margin: 0;
}

a {
    color: #ED1C2A;
    text-decoration: none;
}

    a:hover {
        color: #41525C;
    }

.clr {
    clear: both;
}

/*  STANDARD PAGE ELEMENTS START */

#standard-heading {
    margin-bottom: 14px;
}

#standard-subheading {
    margin-bottom: 14px;
}

#standard-header-image {
    margin-bottom: 14px;
}

#standard-copy {
    margin-bottom: 30px;
}

    #standard-copy h3 {
        color: #000000;
        background-color: #CCCCCC;
        font-size: 1em;
        font-weight: bold;
        padding: 2px 20px;
        margin-top: 30px;
    }

    #standard-copy ul {
        margin: 10px 0;
    }

#left-column-copy {
    margin-bottom: 30px;
    width: 250px;
}

.external-link {
    padding-right: 25px;
    background-image: url(/images/layout/external-link.png);
    background-repeat: no-repeat;
    background-position: 97% 0px;
}

.external-mainnav-link {
    padding-right: 25px;
    background-image: url(/images/layout/external-link.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.external-sidenav-link {
    padding-right: 25px;
    background-image: url(/images/layout/external-link.png);
    background-repeat: no-repeat;
    background-position: 97% 3px;
}
/*  STANDARD PAGE ELEMENTS END */

/*  Page Containers */
#PageContainer {
    border-bottom: 1px solid #CBCCCD;
    border-left: 1px solid #CBCCCD;
    border-right: 1px solid #CBCCCD;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
    width: 980px;
}

#MainContentContainer {
    width: 930px;
    margin: 20px auto 20px auto;
}

/* Two Column Layout Start */
#left-column {
    float: left;
    margin-right: 40px;
    width: 260px;
}

#right-column {
    float: right;
    width: 613px;
}


/* Two Column Layout End */

/*  Block that stretches across entire page */
.SectionContainer {
    margin: 0 auto;
    width: 980px;
}

/* Header Start */
#header {
    height: 51px;
    clear: both;
    width: 100%;
	padding-top: 20px;
}

#logo {
	margin: 0 0 0 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 205px;
}

#search {
    float: right;
    font-size: 0.85em;
	margin: 8px 8px 0 0;
    width: 675px;
}

    #search input {
        vertical-align: middle;
    }

.divider {
    color: #000;
}

.searchbox {
    background: url("/images/layout/searchbox.gif") no-repeat scroll left top #FFFFFF;
    border: medium none;
    color: #888888;
    font-size: 10px;
    height: 24px;
    padding: 0 0 0 4px;
    width: 100px;
}

.searchbutton {
    border: medium none;
    height: 24px;
}

/* Header End */


/* Home Promo Start */
.wrapheader {
    line-height: 16px !important;
    padding-top: 5px;
}

.InnerSection {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d2d3d4;
    margin-top: 25px;
    overflow: hidden;
    height: 332px;
}

.InnerSection2 {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    overflow: hidden;
}

#content-left {
    width: 570px;
    float: left;
}

#content-right {
    width: 250px;
    float: right;
}

#home-promo-left {
    float: left;
    background-color: Black;
    height: 332px;
}

#home-promo-right {
    float: left;
    width: 297px;
    height: 332px;
}

    #home-promo-right ul {
        font-weight: bold;
        color: Black;
        list-style-type: none;
        padding: 0 0 0 36px;
        font-size: 10px;
        margin: 2px 0 0 0;
    }

    #home-promo-right li {
        background-image: url("/Manitowoc/images/arrow.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        line-height: 15px;
        padding-left: 26px;
    }

        #home-promo-right li a {
            text-decoration: none;
        }

            #home-promo-right li a:hover {
                text-decoration: underline;
            }

.promo-header {
    color: #ED1C2A;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 0 0 20px;
    width: 200px;
}

    .promo-header a {
        color: #ED1C2A !important;
        text-decoration: none;
    }

        .promo-header a:hover {
            color: #41525C !important;
        }

.promo-header2 {
    color: #ED1C2A;
    font-size: 0.9em;
    font-weight: bold;
    padding: 15px 0 10px 20px;
    width: 200px;
}

.promo-content {
    padding: 0;
    margin: 0;
    height: 148px;
}

    .promo-content img {
        text-align: right;
        float: right;
    }

.promo-left {
    width: 250px;
    margin-bottom: 30px;
}
/* Home Promo End */


/* Content Columns Start */
#column-wide {
    float: left;
    width: 578px;
}

/* Content Columns End */


/* Side Promotions Start */
.header-text {
    color: #ED1C2A;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
}

.promotion, .promotionWithBorder {
    margin-bottom: 25px;
    margin-top: 5px;
}

.promotionWithBorder {
    /*border: 1px solid #CBCCCD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

.promotion-header {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    background-color: #EFEFEF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.promotion-content { /* padding:8px; */
}

/* Side Promotions End */


/* News Section with Carousel Start */
#news {
    border-top: 1px solid #E2E3E3;
    border-right: 1px solid #E2E3E3;
    border-left: 1px solid #E2E3E3;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 25px;
    width: 562px;
}

.newsheader {
    padding: 5px 20px;
    margin: 0;
}

#mycarousel li {
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 11px;
}

#mycarousel a {
    text-decoration: underline;
}

.horizontalrule {
    background: none repeat scroll 0 0 #E2E3E3;
    border: 0 none;
    color: #E2E3E3;
    margin: 0;
    padding: 1px 0;
}

.news-bottom {
    border-bottom: 1px solid #CBCCCD;
    border-right: 1px solid #CBCCCD;
    border-left: 1px solid #CBCCCD;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #f4f4f5;
    height: 6px;
    width: 562px;
}
/* News Section End */


/* Bottom Menu Start */
#bottom-menu-top {
    margin: 20px auto 0 auto;
    width: 955px;
    border-top: 1px solid #CBCCCD;
    border-right: 1px solid #CBCCCD;
    border-left: 1px solid #CBCCCD;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background-color: #F8F8F8;
    height: 4px;
    clear: both;
}

#bottom-menu {
    margin: 0 auto;
    width: 955px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #CBCCCD;
    border-right: 1px solid #CBCCCD;
    border-left: 1px solid #CBCCCD;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding-bottom: 15px;
}

    #bottom-menu h5 {
        color: #41525C;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 0 2px 0;
    }

.bottom-menu-col {
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}
.bottom-menu-links {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.bottom-menu-col2 {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    width: 250px;
}
.bottom-right-menu-col
{
    float: right;
    padding-left: 10px; 
    padding-top: 5px; 
    width: 200px;  
}

#bottom-menu ul {
    padding: 5px 0 10px 0;
    margin: 0;
    list-style-type: none;
}

#bottom-menu li {
    padding: 0;
    margin: 0;
    line-height: 12px;
}


#bottom-menu h5 a {
    color: #41525C;
}

    #bottom-menu h5 a:hover {
        color: #ED1C2A;
    }

#bottom-menu li a {
    color: #636466;
    font-size: 12px;
}

    #bottom-menu li a:hover {
        color: #ED1C2A;
    }

.bottom-menu-spacer {
    width: 200px;
    height: 10px;
}
/* News Section End */


/* Footer Start */
.footer-copyright{
    padding: 0;
    margin: 0;
    font-size: 10px;
}
#footer {
   
    color: #41525C;
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 15px;
    overflow: hidden;
}

#footer-line {
    background: none repeat scroll 0 0 #ED1C2A;
    color: #ED1C2A;
    height: 2px;
    line-height: 2px;
    margin: 7px 0;
}

#copyright {
    float: left;
    font-size: 9px;
    font-weight: bold;
    padding-left: 15px;
    width: 300px;
}

#footer-links {
    float: right;
    font-size: 9px;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    width: 300px;
}

#footer-Contact-Links {
    float: right;
    font-size: 7px;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    
}

#languages {
    padding-top: 10px;
    text-align: center;
    width: 980px;
}
/* Footer End */

/*  Category Page Start */
#category-header {
    background-color: #bfbfbf;
    font-family: Verdana;
    font-weight: normal;
    font-size: 34px;
    height: 80px;
    width: 100%;
}

    #category-header h1 {
        font-size: 34px;
        font-weight: normal;
    }

#category-image {
    float: left;
    height: 80px;
    width: 255px;
    overflow: hidden;
    margin-right: 30px;
}

#category-title {
    float: left;
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    /*width: 650px;      */
}

.subcategory-header, .category-header, .product-header {
    color: #ED1C2A;
    font-size: 20px;
    line-height: 33px;
    margin: 15px 0;
    font: bold 20px/33px Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
}

    .category-header h1, .product-header h1, .subcategory-header h1 {
        font-size: 20px;
    }

.category-subheading {
    color: #000;
}

.category-content {
    font-size: 11px;
}

    .category-content a {
        color: #ED1C2A;
    }

        .category-content a:hover {
            color: #41525C;
        }

.category-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 18px;
}

    .category-item a {
        font-weight: bold;
    }

.category-item-listing-image {
    height: 101px;
    width: 172px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.category-news-more-link {
    padding-top: 10px;
    text-align: right;
    width: 550px;
    font-style: italic;
    text-decoration: underline;
}

    .category-news-more-link a {
        color: #000;
    }

.category-item-listing-content {
    float: left;
    width: 441px;
}

.category-item-listing-header {
    color: #ED1C2A;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 6px;
}

    .category-item-listing-header h2 {
        font-size: .9em;
    }

.category-item-listing-text {
    padding-left: 12px;
    width: 381px;
    font-size: 11px;
    padding-bottom: 10px;
}

#category-related-document {
    margin: 14px 0px 0px 8px;
    font-size: 1.1em;
    font-weight: bold;
    overflow: hidden;
}

/*  Category Page End */

/*  Breadcrumb Start */
#breadcrumb {
    padding: 10px 0;
    color: #41525C;
    margin-bottom: 14px;
    font-style: italic;
    font-size: 0.87em;
}

    #breadcrumb a {
        color: #41525C;
    }

        #breadcrumb a:hover {
            color: #ED1C2A;
        }

    #breadcrumb .currentPage {
        color: #000;
    }

/*  Breadcrumb End */

/* Left Navigation Start */
#brand-header {
    color: #ED1C2A;
    font-size: 1em;
    font-weight: bold;
    padding: 6px 0 8px 0;
}

#sidenav {
    width: 250px;
    margin-bottom: 30px;
}

    #sidenav ul {
        padding: 0;
        margin-top: 3px;
        list-style-type: none;
    }

    #sidenav li {
        border-top: 2px solid #E6E6E7;
        line-height: 30px;
        font-size: 13px;
    }

    #sidenav a:hover {
        /*color: #9A9B9D;*/
        color: #ED1C2A;
    }

    #sidenav a.expanded {
        background: #fff url('/images/layout/collapse.gif') no-repeat 3px 60%;
        padding-left: 20px;
        cursor: pointer;
    }

    #sidenav a.collapsed {
        background: #fff url('/images/layout/expand.gif') no-repeat 3px 60%;
        padding-left: 20px;
        cursor: pointer;
    }

    #sidenav li a {
        font-weight: bold;
        color: #41525C;
    }

    #sidenav li.nav-nonlink {
        color: #41525C;
        font-weight: bold;
    }

.sub-nav {
    border-top: none;
    margin: 3px 0 4px 20px;
}

#sidenav li ul {
    list-style-type: none;
    margin-top: 0;
}

    #sidenav li ul li {
        border-top: none;
        line-height: 18px;
        padding-bottom: 11px;
    }

        #sidenav li ul li a {
            /*color: #B2B4B7;*/
            font-weight: normal;
        }

            #sidenav li ul li a:hover {
                color: #ED1C2A;
            }

#sidenav .nav-current-item {
    margin-left: -13px;
    margin-right: 4px;
}

#sidenav .nav-current-sub-item {
    margin-left: -14px;
    margin-right: 5px;
}

/* Side Navigation End */

/* File Listing Control Start */
#file-listing {
    margin-bottom: 30px;
    overflow: hidden;
}

#file-listing-show-all {
    color: #41525C;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: right;
    padding: 8px 15px 8px 0;
}

#file-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #file-listing ul li {
        background-color: #cccccc;
        border-bottom: 4px solid #FFFFFF;
    }

        #file-listing ul li a {
            color: #ffffff;
        }
        /* #file-listing ul li span { float:right; display:block; margin-right:14px; margin-top:2px; font-size:.85em; }*/
        #file-listing ul li ul {
            background-color: #ffffff;
            list-style-type: disc;
            padding-left: 20px;
        }

            #file-listing ul li ul li {
                background-color: #ffffff;
                border-bottom: none;
                padding: 2px 0;
                margin-left: 16px;
            }

                #file-listing ul li ul li a {
                    color: #ED1C2A;
                }

                    #file-listing ul li ul li a:hover {
                        color: #41525C;
                    }

                #file-listing ul li ul li:first-child {
                    padding-top: 6px;
                }

                #file-listing ul li ul li.file-listing-sub-header {
                    color: #41525C;
                    font-weight: bold;
                    list-style-type: none;
                    padding-left: 6px;
                    margin-left: 0px;
                }

                    #file-listing ul li ul li.file-listing-sub-header ul {
                        border-top: 1px solid #999999;
                        font-weight: normal;
                    }

#file-listing a.collapsed, #file-listing a.expanded {
    padding: 3px 0 3px 20px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
    /*border:1px solid #999999;*/
}

#file-listing a.expanded {
    background: #7f7b7a url('/images/layout/collapse.gif') no-repeat 3px 60%;
}

#file-listing a.collapsed {
    background: #7f7b7a url('/images/layout/expand.gif') no-repeat 3px 60%;
}

/* File Listing Control End */

/* Quote Start */
#quote-container {
    margin-bottom: 20px;
    width: 250px;
}

.quote-text {
    font-style: italic;
    padding-top: 40px;
}

.quote-customer {
    padding-top: 2px;
    text-align: right;
    font-style: italic;
}

.quote-link {
    padding-top: 12px;
    width: 250px;
    font-size: 11px;
    text-align: right;
    font-style: normal;
}

    .quote-link a {
        color: #000;
        text-decoration: underline;
    }
/* Quote End */

/* SubCategory Page Start */

.subcategory-header {
    margin: 15px 0 0 0;
}

.subcategory-details {
    width: 613px;
    overflow: hidden;
    padding-bottom: 30px;
}

#subcategory-tbl th .subcategory-text {
    width: 320px;
    float: left;
    font: 10px Verdana,Arial,Helvetica,sans-serif;
    padding: 15px 10px 0 10px;
    margin-right: 5px;
}

.subcategory-image {
    width: 268px;
    float: left;
}

table.normalTable {
    border: 1px solid #999999;
    border-collapse: collapse;
}

    table.normalTable td {
        border: 1px solid #999999;
        border-collapse: collapse;
    }


#subcategory-tbl {
    color: #333333;
    width: 100%;
    border-collapse: collapse;
}

    #subcategory-tbl th, th.normaTableHeader, td.normaTableHeader, table.normalTable th {
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        background-color: #cccccc;
        font: 10px Verdana,Arial,Helvetica,sans-serif;
        padding: 5px;
        font-weight: bold;
        text-align: center;
        height: 34px;
    }

        #subcategory-tbl th.first {
            border: 1px solid #999999;
            font-weight: bold;
            padding: 5px;
            text-align: center;
        }

    #subcategory-tbl td.first {
        border-left: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-right: 1px solid #999999;
        background-color: #fff;
        font: 10px Verdana,Arial,Helvetica,sans-serif;
        font-weight: bold;
        padding: 5px;
    }

        #subcategory-tbl td.first h2 {
            font-size: 10px;
        }

    #subcategory-tbl td {
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        background-color: #fff;
        font: 10px Verdana,Arial,Helvetica,sans-serif;
        padding: 5px;
        text-align: center;
    }

#subcategory-bottom {
    padding: 12px;
    font: 9px Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 50px;
}
/* SubCategory Page End */

/* Product Page Start */
#product-return-link {
    float: right;
    font-weight: bold;
    margin-top: -35px;
    padding-right: 3px;
}

#product-image-gallery-container {
    margin-bottom: 14px;
    overflow: hidden;
}

.product-image {
    width: 454px;
    float: left;
}

.product-text {
    float: left;
    font: 10px Verdana,Arial,Helvetica,sans-serif;
    padding: 15px 10px 0;
    width: 333px;
}

#product-detail-container {
    margin-bottom: 20px;
}

#product-files-container {
    margin-top: 15px;
    padding: 0 20px;
}

.product-document {
    float: left;
    margin: 6px 0;
    width: 50%;
}

.product-document-link {
    float: left;
    margin-right: 8px;
}

.product-document-text {
    float: left;
    padding-top: 1px;
    width: 230px;
}

.product-document a {
    font-weight: bold;
    font-size: 1.1em;
}

.product-subheader {
    color: #000;
    padding: 2px 20px 2px 20px;
    background: #CCCCCC;
    font-weight: bold;
    text-align: left;
    clear: both;
}

.product-detail-container {
    margin-bottom: 20px;
}

.product-container, .product-spec-container, .product-literature-doc-container {
    padding: 10px 20px;
    font: 10px Verdana,Arial,Helvetica,sans-serif;
    overflow: hidden;
}

.product-literature-doc-container {
    padding: 0px 20px;
    margin-bottom: 6px;
}

.product-spec-container {
    padding-bottom: 0px;
}

.product-detail {
    width: 33.3333%;
    float: left;
    display: block;
    height: 46px;
    vertical-align: middle;
    color: #ED1C2A;
    font-weight: bold;
}

.product-detail-spec-image {
    float: left;
    width: 24px;
    margin-right: 10px;
    padding-top: 3px;
}

.product-detail-spec-copy {
    float: left;
    width: 150px;
}

.product-col {
    width: 50%;
    float: left;
}

.product-feature-category {
    font-weight: bold;
    margin-bottom: 4px;
}

.product-container ul {
    color: #ED1C2A;
    margin-bottom: 12px;
}

    .product-container ul li span {
        color: #000000;
    }

/*.product-col ul { color:#ED1C2A; }
.product-col ul li span { color:#000000; }*/

.gallery-image-first, .gallery-image {
    cursor: pointer;
    width: 66px;
    height: 66px;
    overflow: hidden;
    float: left;
    margin: 2px 0;
}

.gallery-image {
    margin: 2px 0 2px 3px;
}

#gallery {
    border: 1px solid #E2E3E3;
    /*border-left: 1px solid #E2E3E3;
    border-bottom: 1px solid #E2E3E3;
    width: 252px; */
    float: left;
}

.gimage {
    height: 102px;
    width: 155px;
    cursor: pointer;
}

.product-news {
    list-style: none;
    margin-left: -38px;
}

/* Product Page End */

/* News Articles Start */
#news-list-container {
    margin: 20px 0;
    overflow: hidden;
}

#news-list-right-column {
    float: right;
}

.news-list-item {
    width: 390px;
    font-size: .9em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #eef0f3;
}

.news-list-date {
    width: 102px;
    float: left;
}

    .news-list-date a {
        font-weight: bold;
        float: left;
    }

.news-list-copy {
    width: 288px;
    float: left;
}

#news-top-story-container {
    border: 1px solid #CBCCCD;
    margin-bottom: 20px;
    padding: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#news-top-story-inner-container, #news-archive-inner-container {
    width: 165px;
}

#news-top-story-header, #news-archive-header {
    color: #41525C;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 14px;
}

#news-top-story-image {
    margin-bottom: 14px;
}

#news-top-story-title {
    color: #ED1C2A;
    font-size: 1em;
    margin-bottom: 14px;
    font-weight: bold;
}

#news-top-story-copy, #news-top-story-link {
    font-size: .8em;
}

#news-top-story-link {
    margin-top: 6px;
}

#news-archive-container {
    border: 1px solid #CBCCCD;
    padding: 18px 18px 6px 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#news-archive-years-container {
    width: 165px;
}

.news-archive-column {
    float: left;
    width: 50%;
}

.news-archive-year {
    margin-bottom: 12px;
}

#news-article {
    margin-bottom: 20px;
}

#news-article-subhead, #news-article-date {
    color: #9A9B9D;
}

#news-article-subhead {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 14px;
}

#news-about-mtw {
    margin: 30px 0px;
    border-top: 1px solid #CBCCCD;
    padding-top: 20px;
    clear: both;
}

#news-about-mtw-header {
    color: #9A9B9D;
    margin-bottom: 4px;
}

#news-about-mtw-copy {
    font-size: 10px;
}

#news-image-gallery {
    border: 1px solid #CBCCCD;
    float: right;
    margin: 0px 0px 12px 12px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#news-image-gallery-navbar {
    color: #ffffff;
    height: 24px;
    width: 334px;
    margin: 4px 0;
    padding: 4px 8px 0 8px;
    font-family: Arial;
    font-weight: bold;
    line-height: 24px;
    font-weight: bold;
    background: #ec192c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMTkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzQwNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ec192c 0%, #b3404d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec192c), color-stop(100%,#b3404d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* IE10+ */
    background: linear-gradient(top, #ec192c 0%,#b3404d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec192c', endColorstr='#b3404d',GradientType=0 ); /* IE6-8 */
}

#news-image-gallery-navbar-counter {
    float: left; /*margin-left:120px;*/
    margin-left: 44%;
}

.news-image-gallery-caption-container, .photo-news-image-gallery-caption-container {
    font-size: 10px;
}

.news-image-gallery-caption {
    width: 200px; /**SHERRI**/
    border-right: 1px solid #CBCCCD; /**SHERRI**/
    padding: 0 8px; /**SHERRI**/
    float: left; /**SHERRI**/
    /*margin: 10px 8px 10px 8px;*/
}

.news-image-gallery-download {
    width: 126px; /**SHERRI**/
    float: left; /**SHERRI**/
    text-align: center; /**SHERRI**/
    padding-top: 14px; /**SHERRI**/
    /*margin: 0px 8px 10px 8px;*/
}

#photo-news-image-gallery {
    border: 1px solid #CBCCCD;
    margin: 0px 0px 12px 12px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.photo-news-slideshow {
    max-width: 583px !important;
}

#photo-news-image-gallery-navbar {
    color: #ffffff;
    height: 24px;
    margin: 4px 0;
    padding: 4px 8px 0 8px;
    font-family: Arial;
    font-weight: bold;
    line-height: 24px;
    font-weight: bold;
    background: #ec192c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMTkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzQwNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ec192c 0%, #b3404d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec192c), color-stop(100%,#b3404d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ec192c 0%,#b3404d 100%); /* IE10+ */
    background: linear-gradient(top, #ec192c 0%,#b3404d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec192c', endColorstr='#b3404d',GradientType=0 ); /* IE6-8 */
}

#photo-news-image-gallery-navbar-counter {
    float: left;
    margin-left: 44%;
}

.photo-news-image-gallery-caption {
    margin: 10px 8px 10px 8px;
}

.photo-news-image-gallery-download {
    margin: 0px 8px 10px 8px;
}

/* News Articles End */

/* Related News/Media Contacts/Related Files - Side Bar Start */
.related-news, .media-contacts, .related-files, .rss-feed {
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #CBCCCD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.related-news-header, .media-contacts-header, .related-files-header, .rss-feed-header {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    background-color: #EFEFEF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.related-news-item, .media-contacts-item, .magazine-services-item, .rss-feed-item {
    padding: 6px;
    font-size: .85em;
}

.magazine-services-item {
    font-weight: bold;
}

.rss-feed-item {
    padding: 10px;
    overflow: hidden;
}

.rss-feed-subscribe-image {
    float: left;
    margin-right: 6px;
    padding-top: 2px;
}

.rss-feed-subscribe {
    float: left;
    line-height: 16px;
    width: 190px;
}

.related-news-more-link {
    padding-top: 4px;
    padding-bottom: 8px;
    text-align: right;
    font-style: italic;
    margin-right: 12px;
    font-size: .85em;
}

.related-files-item {
    padding: 6px;
    overflow: hidden;
}


/* Related News/Media Contacts/Related Files - Side Bar End */

/* Standard Page Formatting Start */

#dvSubheadingForRightColumnPlaceholder h2 {
    font-size: 1.1em;
}

#dvCopyForRightColumnPlaceholder {
}

/* Standard Page Formatting Start */

/* Pick Region Page */
#pick-region {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 47px;
    padding-top: 46px;
    width: 960px;
}

#region-left {
    width: 540px;
    float: left;
}

#region-right {
    float: left;
    margin-top: 25px;
    padding-left: 0px;
    width: 420px;
}

#select-region-header {
    font-size: 1.1em;
    font-weight: bold;
}

.region-col {
    width: 210px;
    float: left;
    padding-bottom: 25px;
}

.region-header {
    font-weight: bold;
    color: #ED1C2A;
    line-height: 25px;
    margin-left: 2px;
    text-transform: uppercase;
}

.region-section {
    font-size: 11px;
    font-weight: bold;
    padding: 12px 0;
    text-align: left;
    clear: both;
    margin-left: 8px;
}

.region-item {
    padding-left: 10px;
    margin-bottom: 8px;
}

.language-item {
    padding-left: 14px;
}

    .language-item a {
        cursor: pointer;
        color: #41525C;
        line-height: 25px;
    }

        .language-item a:hover {
            color: #ED1C2A;
        }

.language-item-selected a {
    cursor: pointer;
    color: #5e5e5e;
    font-weight: bold;
    padding-right: 20px;
    background-image: url(/images/layout/check-mark.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

    .language-item-selected a:hover {
        color: #5e5e5e;
    }

.gobutton {
    border: 1px solid #e9635f;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    height: 23px;
    cursor: pointer;
    padding-bottom: 4px;
    min-width: 75px;
    background: #ef8381; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmODM4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTFkMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ef8381 0%, #a51d13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef8381), color-stop(100%,#a51d13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef8381 0%,#a51d13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef8381 0%,#a51d13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef8381 0%,#a51d13 100%); /* IE10+ */
    background: linear-gradient(top, #ef8381 0%,#a51d13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8381', endColorstr='#a51d13',GradientType=0 ); /* IE6-8 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/* End Pick Region Page */

/* START PRODUCT LITERATURE PAGES */
#product-literature-container, .events-container {
    margin-bottom: 30px;
}

.product-literature-subcategory-header, .events-header {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    margin: 18px 0 4px 0;
    padding-bottom: 4px;
}

.product-literature-doc-header {
    color: #9A9B9D;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #EEF0F3;
    padding-bottom: 4px;
    margin-left: 6px;
}
/* END PRODUCT LITERATURE PAGES */

/* START EVENTS PAGE */
.events-header {
    font-size: 1.3em;
}

.event-content {
    margin-bottom: 10px;
}

    .event-content img {
        float: left;
        height: 100%;
        width: 90px;
    }

.event-content-info {
    float: right;
    width: 80%;
    margin-left: 7px;
    margin-bottom: 5px;
}

.event-text, .event-link, .event-location {
    margin-left: 6px;
}

.event-link {
    margin-top: 4px;
    margin-bottom: 4px;
}

.event-text {
    font-size: 12px;
    margin-left: 0px;
}

.event-subheader {
    padding-top: 18px;
    color: #000;
    clear: both;
    font-size: .9em;
    font-weight: bold;
    padding-bottom: 2px;
}

.event-location {
    padding-bottom: 4px;
    overflow: hidden;
    margin-left: 0px;
    border: none;
}

.event-city {
    float: left;
    font-weight: bold;
}

.event-building {
    float: left;
    padding-right: 10px;
}
/* END EVENTS PAGE */

/* LOOKING UP PAGES START */

#current-issue-container {
    margin: 30px 0 20px 0;
    overflow: hidden;
}

#current-issue-image-container {
    border: 1px solid #CBCCCD;
    float: left;
    margin-right: 15px;
    width: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
}

#current-issue-image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#current-issue-topics-container {
    float: left;
    width: 320px;
}

.current-issue-topic {
    color: #ED1C2A;
    font-size: 1.1em;
    font-weight: bold;
}

.current-issue-copy {
    font-size: 1em;
    margin-bottom: 20px;
}

#current-issue-download {
    background: transparent url('/images/download.gif') no-repeat 55px 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    padding-top: 3px;
}

#current-issue-download-details {
    font-size: .8em;
    text-align: center;
    margin-top: -2px;
}

.archive-year {
    color: #41525C;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
    clear: both;
}

.archives-container {
    margin: 30px 0 20px 0;
    overflow: hidden;
}

.archive-image-container {
    border: 1px solid #CBCCCD;
    float: left;
    margin: 0 36px 36px 0;
    width: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 12px;
}

.archive-image {
    position: relative;
}

.archive-look-inside-image {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

.archive-look-inside-copy-link {
    cursor: pointer;
    color: #ED1C2A;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.archive-look-inside {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    background-color: #f8f8f8;
    padding: 1px;
    z-index: 1;
    border: 1px solid #D2D3D4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 12px 0px #878787;
    box-shadow: 6px 6px 12px 0px #878787;
}

.archive-image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.archive-look-inside-close {
    text-align: right;
}

    .archive-look-inside-close img {
        cursor: pointer;
    }

.archive-look-inside-inner {
    padding: 0 10px 10px 10px;
    background-color: #ffffff;
}

.archive-look-inside-title {
    color: #41525C;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 4px;
}

.archive-look-inside-topic {
    color: #ED1C2A;
    font-size: 11px;
    font-weight: bold;
}

.archive-look-inside-copy {
    font-size: 10px;
    margin-bottom: 6px;
}

.archive-look-inside-download, .archive-download {
    background: transparent url('/images/download.gif') no-repeat 0 0;
    font-size: 1em;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 16px;
    padding-top: 3px;
    padding-left: 26px;
    min-height: 24px;
}

.archive-look-inside-download {
    margin-left: 85px;
}

.archive-look-inside-separator {
    border-top: 2px solid #f8f8f8;
    margin: 12px 0 -4px 0;
}

.archive-date {
    color: #41525C;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.archive-download-details {
    font-size: .8em;
    text-align: center;
    margin-top: 2px;
}

/* LOOKING UP PAGES END */

/* SITEMAP START */

.sitemap-container {
    overflow: hidden;
    margin-bottom: 15px;
}

.sitemap-grouping, .sitemap-grouping-last {
    width: 290px;
    float: left;
    margin-bottom: 30px;
}

.sitemap-grouping {
    margin-right: 30px;
}

.sitemap-header {
    background-color: #eeeeee;
    line-height: 24px;
    color: #ED1C2A;
    font-weight: bold;
    line-height: 22px;
    padding-left: 4px;
    font-size: 1em;
    overflow: hidden;
}

.sitemap-button {
    background-color: #ED1C2A;
    float: left;
    margin-top: 5px;
    padding: 2px;
    cursor: pointer;
}

.sitemap-header-text {
    float: left;
    padding-left: 8px;
}

.sitemap-categories {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

    .sitemap-categories ul {
        margin-left: -24px;
    }

        .sitemap-categories ul li {
            line-height: 22px;
            list-style-type: none;
        }

            .sitemap-categories ul li a {
                color: #41525C;
            }

                .sitemap-categories ul li a:hover {
                    color: #ED1C2A;
                }

            .sitemap-categories ul li ul {
                margin-bottom: 10px;
            }

                .sitemap-categories ul li ul li {
                    line-height: 24px;
                    list-style-type: none;
                }

                    .sitemap-categories ul li ul li a {
                        color: #727e85;
                    }

                        .sitemap-categories ul li ul li a:hover {
                            color: #ED1C2A;
                        }

                    .sitemap-categories ul li ul li ul {
                        margin-bottom: 10px;
                    }

                        .sitemap-categories ul li ul li ul li {
                            line-height: 24px;
                            list-style-type: none;
                        }

                            .sitemap-categories ul li ul li ul li a {
                                color: #B2B4B7;
                            }

                                .sitemap-categories ul li ul li ul li a:hover {
                                    color: #ED1C2A;
                                }

.sitemap-subcategory {
    float: left;
    font-weight: bold;
    padding-left: 29px;
    width: 371px;
}

/* SITEMAP END */

/* Web Forms For Marketers Customizations Start */
.wffm_hidden /* Hidden form - still visible in code though */ {
    display: none;
}
/* Web Forms For Marketers Customizations END */

@media print {
    #bottom-menu, #bottom-menu-top, #search, #menu-right, #left-column {
        display: none;
    }

    #footer {
        clear: both;
        width: 630px;
    }

    #right-column {
        float: left;
    }

    #menu-left {
        border: none !important;
    }

    #breadcrumb {
        position: absolute;
        top: 10px;
        left: 350px;
        width: 270px;
    }

    #PageContainer {
        margin: 0px;
        width: 650px;
        border: 0px;
    }
}

/*  NATIONAL CRANE AND CHASSIS CONFIGURATOR, CRANE CARE BULLETINS AND CRANE LIBRARY START  */

#national-chassis-config-filters, #crane-care-bulletins-filters, #crane-library-filters {
    margin-bottom: 20px;
    border: 1px solid #CBCCCD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

    #national-chassis-config-filters table, #crane-care-bulletins-filters table, #crane-library-filters table {
        width: 100%;
        margin-top: 6px;
    }

    #national-chassis-config-filters tr, #crane-care-bulletins-filters tr {
        height: 30px;
    }

    #national-chassis-config-filters td:first-child, #crane-care-bulletins-filters td:first-child {
        font-weight: bold;
        width: 35%;
    }

    #crane-library-filters td:first-child {
        font-weight: bold;
        width: 100%;
    }

    #crane-library-filters td select {
        width: 100%;
        margin-bottom: 10px;
    }
/*#national-chassis-config-filters td select, #crane-care-bulletins-filters td select { width:60%; }
#crane-library td select { width:70%; }*/

#national-chassis-config-buttons, #crane-care-bulletins-buttons, #crane-library-buttons {
    margin-top: 10px;
    margin-left: 210px;
}

#crane-library-buttons {
    margin-left: 390px;
}

    #national-chassis-config-buttons input, #crane-care-bulletins-buttons input, #crane-library-buttons input, #btnCLGenericSearch {
        width: 90px;
    }

        #national-chassis-config-buttons input:first-child, #crane-care-bulletins-buttons input:first-child, #crane-library-buttons input:first-child {
            margin-right: 10px;
        }

#national-chassis-config-results, #crane-care-bulletins-results, #crane-library-results {
    display: none;
    margin-bottom: 30px;
}

    #national-chassis-config-results table, #crane-care-bulletins-results table, #crane-library-results table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #999999;
        color: #333333;
    }

    #national-chassis-config-results th, #crane-care-bulletins-results th, #crane-library-results th {
        background-color: #CCCCCC;
        border: 1px solid #999999;
        font: bold 10px Verdana,Arial,Helvetica,sans-serif;
        height: 34px;
        padding: 5px;
        text-align: center;
    }

        #national-chassis-config-results th a, #crane-care-bulletins-results th a, #crane-library-results th a {
            cursor: pointer;
        }

    #national-chassis-config-results td, #crane-care-bulletins-results td, #crane-library-results td {
        font-size: .85em;
        text-align: center;
        border: 1px solid #999999;
        padding: 5px;
    }

        #national-chassis-config-results td:last-child, #crane-care-bulletins-results td:last-child, #crane-library-results td:last-child {
            text-align: left;
        }

/*  NATIONAL CRANE AND CHASSIS CONFIGURATOR AND CRANE CARE BULLETINS END  */

/*  PROCESSING DIALOG BOX   */
#processingDialog {
    background-color: #999999;
    border: 2px solid #000000;
    display: none;
    padding: 16px;
    width: 240px;
    position: absolute;
}
