#cart table {
	width: 100%;
	line-height: 1.5em;
}

#cart small {
}

#cart table th {
	border: 1px solid #ccc;
	background-color: #333;
	color: #fff;
	padding: 1px 6px;
	font-size: 11px;
}

#cart table td {
	border: 1px solid #ccc;
	padding: 3px 6px 5px;
	vertical-align: middle;
}

#cart .sku {
	width: 100px;
}

#cart td.sku {
	color: #666;	
}

#cart .item .link-remove_item {
	font-size: 11px;
}

#cart .each {
	text-align: right;	
	width: 40px;
}

#cart .qty {
	text-align: right;
	width: 40px;
}

#cart .cost {
	text-align: right;
	width: 40px;
}

#cart .update {
	text-align: right;
	background-color: #eee;
}

#cart .subtotal {
	text-align: right;
}

#cart .empty {
	text-align: center;
	font-style: italic;
}

#cart #link-continue_shopping {
	margin: .75em 0;
	float: left;
}

#cart #links-checkout {
	margin: 0;
	list-style: none;
	float: right;
	width: 180px;
}

#cart #links-checkout li {
	margin: .75em 0;
}

#cart #cartbuttons a {
	display: block;
	width:180px;
	height:32px;
	line-height: 30px;
	background:url("../images/main/bg-link-cart.png") no-repeat center top;
	color:#fff;
	font-size: 13px;
	text-align:center;
	border:none;
	cursor:pointer;
	font-weight: bold;
	text-decoration: none;
}

/* CHECKOUT */

#billto {
	
}

#shipto {
	
}

#shipto #same_as_billto {
	float: right;
	margin-top: 2.5em;
	margin-right: 450px;
}

#shipto h3,
#payment h3 {
	margin: 1.4em 0 .7em;
	padding-top: 1.4em;
	border-top: 3px solid #ddd;
}

#copy .checkout p {
	margin: .35em 0;
}


.checkout table td {
	padding: .35em .5em .35em 0;
}

.checkout input,
.checkout select {
	font-size: 12px;
}

.checkout abbr {
	color: #f00;
}

#copy #error_message {
	margin-bottom: 1.5em;
	color: #c00;
}

.error_message {
	color: #c00;
	font-weight: bold;
}