button {
	text-transform: uppercase;
	font: bold 12px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #067bb0;
	cursor: pointer;
}

table.shoppingcart {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #bbbbbb;
}
table.shoppingcart th {
	background: url(../images/cart-header-bg.jpg) repeat-x left top;
	color: #FFF;
	font: bold 12px/15px "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top: 6px;
	padding-bottom: 9px; 
}
table.shoppingcart tbody {
	margin: 0 13px 0 10px;
}
table.shoppingcart td {
	vertical-align: top;
	padding: 7px 0px;
	border-bottom: 1px solid #bbbbbb;
	color: #666666;
	font: normal 12px/14px Arial,Helvetica,sans-serif;
	vertical-align: middle;
}
table.shoppingcart .qty {
	text-align: center;
	width: 57px;
	padding-right: 27px;
}
table.shoppingcart .desc {
	text-align: left;
	width: 366px;
}
table.shoppingcart .number {
	text-align: right;
	width: 85px;
}
table.shoppingcart .last {
	padding-right: 16px;
}
table.shoppingcart td.qty {
	background: url(../images/cart-left.jpg) left top repeat-y;
}
table.shoppingcart td.last {
	border-right: 1px solid #bbbbbb;
}
table.shoppingcart .qty input {
	border: 1px solid #a5acb2;
	text-align: right;
	padding: 2px;
	margin: 0px 0px 0px 4px;
	width: 23px;
	font: normal 12px/12px Arial,sans-serif;
}
div.shopcart {
	position: relative;
	margin: 0px 0px 12px 0px;
	padding-top: 3px;
	background: url(../images/cart-top.jpg) no-repeat left top;
}
div.shopcart .rule {
	position: absolute;
	bottom: 6px;
	left: 7px;
}
table.shoppingcart .qty div {
	position: relative;
}
table.shoppingcart .qty div div.rule1 {
	position: absolute;
	top: -7px;
	left: 0px;
}
table.shoppingcart .qty div div.rule2 {
	position: absolute;
	top: -16px;
	left: 0px;
}

form#shopcartform {
	zoom: 1;
	display: block;
	margin: 0px;
	padding: 25px 24px 25px 25px;
}
form#shopcartform:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form#shopcartform .shopcartleft {
	display: inline;
	float: left;
	width: 573px;
	padding: 15px 20px 30px;
	margin: 0px -613px 0px 0px;
	background-color: #FFF;
}
form#shopcartform .shopcartright {
	margin: 0px 0px 0px 633px;
}
div.subtotal {
	background-color: #FFF;
	padding: 15px 17px;
	margin-bottom: 20px;
}
div.subtotal p {
	margin: 0;
	padding: 0;
	font: normal 12px/16px Arial,sans-serif;
	color: #666666;
}
div.subtotal span {
	font: bold 24px/26px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #010101;
}
div.subtotal button {
	margin: 12px 0 0;
	border: 0 none;
	line-height: 96px;
	padding: 32px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/checkout-button.jpg) left top no-repeat;
	width: 130px;
	height: 27px;
	cursor: pointer;
}
p.more-options,
p.change-quantities,
p.cart-message {
	color: #666666;
	font: normal 12px/14px Arial,sans-serif;
}
p.change-quantities {
	padding: 0;
}
p.cart-message {
	padding: 20px;
}	

