﻿body
{
    font-family: Verdana, Arial, Georgia, sans-serif;
    font-size: medium;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    line-height: 1.3;
}

/*This is here because line-height: 100%; 6 sucks and wants
to put space after declaring a form tag*/
form
{
    padding: 0px;
    margin: 0px;
}
/*Every page should have a top div named divBody or divBodyShort.  This div
should include the entirerty of every page*/
#divBody
{
    width: 965px;
    margin: 0px auto;
    padding: 0px 19px;
    background: url(/Images/Header/SidesFade.gif) repeat-y left top;
}

/*
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This section deals with the new page design
*/

/*****************************************
Blue Brother header
*/
.PageHeader
{
    background: #1D43A4 url(/Images/Header/header_bg.jpg) repeat-y 0 0;
    width: 100%;
    height: 59px;
}

.PageHeader #RightSideHeader
{
    float: right;
    width: 280px;
    text-align: right;
    padding-top: 4px;
}

.HeaderLinks
{
    color: White;
    font-size: 70%;
    list-style-type: none;
    margin: 0px;
    padding: 2px 30px;
    float: right;
}

.HeaderLinks li
{
    float: left;
    padding: 3px 4px;
}

.HeaderLinks #GlobalLink
{
    color: White;
    text-decoration: underline;
}

.HeaderLinks #GlobalLink:hover
{
    text-decoration: none;
}

.HeaderLinks #SearchLink
{
    color: White;
    text-decoration: underline;
}

.HeaderLinks #SearchLink:hover
{
    text-decoration: none;
}

.HeaderSelect
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.HeaderSelect select
{
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    height: 18px;
    width: 220px;
}
.HeaderSelect input
{
    float: left;
    margin-top: 3px;
}

.HeaderSelect div
{
    float: left;
    height: 18px;
    width: 230px;
    text-align: center;
    margin-top: 3px;
}

.HeaderSelect a
{
    color: White;
    font-size: 70%;
    text-decoration: underline;
}

.HeaderSelect a:hover
{
    text-decoration: none;
}

.HeaderLogo
{
    margin: 9px 10px;
    float: left;
    border: none;
}


/* Styles for Header Search box and Search pages */



.HeaderSearchTextBox
{
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    height: 15px;
    width: 215px;
    font-size: 70%;
}

.HeaderSearchBoxGoButton
{
    margin-top: 3px;
    margin-right: 5px;
    float: left;
}
/*****************************************
End Blue Brother header
*/

/*****************************************
Gray Nav Bar
*/
.NavBar
{
    background: #E8ECEF url(/Images/Header/NavBar_bg.gif) repeat-x 0 0;
    width: 100%;
    height: 35px;
    clear: both;
    margin: 1px 0px;
}


.NavList
{
    font-size: 80%;
    font-weight: bold;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.NavList a
{
    color: #666666;
}

.NavList li.NavItem
{
    text-align: center;
    padding: 7px 15px 0px 15px;
    float: left;
}
.NavList li.NavDivider
{
    width: 2px;
    float: left;
    height: 35px;
    background: url(/Images/Header/NavBar_Divider.gif) no-repeat 0 0;
}




#CartBlock
{
    float: right;
    background-image: url(/images/header/cart_background_tall.gif);
    background-repeat: repeat-x;
    font-size: 80%;
    padding-right: 5px;
    width: 350px;
}

#CartBlock img
{
    float: left;
}

#CartBlock div
{
    padding-top: 1px;
}

#CartBlock div img
{
    padding-right: 5px;
    border: none 0px;
}

#CartBlock div .CartTotal
{
    padding-left: 15px;
}

#CartBlock #FreeShip
{
    float: left;
    font-size: 90%;
}

#CartBlock #FreeShip a
{
    color: Red;
    font-weight: bold;
}

#CartBlock #FreeShip span
{
    font-size: 90%;
    color: #666;
    font-weight: normal;
}

.HeaderLogin
{
    padding-left: 20px;
    text-align: right;
}
/*
****************************************
End Gray Nav Bar
*/

/*  Left Navigation */

.LeftNav
{
    width: 175px;
    float: left;
    clear: left;
    padding-top: 3px;
    padding-right: 5px;
}

.LeftNav div
{
    padding-bottom: 4px;
}

.LeftNav ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-right: solid 1px #e0ded1;
}

.LeftNav ul li
{
    margin-bottom: 0px;
    padding: 2px 0px 0px 10px;
    height: 18px;
    border-bottom: solid 1px #e0ded1;
    font-size: 70%;
    line-height: normal;
}

.NavHeader
{
    width: 100%;
    height: 26px;
    background: url(/Images/left-nav/LeftNav_Background.gif) no-repeat 0 0;
    font-size: 78%;
    color: White;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}


.NavHeader .NavHeaderText
{
    padding-left: 10px;
    display: block;
    padding-top: 3px;
}

.MallTag
{
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    width: 150px;
    display: block;
}

/*Fixes IE 6.0's height problem in real browsers*/
.LeftNav ul > li
{
    min-height: 18px;
    height: auto;
}


.LeftNav a
{
    color: #585954;
}

.LeftNav li.On a
{
    color: #4f7b9a;
    font-weight: bold;
}

.LeftNavSignup IMG
{
    margin-top: 5px;
    border: none;
}

.LeftNavContactInfo
{
    font-size: 70%;
    color: #1E75BD;
    padding: 10px 0px 0px 15px;
}

.LeftNavContactInfoHeader
{
    font-weight: bold;
    color: Black;
}

.LeftNavFreeShip
{
    font-size: 70%;
    padding: 10px 0px 0px 15px;
}

.LeftNavFreeShip A
{
    font-weight: bold;
    color: #DD0000;
}

.LeftNavLogos
{
    text-align: center;
    padding-top: 10px;
}

.LeftNavLogoImage
{
    padding: 5px 0px;
    display: block;
}

/*  End Left Navigation */



.Clearer
{
    clear: both;
    line-height: 0px;
}

a
{
    color: #1E75BD;
    text-decoration: none;
}


a:active
{
    color: #6699ff;
    text-decoration: none;
}

.Black_Bold_80
{
    font-size: 80%;
    font-weight: bold;
    color: Black;
}

.Black_Bold_95
{
    font-size: 95%;
    font-weight: bold;
    color: #000000;
}

.Blue__67
{
    color: #0066FF;
    font-size: 67%;
}

.Blue_Bold_70
{
    color: #0066FF;
    font-weight: bold;
    font-size: 70%;
}

.Blue_Bold_80
{
    color: #0F4B7F;
    font-size: 80%;
    font-weight: bold;
}

.Blue_Bold_100
{
    color: #0066FF;
    font-weight: bold;
    font-size: 100%;
}
.BrightBlue_Bold_82
{
    color: Blue;
    font-size: 82%;
    font-weight: bold;
}




.FormStyle
{
    border-right: #7B869A 1px solid;
    border-top: #7B869A 1px solid;
    border-left: #7B869A 1px solid;
    border-bottom: #7B869A 1px solid;
    background-color: #FFFFFF;
    font-size: 70%;
    color: #000000;
}

.Gray_Bold_90
{
    font-size: 90%;
    font-weight: bold;
    color: Gray;
}

.Gray__67
{
    color: #4D5C67;
    font-size: 67%;
}

.DarkGray__70
{
    color: #666666;
    font-size: 70%;
}

.DarkGray__75
{
    color: #6f6d6d;
    font-size: 75%;
}

.DarkBlue_Bold_100
{
    color: #003399;
    font-size: 100%;
    font-weight: bold;
}

.MangoWaveBG
{
    background: url(/images/halftone_footer.jpg) no-repeat left bottom;
    padding-bottom: 60px;
}

.WaveBG
{
    background: url(/images/halftone_grey_footer.jpg) no-repeat left bottom;
    padding-bottom: 80px;
}

.Maroon__82
{
    font-size: 82%;
    color: Maroon;
}

.NoColor__65
{
    font-size: 65%;
}

.NoColor__67
{
    font-size: 67%;
}

.NoColor__70
{
    font-size: 70%;
}

.NoColor__73
{
    font-size: 73%;
}

.NoColor__78
{
    font-size: 78%;
}

.NoColor__82
{
    font-size: 82%;
}

.NoColor__85
{
    font-size: 85%;
}

.NoColor__90
{
    font-size: 90%;
}

.NoColor__100
{
    font-size: 100%;
}

.NoColor_Bold_67
{
    font-size: 67%;
    font-weight: bold;
}

.NoColor_Bold_70
{
    font-size: 70%;
    font-weight: bold;
}

.NoColor_Bold_75
{
    font-size: 75%;
    font-weight: bold;
}

.NoColor_Bold_80
{
    font-size: 80%;
    font-weight: bold;
}

.NoColor_Bold_82
{
    font-size: 82%;
    font-weight: bold;
}

.NoColor_Bold_90
{
    font-size: 90%;
    font-weight: bold;
}

.NoColor_Bold_95
{
    font-size: 95%;
    font-weight: bold;
}

.NoColor_Bold_100
{
    font-size: 100%;
    font-weight: bold;
}

.NoColor_Bold_105
{
    font-size: 105%;
    font-weight: bold;
}

.NoColor_Bold_110
{
    font-size: 110%;
    font-weight: bold;
}

.NoColor_Bold_112
{
    font-size: 112%;
    font-weight: bold;
}

.NoColor_Bold_125
{
    font-size: 125%;
    font-weight: bold;
}

.NoColor_Bold_140
{
    font-size: 140%;
    font-weight: bold;
}

.NoColor_Bold_150
{
    font-size: 150%;
    font-weight: bold;
}

.NoColor_Bold_None
{
    font-weight: bold;
}

.NoColor_BoldItalic_100
{
    font-size: 100%;
    font-style: italic;
    font-weight: bold;
}

.NoColor_BoldItalicUnderline_None
{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.NoColor_ItalicUnderline_None
{
    font-style: italic;
    text-decoration: underline;
}

.NoColor_Underline_90
{
    font-size: 90%;
    text-decoration: underline;
}

.NoColor_Underline_None
{
    text-decoration: underline;
}

.RedFont
{
    color: #FF0000;
}
.Red_67
{
    font-size: 67%;
    color: #FF0000;
}

.Red_75
{
    font-size: 75%;
    color: #FF0000;
}

.Red__80
{
    font-size: 80%;
    color: #FF0000;
}

.Red_85
{
    font-size: 85%;
    color: #FF0000;
}

.Red_Bold_70
{
    color: #FF0000;
    font-size: 70%;
    font-weight: bold;
}

.Red_Bold_75
{
    font-size: 75%;
    font-weight: bold;
    color: #FF0000;
}

.Red_Bold_80
{
    font-size: 80%;
    font-weight: bold;
    color: #FF0000;
}

.Red_Bold_90
{
    font-size: 90%;
    font-weight: bold;
    color: #FF0000;
}

.Red_Bold_100
{
    font-size: 100%;
    font-weight: bold;
    color: #FF0000;
}

.TopSpace
{
    padding-top: 3px;
}

.White__75
{
    font-size: 75%;
    color: White;
}

.White__82
{
    font-size: 82%;
    color: White;
}

.White_Bold_70
{
    font-size: 70%;
    font-weight: bold;
    color: White;
}

.White_Bold_80
{
    font-size: 80%;
    font-weight: bold;
    color: White;
}



.White_Bold_85
{
    font-size: 85%;
    font-weight: bold;
    color: White;
}

.White_Bold_100
{
    font-size: 100%;
    font-weight: bold;
    color: White;
}

.White_Bold_110
{
    font-size: 110%;
    color: #FFFFFF;
    font-weight: bold;
}

.White_Bold_125
{
    font-size: 125%;
    color: #FFFFFF;
    font-weight: bold;
}


.Body
{
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}


a:hover
{
    color: #666666;
    text-decoration: none;
}



#ContentArea
{
    float: left;
    width: 785px;
}

/*------------------------------------------------------
EMA Page
*/
#EMA h1
{
    font-size: 125%;
    font-weight: bold;
}

#EMA h2
{
    font-size: 95%;
    font-weight: bold;
    color: #0000FF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#EMA h3
{
    font-size: 90%;
    font-weight: bold;
    color: #0000FF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#EMA h4
{
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#EMA p
{
    font-size: 82%;
    padding-top: 0px;
    margin-top: 0px;
}

#EMA ul
{
    padding-top: 0px;
    margin-top: 0px;
}

#EMA li
{
    font-size: 82%;
}

/*------------------------------------------------------
Ends EMA FAQ Page
*/

/*------------------------------------------------------
EMA Page
*/
#EMAFAQ h1
{
    font-size: 125%;
    font-weight: bold;
}

#EMAFAQ h2
{
    font-size: 95%;
    font-weight: bold;
    margin-top: 30px;
}




#EMAFAQ p
{
    font-size: 82%;
}

#EMAFAQ ul
{
}

#EMAFAQ li
{
    font-size: 82%;
}

/*------------------------------------------------------
Ends EMA FAQ Page
*/

/********************************
Footer Section
*/
.Footer
{
    width: 100%;
    background: url(/Images/Footer/Footer_BG.gif) repeat-x 0 0;
    font-size: 70%;
    color: #868686;
    padding: 20px 0px;
    text-align: center;
}

.Footer ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 30%;
}

.Footer li
{
    float: left;
    padding-right: 10px;
}

.Footer ul a
{
    color: #868686;
    text-decoration: underline;
}

.FooterCopy
{
    clear: both;
}


/********************************
End Footer Section
*/


/********************************
HomePage Section
*/

#HomePage
{
    padding-top: 7px;
    margin-top: 1px;
}

#HomePageLeftSideContent
{
    float: left;
    width: 523px;
}

#HomePageRightSideContent
{
    float: right;
    width: 252px;
    text-align: right;
}

#HomePageRightSideContent .RightSidePic
{
    display: block;
    float: right;
    clear: both;
    padding: 5px 0px;
    width: 252px;
    text-align: center;
}

#HomePageRightSideContent .RightSidePic img
{
    border: none;
}

.PGLItem
{
    width: 33%;
    float: left;
    text-align: center;
    height: 175px;
    padding-bottom: 5px;
    margin-top: 5px;
}

#ProductGroupListTop
{
    border-bottom: dotted 1px #faba56;
    height: 190px;
}
.PGLItem h2
{
    font-size: 75%;
    font-weight: bold;
    color: #264798;
    height: 20px;
}

.PGItemModelImage
{
    border: none;
    width: 101px;
    display: block;
    margin: 0px auto;
    padding-bottom: 5px;
}
.PGItemButton
{
    border: none;
    width: 108px;
    display: block;
    margin: 0px auto;
    padding-bottom: 10px;
}

.PGLItem a
{
    color: #BDBDBD;
    font-size: 70%;
    font-weight: bold;
}

.PGLItemMiddle
{
    border-left: dotted 1px #faba56;
    border-right: dotted 1px #faba56;
    width: 33%;
}


/********************************
End HomePage Section
*/



/***********************************************
Deals with the Product Group landing pages
*/

#PGLandingPage
{
    padding-top: 5px;
}

#PGLandingPage img
{
    border: none 0px;
}

#PGLandingPage #LeftColumn
{
    float: left;
    width: 574px;
}
#PGLandingPage #RightColumn
{
    float: left;
    width: 210px;
}

#PGLandingPage #ProductTypes
{
    padding-top: 10px;
}

.LandingPageCatThreeAccross
{
    width: 32%;
    float: left;
    padding: 5px 3px 10px 3px;
    margin-bottom: 10px;
    text-align: center;
}

.LandingPageCatThreeAccross h3
{
    color: #8293BF;
    font-size: 75%;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}


.LandingPageCatThreeAccross h3 a
{
    color: #27479C;
}

.LandingPageCatTwoAccross
{
    width: 47%;
    float: left;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    text-align: center;
}
.LandingPageCatTwoAccross h3
{
    color: #8293BF;
    font-size: 75%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.LandingPageCatTwoAccross h3 a
{
    color: #27479C;
}



#PGLandingPage .BorderRight
{
    border-right: dotted 1px #FDB040;
}


#ProductTypes .CategoryHorizontalDivider
{
    clear: both;
    border-top: dotted 1px #FDB040;
    padding-top: 5px;
}

#ProductTypes .PGDescription
{
    clear: both;
    padding: 10px 10px 0px 5px;
}

.LandingPageCatTwoAccross .ViewModels
{
    text-align: center;
    clear: both;
    padding-top: 5px;
    font-size: 65%;
    font-weight: bold;
}

.LandingPageCatTwoAccross .ViewModels a
{
    color: #9d9d9d;
}

.LandingPageCatThreeAccross .ViewModels
{
    text-align: center;
    clear: both;
    padding-top: 5px;
    font-size: 65%;
    font-weight: bold;
}

.LandingPageCatThreeAccross .ViewModels a
{
    color: #9d9d9d;
}

#PGLandingPage #ProductSelector
{
    background: transparent url(/images/ProductHomePages/ProductSelectorBox.jpg) no-repeat 0px 0px;
    height: 260px;
    padding: 10px 0px 0px 5px;
    width: 195px;
    margin: 0px auto;
}

#PGLandingPage #ProductSelector h4
{
    color: #8293BF;
    font-size: 70%;
    padding: 0px;
    margin: 0px;
}

#PGLandingPage #ProductSelector ul
{
    padding: 0px;
    margin: 0px 0px 8px 0px;
    list-style-type: none;
}

#PGLandingPage #ProductSelector ul a
{
    color: #696969;
}

#PGLandingPage #ProductSelector li
{
    padding: 0px;
    margin: 0px;
    font-size: 65%;
    background: transparent url(/images/ProductHomePages/li_arrow.gif) no-repeat 0px 4px;
    padding-left: 10px;
}

#PGLandingPage #LearningCenter
{
    background: transparent url(/Images/ProductHomePages/LearningCenterBox.jpg) no-repeat 0px 0px;
    height: 124px;
    width: 209px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#PGLandingPage #LearningCenter h4
{
    color: #1E4F78;
    font-size: 70%;
    padding-left: 55px;
    padding-top: 6px;
    margin: 0px;
}

#PGLandingPage #LearningCenter ul
{
    padding: 0px 0px 0px 10px;
    margin: 10px 0px 0px 0px;
    list-style-type: none;
}

#PGLandingPage #LearningCenter ul a
{
    color: #696969;
}

#PGLandingPage #LearningCenter li
{
    background: url(/Images/ProductHomePages/li_arrow.gif) no-repeat scroll 0 4px transparent;
    font-size: 65%;
    margin: 0;
    padding: 0 0 0 10px;
}


.PTouchViewModelLink
{
    font-size: 70%;
    font-weight: bold;
    color: #979ebb;
}

/***********************************************
End - deals with the Product Group landing pages
*/


ol.ContestRulesList
{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    font-size: 78%;
}

ol.ContestRulesList li
{
    padding: 0px 0px 15px 10px;
}

/********************************
Customer Service Page
*/
#CSNav
{
    background-image: url(/images/customerservice/nav-bar.jpg);
    background-repeat: repeat-x;
    height: 24px;
    width: 785px;
}

.CSNavBar
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    width: 785px;
    padding-top: 5px;
}

.CSNavBar li
{
    float: left;
    font-size: 65%;
    font-weight: bold;
    padding: 0px 7px 0px 7px;
}

.CSNavBar li a
{
    color: #1d83d7;
}

.CSNavBar li a:hover
{
    color: #666666;
}

#CSRightNav
{
    float: left;
    margin-left: 10px;
    background: url(/images/customerservice/other-support-box.jpg) no-repeat 0 0;
    width: 213px;
    height: 305px;
}

#CSRightNav ul
{
    margin-left: 17px;
    padding-left: 0px;
}

#CSRightNav ul li
{
    list-style-image: url(/images/icons/arrow.gif);
    line-height: 7px;
    padding-bottom: 7px;
}

.LightBlue_Bold_82
{
    color: #1d83d7;
    font-weight: bold;
    font-size: 82%;
}

.Red_Bold_82
{
    font-size: 82%;
    font-weight: bold;
    color: #FF0000;
}

.MangoBar
{
    border-top: #edc23e 1px solid;
    float: left;
    width: 534px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.MangoBarNoMarginBottom
{
    border-top: #edc23e 1px solid;
    float: left;
    width: 534px;
    margin-top: 20px;
}

.AboutOrder, .General, .Feedback
{
    float: left;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.EmailForm
{
    float: left;
    padding-bottom: 10px;
}

/********************************
End Customer Service Page
*/


/********************************
BP Form Pages
*/

.BPFormHeader
{
    background-color: #f0c336;
    height: 21px;
    padding-left: 5px;
    padding-top: 3px;
    font-size: 85%;
    font-weight: bold;
    color: White;
}

.BPFormTopSection
{
    width: 100%;
    padding-top: 10px;
    padding-left: 5px;
    float: left;
    height: 240px;
}

.BPFormInputAndLabelSection
{
    clear: both;
    padding-top: 5px;
}

.BPFormLeftLabelItem
{
    width: 80px;
    float: left;
}

.BPFormInputItem
{
    float: left;
}



/********************************
End BP Form Pages
*/




/***********************************************
Deals with the At A Glance pages
*/
#AtAGlance h3
{
    margin: 5px 0px;
    padding: 0px;
}

#AtAGlance h4, h5
{
    margin: 0px;
    padding: 0px;
}

#AtAGlance img
{
    border: none 0px;
}

.AtAGlanceTitle
{
    color: #666666;
    font-size: 90%;
    font-weight: bold;
}

.AtaGlancePageTypeTitle
{
    color: #2951A6;
    font-size: 90%;
    font-weight: bold;
}


.ProductList
{
    padding-top: 10px;
    width: 750px;
    margin: 0px auto;
}

.CategoryHeader
{
    background-image: url(/Images/AtAGlance/Product_Header.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    color: White;
    font-weight: bold;
    font-size: 80%;
    position: relative;
    top: 16px;
    height: 22px;
    padding-top: 3px;
    z-index: 100;
}

.ProductList > .CategoryHeader
{
    top: 4px;
}


#AtAGlance .ImageArea
{
    float: left;
    width: 110px;
    text-align: center;
}

.AtAGlanceCrumbs
{
    color: #2951A6;
    font-size: 60%;
    font-weight: bold;
    padding: 2px 5px;
}
.AtAGlanceCrumbs a
{
    text-decoration: underline;
    color: #2951A6;
}
.AtAGlanceCrumbs a:hover
{
    text-decoration: none;
}
#AtAGlance .ProductDemo
{
    margin: 0px;
    padding: 8px 0px 0px 0px;
    display: block;
    font-size: 70%;
}
#AtAGlance .ULineMedAnchor
{
    text-decoration: underline;
    font-weight: bold;
}
#AtAGlance .ULineMedAnchor:hover
{
    text-decoration: none;
}

#AtAGlance .ModelInfoArea
{
    float: left;
    padding-left: 10px;
    width: 130px;
}

.AtAGlanceModelNum
{
    padding-bottom: 10px;
    font-size: 85%;
    padding: 2px;
    line-height: 100%;
}

.AtAGlanceModelNum a
{
    color: black;
    font-weight: bold;
}


#AtAGlance .ProductDetails
{
    padding-top: 8px;
    margin: 0px;
    display: block;
    font-size: 70%;
}

#AtAGlance .ModelBoxTop
{
    clear: both;
    background-image: url(/Images/AtAGlance/product_background_top.gif);
    background-repeat: no-repeat;
    height: 6px;
    width: 750px;
    line-height: 0px;
    position: relative;
    top: 12px;
}

#AtAGlance .ModelBox > .ModelBoxTop
{
    position: static;
}

#AtAGlance .ModelBox
{
    margin: 0px 0px 10px 0px;
}
#AtAGlance .ModelBox > .ModelBoxMiddle
{
    height: auto;
    min-height: 210px;
}

#AtAGlance .ModelBoxMiddle
{
    border-left: solid 1px #acacac;
    border-right: solid 1px #acacac;
    height: 210px;
    background-image: url(/Images/AtAGlance/product_background_middle.gif);
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

#AtAGlance .ModelBoxBottom
{
    clear: both;
    background-image: url(/Images/AtAGlance/product_background_bottom.gif);
    background-repeat: no-repeat;
    height: 6px;
}
#AtAGlance .ModelBoxMiddle > .ModelFeatureArea
{
    height: auto;
    min-height: 210px;
}
#AtAGlance .ModelFeatureArea
{
    float: left;
    width: 380px;
    margin: 0px 10px;
    border-right: solid 1px #ACACAC;
    height: 210px;
}
#AtAGlance .ListAddToCart
{
    float: right;
    width: 225px;
}

#AtAGlance .AddToCartModel
{
    height: 60px;
    padding: 5px 0px;
}

#AtAGlance .ListAddToCart > .AddToCartModel
{
    height: auto;
    min-height: 60px;
}

#AtAGlance .ListAddToCartButton
{
    float: left;
    padding-right: 2px;
}

#AtAGlance .PricingInfo
{
    padding-top: 10px;
}


#AtAGlance .ShortDescription
{
    color: #005CA9;
    font-weight: bold;
    font-size: 85%;
}

#AtAGlance .Rating
{
    padding-top: 3px;
    font-size: 65%;
}

#AtAGlance .Rating IMG, #AtAGlance .Rating SPAN
{
    vertical-align: middle;
}

#AtAGlance .FeatureList
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    color: black;
}
#AtAGlance .ModelFeature
{
    font-size: 65%;
    background: transparent url(/images/AtAGlance/li_arrow.gif) no-repeat 0px 4px;
    padding-left: 10px;
}

.RebatePricingCell
{
    text-align: right;
    font-weight: bold;
}

/***********************************************
End - Deals with the At A Glance pages
*/

/***********************************************
Deals with the Model Detail Pages
*/
.ModelDetail
{
    padding-top: 10px;
}
.ModelDetail h1, h2, h3
{
    margin: 0px;
    padding: 0px;
}

.ModelDetail .LeftColumn
{
    float: left;
    width: 578px;
}

.ModelDetail .RightColumn
{
    float: right;
    width: 194px;
}
.ModelDetail .ModelImage
{
    float: left;
    width: 305px;
}

.ModelDetail .CustModelName
{
    font-size: 120%;
    color: #0b41a2;
    font-weight: bold;
}

.ModelDetail .ModelShortDesc
{
    font-size: 73%;
    font-weight: bold;
    line-height: 100%;
}

.ModelDetail .Rating
{
    padding-top: 20px;
    font-size: 70%;
}

.ModelDetail .Rating IMG, .ModelDetail .Rating SPAN
{
    vertical-align: middle;
}

.ModelDetail .Rating A
{
    display: block;
    padding: 4px 0px;
}

.ModelDetail .MSRP
{
    font-size: 73%;
    font-weight: normal;
    padding: 10px 0px;
}
.ModelDetail .ModelTopInfo
{
    width: 270px;
    float: left;
    padding-top: 40px;
}

.ModelDetail .BuyOnline
{
    width: 49%;
    float: left;
    text-align: center;
    height: 30px;
}

.ModelDetail .StoreLocator
{
    width: 49%;
    float: left;
    text-align: center;
    height: 30px;
}

.ModelDetail .OneLogo
{
    clear: both;
    padding-top: 30px;
}

.ModelDetail .OneLogo a
{
    display: block;
    margin: 0px auto;
    width: 49%;
}

.ModelDetail .TwoLogos a
{
    display: block;
    width: 49%;
    margin: 0px auto;
    float: left;
    text-align: center;
}

.ModelDetail .Tabs
{
    margin-top: 40px;
}

.ModelDetail .TabHeaders
{
    font-size: 70%;
    font-weight: normal;
}


.ModelDetail .TabHeaders a
{
    padding-top: 6px;
    float: left;
    display: inline;
    text-align: center;
    width: 140px;
    height: 30px;
    margin-right: 3px;
    position: relative;
    top: -23px;
    left: -1px;
}


.ModelDetail .TabHeaders .TabOn
{
    color: #003399;
    background: url(/images/product/tab_on.jpg) no-repeat 0 0;
}

.ModelDetail .TabHeaders .TabOff
{
    color: #023a68;
    background: url(/images/product/tab_off.jpg) no-repeat 0 0;
    display: inline;
}

.ModelDetail .TabbedContent
{
    margin: 0px;
    border: solid 1px #be9107;
    padding: 0px 5px 5px 5px;
}

.ModelDetail .TabbedContent p
{
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.ModelDetail .TabbedContent .FeaturesList li
{
    padding-bottom: 10px;
}


.ModelDetail .TabContentHeader
{
    background-image: url(/Images/ModelDetail/fade-249.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0px 2px 0px;
    margin-top: 15px;
}

.ModelDetail .AccSpecTable
{
    width: 100%;
}

.ModelDetail .ReturnToTop
{
    float: right;
    font-size: 60%;
    display: block;
    width: 80px;
}

.ModelDetail .SpecTableRow
{
    border-bottom: solid 1px #ffd555;
    padding: 2px 8px 2px 0px;
    width: 49%;
}

.ModelDetail .AccessoryTable th
{
    background: #ffd555;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
    padding: 2px 3px;
}

.ModelDetail .AccessoryTable td
{
    border-bottom: solid 1px #ffd555;
    padding: 5px 3px;
}

.ModelDetail .AccessoryBuyButton
{
    width: 18%;
    text-align: right;
    padding-right: 0px;
}

.ModelDetail .AccessoryID
{
    width: 18%;
}

.ModelDetail .AccessoryDesc
{
    width: 64%;
}

.Conditions
{
    float: left;
    padding: 3px 5px;
    font-size: 70%;
}


.ModelDetail .GrayText
{
    color: #767575;
    font-size: 70%;
}



.ModelDetail #MoreInfo
{
    font-size: 70%;
    padding-top: 15px;
    clear: both;
}

.ModelDetail #MoreInfo ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.ModelDetail #MoreInfo li
{
    /*background: url(/Images/ModelDetail/Red_List_Arrow.gif) no-repeat 0px 2px;*/
    line-height: 100%;
    padding: 0px 20px 0px 10px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.ModelDetail .MoreInformation
{
    margin: 30px 0px 50px 0px;
}



/**********************************
Right side box section*/
.RightSideBox
{
    width: 193px;
    background: url(/Images/ModelDetail/AddtoCartBottom.gif) no-repeat left bottom;
    padding-bottom: 6px;
    margin: 5px 0px 10px 0px;
}

.RightSideBoxHeader
{
    background: url(/Images/ModelDetail/AddtoCart_Header.gif) no-repeat 0px 0px;
    width: 193px;
    height: 25px;
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    color: white;
}

.RightSideBoxHeaderText
{
    display: block;
    padding: 2px 0px 0px 5px;
}
.RightSideBoxAvailability
{
    text-align: center;
}
.RightSideBoxInner
{
    width: 191px;
    border-left: solid 1px #e0dfdd;
    border-right: solid 1px #e0dfdd;
    padding-bottom: 4px;
}

.AddToCartButton
{
    width: 143px;
    margin: 4px auto 0px auto;
    display: block;
}
.RightSideBoxPromo
{
    font-size: 67%;
    padding: 5px 4px 0px 4px;
}
.RightSideBoxText
{
    width: 160px;
    text-align: right;
    margin: 0px auto;
}


.RightSideBoxPrices
{
    font-size: 80%;
    font-weight: bold;
    border-bottom: solid 1px #a0ce67;
}


.RightSideBoxRegularPrice
{
    color: #00349a;
    display: block;
    padding: 2px 0px;
}

.RightSideBoxRebatePrice
{
    color: #f87807;
    display: block;
    padding: 2px 0px;
}

.RightSideBoxTotal
{
    font-size: 75%;
    font-weight: bold;
    color: #f87807;
    display: block;
    padding: 2px 0px;
}
.RightSideBoxFreeShip
{
    font-size: 60%;
    font-weight: bold;
    color: #00349a;
    display: block;
    padding: 2px 0px;
}
/**********************************
Ends Add to cart section*/

/*********************************************** 
End - Deals with the Model Detail Pages */



/***************************************************************************
Begin Styles for Distributed Learning */

.bdTrigger
{
    display: inline-block;
    border-bottom: dashed 1px #0066CC;
    cursor: pointer;
    cursor: hand;
}


.bdBoxClose
{
    cursor: pointer;
    cursor: hand;
    float: right;
    padding-top: 3px;
    padding-right: 5px;
}

.bdWrap
{
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 350px; /*Width has to include the width of the borders and padding + what ever base size is decided on, which right now is 350px*/
    width: 362px;
    padding: 0px;
    margin: 0px;
}

.bdContentBorder
{
    /*border: solid 1px #BDBCBC;*/
    border: solid 1px #eabe38;
    background-color: White;
}
.bdHeader
{
    background-image: url(/Images/DistributedLearning/header.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 28px;
    width: 100%;
}

.bdHeader div
{
    /*color: #00339A;*/
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 80%;
    float: left;
}

.bdHeader .bdTitle
{
}

.bdFooter
{
    background-image: url(/Images/DistributedLearning/footer.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
}

.bdContent
{
    background-color: white;
    overflow: auto;
    width: 100%;
    border-top: solid 2px #DDDDDD;
    border-bottom: solid 2px #DDDDDD;
    margin: 2px 0px;
}

.bdIFrame
{
    display: none;
    visibility: hidden;
}

.bdDownArrow
{
    position: absolute;
    bottom: -22px;
}

.bdFooter > .bdDownArrow
{
    bottom: -27px;
}

.bdUpArrow
{
    position: absolute;
    top: -18px;
}

/*Section that deals with the actual HTML content styles*/
.bdContent .InnerContent
{
    padding: 5px;
}


.InnerContent ul
{
    list-style-position: outside;
    margin-left: 0px;
    padding-left: 15px;
}

.InnerContent .UnderHeader
{
    padding-top: 0px;
    margin-top: 0px;
}

.InnerContent .ContentHeader
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 85%;
    text-decoration: underline;
}

.InnerContent .ContentSubHeader
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 70%;
    font-style: italic;
}

.InnerContent .Note
{
    margin: 5px;
    font-size: 60%;
}

.DLHeader1
{
    margin: 5px 0px;
    padding: 0px;
    font-size: 90%;
    font-weight: bold;
}

.DLFooter1
{
    font-size: 65%;
}
/*End Section that deals with the actual HTML content styles*/


/***************************************************************************
 End Styles for Distributed Learning */

/************************** Cart Section **********************************/
.Cart
{
    padding: 0px 3px 0px 0px;
}

.Cart .CartList
{
    border-collapse: collapse;
}

.Cart .CartList td
{
    border: dashed 1px #fcb042;
    border-bottom: solid 1px #fcb042;
    padding: 8px 4px;
}


.Cart .CartList .CartItemLeftHand
{
    border-left: none 0px;
}

.Cart .CartList .CartItemRightHand
{
    border-right: none 0px;
}
/************************** End Cart Section ******************************/

/************************** Promotion Page Section ******************************/
.PromoPage .PromoTopBox
{
    width: 48%;
    float: left;
    margin: 10px 3px;
}

.PromoPage .PromoTopBoxSingle
{
    width: 97%;
    float: left;
    margin: 10px 3px;
}

.PromoPage .PromoTopBoxHeader
{
    color: White;
    font-size: 95%;
    font-weight: bold;
    height: 22px;
    padding-left: 10px;
}

.PromoPage .PromoTopBoxListBox
{
    background: #cde5fd url(/images/promotions/Promo_Box_BG.gif) repeat-x 0 0;
    height: 163px;
    padding-left: 10px;
}

.PromoPage .PromoTopBox > .PromoTopBoxListBox
{
    height: auto;
    min-height: 163px;
}

.PromoPage .PromoTopBoxListItem
{
    font-size: 78%;
    display: block;
    padding-left: 15px;
}

.PromoPage .PromoTopBoxListItem:hover
{
    text-decoration: underline;
}

.PromoPage .ItemListTitle
{
    color: #356519;
}

.PromoPage .ListItemImageBox
{
    float: left;
    width: 120px;
    text-align: center;
}

.PromoPage .ListItemImage
{
    border: none 0px;
}

.PromoPage .ListItemLink
{
    display: block;
    padding-top: 8px;
}

.PromoPage .ListItemLink A
{
    font-size: 70%;
    font-weight: bold;
    text-decoration: underline;
}

.PromoPage .ListItemBox
{
    border-bottom: dashed 1px black;
    padding: 20px 0px;
    width: 760px;
}

.PromoPage .ListItemText
{
    width: 430px;
    float: left;
    padding: 0px 5px;
}

.PromoPage .ListItemDescription
{
    color: Red;
    font-weight: bold;
    font-size: 70%;
    padding-top: 5px;
}

/************************** End Promotion Page Section ******************************/


/************************** Accessory Detail Page Section ******************************/
.AccessoryDetail .Tabs
{
    margin-top: 40px;
}

.AccessoryDetail .TabHeaders
{
    font-size: 70%;
    font-weight: normal;
}


.AccessoryDetail .TabHeaders a
{
    padding-top: 6px;
    float: left;
    display: inline;
    text-align: center;
    width: 140px;
    height: 30px;
    margin-right: 3px;
    position: relative;
    top: -23px;
    left: -1px;
}


.AccessoryDetail .TabHeaders .TabOn
{
    color: #003399;
    background: url(/images/product/tab_on.jpg) no-repeat 0 0;
}

.AccessoryDetail .TabHeaders .TabOff
{
    color: #023a68;
    background: url(/images/product/tab_off.jpg) no-repeat 0 0;
    display: inline;
}

.AccessoryDetail .TabbedContent
{
    margin: 0px;
    border: solid 1px #be9107;
    padding: 0px 5px 5px 5px;
}

.AccessoryDetail .TabbedContent p
{
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.AccessoryDetail .TabbedContent .FeaturesList li
{
    padding-bottom: 10px;
}


.AccessoryDetail .TabContentHeader
{
    background-image: url(/Images/AccessoryDetail/fade-249.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0px 2px 0px;
    margin-top: 15px;
}

.AccessoryDetail .OverviewTitle
{
    background: url(/images/product/tabs_line.gif) no-repeat left bottom;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-size: 85%;
    font-weight: bold;
}

.AccessoryDetail .OverviewInfoArea
{
    padding-top: 20px;
}
/************************** End Accessory Detail Page Section ******************************/


.AccessorySelectOptionHeader
{
    font-size: 75%;
    font-weight: bold;
    color: #2951A6;
    display: block;
    clear: both;
}

.AcessorySelectSectionHeader
{
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 20px;
}

.AccessorySelectLeftBox
{
    width: 352px;
    float: left;
    border-right: solid 1px #fac038;
    height: 200px;
    padding-left: 40px;
}


.WaveBG > .AccessorySelectLeftBox
{
    height: auto;
    min-height: 200px;
}

.AccessorySelectInput
{
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}
.AccessorySelectButton
{
    float: left;
}

.MangoWaveBG > .AccessorySelectLeftBox
{
    height: auto;
    min-height: 200px;
}




.AccessoryCatCell
{
    text-align: left;
    vertical-align: text-top;
    width: 10%;
    border-right: solid 1px #fac038;
    padding-left: 5px;
    background-color: White;
}

.AccessoryCatCellEnd
{
    text-align: left;
    vertical-align: text-top;
    width: 10%;
}

.AccessCatImage
{
    width: 118px;
    height: 86px;
}

.AccessoryVSpacerImage
{
    height: 100%;
}

.AccessorySubCategory
{
    font-size: 75%;
    color: #666666;
    display: block;
    padding: 3px 0px;
}


/*******************Login Page***************/
.LoginSectionHeaderText
{
    padding-left: 10px;
    font-weight: bold;
    padding-top: 4px;
    font-size: 80%;
}

.LoginSectionHeader
{
    background: url(/images/login/Left_curve_top.jpg) no-repeat 0 0;
    height: 24px;
    margin-bottom: 2px;
}

.LoginSectionBox
{
    width: 385px;
    margin-left: 2px;
    float: left;
}

.LoginSectionBody
{
    background: url(/images/login/Sign_In_BG.gif) repeat-x 0 0;
    height: 227px;
    padding-left: 10px;
}
/*******************End Login Page************/


/***************************************************************************
Begin Styles for InlinePopUps */

.InlinePopUpTrigger
{
}


.InlinePopUpTrigger:hover + .InlinePopUp
{
    visibility: visible;
}

.InlinePopUp
{
    visibility: hidden;
    position: absolute;
    z-index: 100;
    display: block;
    width: 200px;
}

.ShowInlinePopUp
{
    visibility: visible;
}

.InlinePopUpTopLeft
{
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url(/USAImages/InlinePopUp/TopLeftRoundedCorner.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 250px;
}

.InlinePopUpTopRight
{
    background-image: url(/USAImages/InlinePopUp/TopRightRoundedCorner.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.InlinePopUpTopMiddle
{
    background-image: url(/USAImages/InlinePopUp/TopHorizontal.gif);
    background-repeat: repeat;
    background-position: left top;
    height: 20px;
    margin: 0px 12px;
}


.InlinePopUpTitle
{
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
    min-width: 100%;
}

.InlinePopUpContent
{
    padding: 5px;
    margin: 0px;
    border: solid 1px #FCB042;
    background-color: #fef0c7;
}


/***************************************************************************
End Styles for InlinePopUps */


/*******************Prospect Form***************/

#ProspectForm
{
    padding: 10px;
}

#ProspectForm .FormGroup
{
    margin: 20px 0;
}

#ProspectForm .FormRow
{
    margin: 5px 30px;
}

#ProspectForm .FormLabel
{
    float: left;
    width: 100px;
    padding-right: 10px;
    text-align: right;
}

#ProspectForm .FormStyle
{
    width: 175px;
}


/*******************End Prospect Form************/

/************************** EPP ***********************************/

.EPPPopUpBox
{
    position: relative;
}

.EPPItemQuickView
{
    position: absolute;
    width: 250px;
    min-height: 200px;
    top: 0px;
    left: -50px;
    z-index: 100;
    visibility: hidden;
}
.EppItemQuickViewBottom
{
    background: url(/Images/EPP/Popup_BG_Bottom.png) no-repeat left bottom;
}
.EppItemQuickViewTop
{
    background: url(/Images/EPP/Popup_BG_Top.png) no-repeat 0 0;
    padding: 12px 0px;
}
.EppItemQuickViewInner
{
    background: url(/Images/EPP/Popup_BG.png) repeat-y 0 0;
    padding: 0px 10px;
}

.EPPItemModelImage:hover + .EPPPopUpBox > .EPPItemQuickView
{
    visibility: visible;
}

.EPPQuickViewFeatureList
{
    list-style-position: outside;
    padding: 0px;
    margin: 10px 0px 0px 15px;
}

/************************** End EPP ***********************************/

/************************** Start SEO ***********************************/

#BottomSEO h1
{
    font-size: 110%;
    font-weight: bold;
}
#BottomSEO h2
{
    font-size: 100%;
    font-weight: bold;
}

/************************** End SEO ***********************************/

/************* ALL BELOW HERE ARE DEPRECATED!! DO NOT USE IN NEW DEVELOPMENT!!!*******/
.PtouchBackImage
{
    background-image: url(../images/Accessories/ptouchfilter/t-center-back.gif);
    background-position: center bottom;
    background-repeat: repeat-x;
}
.PtouchTopRightCornerImage
{
    background-image: url(../images/Accessories/ptouchfilter/c-top-right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.PtouchTopLeftCornerImage
{
    background-image: url(../images/Accessories/ptouchfilter/c-top-left.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.PtouchBottomRightCornerImage
{
    background-image: url(../images/Accessories/ptouchfilter/c-bottom-right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.PtouchBottomLeftCornerImage
{
    background-image: url(../images/Accessories/ptouchfilter/c-bottom-left.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.PtouchBottomBackImage
{
    background-image: url(../images/Accessories/ptouchfilter/b-center-back.gif);
    background-repeat: repeat-x;
}
.PtouchleftsideBackImage
{
    background-image: url(../images/Accessories/ptouchfilter/s-left.gif);
    background-repeat: repeat-y;
}
.PtouchrightsideBackImage
{
    background-image: url(../images/Accessories/ptouchfilter/s-right.gif);
    background-repeat: repeat-y;
}

.Ptouch2TopLeftCorner
{
    background-image: url(../images/Accessories/ptouchfilter/t-left-2.gif);
    background-repeat: no-repeat;
}
.Ptouch2BackImage
{
    background-image: url(../images/Accessories/ptouchfilter/t-back-2.gif);
    background-repeat: repeat-x;
}
.PtouchGrid
{
    width: 650px;
}
.Ptouch2TopRightCorner
{
    background-image: url(../images/Accessories/ptouchfilter/t-right-2.gif);
    background-repeat: no-repeat;
}
.GrayTableLine
{
    background-image: url(../images/lines/trans-grayline-h-long-100-15.gif);
    background-position: center center;
    background-repeat: repeat;
}




.smallnocolor
{
    font-size: 80%;
}

.smallernocolor
{
    font-size: 78%;
}

.smallermaroon
{
    font-size: 78%;
    color: Maroon;
}

.smallerbold
{
    font-size: 75%;
    font-weight: bold;
}

.tinynocolor
{
    font-size: 73%;
}
.smallbold
{
    font-size: 82%;
    font-weight: bold;
}

.BoldItalicUnderline
{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.ItalicUnderline
{
    font-style: italic;
    text-decoration: underline;
}

.medbold
{
    font-size: 95%;
    font-weight: bold;
}

.medboldblack
{
    font-size: 95%;
    font-weight: bold;
    color: #000000;
}

.smallergray
{
    font-size: 80%;
    color: #666666;
}

.smallerboldergray
{
    font-size: 80%;
    font-weight: bolder;
    color: #666666;
}
.smallgray
{
    font-size: 82%;
    font-weight: normal;
    color: #666666;
}

.smallblue
{
    font-size: 95%;
    font-weight: normal;
    color: #0000FF;
}

.normalbold
{
    font-size: 105%;
    font-weight: bold;
}

.largebold
{
    font-size: 112%;
    font-weight: bold;
}

.largerbold
{
    font-size: 150%;
    font-weight: bold;
}

.smallboldred
{
    font-size: 82%;
    font-weight: bold;
    color: #FF0000;
}

.smallerboldred
{
    font-size: 75%;
    font-weight: bold;
    color: #FF0000;
}
.smallboldgray
{
    font-size: 90%;
    font-weight: bold;
    color: Gray;
}
.reqfield
{
    font-size: 80%;
    color: #ff0000;
}
/************* END ALL BELOW HERE ARE DEPRECATED!! DO NOT USE IN NEW DEVELOPMENT!!!*******/
