img.weeklyspecial {
    height: 200px;
    width: 200px;
}
td.weeklyspecialheading {
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(255, 255, 0, 1.0);
    background: rgba(255, 0, 0, 1.0);
    text-align: center;
    vertical-align: bottom;
    height: 40px;
    padding-bottom: 5px;
    width: 200px;
}
td.weeklyspecialproduct {
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(255, 255, 0, 1.0);
    background: rgba(255, 0, 0, 1.0);
    text-align: center;
    vertical-align: top;
    height: 40px;
    padding-bottom: 5px;
    width: 200px;
}
img.freeitem {
    height: 180px;
    width: 180px;
}
table.discountsaving {
    width: 100%;
}
table.discountsaving td {
    color: rgba(0, 0, 0, 1.0);
    background: rgba(255, 255, 255, 1.0);
}
table.shoppingcart {
     width: 100%;
}
table.shoppingcart td {
    padding: 5px;
    font-size: 0.9em;
    white-space: nowrap;
    vertical-align: top;
}
table.shoppingcart2 {
     width: 100%;
}
table.shoppingcart2 th {
    padding: 5px;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 255, 0.5);
    background: rgba(0, 0, 255, 0.1);
    white-space: nowrap;
    vertical-align: top;
}
table.shoppingcart2 td {
    padding: 5px;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 255, 0.4);
    white-space: nowrap;
    vertical-align: top;
}
input.shoppingcartquantity {
    width: 40px;
    padding: 3px;
    font-size: 1.0em;
    border: 1px solid rgba(0, 0, 255, 0.4);
}
span.crossoutprice {
    color: rgba(255, 0, 0, 1.0);
    text-decoration: line-through;
    font-size: 0.8em;
}
td.freeitem {
    font-size: 1.1em;
    font-weight: bold;
    color: rgba(255, 255, 0, 1.0);
    background: rgb(0, 162, 232);;
    text-align: center;
    vertical-align: bottom;
    height: 40px;
    padding-bottom: 5px;
    width: 200px;
}
