/*** SHOPPING CART ***/

.required {
	color: #cc0000;
	font-weight: bold;
}

#shopcart {
	width: 732px;
}

	#shopcarttable {
		width: 100%;
		border-collapse: collapse;
		font-size: 0.9em;
		margin: 20px 0 0 0;
	}

		#shopcarttable th {
			border-bottom: 1px solid #cccccc;
			font-size: 0.8em;
			padding: 3px 0;
			text-align: left;
		}

		#shopcarttable td {
			border-bottom: 1px solid #cccccc;
			padding: 5px 0;
			text-align: left;
		}

		#shopcarttable .img {
			width: 50px;
		}

		#shopcarttable .qty {
			width: 100px;
			text-align: center;
		}

		#shopcarttable .details {
			width: auto;
		}

		#shopcarttable .unitprice {
			width: 150px;
		}

		#shopcarttable .subtotal {
			width: 150px;
			text-align: right;
		}

		#shopcarttable .borderless {
			border: 0;
		}

		#shopcarttable .checkoutlink {
			text-align: center;
		}

		#shopcarttable .del-label {
			text-align: right;
		}

			#shopcarttable .del-label select { margin: 0 0 0 5px; }

form.shopcartform label {
	width: 110px;
	float: left;
	margin-top: 3px;
	padding-right: 10px;
	text-align: right;
}

.completeorderpara {
	padding: 5px;
}

.selecteddate {
	width: 1em;
	height: 1em;
	background: #d8eea3;
	border: 1px solid #000000;
	float: left;
	margin: 0 10px;
}

.chosendate {
	width: 1em;
	height: 1em;
	background: #516324;
	border: 1px solid #999999;
	float: left;
	margin: 2px 10px;
}

.limiteddate {
	width: 1em;
	height: 1em;
	background: #ffcc66;
	border: 1px solid #999999;
	float: left;
	margin: 2px 10px;
}

#facebox p.dateoption {
	font-size: 0.8em;
}

a.limitedlink:link, a.limitedlink:visited {
	color: #000000;
}

input.no-script {
	font-size: 0.8em;
	margin: 1px 0 0 0;
	padding: 1px;
}

.cart-blocked {
	color: #800020;
	font-weight: bold;
}

#shopcarttable tr.gcrow td {
	background: #ffffcc;
	padding: 10px 0;
}
