﻿#categories {
    height:24px;
    width:100%;
    text-transform:uppercase;
}

#categories table 
{
    float:left;
}

.category_left
{
    background: url('../../images/round_corner_left.png') no-repeat top left;
    height:24px;
    margin-right:3px;
}

.category_item a
{
    margin-left:4px;
    background: #494949 url('../../images/round_corner_right.png') no-repeat top right;
    font-size:10px;
    display:block;
    font-weight:normal;
    color:#fff;
    padding-right:4px;
    vertical-align:middle;
    line-height:24px;
    float:left;
}

.category_item a:hover
{
    color:#FE8220;
}

a.category_item_selected
{
    color:#FE8220;
    text-decoration:underline;
}

.category_left_highlight
{
    background: url('../../images/round_corner_left_highlight.png') no-repeat top left;
    height:24px;
    margin-right:3px;
}

.category_item_highlight a
{
    margin-left:6px;
    background: #FF752B url('../../images/round_corner_right_highlight.png') no-repeat top right;
    font-size:10px;
    display:block;
    font-weight:normal;
    color:#333;
    padding-right:6px;
    vertical-align:middle;
    line-height:24px;
    float:left;
}
