.NoDisplay
{
    display: none;
}

body, td, th, ul, li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1
{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
}
h2
{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 6px;
}
h3
{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 4px;
}
h4
{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
}
h5
{
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 4px;
}
h6
{
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 2px;
}

.mscSmall, .mscSmall td, .mscSmall th, .mscSmall ul, .mscSmall li
{
    font-size: 11px;
}
.mscSmall input, .mscSmall select, .mscSmall textarea, .mscSmall button
{
    font-size: 11px;
}

.mscMicro, .mscMicro td, .mscMicro th, .mscMicro ul, .mscMicro li
{
    font-size: 10px;
}
.mscMicro input, .mscMicro select, .mscMicro textarea, .mscMicro button
{
    font-size: 10px;
}


.mscCompanyHeader .mscCompanyInfo
{
    font-size: 10px;
}

.LeftNav
{
    padding: 6px 10px 30px;
}
.LeftNav .Categories h5
{
    margin-top: 5px;
}
.LeftNav .Login h5
{
    margin-top: 15px;
}

.BodyContent
{
    padding: 6px 10px 30px;
}

.EmptyCartButton
{
    display: block;
    float: right;
}

.AccountNav
{
    font-size: 120%;
}

/* STI */
.mscDetails .mscPriceTable tr.mscItemRetailPrice td.mscLabel
{
    color: Black;
}

.mscDetails .mscPriceTable tr.mscItemRetailPrice td.mscValue
{
    color: Black;
    text-decoration: line-through;
}


/*
.mscPager .mscNav {
    font-size: 14px;
    padding: 3px 6px;
    background-color: powderblue;
    font-weight: bold;
    color: blue;
    margin-right: 3px;
    border: solid 1px Blue;
}
.mscPager .mscNav a {
    color: blue;
}
.mscPager .mscPage {
    font-size: 14px;
    font-weight: bold;
    color: blue;
    padding: 3px 8px;
    background-color: powderblue;
    margin-right: 3px;
    border: solid 1px Blue;
}
.mscPager .mscPage a {
    color: blue;
}
.mscPager .mscSelected {
    background-color: white;
    color: Black;
}
.mscPager .mscSeparator {
    color: White;
    width: 0px;
}
*/

body.mscPopup
{
    background-color: White;
}

body.PRINT
{
    margin: 15px;
    background: white;
}


.Sidebar
{
    background-color: #C0C0C0;
    margin-left: 10px;
    padding: 10px;
    width: 200px;
}

.Cart .mscActions
{
    margin-top: 0px;
}

.ProductDetailHeader
{
    background-color: #003366;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    width: 250px;
}

.ProductInfoBox
{
}

img
{
    border: 0px;
}

h1
{
    font-size: 24px;
}
h2
{
    font-size: 20px;
    color: Red;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 10px;
}

a:link
{
}
a:visited
{
}
a:hover
{
    cursor: hand;
}
a:active
{
}

.mscCartPaymentForm .mscPaymentSelector .mscPaymentType .mscFormLabel
{
    font-size: 18px;
    font-weight: bold;
}


.mscCartPaymentForm .mscPaymentSelector .mscPaymentType .mscFormInput select
{
    font-size: 12px;
    font-weight: normal;
}

tr
{
    vertical-align: top;
}

.ErrorMessage
{
    background-color: Red;
    font-weight: bold;
    color: Yellow;
}

/**************************************************************
** GRIDS
***************************************************************/
.mscGridContents
{
    clear: both;
    width: 100%;
}
.mscGridTable
{
    border-collapse: collapse;
    border: solid 2px #f0f0f0;
    width: 100%;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
.mscGridTable .mscGridHeaderRow
{
    background-color: #f0f0f0;
    vertical-align: middle;
    font-size: 6px;
}
.mscGridTable .mscGridHeaderCell
{
    padding-left: 4px;
    padding-right: 46px;
    border-bottom: solid 1px gray;
    text-align: left;
}
.mscGridTable .mscGridRow
{
}
.mscGridTable .mscGridAltRow
{
    background-color: #F4F4F4;
}
.mscGridTable .mscGridAltRow .mscGridCell
{
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}
.mscGridTable .mscGridCell
{
    padding: 4px;
}
.mscGridTable .mscGridFooterRow
{
    font-weight: bold;
}
.mscGridTable .mscListActions
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.mscGridContents .mscGridTable .mscGridCell .mscDetails
{
    margin: 0;
    padding: 0;
}

.ResultsProductSalesTags
{
    color: Red;
}

.ProductSalesTags
{
    font-size: 14pt;
    color: Red;
}

.mscPagerContainer
{
    font-weight: bold;
}

.mscMenuSubGroup
{
    padding: 8px 8px 8px 8px;
    background-color: white;
    border: solid 1px black;
}

.ProductFeaturesHeader
{
    font-size: 18pt;
}

.ProductFeaturesHeaderTip
{
    font-size: 10pt;
    color: #2b9969;
}

.ProductFeatureText
{
    font-size: 12pt;
}

.Message
{
    padding: 4px;
    color: Red;
    font-weight: bold;
    border: solid 1px black;
}

.CenteredImage
{
    text-align: center;
    display: block;
}

.CenteredContainedImage
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.TabPageContent
{
    width: 100%;
    border: solid 2px #e6e6e6;
}

.Tab
{
    cursor: pointer;
    font-weight: bold;
}


a.ButtonLink:link
{
    text-align: center;
    color: White;
    font-weight: bolder;
    text-decoration: none;
    background-color: #719E31;
    border: outset 4px gray;
    padding: 4px;
}
a.ButtonLink:visited
{
    text-align: center;
    color: White;
    font-weight: bolder;
    text-decoration: none;
    background-color: #719E31;
    border: outset 4px gray;
    padding: 4px;
}
a.ButtonLink:hover
{
    text-align: center;
    color: Black;
    font-weight: bolder;
    text-decoration: none;
    background-color: #D8E98F;
    border: inset 4px gray;
    padding: 4px;
}
/* 
-----------------------------------------------
-----------------------------------------------
Website specific
-----------------------------------------------
-----------------------------------------------
*/

/* Page Display Styles
----------------------------------------------- */

html, body
{
    color: #333333;
    background-color: #243D1D;
    height: 100%;
}

a:link
{
    color: #0000FF;
}
a:visited
{
    color: #0000FF;
}
a:hover
{
    color: #FF0000;
    cursor: hand;
}
a:active
{
    color: #0000FF;
}

h1
{
    color: #005993;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
h2
{
    color: #005993;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    padding: 0;
}
h3
{
    color: #005993;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
}
h4
{
    color: #005993;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
h5
{
    color: #005993;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
h6
{
    color: #005993;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.mscItemRetailPrice
{
    color: Black;
    text-decoration: line-through;
}

.mscItemNormalPrice
{
    color: Black;
}

.mscItemSalePrice
{
    color: Red;
}

.mscItemDescription
{
    font-size: 12pt;
}

.mscMenuItemHover
{
    cursor: pointer;
    color: White;
    background-color: Navy;
}

.mscLayoutTable
{
    padding: 0px 0px 0px 0px;
    background-color: White;
}

.HtmlSectionHeader
{
    color: Black;
    font-weight: bold;
}





/* --------------------------------------------------- */
/* Temp */
/* --------------------------------------------------- */

.MenuDividerCell
{
    width: 2px;
    height: 28px;
}

.MenuItemCell
{
    text-align: center;
    height: 28px;
}


a:link
{
    color: #007BCB;
}
a:visited
{
    color: #007BCB;
}
a:hover
{
    color: #00406A;
}
a:active
{
    color: #007BCB;
}

/* */

.breadcrumArrows
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
}
.bodycopyleading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    line-height: 20px;
}
.homeFeatures
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}
.searchTop
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    text-decoration: none;
}
.userRatingText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #007BCB;
    text-decoration: none;
}
.searchTopField
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #333333;
    text-decoration: none;
}
.itemTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #007BCB;
}
.subNavHeader
{
    background-color: #663399;
}

.subNavTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
.subNavContent
{
    background-color: #e7e7e7;
}
.intHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #E4B91C;
}
a.hyperlinks:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}
a.hyperlinks:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #2876A0;
    text-decoration: underline;
}
a.hyperlinks:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}
a.main_nav:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}

a.main_nav:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}

a.main_nav:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}
a.main_navDarkBKG:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}
a.main_navDarkBKG:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #A0D7F1;
    text-decoration: none;
}

a.main_navDarkBKG:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}

a.main_navOn:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
a.main_navOn:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}

a.main_navOn:visited
{
    background-attachment: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}


a.breadcrum:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}
a.breadcrum:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #2876A0;
    text-decoration: underline;
}
a.breadcrum:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}
a.subNavLevelOne:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #0D6297;
    text-decoration: none;
}
a.subNavLevelOne:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
a.subNavLevelOne:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #0D6297;
    text-decoration: none;
}
a.subNavLevelTwo:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
a.subNavLevelTwo:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #000000;
    text-decoration: underline;
}
a.subNavLevelTwo:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
a.bottomTabs:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}
a.bottomTabs:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #2876A0;
    text-decoration: none;
}
a.bottomTabs:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    text-decoration: underline;
}

table
{
    border: 0px;
    border-collapse: collapse;
}

.msccontrols_cartsummary_ascx
{
    display: inline;
    text-align: center;
}

.mainnav
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.mainnav:link
{
    color: #FFFFFF;
    font-weight: bold;
}

a.mainnav:hover
{
    color: #FFFFFF;
    font-weight: bold;
}

a.mainnav:visited
{
    color: #FFFFFF;
    font-weight: bold;
}

a.FrontPageCategoryLinks:link
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.FrontPageCategoryLinks:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.FrontPageCategoryLinks:visited
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.mscGalleryCell
{
    text-align: center;
}

.lessOpacity
{
    opacity: 0.3;
    filter: alpha(opacity=30);
    zoom: 1;
}
