.shopping-cart {
	padding: 50px 0 0 0;
	line-height: 100%;
    margin-left:10px;
    width: 670px;
}

.no-items {
	border: 1px solid #6666ff;
	background-color: #C9F0A8;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

table.cart-table {
	border: 1px solid #4e8798;
	border-collapse: collapse;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table.cart-table thead {
	background-color: #4e8798;
	color: #fff;
}

table.cart-table thead th {
	padding: 5px;
}

table.cart-table tbody td {
	padding: 5px;
	vertical-align: top;
}

table.cart-table td.price-column {
	text-align: right;
}

table.cart-table td.total-column {
	text-align: right;
	background-color: #e2ebf0;
}

table.cart-table td.remove-column {
	text-align: center;
	width: 70px;
}

table.cart-table td.name-column {
	padding-left: 10px;
}

table.cart-table tfoot td.name-column {
	text-align: right;
	padding-right: 5px;
}

tr.promo-row td,
tr.coupon-row td {
    background-color: #ecf7fe;
    margin-bottom: 2px;
    padding: 5px 0;
}
tr.tow-row td,
tr.handling-fee-row td,
tr.shipping-fee-row td {
	background-color: #ffffcc;
	margin-bottom: 2px;
	padding: 5px 0;
}

table.cart-table tr.order-total-row {
	border-top: 1px solid #003366;
	font-weight: bold;
}

table.cart-table tr.order-total-row td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.shopping-cart .product-name {
	margin-bottom: 5px;
	color: #71984e;
	font-weight: bold;
}

.quantity {
	text-align: center;
}

.quantity input {
	width: 25px;
	border: 1px solid #4e8798;
}
#promoAllowed {
    padding: 10px;
    line-height: 2em;
}
.promotional-5 {
    text-align: center;
    font-size: 1.2em;
}
.promotion-head {
    font-weight: bold;
    font-size: 1.5em;
}
#promoEntry {
    width: 350px;
    text-align: center;
    float: left;
}
.promo-header {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 5px;
}
.promo-submit-button {
    padding: 10px;
}
.shopping-cart .button-row {
	text-align: right;
	margin-top: 10px;
	width: 100%;
}

.shopping-cart .button-row input {
	margin-left: 15px;
}

.shopping-cart .price.free {
	display: none;
}

.shopping-cart table.selected-options {
	margin-top: 0;
	font-size: 10px;
	width: 100%;
	text-align: left;
	padding: 0;
}

li {
	list-style-type: none
}

.coupon {
	margin: 5px;
	width: 200px;
	height: 50px;
	padding: 2px;
	border: 2px dashed black;
	float: left
}

.coupon .name {
	font-weight: bold;
	text-align: center;
	background: #444444;
	color: white
}

.coupon .amount {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: green
}

.coupon .expiration {
	text-align: center;
	color: red
}

.coupon .code {
	text-align: center;
	color: blue;
	font-weight: bold
}
.or-paypal-checkout,
.or-google-checkout {
    font-size:.9em;
	padding:10px 2px 10px 0;
	text-align:center;
    margin-right: 10px;
    margin-top: 20px;
    clear:right;
     width:190px;
	float:right;
}
.or-paypal-checkout {
	padding: 0 2px;
}
.coupon-wrapper {
    display:none;
}