﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../images/NS_top_bg.png');
    background-repeat: repeat-x;
    height: 100%;
}
.SubCatPic1
        {
    width: 118px;
    height: 150px;
    position: relative;
    z-index: 10;
    float: right;
    background-image: url('../images/Search.png');
    background-repeat: no-repeat;
    top: 10px;
    left: 0px;
}
        .SubCatcontent1
        {
            width: 532px;
            height: 300px;
            position: relative;
            background-color: #00FFFF;
            z-index: 7;
            float: left;
        }

a:link, a:visited
{
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: none;
}
a:active
{
    color: #034af3;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h4, h5, h6
{
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1
{
    margin: 0px;
    font-size: x-large;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #99B4D1;
    width: 706px;
}
h2
{
    padding: 0px;
    margin: 0px;
    font-size: medium;
    color: #D199C2;
    font-family: Arial;
}
h3
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    border-width: 0px;
    font-size: small;
    color: #D199C2;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    line-height: 0px;
    vertical-align: 0%;
}




h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.TextHeader1
{
    font-size: xx-large;
    font-weight: bold;
    color: #99B4D1;
    font-family: "Edwardian Script ITC";
}
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}





/* TAB MENU   
----------------------------------------------------------*/
.HighPrice
{
    width: 210px;
    height: 0px;
    position: relative;
    z-index: 0;
    top: 83px;
    left: 450px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #FFFF00;
}

deSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
.FindButton
        {
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}
.searchbox
{
    border-right: #dcdcdc 0px solid;
    border-top: #dcdcdc 0px solid;
    font-size: 8pt;
    border-left: #dcdcdc 0px solid;
    border-bottom: #dcdcdc 0px solid;
    font-family: verdana;
}

.Linkbutton
{
        text-decoration:none;
        font-size: 8pt;
}
.Linkbutton:hover
{
    font-size: 8pt;
    background-color: #9EB8D5;
    color: #FFFFFF;
}

.divmain
{
    width: 1024px;
    top: 0px;
    left: 0px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.divheaderall
{
    position: relative;
    width: 1024px;
    height: 140px;
    background-color: #FFFFFF;
    left: 0px;
    top: 0px;
    margin-bottom: -13px;
    z-index: 1;
}
.divheadertopleft
{
    width: 19px;
    height: 140px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url('../images/HeaderLftTop.png');
    background-repeat: no-repeat;
    z-index: 4;
}
.divheadertopright
{
    width: 19px;
    height: 140px;
    top: 0px;
    background-image: url('../images/HeaderRgttop.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    z-index: 4;
}
.divheadertop
{
    width: 500px;
    height: 140px;
    top: 0px;
    position: absolute;
    background-image: url('../images/NetballNetball_header.png');
    background-repeat: no-repeat;
    left: 170px;
    z-index: 4;
}
.divheaderbtn
{
    width: 140px;
    height: 140px;
    top: 0px;
    position: absolute;
    background-image: url('../images/NS_top_btn.png');
    background-repeat: no-repeat;
    left: 19px;
    z-index: 4;
    text-transform: capitalize;
    color: #CCFFFF;
    vertical-align: bottom;
    text-align: center;
}
.divheaderbtnedg
{
    width: 14px;
    height: 140px;
    top: 0px;
    position: absolute;
    background-image: url('../images/NS_top_btn_edg.png');
    background-repeat: no-repeat;
    left: 159px;
    z-index: 4;
}
.divheaderrgt
{
    width: 335px;
    height: 140px;
    top: 0px;
    position: absolute;
    background-image: url('../images/NS_header_rght.png');
    background-repeat: repeat;
    left: 670px;
}
.divleftshad
{
    width: 19px;
    height: 100%;
    left: 0px;
    position: absolute;
    background-image: url('../images/NSleftshad.png');
    background-repeat: repeat-y;
    top: 0px;
    z-index: 2;
}
.divrgtshad
{
    width: 19px;
    height: 100%;
    position: absolute;
    background-image: url('../images/NSrightshad.png');
    background-repeat: repeat-y;
    right: 0px;
    top: 0px;
}
.divcontent1
        {
    position: absolute;
    background-color: #00FF00;
    width: 800px;
    height: auto;
    left: 48px;
    top: 0px;
}
.divbodyall
{
    position: relative;
    width: 1024px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
    z-index: 0;
}
.DivFooterall
{
    width: 1024px;
    height: 36px;
    position: relative;
    background-color: #008000;
    top: 0px;
}
.DivFootleft
{
    width: 19px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../images/NS_foot_left.png');
    background-repeat: no-repeat;
    z-index: 3;
}
.DivFootRgt
{
    width: 21px;
    height: 36px;
    position: absolute;
    background-image: url('../images/NS_foot_rgt.png');
    background-repeat: no-repeat;
    right: -2px;
    top: 0px;
    z-index: 1;
}
.DivFootcentre
{
    padding: 5px;
    width: 986px;
    height: 36px;
    position: absolute;
    left: 19px;
    top: 0px;
    background-image: url('../images/NS_foot-Centre.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
}
.divbodyleftcol
{
    position: absolute;
    width: 19px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.divbodyrgtcol
{
    position: absolute;
    width: 19px;
    height: 100%;
    top: 0px;
    right: 0px;
}
.divheaderBotleft
{
    width: 19px;
    height: 102px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url('../images/HeaderLftBot.png');
    background-repeat: no-repeat;
    z-index: 4;
}
.divheaderBotright
{
    width: 19px;
    height: 102px;
    top: 0px;
    background-image: url('../images/HeaderRgtBot.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    z-index: 2;
}
.DivPageBody
{
    border-style: none;
    border-width: 0px;
    position: relative;
    width: 978px;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 13px;
    z-index: 2;
}
.NSLogo
{
    background-image: url('../images/NetballShoeslogo.png');
    position: absolute;
    background-repeat: no-repeat;
    z-index: 6;
    top: 6px;
    width: 200px;
    height: 110px;
    left: 22px;
}
.MainOffer
{
    position: relative;
    top: 0px;
    width: 832px;
    height: 298px;
    left: 0px;
}
.MainOfferBanner
{
    background-color: #FFFFFF;
    color: #D1BFEC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    width: 840px;
    position: relative;
    height: 24px;
    top: 0px;
    left: 0px;
}
.MainOfferBody1
{
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    width: 475px;
    height: 250px;
    top: 30px;
    position: absolute;
    left: 0px;
}
.MainBody1Image
{
    position: absolute;
    width: 290px;
    height: 250px;
    top: 0px;
    left: 0px;
}
.MainBody1text
{
    position: absolute;
    width: 180px;
    height: 250px;
    top: 0px;
    left: 295px;
}
.MainOfferBody2
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    width: 322px;
    height: 249px;
    top: 30px;
    position: absolute;
    background-color: #FFFFFF;
    right: -3px;
}
.offers
{
    position: relative;
    left: 0px;
    width: 840px;
    height: 100%;
}
.SideOffer
{
    position: absolute;
    left: 846px;
    height: 1527px;
    width: 131px;
    top: 25px;
}
.SubFilter
{
    position: relative;
    width: 100%;
    height: 30px;
    top: -2px;
    left: 5px;
    vertical-align: middle;
    text-align: left;
}

.BestMatches
{
    position: relative;
    top: 0px;
    width: 840px;
    height: 110%;
    margin-top: -10px;
    margin-bottom: -10px;
    left: 0px;
}

.Information
{
    position: relative;
    top: 0px;
    width: 832px;
    height: 100%;
    z-index: 10;
}
.itemoffer
{
    margin: 5px 5px 0px 5px;
    padding: 0px;
    border: 1px solid #ccc;
    position: relative;
    top: 0px;
    width: 800px;
    height: 93px;
}
.CategoryMaint
{
    position: relative;
    top: 0px;
    width: 100%;
    height: 110%;
    background-color: #CCFF99;
    margin-top: -10px;
    margin-bottom: -10px;
    left: 0px;
}
.TopMenu
{
    width: 834px;
    height: 29px;
    position: absolute;
    top: 115px;
    left: 167px;
    z-index: 9;
}
.PageHeadertext
{
    position: relative;
    top: 0px;
    width: 100%;
    height: 44px;
    left: 0px;
}
.divacVitaheadertop
{
    width: 500px;
    height: 140px;
    top: 0px;
    position: absolute;
    background-image: url('../images/acVita_Title.png');
    background-repeat: no-repeat;
    left: 170px;
    z-index: 4;
}
.LoginDiv
{
    width: 333px;
    height: 80px;
    position: absolute;
    left: 673px;
    z-index: 9;
    top: 20px;
}
.TextHeader2
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: medium;
    font-weight: bold;
    color: #D199C2;
    font-family: Arial, Helvetica, sans-serif;
}

.RollOverButton
{
    background-image: url(../images/Buttons/ButtonUp.gif);
    height: 40px;
    width: auto;
    border-style: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    line-height: 40px;
    vertical-align: middle;
}
.RollOverButton:hover 
{
    background-image: url('../images/Buttons/ButtonDown.gif');
    height: 40px;
    width: auto;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #664B2E;
    text-decoration: underline;
    background-repeat: no-repeat;
    text-align: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.RollOverButton:active 
{
    background-image: url(../images/Buttons/ButtonUp.gif);
    height: 40px;
    width: auto;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #FFFF00;
    line-height: 40px;
}
.RollOverButton:visited
{
    background-image: url(../images/Buttons/ButtonDown.gif);
    height: 40px;
    width: auto;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #00FF00;
    text-decoration: underline;
    text-transform: none;
    line-height: 40px;
    background-repeat: no-repeat;
}
.MenuLeft
{
    background-position: bottom;
    background-image: url('../images/Buttons/Buttonleftedge.gif');
    height: 40px;
    width: auto;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #D1BFEC;
    line-height: 40px;
    color: #D1BFEC;
    line-height: 40px;
}
.MenuRight
{
    background-position: bottom;
    background-image: url('../images/Buttons/ButtonRightedge.gif');
    height: 40px;
    width: auto;
    border-style: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    line-height: 40px;
    vertical-align: middle;
}

.BuyNowButton
{
    background-image: url('../images/Buttons/Gotostore.gif');
    height: 40px;
    width: auto;
    border-style: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #800000;
    line-height: 40px;
}
.BuyNowButton:hover
{
    background-image: url('../images/Buttons/GotostoreDown.gif');
    height: 40px;
    width: auto;
    border-style: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #664B2E;
    line-height: 40px;
}
.SelectMake
{
    background-image: url(../images/Buttons/ButtonUp.gif);
    height: 40px;
    width: auto;
    border-style: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: repeat-x;
    color: #D1BFEC;
    line-height: 40px;
    vertical-align: middle;
}
.MainMenu
{
    background-color: #FFFFFF;
    color: #D1BFEC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width: 993px;
    position: relative;
    height: 20px;
    top: 15px;
    left: 17px;
    z-index: 7;
}
.Menuparent
{
    background-position: bottom;
    background-image: url(../images/Buttons/ButtonUp.gif);
    border-style: none;
    line-height: 40px;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    background-repeat: no-repeat;
}
.Menuparent:hover
{
    background-image: url('../images/Buttons/ButtonDown.gif');
    border-style: none;
    line-height: 40px;
    background-repeat: no-repeat;
    font-size: small;
}
.Menuparent a
{
    background-image: none;
    font-size: small;
}
.MenuTitle
{
    font-weight: bold;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: #993333;
}
.SubMenu
{
    border-width: none;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-image: url('../images/Buttons/ButtonUph20.gif');
    border-style: none;
    line-height: 20px;
    width: 83px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D1BFEC;
    font-size: xx-small;
    background-repeat: no-repeat;
    height: 20px;
    z-index: 5;
}
.SubMenu:hover
{
    background-image: url('../images/Buttons/ButtonDownh20.gif');
    border-style: none;
    line-height: 20px;
    background-repeat: no-repeat;
    font-size: xx-small;
    color: #993333;
    text-decoration: none;
}
.SubMenu a
{
    background-image: none;
    font-size: xx-small;
}
.SubMenu:hover a
{
    background-image: none;
    font-size: xx-small;
}
.MenuSelect
{
    background-position: bottom;
    background-image: url(../images/Buttons/ButtonUp.gif);
    border-style: none;
    line-height: 40px;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    top: 10px;
    background-repeat: no-repeat;
}
.Product
{
    position: relative;
    width: 100%;
    height: 30px;
    top: 3px;
    left: 3px;
    vertical-align: middle;
    text-align: left;
    background-color: #FFFF00;
}
.TextHeader3
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: small;
    font-weight: bold;
    color: #D199C2;
    font-family: Arial, Helvetica, sans-serif;
}
.MenuparentH20
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-position: bottom;
    background-image: url('../images/Buttons/ButtonUpH20.gif');
    border-style: none;
    width: 74px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    background-repeat: repeat-x;
    height: 20px;
    line-height: 20px;
}
.MenuparentH20:hover
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-position: bottom;
    background-image: url('../images/Buttons/ButtonDownH20.gif');
    border-style: none;
    width: 74px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FF0000;
    font-size: small;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
}
.MenuparentH20 a
{
    background-image: none;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-position: bottom;
    border-style: none;
    width: 74px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    background-repeat: repeat-x;
    height: 20px;
    line-height: 20px;
}
.MenuparentH20:hover a
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    background-position: bottom;
    background-image: none;
    border-style: none;
    width: 74px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #FF0000;
    font-size: small;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
}
.MenuLeftH20
{
    background-position: right bottom;
    background-image: url('../images/Buttons/ButtonleftedgeH20.gif');
    width: 8px;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    color: #D1BFEC;
    z-index: inherit;
}
.MenuRightH20
{
    background-position: left bottom;
    background-image: url('../images/Buttons/ButtonRightedgeH20.gif');
    width: 8px;
    border-style: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: inherit;
}
.MenuSelectH20
{
    background-position: bottom;
    background-image: url(../images/Buttons/ButtonUpH20.gif);
    border-style: none;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    top: 10px;
    background-repeat: repeat-x;
}
.dropdownmenufilter
{
    position: absolute;
    z-index: 6;
    top: 113px;
    width: 200px;
    height: 20px;
    left: 45px;
}
.home
{
    position: absolute;
    background-repeat: no-repeat;
    z-index: 6;
    top: 115px;
    width: 20px;
    height: 20px;
    left: 22px;
    background-image: url('../images/Buttons/HomeH20.gif');
    cursor: pointer;
}
.home:hover
{
    position: absolute;
    background-repeat: no-repeat;
    z-index: 6;
    top: 115px;
    width: 20px;
    height: 20px;
    left: 22px;
    background-image: url('../images/Buttons/HomeH20Down.gif');
}
LinkText:link, LinkText:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #0000FF;
}
LinkText:hover
{
    color: #008080;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
LinkText:active
{
    color: #00FFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
}
LinkText a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #000080;
}
.SubMainMenu
{
    background-color: #FFFFFF;
    color: #D1BFEC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    width: 993px;
    position: relative;
    height: 20px;
    top: -20px;
    left: -8px;
    z-index: 1;
}
.cellback
{
    border-color: none;
    border-width: none;
    padding: 0px;
    margin: 0px;
    background-position: 50% bottom;
    background-image: url('../images/Buttons/ButtonUpH20.gif');
    border-style: none;
    width: auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D199C2;
    font-size: small;
    background-repeat: repeat-x;
    z-index: 2;
}
.menutable
{
    border-color: none;
    border-width: none;
    background-position: 50% top;
    border-style: none;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D1BFEC;
    font-size: small;
    top: 10px;
    background-repeat: no-repeat;
    line-height: 20px;
}
.BestBrands
{
    position: relative;
    top: 0px;
    width: 840px;
    height: 110%;
    margin-top: -10px;
    margin-bottom: -10px;
    left: 0px;
}
.Smallcontent
{
    border-style: none;
    position: relative;
    width: 832px;
    height: 100px;
    left: 0px;
    top: 10px;
}
.SubCatContent
{
    border-style: none;
    position: relative;
    width: 710px;
    height: auto;
    left: 0px;
    top: 0px;
}
.DetailCatTable
{
    border: thin outset #FF0000;
    margin: 5px;
    padding: 5px;
    position: relative;
    width: 180px;
    height: 250px;
    background-color: #FFFFCC;
}
.links, .links:visited, .links:link
{
    text-decoration: none;
    color: #FFFFFF;
}
.links:hover 
{
    text-decoration: none;
    color: #FFFF00;
}

.preloadedImages {
width: 0px;
height: 0px;
display: inline;
background-image: url('../images/Buttons/HomeGreenH20.png');
background-image: url('../images/Buttons/ButtonDownH20.gif');
}
.cellbackSub
{
    border-color: none;
    border-width: none;
    padding: 0px;
    margin: 0px;
    background-position: 50% bottom;
    background-image: url('../images/Buttons/ButtonUpH20.gif');
    border-style: none;
    width: auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #D199C2;
    font-size: small;
    background-repeat: repeat-x;
    z-index: 1;
}
.Merchimg
{
    height: 40px;
    position: relative;
    z-index: 10;
    float: right;
    background-repeat: no-repeat;
}
.Linkbutton:Active
{
    text-decoration: none;
    font-size: 8pt;
    color: #9EB8D5;
}
