
	#shopping-cart {
		width: 960px;
		font-size: 0.7em;
		line-height: 1.6em;
		margin: 15px 0 0 0;
		padding: 0;
	}

		#shopping-cart h1 {
			color: #fdb825;
			font-weight: normal;
		}

		#shopping-cart h2 {
			color: #fdb825;
			font-weight: normal;
		}

/* shopping cart */

table.carttable {
	width: 960px;
}

	table.carttable .cell1 { width: 65px; }
	table.carttable .cell2 { width: 535px; }
	table.carttable .cell3 { width: 120px; }
	table.carttable .cell4 { width: 120px; }
	table.carttable .cell5 { width: 120px; }

	table.carttable th {
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		padding: 10px 0px;
	}

	table.carttable td {
		text-align: left;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		padding: 10px 0px 10px 4px;
	}

	table.carttable td.noborder {
		border-bottom: 1px solid #fff;
	}

	table.carttable td.giftcode {
		padding: 8px 0px 6px 0px;
	}

		table.carttable td.giftcode label {
			float: left;
			padding: 4px 0px 0px 5px;
		}

		table.carttable td.giftcode input {
			float: left;
			margin-left: 5px;
			vertical-align: text-bottom;
		}

/* check out */

#errorlist {
	background: #cc0000;
	border: 1px dashed #999900;
	padding: 10px;
	margin-top: 10px;
	color: #ffffff;
}

	#errorlist ul li {
		color: #ffffff;
	}

#loginform, #checkoutform {
	clear: both;
	margin: 10px 0;
	border-top: 1px solid #000000;
}

#checkoutform {
}

	#checkoutform h2 { margin: 10px 0px; }
	#checkoutform p { margin: 10px 0px; }

#loginform label, #checkoutform label {
	clear: both;
	float: left;
	width: 190px;
	padding-right: 10px;
	margin-bottom: 5px;
	text-align: right;
	position: relative;
	top: 3px;
}

	#checkoutform input.floating {
		float: left;
	}

	#loginform label.error, #checkoutform label.error {
		clear: none;
		float: right;
		width: 320px;
		padding-left: 10px;
		padding-right: 0;
		margin-bottom: 0;
		text-align: left;
		color: #cc0000;
		font-size: 0.8em;
		text-transform: uppercase;
		position: relative;
		top: 6px;
	}

#loginform input, #loginform select, #checkoutform input, #checkoutform select {
	margin-bottom: 5px;
}

#l_submit, #c_submit {
	margin-left: 200px;
}

#errorlist ul {
	margin: 10px 20px;
}
