﻿.cart form
{
    background: Transparent;
}
.cart .anchor-button
{
	padding: 4px 8px;
}

/* Cart */

.empty-cart
{
    font-weight:normal;
    line-height: 1.2em;
}
#content .cart
{
    margin-top: 12px;
    border: solid 1px #D3D3D3;
}
#content .cart .cart-content
{
    padding: 12px 6px;
}
#content .cart table
{
    padding: 6px;
    * padding: 3px;
    margin: 3px 0 12px;
	border-collapse: collapse;
	border-bottom: solid 1px #D3D3D3;
    width: 100%;
}
#content .cart table td
{
    padding: 3px; 
    * padding: 0 3px;
	border: solid 1px #D3D3D3;
	vertical-align: middle;
}
#content .cart table th
{
    * padding: 0 3px;
}

/*Coupon */

#coupon-error
{
    font-weight: normal;
}
.cart-coupon input
{
    width: 90px;
}
.cart-coupon td
{
    vertical-align: middle;
    padding: 9px;
}
.cart-coupon td div
{
    font-weight: bold;
    padding: 3px 0;
}
.cart-coupon-label
{
    vertical-align: middle;
    font-weight: bold;
}

/* Cart Columns */

.cart-delete
{
    width: 16px;
} 
.cart-unit-price, .cart-price
{
    width: 75px;
}
.cart-discount
{
    text-align: center;
}
.cart-unit-price
{
    text-align: right;
}
.cart-quantity, .cart-quantity input
{
    width: 25px;
}
.cart-price
{
    font-weight: bold;
    text-align: right;
}

/* Cart Totals */

.cart-subtotal, .cart-total-price, .cart-tax
{
    height: 21px;
    font-weight: bold;
    text-align: right;
}

/* Premier Sipport */

#premier-support
{
    font-size: 0.9em;
    text-align:right;
    line-height: 1.2em;
}
#premier-support input
{
    position: relative;
    top: 1px;
}
#premier-support label
{
    position: relative;
    top: -1px;
}
.anchor-buttons
{
    margin-right: -1px;
   
}

/* Error */

.cart-error
{
    background-color:#FDF3F8;
    border:1px solid #FF0000;
    color:Red;
    font-size:14px;
    padding:6px 0;
    text-align:center;
}
