@charset "UTF-8";
/* CSS Document */

#cartContents {
	width: 990px;
	position: relative;
	float: left;
	border: 1px solid #eee;
	margin: 10px 5px 5px 5px;
}

input.cartTax {
	border: 1px solid #666;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	font-size: 11px;
	line-height: 10px;
}

td.taxCell input {
	border: 1px solid #ccc;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	font-size: 11px;
	line-height: 10px;
}

h4.cartTitle {
	font-size: 20px;
	line-height: 32px;
	color: #333;
	margin: 2px;
}

a.checkout-cart	{
	background:url(../images/cart_continuecheckout.jpg) no-repeat;
	display:block;
	width:150px;
	height:31px;
	line-height: 20px;
	float:left;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: right;
}
a.checkout-cart:hover {
	background-position: 0px -31px;
}

a.askapro-cart	{
	background:url(../images/cart_askapro.jpg) no-repeat;
	display:block;
	width:151px;
	height:31px;
	line-height: 20px;
	float:left;
	margin:0px 0px 0px 35px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: none;
}
a.askapro-cart:hover {
	background-position: 0px -31px;
}