a img{border:0;}

#newslider
{
    background-image: url(asset/images/newslider_middle.png);
    background-repeat: repeat-y;
    width: 956px;
    padding: 0;
}

#ns_top
{
    background-image: url(asset/images/newslider_top.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    width: 956px;
}

#ns_bottom
{
    background-image: url(asset/images/newslider_bottom.png);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    width: 956px;
    height: 12px;
}

#sliderCtrls
{
    width: 956px;
    margin: 0 0;
    padding: 0px;
    height: 40px;
    position: relative;
}

#sliderCtrls ul
{
    list-style-type: none;
    position: absolute;
    left: 90px;
    top: 10px;
    margin: 0;
    padding: 0;
}

#sliderCtrls ul li
{
    float: left;
    padding: 0px;
    margin: 0px 25px;
}

#sliderCtrls ul li.selected
{
    background-image: url(asset/images/newslider_selected.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#sliderCtrls a
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 7px;
}

.product
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 7px;
}


#sliderCtrls a:hover
{
    text-decoration: underline;
    cursor: pointer;
    background-position: 0 0;
}

.nav_box 
{
    display: inline-block;
    width: 80px;
    margin: 5px 31px 10px 31px;
    vertical-align: top;
}

#products
{
    width: 800px;
    margin: 30px auto 20px;
}
#products a
{
    text-decoration: none;
}

#products table, #products h2
{
    display: none;
}

#products h2.view_all, #products h3
{
    display: block;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
    border-bottom: solid 2px;
    color: #262626;
}


#products p
{
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
    color: #262626;
}

#products img
{
    margin-bottom: 1px;
    border: 0;
}

div.prev_next
{
    display: block;
    width: 24px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 12px;
}

.viewall_tab, .viewall_tab_sel
{
    width: 250px;
    height: 40px;
    float: left;
    padding-top: 8px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url(asset/images/cattab.png);
    font-size: 8pt;
    font-weight: bold;    
}

.viewall_tab a, .viewall_tab_sel a
{
    color: Black;
    text-decoration: none;
}


.viewall_tab_sel
{
    background-image: url(asset/images/cattabsel.png);
}

.viewall_tab img, .viewall_tab_sel img
{
    margin-top: -5px;
}