/*specific options for search page*/
#content div.buttons {
    text-align: right;
}
#content table.cart {
    background-color: rgb(242,240,240);
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
#content  a {
    color: rgb(199,0,44);
    text-decoration: none;
}
#content  a:hover {
    text-decoration: underline;
}
#content table.cart th {
    background-color: rgb(232,230,230);
    text-align: left;
    padding: 10px;
}
#content table.cart td {
    background-color: rgb(242,240,240);
    text-align: left;
    padding: 10px;
}
#content table.cart .piecesThead {
    width: 50px;
}
#content table.cart .priceThead {
    width: 120px;
    text-align: right;
}
#content table.cart input {
    width: 30px;
}
#content table.cart td.subtotal {
    background-color: rgb(232,230,230);
    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 table.cart button {
    background-color: #DDD8CC;
    color: darkred;
    font-size: 80%;
    width: 65px;
}
#content table.cart input {
    width: 60px;
}
#content #noticeAdd {
    background-color: white;
    padding: 10px 10px 10px 0;
}
#content #noticeAdd .title {
    font-weight: bold;
    font-style: italic;
}
#content #noticeAdd .author {
    font-weight: bold;
}
#content img {
    border: 0;
}
#content table.cart tr.noneItems td {
    background-color: #ffa1a1;
}
#content table.cart tr.someItems td {
    background-color: #fffea1;
}
