﻿/* UIS styles */
/* RESETS */
html, body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/**/ span input[type:radio] {
    margin: 10px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

    table table {
        font-size: 1em;
    }

fieldset, img, table {
    border: 0;
}




address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th, td {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    outline: none;
}

    a img {
        border: none;
    }

/* SITE STRUCTURE *************************** */

body {
    background: #aaa url(/images/global/bg-body.png) repeat-x 0 0;
    text-align: center;
    font-size: 100%;
    font-family: Verdana, Geneva, Sans-Serif;
    color: #000;
    line-height: 1.0em;
    margin-bottom: 5px;
    height: 100%;
}

#container {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    border: 1px solid #333;
    border-top: 0;
    background: #fff;
    line-height: 1.5em;
    font-size: 0.75em; /* 12px base font for em's */
}

#content {
    clear: both;
    margin: 0 17px 25px;
}

.simpleContent {
    width: 650px;
}

.simpleContentWide {
}

/* MODAL POPUPS */

#modal {
    background: #fff;
    margin: 0;
}

    #modal #content {
        text-align: left;
        margin: 0 auto;
        padding: 20px;
        line-height: 1.5em;
        font-size: 0.75em;
    }

.smallPopup {
    width: 345px; /*border:1px solid #999; background:#ccc;*/
}

    .smallPopup h5 {
        margin: 10px 0 10px 10px;
    }

.popTable {
    border: none;
    margin: 0 0 30px 10px;
}

    .popTable tr td {
        padding: 3px;
    }

.smallPopup .selectMenu {
    width: 200px;
}

.closePopup, .formBtn {
    float: right;
    margin-left: 8px;
}

.popTable .txtInput, .popTable .selectMenu {
    margin: 0;
}

.confirm-items {
    border: 1px solid #666;
    width: 300px;
    min-height: 120px;
    border-radius: 5px;
    padding: 20px;
}

.btn-checkout {
    background: #d93832;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 11px !important;
    height: 23px !important;
    line-height: 26px !important;
    padding: 0 5px 3px;
    /*text-shadow: 1px 1px 2px #666666;*/
    margin-right: 26px;
    float: right;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

/* GLOBAL ELEMENTS *************************** */

a, a:link {
    color: #921717;
    text-decoration: underline;
}

    a:hover, a:active {
        color: red;
        text-decoration: underline;
    }

    a:visited { /* please don't define me on the global level :) */
    }

/* headers */

h1, h2, h3, h4, h5, h6 {
    color: #900;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 1.9em; /*23px*/
}

h2 {
    font-size: 1.5em; /*18px*/
}

h3 {
    font-size: 1.333em; /*16px*/
    color: #000;
}

h4 {
    font-size: 1.083em; /*13px*/
    color: #000;
}

h5 {
    font-size: 1.083em; /*13px*/
}

h6 {
    font-size: 1.0em; /*12px*/
}

.h1PageHead {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 0.1em;
}

.h2ItemHead {
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

.sidebarDiv {
    background-color: #efefef;
    float: right;
    width: 230px;
    margin-left: 40px;
    margin-bottom: 25px;
    padding: 20px;
    padding-left: 30px;
}


.sidebarDiv a {
    margin-left: -10px;
    text-indent: 10px;
}
.sidebarDiv h4 {
    margin-left: -10px;
}
.rightContent .h2ItemHead {
    clear: right;
}

.h3ItemSubHead {
    font-size: 1.0em;
    color: #900;
    margin-bottom: 0;
    float: left;
    line-height: 1.5em;
    padding-right: 0.4em;
}

/* text general */

p {
    margin-bottom: 1.5em;
}

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.strongGreen {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    color: #40AD48;
}

.redNote {
    color: #921717;
}

.largeNote {
    color: #921717;
    font-weight: bold;
    font-size: 1.083em;
}

.highlight {
    background-color: yellow;
}

/* fractions */

.frac {
    font-size: 75%;
    position: relative;
}

.fracNum {
    vertical-align: 0;
    bottom: 0.6em;
}

.fracDen {
    vertical-align: 0;
    bottom: -0.3em;
}

/* alignment */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* graphic headers */

.hdrGrpx {
    display: block;
    overflow: hidden;
    text-indent: -1000%;
    text-align: left;
}

/* forms */

a.formBtn, a.formBtn:hover {
    color: #000;
    text-decoration: none;
    line-height: 17px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px !important;
}

.fieldSet, .fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.formRow, label, .txtInput, .txtArea, .selectMenu, .formRight, .addresSet {
    margin-bottom: 8px;
}

label {
    line-height: 1.5;
}

.txtInput, .txtArea, .selectMenu {
    height: 18px;
    border: 1px solid #333;
    background-color: #fff;
    font-size: 1em;
    font-family: Verdana, Geneva, Sans-Serif;
    padding-left: 5px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 3px;
}

input[type="text"] {
    padding-left: 5px;
}


select {
    padding-left: 3px;
}

/*.txtInput,.txtArea {-moz-border-radius:3px;border-radius:3px;}*/

.txtInput {
}

.txtArea {
    height: 63px;
}

.selectMenu {
    height: 20px;
}

.radioOption {
}

.checkBox {
}

    .checkBox input {
        float: right;
        clear: none;
    }

    .checkBox label {
        float: left;
        clear: none;
    }

.captcha {
}



.formRight {
    float: left;
}

.formBtn {
    height: 20px;
    display: block;
    padding: 0 5px 3px;
    border: 1px solid #333;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background: #ccc url(/images/global/btn-bg.gif) repeat-x center center;
    text-shadow: 1px 1px 2px #666;*/
    cursor: pointer;
    font-size: 11px !important;
    line-height: 16px;
    font-family: Verdana, Geneva, Sans-Serif;
}

.formGreenBtn {
    height: 26px;
    display: block;
    padding: 0 5px 3px;
    border: 1px solid #333;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(/images/global/btn-green.jpg) repeat-x center center transparent;
    text-shadow: 1px 1px 2px #666;
    cursor: pointer;
    font-size: 11px !important;
    line-height: 16px;
    font-family: Verdana, Geneva, Sans-Serif;
    color: #FFFFFF;
    margin-top: -4px;
}

.formRedBtn {
    height: 26px;
    display: block;
    padding: 0 5px 3px;
    border: 1px solid #333;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #d93832;
    /*text-shadow: 1px 1px 2px #666;*/
    cursor: pointer;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 16px;
    font-family: Verdana, Geneva, Sans-Serif;
    color: #FFFFFF;
    margin-top: -4px;
}

.inlineInput, .radioInline {
    display: inline-block !important;
    float: none !important;
    margin-bottom: 2px;
    margin-right: 0;
}

.btnRight {
    float: right;
    margin-left: 12px;
}

.btnLeft {
    float: left;
    margin-right: 12px;
}

.btnUpdate {
    float: left;
    margin: -11px 0 0 456px;
}

.watermark {
    color: #999;
    text-indent: 2px;
}

.focused {
    color: #000;
}

.inputError {
    clear: both;
    color: #921717;
    display: block;
    margin-bottom: 8px;
    float: left;
}

/* set left margin to label width on each form */

.error {
    color: #921717;
}

.success {
    color: Green;
    font-weight: bold;
}

.fieldSet .error, .fieldSet .success {
    clear: both;
}

.fieldSet p {
    clear: both;
}

#recaptcha_area {
    clear: both;
    margin-bottom: 8px;
}

    #recaptcha_area label {
        clear: none;
        float: none;
        display: inline;
    }

/* reserved selectors */

.first {
}

/* reserved - do not define without parent selector or ID */

.last {
}

/* reserved - do not define without parent selector or ID */

/* DATAGRID TABLES *************************** */

.dataGrid {
    margin-bottom: 2.4em;
    font-size: 1.05em /*11px*/;
    line-height: 1.25em;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    border: 1px solid #ccc; /*clear:both;*/
    width: 100%;
}

.fullWidth {
    width: 100%;
}

.autoWidth {
    width: auto;
}

.smallTxt {
    font-size: 0.9em;
}

.noTH td, .dataGrid th {
    font-weight: bold;
    background: #efefef;
}

.dataGrid th, .dataGrid td {
    vertical-align: middle;
    padding: 3px 4px;
    border: 1px solid #ccc;
}

.itemRow td, .alternRow td {
    font-weight: normal;
    background: #fff;
}

.alternRow td, .altern td {
    background-color: #FFF9DF;
}

.dataGrid .rowHead {
    font-weight: bold;
}

.dataGrid .descCol {
    padding-right: 5px; /*width: 400px;*/
    font-size: 12px;
}

.dataGrid .descCol-right {
    padding-right: 5px; /*width: 400px;*/
    font-size: 12px;
    text-align: right !important;
}

.dataGrid .priceCol {
    padding-left: 10px;
}

.noWrap th {
    white-space: nowrap;
}

.dataGrid .alignRight {
    text-align: right;
    padding-right: 6px;
}

.dataGrid td a {
    margin: 0 5px 0 3px;
}

.dataGrid .actions {
    padding-top: 0px;
    white-space: nowrap;
    text-align: center;
    width: 115px;
}

    .dataGrid .actions a {
        padding: 4px;
    }

.tblFoot {
    background: #efefef;
}

    .tblFoot td {
        border-top: 1px solid #ccc;
    }

.dataGrid .itemNumber { /*width:50px;*/
}

.dataGrid .grayPriceColumn {
    background-color: #ccc;
    color: #999;
    text-decoration: line-through;
    text-align: right;
    padding-right: 6px;
}

.dataGrid .InvoiceAmount {
    width: 86px;
    white-space: nowrap;
}

/* PAGINATION *************************** */

.pagination {
    border: none;
    margin: 0 auto;
    font-size: 11px;
}

    .pagination tr td {
        padding: 3px;
    }

        .pagination tr td a {
            text-decoration: none;
            color: #666;
        }

            .pagination tr td a:hover {
                text-decoration: underline;
            }

        .pagination tr td.selected {
            font-weight: bold;
        }

/* PRODUCT TEMPLATES *************************** */

.productContent {
}

.productIntro p {
    width: /*650*/ 600px;
}

.productInfo p {
    width: /*500*/ 600px;
}

.imgLrg {
    margin: 0 0 1.5em /*0 auto 1.5em*/;
    display: block;
}

.leftImg {
    float: left;
    clear: both;
    display: block;
    margin-bottom: 1.5em
}

.rightContent {
    margin-left: /*315*/ 265px;
}

    .rightContent p {
        margin-bottom: 1em;
        margin-top: 1em;
    }

        .rightContent p strong {
            color: #900;
        }

/* HEADER *************************** */

#mainLogo {
    height: 64px;
    width: 182px;
    float: left;
    padding-top: 20px;
    margin: 0 30px 18px 24px;
}

    #mainLogo .hdrGrpx {
        height: 64px;
        width: 182px;
        background: url(/images/global/logo.png) no-repeat left top;
    }

.Logged {
}

.NotLogged li {
    white-space: nowrap;
}

.NotLogged h3 {
    float: left;
}

.welcomeArea {
    float: left;
    width: 710px;
    padding: 18px 0 14px;
    text-align: right;
}

#printBtn, .emailPgBtn {
    display: none;
    float: right;
    margin-left: 14px;
    font-size: 0.917em;
}

.headActions {
    list-style: none;
    margin: 0 0 1.2em 0;
    padding: 0;
}

    .headActions li {
        margin: 0;
        padding: 0 0 0 10px;
        display: inline;
        font-size: 1em;
        font-weight: bold;
    }

#pageActions {
    display: none;
}

.welcomeMsg {
    width: 300px;
    padding-right: 10px;
}

.clientName {
    white-space: nowrap;
}

#searchSite {
    float: right;
    background: #fcedc0;
    padding: 8px 10px;
}

.searchInput {
    float: left;
    display: block;
    width: 150px;
    margin: 0 10px 0 0;
    background-color: #efefef;
}

.searchBtn {
    float: left;
    margin: 0;
    background: #d93832;
    color: white;
    font-weight: bold;
    text-shadow: none;
}

/* NAVIGATION *************************** */

.navList {
    clear: both;
    height: 33px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #921717;
    border-bottom: 1px solid #921717;
    background: #d0382c url(/images/global/nav-bg.gif) repeat-x left bottom;
}

    .navList li {
        float: left;
        display: block;
        border-right: 1px solid #921717;
        margin: 0;
        padding: 0;
    }

    .navList .last {
        border-right: none;
    }

    .navList .navA {
        display: block;
        height: 33px;
        line-height: 33px;
        text-decoration: none;
    }

#nav {
    font-weight: bold;
    background-color: #ec1f25;
    padding-left: 7px;
    float: none;
    margin: 0;
}

    #nav li {
        color: #fff;
        padding: 0 13px 0 12px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #d0382c url(/images/global/nav-bg.gif) repeat-x left bottom;
        height: 33px;
        line-height: 33px;
        cursor: pointer;
    }

        #nav li.sfHover, #nav li:hover {
            color: #fff;
            background: #000 url(/images/global/nav-bg.gif) repeat-x left top;
            padding: 0 13px 0 12px;
            cursor: pointer;
        }

        #nav li.StaticNav {
            padding: 0;
        }

    #nav .navA, #nav .navA:link {
        padding: 0 13px 0 12px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #d0382c url(/images/global/nav-bg.gif) repeat-x left bottom;
        border: none;
    }

        #nav .navA:active, #nav .navA:hover, #nav .sfHover .navA {
            color: #fff;
            background: #000 url(/images/global/nav-bg.gif) repeat-x left top;
        }

        #nav .navA .sf-sub-indicator {
            display: none;
        }

    #nav.sf-menu li:hover ul,
    #nav.sf-menu li.sfHover ul {
        top: 33px;
        padding: 5px 0;
    }

        #nav.sf-menu li.sfHover ul ul {
            top: 0;
        }

    #nav .subNav, #nav .subNav2, #nav .subNav3 {
        background-color: #000;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #nav .subNav li {
            border: none;
            padding: 0;
            background: #000;
            height: auto;
            line-height: 1em;
        }

        #nav .subNav a, #nav .subNav a:link {
            padding: 5px 10px;
            color: #fff;
            background-color: #000;
            border: none;
        }

            #nav .subNav a:active, #nav .subNav a:hover {
                color: #fff;
                background-color: #d0382c;
            }

            #nav .subNav a .sf-sub-indicator {
            }

    #nav li.lastMenu .subNav {
        right: 0px;
        left: auto;
    }

/*#nav li.lastMenu .subNav .subNav2 {right:100%;left:auto !important;}*/

.sf-menu #alphaLink {
    color: #fff;
    padding: 0;
}

#banner {
    border-bottom: 1px solid #aaa;
    clear: both;
}

/* TOOL BAR / BREADCRUMB *************************** */

#toolBar {
    padding: 20px 0 10px;
    clear: both;
}

#breadcrumb {
    font-size: 0.917em;
    padding-left: 20px;
}

#toolPhone {
    float: right;
    font-weight: bold;
    font-size: 1.083em;
    margin-right: 17px;
}

/* EXTRA INFO CONTENT AREA *************************** */

.extraInfo {
    clear: both; /*padding:20px;background:#ededed;*/
}

/* FOOTER *************************** */

#footer {
    clear: both; /*width:960px;margin:auto;*/
    text-align: center;
    padding: 4px 0 0;
    font-size: 0.83em;
    background: #fcedc0;
    line-height: 1.25em;
    text-align: left;
}

.footerItem {
    float: left;
    width: 225px;
    height: 15em;
    padding: 20px 0 0 10px;
    border-left: 1px solid #fff;
}

.footerFirst {
    padding-left: 17px;
    border-left: 0 none;
}

.verisignLogo {
    padding-left: 54px;
}

/* HOME PAGE *************************** */

.feature {
    width: 650px;
    padding-top: 12px;
}

.featureImgs {
    float: right;
    width: 175px;
    margin-right: 90px;
    text-align: right;
    padding-top: 24px;
}

.notificationPane {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #efcc00; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #efcc00 0%, #f8e320 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #efcc00), color-stop(100%, #f8e320)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efcc00 0%, #f8e320 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efcc00 0%, #f8e320 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #efcc00 0%, #f8e320 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #efcc00 0%, #f8e320 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efcc00', endColorstr='#f8e320', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

    .notificationPane p {
        margin: 3px 0;
        padding: 0 80px;
        font-size: 15px;
        font-family: Verdana, Arial, sans-serif;
    }

    .notificationPane .notificationMore {
        position: absolute;
        bottom: 10px;
        right: 8px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 10px;
    }

/* CATEGORY GRID *************************** */

.categoryGrid {
    width: 900px;
}

    .categoryGrid td {
        width: 225px;
        padding: 0 0 20px 0;
        vertical-align: top;
        text-align: left;
    }

    .categoryGrid h4 {
        margin: 0;
    }

.categoryList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categoryGrid .sf-menu {
    float: none;
    margin: 0 10px 0 0;
    width: 200px;
}

    .categoryGrid .sf-menu li {
        margin: 0 0 0 6px;
        padding: 0;
        clear: left;
    }

        .categoryGrid .sf-menu li.sfHover {
            background: #fcedc0;
        }

    .categoryGrid .sf-menu a {
        text-decoration: none;
        margin: 0;
        padding: 2px 12px 2px 3px;
    }

        .categoryGrid .sf-menu a:hover {
            background: #fcedc0;
            color: #921717;
        }

    .categoryGrid .sf-menu li ul {
        float: left;
        background: #fcedc0;
        width: 10em;
        padding: 0;
    }

        .categoryGrid .sf-menu li ul li {
            margin: 0;
            border-bottom: 1px solid #fff;
        }

    .categoryGrid .sf-menu li:hover ul,
    .categoryGrid .sf-menu li.sfHover ul {
        left: 100%;
        top: 0; /* match top ul list item height */
        z-index: 99;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
    }

    .categoryGrid .sf-menu a.sf-with-ul {
        padding-right: 1.5em;
    }

    .categoryGrid .sf-menu li .sf-sub-indicator {
        background: url(/images/global/bg-triangle.gif) no-repeat center;
        top: 0.3em;
    }

#content .alphaList .categoryList {
    float: left;
    width: 200px;
    margin-right: 25px;
}

/* LOGIN *************************** */

.loginForm {
    /*margin: 20px 250px 50px;*/
    width: 90%;
}

    .loginForm label {
        display: block;
        clear: left;
        float: left;
        width: 130px;
        height: 18px;
        margin: 0 0 6px 0;
    }

    .loginForm .txtInput {
        display: block;
        float: left;
        width: 220px;
        margin-bottom: 6px;
    }

    .loginForm .inputError {
        margin-left: 130px;
        width: 220px;
        float: left;
        clear: left;
    }

    .loginForm .checkBox {
        float: left;
        /*
        clear: both;
        display: block;
        width: 350px;*/
        margin-bottom: 1.5em;
    }

        .loginForm .checkBox input {
            float: none;
            clear: none;
            display: inline-block;
            margin-right: 6px;
        }

        .loginForm .checkBox label {
            float: none;
            clear: none;
            display: inline;
        }

    .loginForm .formBtn {
        /*float: right;*/
        clear: both;
    }

    .loginForm .notes {
        clear: both;
    }

.loginArea {
    margin: 20px 150px;
}

/* FORGOT PASSWORD */

.forgotPswd {
    margin: 20px 200px;
}

    .forgotPswd label {
        display: block;
        clear: both;
        float: left;
        width: 160px;
        height: 18px;
    }

    .forgotPswd .txtInput {
        display: block;
        float: left;
        width: 200px;
    }

    .forgotPswd .inputError {
        margin-left: 160px;
        margin-bottom: 12px;
    }

    .forgotPswd .checkBox input {
        float: left;
        clear: both;
    }

    .forgotPswd .checkBox label {
        float: left;
        clear: none;
    }

    .forgotPswd .captcha {
        clear: both;
        margin-bottom: 8px;
    }

    .forgotPswd .captcha {
    }

/* CHANGE PASSWORD *************************** */

.changePasswordForm {
    margin: 20px 250px 50px;
}

    .changePasswordForm .fieldSet {
        padding: 30px 30px 20px;
    }

    .changePasswordForm label {
        display: block;
        clear: both;
        float: left;
        width: 160px;
        height: 18px;
        margin-bottom: 0;
    }

    .changePasswordForm .txtInput {
        display: block;
        float: left;
        width: 200px;
        margin-bottom: 0;
    }

    .changePasswordForm .errorRow {
        margin-left: 160px;
        clear: both;
        width: 200px;
        padding: 4px 0 8px;
    }

    .changePasswordForm .inputError {
        margin-bottom: 12px;
        float: none;
    }

.strength1, .strength2, .strength3, .strength4, .strength5 {
    margin-left: 15px;
    font-size: 12px;
}

.strength1 {
    color: #E20602;
}

.strength2 {
    color: #E26702;
}

.strength3 {
    color: #E2A702;
}

.strength4 {
    color: #02B9E2;
}

.strength5 {
    color: #2CE01F;
}

/* USER REGISTRATION *************************** */

.registrationForm {
    margin: 0 150px;
}

    .registrationForm .fieldSet {
    }

    .registrationForm label {
        display: block;
        clear: both;
        float: left;
        width: 200px;
        height: 18px;
    }

    .registrationForm .txtInput {
        display: block;
        float: left;
        width: 250px;
    }

    .registrationForm .txtArea {
        display: block;
        float: left;
        width: 350px;
    }

    .registrationForm .txtInputWide {
        width: 350px;
    }

    .registrationForm .txtInputSmall {
        width: 80px !important;
        margin-right: 250px;
    }

    .registrationForm .wideLabel {
        width: 450px;
        float: left;
    }

    .registrationForm .txtCustomerId {
        width: 80px !important;
        margin-right: 12px;
    }

    .registrationForm .inputPhone {
    }

    .registrationForm .passwordInput {
    }

    .registrationForm .inputError {
        margin-left: 200px;
    }

    .registrationForm .captcha {
        clear: both;
        margin-bottom: 8px;
    }

    .registrationForm .selectMenu {
        display: block;
        float: left;
        width: 350px;
    }

    .registrationForm .formRow {
        clear: both;
        float: left;
        width: 100%;
    }

    .registrationForm .radioOption {
        margin-left: 12px;
    }

    .registrationForm .formBtn {
        float: right;
    }

/* CUSTOMER REGISTRATION *************************** */

.customerReg {
    margin: 0 50px;
}

    .customerReg h3, .customerReg h4 {
        clear: both;
        margin-left: -10px;
    }

    .customerReg .fieldSet {
        clear: both;
        padding-left: 40px;
    }

    .customerReg .label {
        display: inline-block; /*clear:both;float:left;*/
        width: 180px;
        height: auto;
        padding-top: 3px;
        line-height: 1.25em;
    }

    .customerReg p {
        margin-bottom: 2px;
    }

    .customerReg td label {
        display: inline-block; /*clear:right;float:left;*/
        width: auto;
        height: auto;
        padding-top: 3px;
        line-height: 1em;
        margin-right: 20px;
    }

    .customerReg td input {
        display: inline-block; /*clear:right;float:left;*/
        width: auto;
        height: auto;
        padding-top: 3px;
        line-height: 1em;
        margin-right: 4px;
    }

    .customerReg .txtInput, .customerReg .txtArea, .customerReg .selectMenu {
        width: 260px;
        height: auto;
    }

    .customerReg .Clear input {
        margin: 0 10px 0 10px;
    }

    .customerReg .txtInput {
        display: inline-block; /*float:left;*/
    }

    .customerReg .txtArea {
        display: inline-block; /*float:left;*/
        height: auto;
        width: 400px;
        vertical-align: top;
    }

    .customerReg .txtInputWide {
        width: 400px;
    }

    .customerReg .txtInputSmall {
        width: 100px !important; /*margin-right:300px;*/
    }

    .customerReg .inputPhone {
    }

    .customerReg .selectMenu {
        display: inline-block; /*float:left;*/
    }

    .customerReg .formRow {
        clear: both;
        float: left;
        width: 100%;
    }

    .customerReg .radioOption {
        margin-left: 12px;
    }

    .customerReg .formBtn {
        float: right;
        margin-bottom: 1em;
    }

    .customerReg .qTxt {
        display: inline;
        clear: both;
    }

    .customerReg .checkbox {
        display: block;
        margin-bottom: 6px;
    }

        .customerReg .checkbox input {
            margin-right: 4px;
        }

    .customerReg .radioList .txtInput {
        margin-bottom: 0px;
    }

    .customerReg .inlineInput {
        margin-bottom: 4px;
    }

    .customerReg .radioInline input {
        margin: 0px 4px 0px 12px;
        vertical-align: middle;
    }

    .customerReg .radioInlineFirst input {
        margin: 0px 4px 0px 0;
        display: inline-block;
    }

    .customerReg .error {
        margin-left: 10px; /*clear:right;float:left;*/
        width: auto;
    }

    .customerReg .ErrorBorder {
        border: 1px solid red;
    }

.creditTypeTbl {
    border-collapse: collapse;
    width: auto;
}

    .creditTypeTbl td {
        text-align: left;
        vertical-align: middle;
    }

    .creditTypeTbl .radioInline {
        margin-left: 15px;
    }

.creditInfoTbl {
    border-collapse: collapse;
}

    .creditInfoTbl td {
        text-align: left;
        vertical-align: top;
    }

    .creditInfoTbl .txtInput {
        float: none;
        width: 150px;
        margin-right: 8px !important;
    }

    .creditInfoTbl .inputAddreaa {
        width: 350px;
    }

    .creditInfoTbl .inputPhone {
        width: 200px;
    }

/* MY ACCOUNT *************************** */

.accountMenu {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

    .accountMenu li {
        margin: 0 0 20px 0;
        padding: 0;
        font-weight: bold;
    }

/* CHECKOUT *************************** */
.checkout-form-new {
    /*margin: 0 75px;
    width: 675px;*/
}


.checkout-form {
    margin: 0 75px;
    width: 675px;
}

    .checkout-form .fieldset, .checkout-form-new .fieldset {
    }

    .checkout-form label, .checkout-form-new label {
        display: block;
        clear: both;
        float: left;
        width: 260px;
        height: 18px;
    }

    .checkout-form .formRight, .checkout-form-new .formRight {
        width: 350px;
    }

    .checkout-form .noLabel, .checkout-form-new .noLabel {
        margin-left: 260px
    }

    .checkout-form .txtInput, .checkout-form-new .txtInput {
        display: block;
        float: left;
        width: 350px;
    }

    .checkout-form .txtInputWide, .checkout-form-new .txtInputWide {
        width: 350px;
        height: 100px;
    }

    .checkout-form .txtInputSmall, .checkout-form-new .txtInputSmall {
        width: 100px;
        margin-right: 250px;
    }

    .checkout-form .selectMenu, .checkout-form-new .selectMenu {
        display: block;
        float: left;
        width: 350px;
    }

    .checkout-form .formBtn, .checkout-form-new .formBtn {
        float: right;
    }

.checkout-form-new .radioInline label {
    display: inline;
    clear: none;
    float: none;
    width: auto;
}
/*.checkout-form .cc {float:left;}
	.checkout-form .stored-cc {float:left;margin-left:10px;}*/
.checkout-form .checkbox, .checkout-form-new .checkbox {
    float: left;
    margin: 3px 10px 0 0;
}

.cartAdd {
    float: left;
    margin-right: 12px;
}

.cartNote {
    font-size: 10px;
}

    .cartNote strong {
        font-size: 11px;
        font-weight: bold;
    }

.itemNote {
    clear: both;
    display: block;
}

.current-stock {
    margin-top: 48px !important;
}

/* INVOICE AGING *************************** */

.openInvoices th, .openInvoices td {
    border-right: 1px solid #aaa;
}

.openInvoices td {
    text-align: right;
}

    .openInvoices td.alignLeft {
        text-align: left;
    }

.invoiceAging th {
    padding-right: 12px;
    background: #EEE;
}

.invoiceAging td {
    padding-right: 12px;
}

/* ORDER PAGES MISC. *************************** */

.quantity {
    width: 50px;
    text-align: right;
}

.itemNum {
    width: 90px;
    margin-right: 8px;
}

/* ORDER HISTORY *************************** */

/* ORDER TEMPLATES / FAVORITES LISTS *************************** */

.template-input {
    width: 250px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.template-submit {
    margin: 20px 0 0 270px;
}

.error {
    color: Red;
    font-size: 10px;
}

/* FAVORITES DETAIL */

.addItemFields {
    height: 1.5em;
    margin-bottom: 1em;
}

    .addItemFields .txtInput, .addItemFields .formBtn {
        display: inline-block;
    }

    .addItemFields .quantity {
        margin-right: 8px;
    }

.FavList-addCart {
    float: left;
    margin: -13px 0 0 0;
}

/* ORDER CONFIRMATION *************************** */

.order-info {
    border: none;
    margin-bottom: 30px;
    width: 310px;
}

    .order-info tr td {
        padding: 3px;
        vertical-align: top;
    }

        .order-info tr td.titles {
            font-weight: bold;
        }

.order-details {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    width: 100%;
}

    .order-details tr td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

        .order-details tr td.titles {
            font-weight: bold;
            text-align: center;
        }

        .order-details tr td.total {
            font-weight: bold;
            text-align: right;
            padding-right: 10px;
        }

.details-green {
    color: Green;
    margin-top: 30px;
}

.details-orange {
    color: #FF7200;
}

/* ORDER TABLE *************************** */

.specialInstr {
    width: 400px;
    float: left;
}

.orderDetails {
    margin: 0;
    padding: 0;
    width: 90%; /*450px;*/
    margin-bottom: 30px;
    /*float: left;*/
}

    .orderDetails dt {
        margin: 0 0 10px 0;
        padding: 0;
        float: left;
        clear: left;
        font-weight: bold;
        width: 160px;
    }

    .orderDetails dd {
        margin: 0 0 10px 0;
        padding: 0;
        float: left;
        /*width: 250px;*/
    }

/* ADD TO LIST POPUP*************************** */

.saveToList {
}

    .saveToList .selectMenu {
        width: 200px;
    }

    .saveToList .formBtn {
        width: 96px;
        margin: 0 8px 0 0;
    }

    .saveToList .formBtnWide {
        width: 200px;
    }

.addBtn span {
    position: absolute;
    width: 118px;
}

.cancelBtn {
    clear: both;
    margin-top: 10px;
}

/* CONTRACT PRICING *************************** */

/* SITE MAP *************************** */

.sitemap {
    margin: 0;
    margin-left: 200px;
    padding: 0;
}

    .sitemap li {
        margin: 0 0 1em 30px;
        padding: 0;
        font-weight: bold;
    }

    .sitemap ul {
        list-style-type: circle;
    }

        .sitemap ul li {
            margin-bottom: 0;
            font-weight: normal;
        }

/* CONTACT US *************************** */

.contactForm {
    margin: 0 auto;
    width: 570px;
}

    .contactForm label {
        display: block;
        clear: both;
        float: left;
        width: 200px;
        height: 18px;
    }

    .contactForm .txtInput, .contactForm .txtArea {
        display: block;
        float: left;
        width: 300px;
    }

    .contactForm .txtArea {
        height: 100px;
    }

    .contactForm .formBtn {
        padding: 0 10px;
        margin-right: 6px;
    }

.contactThanks {
    margin: 0 auto;
}

.contactForm .errorMsg {
    clear: both;
    float: left;
    display: block;
    margin-left: 200px;
    width: 300px;
    margin-bottom: 16px;
}

/* Add to List Pop-up *************************** */

.listMgnt {
}

    .listMgnt .selectList {
        margin-bottom: 6px;
    }

    .listMgnt .createNewBtn {
        margin: 0;
    }

/* Search Results *************************** */

.searchResults {
    margin-top: -1.5em;
}

    .searchResults a {
        font-size: 1.25em;
        display: block;
        padding-top: 1.5em;
    }

/* SUPPLIER LIST *************************** */

.supplierList {
}

.fourCol {
    float: left;
    margin-left: 25px;
    width: 206px;
}

/*  *************************** */

.environmentNotice {
    padding: 15px;
    border-style: dotted;
    border-width: thick;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #FF0000;
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: bold;
    letter-spacing: 5pt;
}

.noCatalogProduct {
    cursor: pointer;
    cursor: hand;
}

.categoryGrid .sf-arrows .sf-with-ul:after {
    background: url(/images/global/bg-triangle.gif) no-repeat center;
    top: 0.1em;
    position: absolute;
    display: block;
    right: -0.1em;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.sf-menu a {
    text-decoration: none;
}

/* point right for anchors in subs */

/* a.navB.sf-with-ul:after { */

/*     background-position: -10px 0; */

/*     background: url(/images/global/bg-triangle.gif) no-repeat; */

/* } */


.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: .1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, .5);
}

.searchResults em {
    font-weight: bold;
    font-style: normal;
}

.ErrorControl {
    /*background-color: #FBE3E4;*/
    border: solid 4px Red !important;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
    margin-left: 130px !important;
}

.floatLeft260 {
    float: left;
    margin-left: 260px !important;
}


.modal-window {
    position: fixed;
    background-color: rgba(100, 100, 100, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: opacity .15s linear;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    /*transition: all 0.3s;*/
}

    .modal-window > div {
        width: 600px;
        position: relative;
        margin: 10% auto;
        /*padding: 2rem;*/
        background: #fff;
        color: #444;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
