html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

td, th {
    vertical-align: top;
}

a {
    text-decoration: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.skip {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    width: 600px;
    color: #FFF;
}

    .skip:focus, .skip:active {
        position: static;
        width: auto;
        height: auto;
        left: 0px;
        margin-right: 10px;
    }

.noreveal:focus, .noreveal:active {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    width: 600px;
    color: #FFF;
}

span.access, .access {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body {
    font-size: 62.5%;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
}

    body.largeFont {
        font-size: 70.5%;
    }

    body.medFont {
        font-size: 67.5%;
    }

    body.smallFont {
        font-size: 62.5%;
    }

p {
    color: #000606;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
}

li a {
    font-size: 1em;
}

li li {
    font-size: 1em;
}

#top {
    background: #ffffff;
}

#footer .legal:after, .subnav:after, .buttonWrapper:after, #footerContent:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/* header styles */
#header {
    width: 960px;
    margin: auto;
    height: 137px;
    position: relative;
    z-index: 2000;
}

    #header .callout {
        width: 125px;
        float: right;
        margin: 11px 0 0 18px;
    }

.logo {
    position: absolute;
    top: 37px;
    left: 0;
}

#subcontent {
    float: right;
    margin-top: 17px;
}

.subnav:after {
    clear: both;
}

.subnav {
    height: 23px;
    clear: both;
    background: white;
    border-bottom: 1px solid #D2D2D2;
    position: relative;
    z-index: 100;
    box-shadow: 0px 5px 4px -4px rgba(224, 224, 224, 0.75);
}

    .subnav li {
        display: inline-block;
        padding-right: 13px;
        padding-top: 2px;
    }

html.mac .subnav li {
    padding-right: 9px;
}

.msie9 .subnav li {
    padding-right: 12px;
}

.nav-border-top {
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
}

.nav-border-bottom {
    border-top: solid 1px #d6d6d6;
    width: 100%;
}

.main-nav {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

@font-face {
    font-family: 'TradeGothicLTStd-Bold';
    src: url('fonts/TradeGothicLTStd-Bold.eot');
    src: url('fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothicLTStd-Bold.woff') format('woff'), url('fonts/TradeGothicLTStd-Bold.ttf') format('truetype'), url('fonts/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#navbar {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

    #navbar li {
        list-style: none;
        float: left;
        font-size: 18px;
    }

    #navbar > li > a {
        display: block;
        padding: 5px 18px;
        color: #666;
        font-size: 17px;
        text-transform: uppercase;
        font-family: 'TradeGothicLTStd-Bold', 'Arial', sans-serif;
        -webkit-transition: 50ms linear 250ms;
        -moz-transition: 50ms linear 250ms;
        -o-transition: 50ms linear 250ms;
        -ms-transition: 50ms linear 250ms;
        transition: 50ms linear 250ms;
    }

    #navbar > li:hover > a {
        background: #579043;
        color: #fff;
    }

    #navbar > li:hover > .drop-down {
        visibility: visible;
    }

    #navbar li.active > a {
        background: #0e6a3b;
        color: #fff;
    }


    #navbar .drop-down {
        visibility: hidden;
        position: absolute;
        left: 0px;
        width: 960px;
        margin: 0;
        padding: 0;
        z-index: 100;
        -webkit-transition: visibility 50ms linear 250ms;
        -moz-transition: visibility 50ms linear 250ms;
        -o-transition: visibility 50ms linear 250ms;
        -ms-transition: visibility 50ms linear 250ms;
        transition: visibility 50ms linear 250ms;
    }

        #navbar .drop-down a {
            display: block;
            color: #666;
            background: #EFEFEF;
            font-size: 14px;
            font-weight: bold;
            padding: 12px 12px;
            border: solid #d6d8d7;
            border-width: 0px 1px 1px;
        }

            #navbar .drop-down a:hover {
                background: #579043;
                color: #fff;
                border: solid #579043;
                border-width: 0px 1px 1px;
            }

.subnav li.last-subnav {
    padding-right: 0;
}

.subnav li a {
    font-size: 11.5px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    background: url(../images/sub/subnav-carat.png) no-repeat -2px 0;
}

    .subnav li a:hover {
        color: #508A41;
        background: url(../images/sub/subnav-carat-over.png) no-repeat -2px 0;
    }

    .subnav li a.active {
        color: #508A41;
        background: url(../images/sub/subnav-carat-active.png) no-repeat -1px 0;
    }

.subnav .active {
    color: #005F2E;
}

.member {
    float: right;
    position: relative;
    margin: 11px 0 0 18px;
}

    .member a {
        color: #1076C9;
        font-size: 14px;
    }

        .member a:hover {
            text-decoration: underline;
        }

    .member .shopping-items {
        color: #000606;
        background: url(../images/icons/shopping-cart.png) no-repeat 0 4px;
        padding: 8px 10px 8px 27px;
        display: inline-block;
    }

    .member a.login {
        padding: 8px 15px 8px 26px;
        text-decoration: none;
        float: right;
        font-weight: bold;
        margin-left: -10px;
    }

        .member a.login::after {
            content: "";
            border-top: 6px solid transparent;
            border-left: 5px solid #C3A425;
            border-right: 5px solid transparent;
            border-bottom: 5px solid transparent;
            position: absolute;
            left: 96px;
            top: 42%;
            margin-top: -3px;    
        }

    .member .login:hover, .member a.login-hover {
        color: #FFFFFF;
        background: #579043;
    }

        .member a.login:hover::after, .member a.login-hover::after {
            border-top: 6px solid transparent;
            border-left: 6px solid white;
        }

.callout {
    background: #F2CF82;
    border: 4px solid #F9E9CB;
}

    .callout:hover {
        background: #F5D992;
    }

#header .callout a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 30px;
    display: block;
    background: url(../images/sub/callout-arrow.png) no-repeat 10px 1px;
    line-height: 100%;
}

    #header .callout a:hover {
        background: url(../images/sub/callout-arrow-over.png) no-repeat 10px 1px;
    }

#searchBox {
    width: 270px;
    float: right;
    margin-bottom: 17px;
}

    #searchBox:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    #searchBox .text, .login-inner .text, .billing-content .text {
        width: 233px;
        background: #FFFFFF url(../images/layout/input-bg.png) repeat-x top left;
        border: 1px solid #D6D8D7;
        float: left;
        height: 23px;
        padding: 1px 4px;
    }

    #searchBox .submit {
        background: url(../images/layout/input-go.png) no-repeat top right;
        width: 26px;
        height: 27px;
        border: none;
        padding: 0;
        text-indent: -9999px;
        float: right;
        font-size: 0;
        line-height: 0;
    }

.login-flyout {
    width: 215px;
    background-color: #579043;
    padding: 18px 1px 1px 1px;
    position: absolute;
    top: 32px;
    z-index: 400;
    right: 0;
    display: none;
    box-shadow: 5px 5px 10px rgba(88,88,88,0.5);
}

.login-inner label {
    display: block;
    font-size: 13.5px;
    color: #333333;
    margin: 8px 0 2px;
    font-weight: normal;
    line-height: normal;
}

.login-flyout p {
    font-size: 12px;
}

    .login-flyout p.member-login {
        font-size: 14px;
        font-weight: bold;
    }

.login-flyout div.checkbox {
    margin: 3px 0 10px 0;
    font-size: 12px;
}

    .login-flyout div.checkbox input {
        height: 13px;
    }

.login-inner div.checkbox label {
    display: inline;
}

.login-inner {
    background: #FFFFFF;
    padding: 12px 14px 14px;
}

html.mac .inner-modal-small .login-inner {
    width: 184px;
}

.login-inner .text {
    width: 178px;
    margin-bottom: 4px;
}

.login-inner .last {
    margin-bottom: 12px;
}

.button {
    background-color: #D6D8D7;
    border: 1px solid #D6D8D7;
    float: left;
    margin-right: 6px;
    padding: 5px 0;
}

    .button a, #col2 .button a {
        background-color: #0E6A3B;
        color: #FFFFFF;
        font-size: 12px;
        padding: 3px 8px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #FFFFFF;
    }

html.mac .button {
    padding: 0;
}

    html.mac .button a {
        display: inline-block;
        padding: 4px 8px 3px;
    }

.button a:hover, #col2 .button a:hover {
    background-color: #579043;
    text-decoration: none;
    color: #FFFFFF;
}

.disabled-button a, #col2 .disabled-button a {
    background-color: #CCCCCC;
    color: #999999;
    cursor: default;
}

    .disabled-button a:hover {
        background-color: #CCCCCC;
        cursor: default;
    }

.buttonWrapper {
    display: block;
    margin-bottom: 36px;
}

.loginWrapper {
    margin-bottom: 10px;
}

.divider {
    height: 12px;
    background: url(../images/sub/pipe-login.png) no-repeat 0 0;
    margin-right: -3px;
}

.logged-in a, #col2 .logged-in a {
    color: #000000;
    line-height: 140%;
}

    .logged-in a:hover {
        color: #066034;
        text-decoration: none;
    }

#maincontent {
    width: 960px;
    margin: auto;
    position: relative;
    padding-top: 30px;
}

    #maincontent p {
        margin-bottom: 20px;
        line-height: 160%;
        font-weight: normal;
    }

.more {
    background: url(../images/sub/carat-blue.png) no-repeat right 3px;
    padding-right: 14px;
    margin-bottom: 14px;
    width: 7px;
    height: 10px;
    color: #3785CC;
    font-size: 1.3em;
    font-weight: bold;
}

    .more:hover {
        background-position: right -11px;
        text-decoration: underline;
    }

.moreAlt {
    color: #3785CC;
    background: url(../images/sub/carat-blue.png) no-repeat right -11px;
}

.whiteBorder {
    height: 1px;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: -1px;
    z-index: -100;
}

ul.tabs li a.nextTab, #col2 ul.tabs li a.nextTab {
    border-left: 2px solid #EFC04B;
}

ul.tabs li a.prevTab, #col2 ul.tabs li a.prevTab {
    border-right: 2px solid #EFC04B;
}

.tabs li a.addPaddingLeft {
    padding-left: 17px;
}

.tabs li a.addPaddingRight {
    padding-right: 15px;
}

#footer {
    height: auto;
    background: #4A4B4B;
    overflow: hidden;
    margin-top: 12px;
}

#footerWrap {
    margin: 0 auto 40px auto;
    background: #4A4B4B url(../images/layout/footer-bg.jpg) no-repeat 0 0;
    width: 960px;
    height: auto;
}

#footerContent {
    margin: 0 auto;
    padding: 20px 20px 0;
    height: auto;
    position: relative;
}

    #footerContent h4 a {
        font-size: 1.8em;
        color: #78B63C;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #footerContent h4 {
        font-size: 1em;
    }

        #footerContent h4 a:hover {
            color: #9AC86D;
        }

#footer ul {
    margin-bottom: 28px;
}

#footerContent a {
    font-size: 1.4em;
    color: #CDCECE;
}

    #footerContent a:hover {
        color: #F8FCFC;
    }

#col1-footer {
    width: 382px;
    float: left;
    padding-bottom: 50px;
}

#col2-footer {
    width: 302px;
    float: left;
}

#col3-footer {
    width: 236px;
    float: right;
}

.footer-image {
    margin-bottom: 15px;
}

#social-footer a {
    display: block;
    height: 25px;
}

#social-footer img {
    margin-right: 5px;
}

#social-footer span {
    vertical-align: top;
    line-height: 25px;
}

    #social-footer span.first-word {
        color: #78B63C;
    }

#social-footer a:hover .first-word {
    color: #9AC86D;
}

.legal li {
    float: left;
    padding: 0 6px;
    background: url(../images/layout/footer-pipe.gif) no-repeat center right;
}

    .legal li:first-child, .legal li.first {
        padding-left: 0;
    }

    .legal li:last-child, .legal li.last {
        background: none;
    }

#footerContent p {
    float: left;
    margin-top: 4px;
}

#footerContent .site-info {
    color: #CCCCCC;
    display: block;
}

#legal-info {
    position: absolute;
    bottom: 10px;
}

    #legal-info a, #legal-info p {
        font-size: 1.1em;
    }

#stickyFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#stickyFooterContent {
    background: #D9D9D9;
    width: 960px;
    margin: 6px auto -3px;
    height: 42px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #555555;
}

    #stickyFooterContent ul li {
        display: inline-block;
        padding: 8px 18px;
    }

.sticky {
    width: 100%;
    text-align: center;
}

    .sticky li a {
        display: block;
    }

        .sticky li a.sticky-link {
            line-height: 24px;
            font-size: 12px;
            text-transform: uppercase;
        }

            .sticky li a.sticky-link,
            .sticky li a.sticky-link:visited {
                color: #000;
                font-weight: bold;
            }

                .sticky li a.sticky-link:hover {
                    color: #428e10;
                }

    .sticky li img.sticky-icon {
        float: left;
        margin-right: 6px;
    }

.tabs a:hover {
    color: #6E582B;
}

.tabs li.active a:hover {
    color: #181315;
}

/* Modal Window */
#mask {
    position: absolute;
    z-index: 9000;
    background-color: #333;
    display: none;
}

#boxes-login .window, #boxes .window {
    position: absolute;
    width: 440px;
    min-height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes-login #dialog, #boxes #dialog {
    width: 865px;
    height: 403px;
    background: #FFFFFF;
    border: 1px solid #D6D8D7;
    padding: 7px;
}

#boxes-login #dialog-small, #boxes #dialog-small {
    width: 559px;
    min-height: 522px;
    background: #FFFFFF;
    border: 1px solid #D6D8D7;
    padding: 7px;
    overflow: hidden;
}

#boxes-login .inner-modal, #boxes .inner-modal {
    background-color: #F6F6F6;
    width: 865px;
    min-height: 403px;
}

#boxes-login .inner-modal-small, #boxes .inner-modal-small {
    background-color: #F6F6F6;
    width: 559px;
    min-height: 522px;
}

#boxes-login .login-button, #boxes .login-button {
    margin-top: 16px;
}

#boxes-login .login-from-content-wrapper, #boxes .login-from-content-wrapper {
    border: none;
    position: relative;
}

#boxes-login #dialog-small .login-from-content-wrapper, #boxes #dialog-small .login-from-content-wrapper {
    padding-bottom: 30px;
}

#boxes-login h3, #boxes h3 {
    padding-top: 38px;
    padding-left: 38px;
    color: #0E6A3B;
}

#boxes-login span.login, #boxes span.login {
    background: url(../images/icons/error.png) no-repeat top left;
    display: block;
    font-size: 1.8em;
    height: 40px;
    line-height: 32px;
    margin-left: 46px;
    padding-left: 38px;
    margin-top: -42px;
    font-weight: bold;
}

#boxes-login p.small, #boxes p.small {
    width: 480px;
    padding-left: 50px;
    line-height: 160%;
}

#boxes-login a.inline-link, #boxes a.inline-link {
    font-weight: normal;
}

.close-modal {
    text-transform: uppercase;
    background: url(../images/icons/close-x.png) no-repeat right 1px;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #3785CC;
    font-size: 1.3em;
    font-weight: bold;
}

.login-from-content-wrapper {
    border: 1px solid #D6D8D7;
    padding: 5px 6px;
    clear: left;
}

.login-from-content {
    background-color: #F6F6F6;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 25px 0;
}

    .login-from-content p {
        margin-bottom: 0;
        padding-top: 0px;
    }

    .login-from-content .login {
        position: absolute;
        top: 39px;
        left: 120px;
    }

    #col2 .login-from-content .date-or, .login-from-content .date-or {
        width: 42px;
        margin-top: 0;
        position: absolute;
        left: 180px;
        top: 35px;
        font-size: 13px;
        line-height: 26px;
    }

    .login-from-content .free-account {
        position: absolute;
        left: 364px;
        top: 39px;
        left: 236px;
    }


.inner-modal-small .showForm {
    height: auto;
}

.showForm {
    text-align: left;
}

.errorMessage{
	
	color:Red;
}
.login-from-content .login-inner {
    background-color: #F6F6F6;
    border-right: 1px solid #BFBFBF;
    padding: 0 40px 36px;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 185px;
    height: 326px;
}

    .login-from-content .login-inner:last-child {
        border: none;
    }

.inner-modal-small .login-from-content .login-inner {
    margin-top: 8px;
}

.login-from-content .login-inner .text {
    float: none;
}

.login-from-content h4 {
    padding: 0 0 12px;
}

.showForm .login-inner p {
    font-size: 1.2em;
    line-height: 160%;
    clear: both;
}

.showForm .login-inner a.login-button {
    position: relative;
    top: 0;
    left: 0;
}

.showForm .login-inner .button {
    margin: 10px 0;
}

.login-from-content .create-account {
    position: relative;
    top: 0;
    left: 0;
}

.login-from-content .login-inner label {
    margin: 6px 0 2px;
}

.login-from-content .login-inner .checkbox {
    margin: 5px 0;
    font-size: 12px;
}

    .login-from-content .login-inner .checkbox input {
        height: 13px;
    }

#maincontent .padTop {
    padding-top: 8px;
}

.msie9 .window .login-inner {
    padding: 0 44px 36px 40px;
    width: 189px;
}

#boxes p a, #boxes-login p a {
    color: #3785CC;
}

.msie9 .login-inner.narrow-column {
    padding-right: 36px;
    width: 192px;
}

.login-from-content h4 {
    color: #333;
    font-size: 1.6em;
    font-weight: bold;
}

.login-from-content:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

/* Buyers Guide Form */
.buyers-guide-error {
    font-size: 14px;
    color: red;
    margin-bottom: 15px;
}

.scfSectionContent.buyers-guide-section-content,
.scfSectionContent.buyers-guide-section-content .scfSectionContent {
    background-color: #fff;
    padding: 0;
    font-size: 13px;
}

.buyers-guide-section-content .scfSectionLegend {
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px !important;
    color: #006633;
}

.scfValidatorRequired, .scfRequired {
    position: absolute;
    color: #f00;
    margin: 0 !important;
    top: 8px;
    left: -8px;
}

.buyers-guide-section-content .required:before {
    content: "*";
    top: 8px;
    left: -8px;
    color: #f00;
}

.scfMultipleLineTextBorder,
.scfFileUploadBorder,
.scfSingleLineTextBorder,
.scfTelephoneBorder,
.scfEmailBorder,
.scfTelephoneBorder,
.scfDropListBorder,
.scfCheckBoxListBorder,
.scfNumberBorder {
    position: relative;
}

.buyers-guide-section-content .scfValidator {
    color: red;
}

.buyers-guide-section-content .scfSectionContent label {
    float: none;
    font-weight: bold;
}

.buyers-guide-section-content .scfCaptchaLabel {
    display: none;
}

.buyers-guide-section-content .scfFileUploadGeneralPanel {
    float: none;
}

.buyers-guide-section-content .scfMultipleLineTextBorder,
.buyers-guide-section-content .scfFileUploadBorder,
.buyers-guide-section-content .scfSingleLineTextBorder,
.buyers-guide-section-content .scfDropListBorder,
.buyers-guide-section-content .scfCheckBoxListBorder,
.buyers-guide-section-content .scfSubmitButtonBorder {
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.buyers-guide-section-content .scfSingleLineTextBox,
.buyers-guide-section-content .scfMultipleLineTextBox,
.buyers-guide-section-content .scfTelephoneTextBox,
.buyers-guide-section-content .scfEmailTextBox,
.buyers-guide-section-content .scfSectionContent select {
    width: 100%;
    background: white;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
}

.buyers-guide-section-content .scfCheckBoxListLabel {
    float: none;
    font-weight: bold;
    display: block;
    font-size: 13.5px;
}

.buyers-guide-section-content .scfCheckBoxList {
    border: none;
    margin: 0;
    padding: 6px 0 16px;
    width: 100%;
}

    .buyers-guide-section-content .scfCheckBoxList td {
        padding: 0;
        border: none;
    }

    .buyers-guide-section-content .scfCheckBoxList label {
        font-weight: normal;
    }

.scfCheckBoxList .aspNetDisabled label {
    color: #999;
    margin-left: 20px;
}

.buyers-guide-update-price {
    padding: 15px 0;
}

.buyers-guide-section-content .pull-left {
    float: left;
    width: 48%;
}

.buyers-guide-section-content .pull-right {
    float: right;
    clear: none;
    width: 48%;
}

    .buyers-guide-section-content .pull-left label,
    .buyers-guide-section-content .pull-right label {
        width: 100%;
    }

    .buyers-guide-section-content .pull-left select,
    .buyers-guide-section-content .pull-right input {
        width: 100%;
        height: 21px;
        box-sizing: border-box;
    }

/* END Buyers Guide Form */

/* Buyers Guide Listing */

.buyers-guide-filter-panel {
    overflow: hidden;
    padding: 15px 0;
    display: table;
    width: 100%;
}

.buyers-guide-filter-item {
    display: table-cell;
}

.buyers-guide-filter-label {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.buyers-guide-dropdown-filter {
    min-width: 150px;
}

.buyers-guide-filter-btn {
    height: 23px;
    color: #333;
    background: white;
    border: 1px solid #E5E5E5;
    outline: none;
}

    .buyers-guide-filter-btn:hover {
        background: #E5E5E5;
    }

    .buyers-guide-filter-btn:focus {
        background: #579043;
        color: white;
    }

.buyers-guide-admin-panel {
    font-size: 13px;
}

    .buyers-guide-admin-panel > *:not(:last-child) {
        margin-right: 10px;
    }

.buyers-guide-list {
    padding: 15px 0 40px;
}

.rgMasterTable {
    padding: 0;
    margin: 0;
    border: none;
}

    .rgMasterTable tr td {
        vertical-align: middle;
    }

    .rgMasterTable thead tr {
        background: inherit;
    }

.buyers-guide-list-header, .buyers-guide-list-header a {
    color: black !important;
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: bold !important;
    text-align: center !important;
}

.RadGrid_Metro .rgHeader, .RadGrid_Metro th.rgResizeCol, .RadGrid_Metro .rgMultiHeaderRow th.rgHeader, .RadGrid_Metro .rgMultiHeaderRow th.rgResizeCol {
    border-left: none !important;
}

.RadGrid_Metro .rgRow td, .RadGrid_Metro .rgAltRow td, .RadGrid_Metro .rgEditRow td, .RadGrid_Metro .rgFooter td {
    border: none !important;
}

.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow {
    background-color: #579043 !important;
}

.RadComboBox_Metro .rcbFocused .rcbArrowCell, .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell, .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbArrowCellHidden {
    background-color: #579043 !important;
}

div.RadComboBox_Metro .rcbFocused .rcbArrowCell, div.RadComboBox_Metro .rcbFocused .rcbInputCell {
    border-color: #579043 !important;
}

div.RadComboBoxDropDown_Metro .rcbHovered {
    padding: 1px 5px;
    border: 1px solid #579043 !important;
    color: #fff;
    background-color: #579043 !important;
}

.RadGrid_Metro .rgHoveredRow {
    cursor: pointer !important;
}

.RadGrid_Metro .rgMasterTable .rgHeader .sort-indicator, .RadGrid_Metro .rgHeader .rgSortAsc, .RadGrid_Metro .rgHeader .rgSortDesc {
    background-image: url(../images/icons/trans-blue-down.png) !important;
    background-position: 3px 3px !important;
}

.RadGrid_Metro tr td {
    text-align: center;
}

.buyers-guide-list-logo {
    height: 75px;
    padding: 10px 20px 10px 10px !important;
}

    .buyers-guide-list-logo img {
        max-height: 75px;
        max-width: 75px;
    }

.buyers-guide-list-company {
    color: #005DB4;
}

    .buyers-guide-list-company:hover {
        text-decoration: underline;
    }

.rgSelectedRow .buyers-guide-list-company {
    color: lightblue;
}

.rgPager table {
    border: none;
    padding: 0;
    margin: 0;
}

.table-row {
    display: table-row;
    max-width: 100%;
}

.table-cell {
    display: table-cell;
}

.buyers-guide-entry-dialog h2, .buyers-guide-entry-dialog h3 {
    padding: 0;
    margin-bottom: 10px;
}

.ui-dialog-titlebar {
    border: none !important;
    background: none !important;
}

.buyers-guide-entry-dialog .left-col {
    vertical-align: top;
}

.buyers-guide-entry-dialog .right-col {
    width: 100%;
    max-width: 0px;
    word-wrap: break-word;
    overflow: hidden;
}

.buyers-guide-entry-dialog .entry-section {
    margin: 20px 0;
}

.buyers-guide-entry-dialog .company-logo {
    height: 100px;
    width: 100px;
    border: none;
    padding-right: 25px;
}

    .buyers-guide-entry-dialog .company-logo img {
        max-width: 100px;
        max-height: 100px;
    }

.buyers-guide-entry-dialog .right-col .company-name {
    color: #367939;
}

.buyers-guide-entry-dialog .right-col .company-location {
    margin: 10px 0 20px 0;
}

.buyers-guide-entry-dialog .right-col .buyers-guide-image {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    max-height: 400px;
    overflow: hidden;
}

    .buyers-guide-entry-dialog .right-col .buyers-guide-image img {
        max-width: 100%;
        max-height: 400px;
    }

.buyers-guide-entry-dialog .right-col .contact-name {
    font-size: 1.4em;
    font-weight: bold;
}

.buyers-guide-entry-dialog .right-col .contact-cell {
    padding-right: 20px;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}

.buyers-guide-entry-dialog .website-url {
    color: #005DB4;
    display: inline-block;
    margin-bottom: 10px;
}

.buyers-guide-entry-dialog .website-url:hover {
    text-decoration: underline;
}

.buyers-guide-entry-dialog .social-icons a {
    display: inline-block;
    margin-right: 5px;
}

/* END Buyers Guide Listing */

.scfForm {
    font-family: inherit !important;
}

.rail-ad{
    margin-bottom: 12px;
}

.rail-ad img{
    width: 100%;
    height: auto;
}

