table.search {
    width: 100%;
}

table.search a:hover {
    color: #f80003; /*    text-decoration: underline;    */
}

table.search img {
    vertical-align: middle;
}

table.search td {
    border: 1px solid #cccccc;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
}

.nav {
    margin-top: 5px;
    text-align:center;
    font-size:0.75em;
    margin-bottom: 5px;
}

.nav .next {
    float:right;
}

.nav .prev {
    float:left
}

.rowcolour1 {
    background-color: #e1e1e1;
}

ul.bucketchild {
    /*
     * display:none;
     */
}

ul.bucketchild li, ul.bucketparent li {
    list-style-image: none;
    list-style-type: none;
}

ul li.final {
    list-style-image: url('/layout_images/red_donut.gif');
}

.price {
    font-weight:bolder;
    color: #000080;
}

.manutoggle {
    cursor: pointer;
}

.redplusbutton {
    border: none;
}

.toomany {
    font-weight: bolder;
    border: 1px dashed red;
    padding:4px;
}

.count {
    color:red;
    font-style: italic;
}

.displaying {
    font-style:italic;
}
