form span.selected_cate {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0b4e9f;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #cbe2f8;
    color: #041d3b;
    display: none;
}
.menu_list span.selected_cate:hover,
form span.selected_cate:hover {
    text-decoration: line-through;
    cursor: pointer;
}
.menu_list span.selected_cate,
.store_sum span.selected_cate {
    background-color: #cbe2f8;
    color: #041d3b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0b4e9f;
    display: inline-block;
    padding: 4px 7px;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
    border: none;
    margin: 2px  2px 2px 0;
}
.content .tab_product table.item_list td.product_description,
.content .tab_product table.item_list td.category {
    width: 30%;
}
table.list.item_list tr:nth-child(odd) td {
    background: none;
}