form {
	margin: 0;
}

#cart-container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#cart-container a, #cart-container a:visited {
	color: #333333;	
}

#cart-container a:hover {
	color: #CCCCCC;
}

input.cart[type=text] {
	border: solid 1px #8c9f5f;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	padding-left: 2px;
	width: 35px;
}

input[type=button],input[type=submit]{
	background-image: url(cart-btn-bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	border: solid 1px #8c9f5f;
	color: #003300;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	vertical-align: bottom;
}

.cart-title {
	border-bottom: 1px solid #999999;
	color: #666666;		
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0px 0px 3px 0px;
	text-align: left;
}

.cart-top-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 18px;
}

.promo-code-table td {
	padding-left: 3px;
	padding-right: 3px;
}

.cart-col-item {
	text-align: left;
}
.cart-col-qty {
	text-align: right;
	width: 70px;
}

.cart-col-price {
	text-align: right;
	width: 90px;
}

.cart-col-remove {
	text-align: center;
	width: 70px;
}

.cart-table {
	width: 100%;
}

.cart-table td {
	padding: 3px;
}

.cart-table thead td {
	background-color: #999999;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	vertical-align: middle;
}

.cart-table tbody td {
	border-bottom: 1px solid #999999;
	font-size: 12px;
}

.cart-table tfoot td {
	border-top: 1px solid #999999;
	padding-top: 10px;
}

a.item-link {
	color: #000000;
	text-decoration: underline;
}

a.item-link:hover {
	color: #999999;
	text-decoration: underline;
}

.item-desc {
	font-weight: bold;
}

.item-details {
	list-style: none;
	margin: 0;
	color: #666666;
	border: none;
	padding-left: 10px;
	font-style: italic;
}

.cart-footer {
	margin-bottom: 10px;
	padding-top: 10px;
}

.cart-total {
	font-size: 14px;
}

.cart-total-table tbody td {
	padding: 3px 0px 3px 0px;
	margin: 0;
	border: 0;
	font-size: 12px;
}

.cart-total-label {
	font-weight: bold;
	padding-right: 10px!important;	
}

.cart-total-value {
	text-align: right;	
}

.promo-code-container {
	float: right;
	position: relative;
	right: 5px;
	top: 0px;
}

.quick-order-entry {
	position: relative;
	width: 350px;
}

.quick-order-entry-title {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}