#store {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#store .category {
	margin-top: 12px;
	background-color: #555555;
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
}

#store table {
	width: 720px;
	border-collapse: separate;
	margin-left: 32px;
}

#store .name {
	padding-left: 6px;
}

#store .nameAlt {
	padding-left: 6px;
	background-color: #333333;
}

#store .price {
	width: 100px;
	text-align: right;
}

#store .priceAlt {
	background-color: #333333;
	width: 100px;
	text-align: right;
}

#store .quantity {
	width: 50px;
	text-align: center;
}

#store .quantityAlt {
	background-color: #333333;
	width: 50px;
	text-align: center;
}

#store .quantity input, #store .quantityAlt input {
	width: 40px;
	text-align: center;
}

.total {
	text-align: right;
}

input {
	text-align: center;
}