#baskettable {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}
#baskettable td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
}
#baskettable td.basketitem {
	text-align: left;
}
#baskettable td.basketunit {
	text-align: right;
}
#baskettable th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	color: #333;
}
#cards {
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #D9BF82;
}
caption {
	text-align: left;
	font-weight: bold;
	color: #400000;
	padding: 5px 20px;
}
#confirmhead {
	background-color: #DDD;
	border-bottom: 1px solid #CCC;
	padding: 3px;
	padding-left: 5px;
}

span.pname {
	display: block;
	font-weight: bold;
}
#baskettable td.baskettotal {
	text-align: right;
}
hr {
	border-top: 1px solid #D9BF82;
	height: 0px;
}
#baskettable td.confirmitem {
	text-align: left;
}
#viewbasket {
	position: relative;
	top: 5px;
}
span.viewcat {
	float: right;
	padding-right: 30px;
}
#prodesc {
	padding: 10px 30px;
	line-height: 130%;
}
#deschead {
	padding-left: 20px;
	font-size: 110%;
}
#cartcontents {
	text-align: left;
	padding-left: 10px;
}
#large-image {
	position: absolute;
	padding: 20px;
	z-index: 10;
}
#close {
	position: relative;
	top: 15px;
	background-color:#FFFFCC;
	border: 1px solid #400000;
	font-weight: bold;
	color: #990000;
	cursor: pointer;
	padding: 0 5px;
	text-decoration: underline;
}
#proceed {
	clear:both; 
	width:680px; 
	margin:0 auto; 
	padding:10px; 
	margin-top:20px;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	
}
#updatecart {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#grand {
	width: 350px;
	position: relative;
	right: 70px;
	float: right;	
}
#confirm-price {
	width: 350px;
	position: relative;
	right: -7px;
	float: right;	
}
#confirm-button {
	padding: 10px;	
}
#proceed {
	margin-top: 10px;
}
.cartblurb {
	background-color: #FFFFEE;
	border: 1px dotted #CCC;
	padding: 0 20px 10px;
}
span.grandtext {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	display: block;
	width: 250px;
	float: left;
	padding: 5px;
	font-weight: bold;
	border-top: none;
}
span.grandamount {
	float: left;
	border: 1px solid #CCC;
	display: block;
	padding: 5px;
	border-top: none;
	border-left: none;
	width: 70px;
	text-align: right;
}
