/* Fixed categories */
ul.fixedcategories {
    list-style-type: disc;
    color: #37404d;
    margin: 0 0 10px 0px;
    padding: 0;    
    font-weight: bold;
    line-height: 0.9em;
    width:500px;
}

ul.fixedcategories li {
    font-size: 1em;
    padding: 0;
    margin: 0;
    width:250px;
}

ul.fixedcategories li.selected {
    color: #841a1a;
}

ul.fixedcategories li.selected a {
    color: #841a1a;
    text-decoration: none;
}
ul.fixedcategories li.selected a:hover {
    color: #841a1a;
    text-decoration: underline;
}
/* FLoating categories */
ul.categories {
    list-style-type: disc;
    color: #37404d;
    margin: 0 0 10px 0px;
    padding: 0;    
    font-weight: bold;
    line-height: 0.9em;
    width:500px;
}

ul.categories li {
    float:left;
    font-size: 1em;
    padding: 0;
    margin: 0;
    width:250px;
}

ul.categories li.selected {
    color: #841a1a;
}

ul.categories li.selected a {
    color: #841a1a;
    text-decoration: none;
}
ul.categories li.selected a:hover {
    color: #841a1a;
    text-decoration: underline;
}
br.endcategories {
    clear: left;
}
/* Table */
table.wareCart tbody td {
    border-bottom: none;
    padding: 1px;
}

table.wareCart td.title {
    padding-top: 6px;
    font-size: 1.1em;
    font-weight: bold;
}

table.wareCart td.price {
    color: #841a1a;
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px 5px 3px 10px;
}

table.wareCart .grey {
    color: #53575e;
}

table.wareCart td.small {
    font-size: 0.8em;
}

table.wareCart td.small a {
    color: #37404d;
    font-weight: normal;
    text-decoration: underline;    
}

table.wareCart td.small a:hover {
    color: #495d79;
    text-decoration: none;;    
}

table.wareCart td.bordered {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

table.wareCart td.description {
    background: #f0f0f0 url("../images/icons/comment.gif") top left no-repeat;
    padding: 0 0 0 25px;
}

table.wareCart td.description div.wrapper {
    background: #FFF;
    padding: 6px 0 6px 6px;
    border-left: 1px solid #e5e5e5;
    overflow: auto;
}

table.wareCart td.description div.description {
    background: #FFF;
    padding: 0;
    margin: 0;
    border: none;
    font-family:Arial;
    font-size: inherit;
}