﻿
/* Category list styles (used in categories.aspx > categoryList.ascx) */

#divCategoryList
{
    width: 100%;
}

#divCategoryList table
{
    width: 100%;
}

#divCategoryList tr
{
    border-bottom: 1px solid #ccc;
}

#divCategoryList td
{
    height: 2.5em;
    margin: 8px 0;
}

#divCategoryList tr:hover *
{
    color: #EF8B35;
}

#divCategoryList tr span.bullet-arrow 
{
    display:block;
    width: 16px;
    height: 17px;
}


#divCategoryList tr:hover span.bullet-arrow img
{
    opacity: 0.0;
    filter:alpha(opacity=0);
    width: 15px;
    height: 16px;
}

#divCategoryList tr:hover span.bullet-arrow
{
    padding: 0;
    margin:0;
    background-image: url(/images/bullet_arrow_right_hilight.png);
    background-repeat: no-repeat;
}

/* 21 x 15 */

#divCategoryList tr span.bullet-slide
{
    display:block;
    width: 22px;
    height: 16px;
}


#divCategoryList tr:hover span.bullet-slide img
{
    opacity: 0.0;
    filter:alpha(opacity=0);
    width: 21px;
    height: 15px;
}

#divCategoryList tr:hover span.bullet-slide
{
    padding: 0;
    margin:0;
    background-image: url(/images/bullet_slide_hilight.png);
    background-repeat: no-repeat;
}
