﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #404040;
}

gvItemFinancials {
    padding-right: 50px;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

img {
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    border-style: solid;
    border-width: 0px 0px 0px 8px;
    border-color: #EEEEEE;
    font-size: 1.6em;
    margin: 0px 0px 12px 0px;
    color: #000066;
    display: block;
    width: 100%;
    height: 30px;
    padding: 8px;
    padding-left: 20px;
    background-color: #F7F9F8;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#pageContainer {
    width: 1000px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

#header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    background-image: url('/Images/mpl_logo.jpg');
    height: 100px;
    color: White;
}

    #header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

#columnsContainer {
    width: 980px;
    display: block;
}

#maincolumn {
    padding: 12px;
    min-height: 420px;
    width: 740px;
    float: right;
}

.mainColumnFull {
    width: 97% !important;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 180px;
    min-height: 250px;
    float: left;
}

#footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

.navlist li {
    display: inline;
    list-style-type: none;
}

.navlist a {
    padding: 3px 10px;
}

    .navlist a:link, .navlist a:visited {
        color: #fff;
        background-color: #036;
        text-decoration: none;
    }

    .navlist a:hover {
        color: #fff;
        background-color: #369;
        text-decoration: none;
    }

.navcontainer {
    position: absolute;
    bottom: 0px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.cformlabel {
    color: #87A3A3;
    padding-right: 8px;
    text-align: right;
    width: 105px;
    display: block;
    float: left;
}


.cformmessage {
    padding-right: 8px;
    text-align: left;
    width: 400px;
    display: inline-block;
}

.cformRightValue {
    width: 75px;
    text-align: right;
    display: inline-block;
}

.cformAddress {
    display: block;
    margin: 0px 0px 0px 115px;
}

#contactForm input, #contactForm textarea, #contactForm select {
    width: 210px;
}

.fRow {
    padding: 2px;
    text-align: left;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

fieldset {
    background-color: White;
    border: 1px solid #cfcfcf;
}

/* MISC  
----------------------------------------------------------*/

.RadGrid_Default .rgCommandRow , 
.rgCommandCell, .rgCommandTable {
    display: none !important;
}

.RadGrid_Default .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px
}


.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.errorMessage {
    color: Red;
}

.errorRequired {
    padding: 0px;
    margin: 0px;
    background-image: url('/Images/icons/exclamation.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.errorNotification {
    font-size: 1.2em;
    color: Red;
    padding: 10px;
    font-size: 1.2em;
    background-color: #FFECEC;
    display: block;
    width: 95%;
    margin: 10px;
}


.goodNotification {
    padding: 10px;
    font-size: 1.2em;
    color: #005B00;
    background-color: #D0EAD2;
    display: block;
    width: 95%;
}

.loading {
    border: 1px solid #6699FF;
    padding: 80px;
    float: left;
    position: absolute;
    background-color: #FFFFFF;
    color: #396493;
    text-align: center;
    width: 300px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    font-weight: normal;
    font-size: 16px;
    z-index: 9999999;
}

.loadingContainer {
    width: 300px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    z-index: 9999999;
}

table td {
    vertical-align: top;
}

.searchContainer {
    float: right;
    margin-top: -4px;
    padding: 2px 8px;
}

.searchModeContainer {
    margin-bottom: -6px;
    display: inline-block;
}
/*search ui */
.ui-menu-item {
    font-size: 10px;
    width: 170px !important;
}

.itemPhoto {
    border: 1px solid #ddd;
    max-height: 240px;
    max-width: 240px;
}

.rgMasterTable .rgRow td, .rgMasterTable .rgAltRow td, .rgHeader {
    border-left: solid 1px #dddddd !important;
    vertical-align: middle;
}

.buttonSubmit {
    background-color: #ccd7de;
    background: #d9eea3; /* Mozilla: */
    background: -moz-linear-gradient(top, #ccd7de, #b6bfc5); /* Chrome, Safari:*/ /* MSIE */
    border-style: solid;
    border-width: 1px;
    border-color: #9FB6C6 #336699 #336699 #9FB6C6;
    color: #003366;
    background-color: #D9E0E1;
    cursor: pointer;
    margin: 0px;
    font-size: 100%;
    line-height: 100%;
    height: 24px;
    text-decoration: none;
    padding: 3px 7px 3px 7px;
}



.frmQty {
    width: 21px;
    float: right;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #CCCCCC;
}

.frmInv {
    width: 21px;
    float: left;
    text-align: center;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #323650;
    width: 100%;
    height: 130px;
    color: White;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 7px 8px;
}

.loginRadio {
    font-size: 1.1em;
    display: inline;
    text-align: right;
    color: White;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.homeImage {
    width: 726px;
    height: auto;
}

.productDescription {
    color: black;
    width: 220px;
    font-size: 11px;
}

.productDescriptionContainer {
    text-align: left;
    float: left;
    width: 380px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.productFormDescription {
    color: black;
    width: 350px;
    font-size: 11px;
}

.productFormDescriptionContainer {
    float: left;
    width: 350px;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    word-break: normal;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

.productListGroupContainer {
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .productListGroupContainer li {
        margin: 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 160px;
        min-height: 190px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #C0C0C0;
        padding: 10px;
        float: left;
    }

.itemViewDetails {
    display: block;
    clear: both;
}

.itemViewLeft {
    float: left;
    width: 220px;
    text-align: center;
}

.itemViewRight {
    float: right;
    width: 480px;
}

.itemViewCodeContainer {
    color: #87A3A3;
    margin: 0px 0px 4px 10px;
}

.homeLink {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    height: 100px;
}

.downloadMSDSimg {
    margin-top: 10px;
}

::-webkit-input-placeholder {
    color: #C0C0C0;
}

:-moz-placeholder {
    color: #C0C0C0;
}

::-moz-placeholder {
    color: #C0C0C0;
}

:-ms-input-placeholder {
    color: #C0C0C0;
}


#pages {
    list-style-type: none;
    list-style-image: none;
    display: inline-block;
    margin-top: 10px;
}

    #pages ul {
        margin: 0px;
        padding: 0px;
    }

    #pages li {
        float: left;
        margin-left: 4px;
        margin-right: 4px;
        display: inline;
    }

        #pages li a {
            color: #FFFFFF;
            background-color: #808080;
            padding: 2px 4px;
            min-width: 8px;
            display: block;
            text-decoration: none;
        }

.itemSpecs table {
    border: 1px solid #cfcfcf;
    width: 80%;
    margin-top: 10px;
}

    .itemSpecs table tr td, .itemSpecs th {
        border-left: 1px solid #cfcfcf;
        text-align: center;
    }

        .itemSpecs table tr td:first-child, .itemSpecs th:first-child {
            border-left: 0px;
        }

    .itemSpecs table tr td {
        border-top: 1px solid #cfcfcf;
    }


.mfgPartNoLabel {
    margin-left: 20px;
    display: none;
}



.hideImportant {

    display: none !important;

}