#shopcart {
	width: 760px;
}

/**************
 SHOPCART TABLE 
 **************/
#shopcart table {
	border-collapse: collapse;
}

#shopcart table td {
	padding: 5px 0;
}

#shopcart table th {
	border-top: 0;
}

.imgcell {
	width: 76px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.qtycell {
	width: 100px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.namecell {
	width: 404px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.pricecell {
	width: 90px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.lalign {
	text-align: left;
}

.ralign {
	text-align: right;
}

.validerrors {
	font-weight: bold;
	color: #cc0000;
}

/*************
 CHECKOUT PAGE
 *************/
.validerrors {
	font-weight: bold;
	color: #cc0000;
}

#checkout {
	width: 760px;
}

#checkout h2 {
	margin: 0 0 0px 0;
	padding: 3px 10px;
	font-size: 14px;
	background: url(/images/sc-top.gif) no-repeat left top;
}
	
	#checkout label {
		clear: both;
		float: left;
		width: 120px;
		text-align: right;
		padding-right: 10px;
		margin-bottom: 5px;
	}
	
	#checkout input, #checkout select {
		margin-bottom: 5px;
	}
	
	#checkout h2 input {
		margin-bottom: 0;
	}


	#billing, #shipping, #payment, #confirm {
		width: 370px;
		margin-top: 10px;
		border: 0px solid #cccccc;
		background: url(/images/sc-bot.gif) no-repeat left bottom;
	}

	#billing, #payment {
		float: left;
	}

	#shipping, #confirm {
		float: right;
	}

	#payment {
		clear: both;
	}
	
		#summaryleft {
			float: left;
			width: 143px;
			font-size: 14px;
			text-align: left;
			margin-left: 10px;
		}
		
		#summaryright {
			float: right;
			text-align: right;
			width: 170px;
			margin-right: 10px;
		
		}
	
	.borderless {
		border-style: solid;
		border-color: #ffffff;
	}
	
	.inputerror {
		border: 1px solid #ff0000;
	}
	
	.errormsg {
		font-weight: bold;
		font-size: 14px;
		color: #ff0000;
		padding-left: 10px;
	}
	
table#minicart {
	border-collapse: collapse;
	width: 355px;
	margin: 7px;
	color: #000000;
}

	table#minicart td {
		padding: 3px 0;
	}
	
	table#minicart .qty {
		text-align: center;
		width: 30px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	
	table#minicart .prodname {
		text-align: left;
		width: 265px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	
	table#minicart .subtot {
		text-align: right;
		width: 60px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}