div.categoryHead {
    color: #c00;
    font-size: 14px;
    line-height: 18px;
}

div.categoryItem {
    font-size: 11px;
    line-height: 18px;
}

.rightLine {
    border-right: 1px solid #999;
}

.bottomLine {
    border-bottom: 1px solid #999;
}

.topLine {
    border-top: 1px solid #999;
}

.padBottom {
    padding-bottom: 10px;
}

.box {
    border: 1px solid #999; 
}

table.nav {
    width: 100%;
    border-spacing: 0;
}

.nav tr {
    color: #666;
}

.nav td {
    border-color: #fff;
    border-style: solid;
    padding: 5px 10px;
    background-color: #e9e9e9;
}

.nav td.left {
    border-width: 5px 0 5px 5px;
}

.nav td.right {
    border-width: 5px 5px 5px 0;
    text-align: right;
}

.filter td.left {
    font-size: 14px;
}

.filter td.right {
    font-size: 9px;
    text-transform: uppercase;
}

.filterRed td {
    background-color: #c00; 
    color: white;
}

.filterArea {
    display: none;
} 

div.filterItem {
    color: #666;
    line-height: 15px;
}

div.filterCategoryList {
    padding-bottom: 10px;
    display: none;
}

table.cartItem {
    width: 100%;
    border-spacing: 0;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 10px;
}

table.cartItem .price {
    text-align: right;
}


