﻿form
{
    background: Transparent;
}


.anchor-button
{
	padding: 4px 8px;
}

.empty-cart
{
    font-weight:normal;
    font-size: 0.7em;
    line-height: 1.2em;
}

.cart
{
    margin-top: 12px;
    border: solid 1px #D3D3D3;
    width: 760px;
}

.cart .cart-content
{
    padding: 12px 6px;
}

.cart table
{
    padding: 6px;
    * padding: 3px;
    margin: 3px 0 12px;
	border-collapse: collapse;
	border-bottom: solid 1px #D3D3D3;
    width: 100%;
}


.cart table td
{
    padding: 3px; 
    * padding: 0 3px;
	border: solid 1px #D3D3D3;
	vertical-align: middle;
}

.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;
}

/*coupon */

/*buttons */

 /* 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;
}
/* cart totals */
#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;
   
}

.cart-error
{
    background-color:#FDF3F8;
    border:1px solid #FF0000;
    color:Red;
    font-size:14px;
    padding:6px 0;
    text-align:center;
}