#content h1 {
	font-size: 24px;
	color: #FD6F57;
}
#content form {
	border: none;
	background: transparent;
}

#content table {
	border: none;
	margin: 0px;
}

#content table td{
	padding: 0px;
	border: none;
	margin: 0px;
}

#content  label {
	font-weight:normal;
	font-size: 12px;
	width: 275px;
}

#content table label {
	padding: 0px;
	width: auto;
}

#content ul {
	margin-left: 5px;
}

div.header {
	background: url(images/header.gif) repeat-x;
	height: 19px;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 5px;
}

#productHeader div.product {
	width: 280px;
	float: left;
}
#productHeader div.quantity {
	width: 150px;
	float: left;
	
}
#productHeader div.price {
	width: 100px;
	float: left;
	
}
#productHeader div.total {
	width: 100px;
	float: left;
}

#productPane table {
	margin-left: 10px;
}

#productPane td.product {
	width: 280px;
}
#productPane td.quantity {
	width: 150px;
	
}
#productPane td.price {
	width: 100px;
	
}
#productPane td.total {
	width: 100px;
}

#summaryPane table td {
	height: auto;
}

#summaryPane td.product {
	font-weight: bold;
	height: 25px;
}

#summaryPane td.shipping {
	font-weight: bold;
	height: 25px;
}

#summaryPane td.tax {
	font-weight: bold;
	height: 25px;
}

#summaryPane td.total {
	padding-right: 5px;
	font-size: 24px;
	font-weight: bold;
}

#summaryPane {
	padding-left: 5px;
}

#grandTotal {
	font-size: 20px;
}