/*COMMON CLASS*/
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #ffffff url(../images/bg.jpg) top center no-repeat;
}

td {
    font-family: arial;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

img {
    border: 0px;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}
/*HEADING CLASS*/
.txt_1 {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #CC0000;
}

.header_txt1 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.header_txt2 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #7C00A5;
}

.heading1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: bold;
    color: #7C00A5;
    padding-left: 20px;
}

.heading2 {
    font-family: arial;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    background: #FCD877;
    padding-left: 10px;
}

.heading3 {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
}

.txt_welcome {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

.txt_welcome_logo {
    color: #7C00A5;
    text-decoration: none;
}

.footer_txt {
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.txt_white {
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
/*LINK CLASS*/
a.link1 {
    font-family: arial;
    font-size: 12px;
    color: #333333;
}

    a.link1:hover {
        color: #FF9900;
    }

a.link2 {
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

a.link3 {
    font-family: Arial;
    font-size: 12px;
    color: #7C00A5;
    font-weight: bold;
    text-decoration: none;
}

    a.link3:hover {
        color: #333333;
    }

a.link_main1 {
    font-family: arial;
    font-size: 12px;
    color: #7C00A5;
    text-decoration: underline;
}

    a.link_main1:hover {
        color: #FF9900;
    }

a.link_dir {
    font-family: arial;
    font-size: 11px;
    color: #333333;
}

    a.link_dir:hover {
        color: #999999;
    }

a.footer_link {
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
}

    a.footer_link:hover {
        color: #000000;
    }

a.link_thumb {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

    a.link_thumb:hover {
        color: #7C00A5;
    }
/*BORDER CLASS*/
.border {
    border: #999999 1px solid;
}

.border2 {
    border: #999999 1px solid;
}

.border3 {
    border: #EEEEEE 1px solid;
}

.border_subnav {
    border: #7C00A5 solid 1px;
}

.border_right {
    border-right: 1px #FFFFFF solid;
}

#padding td {
    padding: 2px;
}

#shippingcalc td {
    padding-left: 5px;
}
/*FORM CLASS*/
.textfield {
    font-family: arial;
    font-size: 12px;
    color: #333333;
    border: #cccccc 0px solid;
}

.textfield2 {
    font-family: arial;
    font-size: 12px;
    color: #333333;
    border: #cccccc 1px solid;
}

.searchbox {
    width: 140px;
    margin: 0;
    padding: 4px 3px 0 7px;
    font-size: 12px;
    color: #77788c;
    outline: none;
    border: 0px;
    background: none;
}

.autoFillStyle {
    width: 266px;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    overflow: hidden;
    z-index: 100;
    border: 0;
}

/*NEW LEFT HAND NAV*/
.leftNavDiv {
    width: 144px;
    height: 23px;
    background-image: url(../images/left_nav.jpg);
    cursor: pointer;
    padding-left: 43px;
    padding-top: 9px;
    
}

.leftNavDiv:hover {
    background-image: url(../images/left_nav_over.jpg);
}

.leftNavDivTop {
    width: 144px;
    height: 23px;
    background-image: url(../images/left_nav_top.jpg);
    cursor: pointer;
    padding-left: 43px;
    padding-top: 9px;
    
}

.leftNavDivTop:hover {
    background-image: url(../images/left_nav_top_over.jpg);
}