#products_section .product {
    background-image: none;
}

#products_section .product form p{
    font-weight: bold;
}

/*
 * AACS Shopping cart CSS
 */
 
#mini_cart_header {
    text-align: center;
    margin: 0 15px 0 10px;
}
#mini_cart_header img {
    border: 1px solid #cc0000;
}
#last_item p span {
    font-weight: bold;
    padding-right: 10px;
}
#last_item h2 {
    font-size: 140%;
    color: #cc0000;
}
#item_list_table {
    margin: 0 20px 0 3px;
    border: 1px solid #333;
    border-collapse: collapse;
}
#item_list_table th {
    border: 1px solid #333;
    border-collapse: collapse;
    background-color: #333;
    color: #fff;
}
#item_list_table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
#item_list_table td.remove {
    text-align: center;
}
#mini_cart_footer {
    text-align:center; 
}
#mini_cart_footer p {
    padding: 5px 0 5px 0;
}

#mini_cart_footer a {
    background-color: #c90209;
    color: #fff;
    padding: 5px; 
    border: 2px solid #c90209;
}
#mini_cart_footer a:hover {
    border: 2px solid #c90209;
    color: #cc0000;
    background-color: #fff;
    padding: 5px;
    text-decoration: none;
}
#directions table {
    width: 90%;
    margin: auto;
}
.dollar_value {
    text-align: right;
    font-weight: bold;
}

.checkoutContainer {
    margin-top: 20px;
}
.checkoutButton {
    border: 2px solid #c90209;
    padding: 10px;
}

a.checkoutButton:hover {
    border: 2px solid #c90209;
    background-color: #c90209;
    color: #fff;
}

/*
 * Product List
 */

#productList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#productList img {
    margin-right: 10px;
}
.resultsNavigation {
    text-align: right;
}
.resultsNavigation li {
    display: inline;
}
.resultsNavigation li a {
    border: 1px solid #cc0000;
    padding: 5px;
}
.resultsNavigation li a:hover {
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
}
/*
 * Product Details
 */
.productImage {
    border: 2px solid #cc0000;
    margin-left: 110px;
}
/*
 * Product Messages
 */
#product_removed {
    border: 1px solid #cc0000;
    padding: 20px;
    margin: 30px;
}
#product_removed h2 {
    color: #cc0000;
}

/*
 * View Cart
 */
#cart_header h2 {
    color: #cc0000;
}
#cart_header p {
    text-align: center;
}
#cart_header p a {
    background-color: #cc0000;
    color: #fff;
    padding: 5px; 
    border: 2px solid #cc0000;
}
#cart_header p a:hover {
    border: 2px solid #cc0000;
    color: #cc0000;
    background-color: #fff;
    padding: 5px;
    text-decoration: none;
}
#item_list {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #333;
    border-collapse: collapse;
}
#item_list th {
    background-color: #333;
    color: #fff;
}
#item_list td {
    border: 1px solid #333;
    padding: 5px;
}
#item_list .total {
    font-weight: bold;
}
#item_list .dollar_value {
    font-weight: bold;
    text-align: right;
}
/*
 * CHECKOUT FORM
 */
 
#customer_details .firstName, #customer_details .lastName {
    width: 140px;
}
#generate_paypal fieldset legend {
    padding-top: 20px;
}
#alreadyProcessed {
margin: 20px;
border: 2px solid red;
padding: 10px;
}
#alreadyProcessed p {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
}
#alreadyProcessed p span {
float: left;
width: 40%;
font-weight: bold;
}
.card_payment_image {
text-align: center;
}
.card_payment_image img {
border:none;
}