#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;
}
/*---------------------------------- Form style starts here ----------------------------------------*/
/*form fieldset{
	background-color:#fff9e7;	
	border-width:2px;
	border-style:solid;
	border-color:#7c5b47;			
	margin:20px 0px 20px 10px;
	width:410px;
	position:relative;
	right: 2px;
	display:block;
	padding: 0px 10px 10px 10px;
}
#register fieldset {
	width: 620px;
}
form fieldset legend{	
	background-color:#7c5b47;	
	border-width:1px;
	border-style:solid;
	border-color:#7c5b47;	
	color:#ffcc99;
	font-weight:bold;
	font-variant:small-caps;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;	
}	 
form fieldset legend img {
	padding:0px 5px 0px 5px;	
}
label{	
	display:block;
	float:left;
	width:140px;
	text-align:right;
	margin:6px 5px 0px 0px;
}
#register label {
	width: 200px;
}
#messageblock label {
	width: 80px;
}
#messageblock {
	border-top: 1px dashed #D9BF82;
	margin-top: 10px;
}
#required-notice {
	border-bottom: 1px dashed #D9BF82;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
span.required {
	color: #FF0000;
	font-weight: bold;
}
#emailform input, #register input {
	margin:6px 5px 0px 0px;
}
#emailform textarea {
	margin: 10px 0px;
}
span.cartimg {
	padding: 2px;
	margin: 2px;
	border: 1px solid #EEE;
}
input.cartbutton{
	padding: 0;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0 30px;
	padding: 1px;
}
.goback {
	font-weight: bold;
	padding: 5px;
	display: block;
}
#grand, #confirm-price {
	width: 380px;
	float: right;	
	position: relative;
	right: 65px;
}
#confirm-price {
	position: static;
}
span.grandtext {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	display: block;
	width: 280px;
	float: left;
	padding: 5px;
	font-weight: bold;
	border-top: none;
}
span.grandamount {
	float: right;
	border: 1px solid #CCC;
	display: block;
	padding: 5px;
	border-top: none;
	border-left: none;
	width: 70px;
	text-align: right;
}

#confirm-button {
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.savebuttons {
	position: relative;
	top: -20px;
}
div.alert {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFF9E7;
	padding: 10px;
	border: 1px dashed #400000;
	margin: 10px;
}
#messagesent {
	margin: 10px;
	padding: 20px;
	border: 1px solid #DDD;
}
#messagesent span {
	display: block;
	text-align: center;
}
*/

