/*specific options for search page*/
#content table.cart {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
#content  a {
    color: black;
    text-decoration: none;
}
#content table.cart th {
    text-align: left;
    padding: 10px;
}
#content table.cart td {
    text-align: left;
    padding: 10px;
}
#content table.cart .piecesThead {
    width: 50px;
}
#content table.cart .priceThead {
    width: 120px;
    text-align: right;
}
#content table.cart td.subtotal {
    font-weight: bold;
    text-align: right;
}
#content table.cart td.subtotal div.primePrice {
    font-size: 150%;
}
#content table.cart td.subtotal div.primePrice b {
    font-size: 80%;
}

#content table.cart td.price {
    font-size: 120%;
    text-align: right;
}
#content img {
    border: 0;
}
#content table.cart input {
    border: 0px;
    display: inline;
}
#content table.cart div {
    padding-top: 10px;
}

#content table.cart tr.noneItems td {
}
#content table.cart tr.someItems td {
}
#noticeAdd,p {
    display: none;
}
b {
    font-weight: normal;
}
