.storeProductTitle {
	font-weight: bold;
	font-size: 1.5em;
}


.storeProductTagLine {
	font-size: .8em;
	color: gray;
}

.storeProductSubTitle {
	font-size: 1em;
	color: gray;
}

.productQty {
	width: 50px;
}

#store h1 {
	border-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 25px;
	border-color: gray;
	font-size: 18px;
}

#store table {
	width: 70%;
	margin-bottom: 25px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: gray;
	margin-left: 130px;
}

#store .storeProductRow {
	height: 90px;
}



