.product{
	width: 290px;
	height: 159px;
	margin-top: 8px;
	margin-bottom: 4px;
	float: left;
	background-image: url(../images/product-background.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;
}

.green{
	 color: green;
}

.red{
	 color: red;
}

.orange{
	 color: orange;
}

.bold{
	font-weight: bold;
	color: red;
}

.productActionCat{
	position: absolute;
	margin-top: 120px;
	margin-left: 0px;
	width: 195px;
}

.productNameCat{
	width: 195px;
	margin-bottom: 10px;
	font-weight: bold;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}

.productDescriptionCat{
	width: 270px;
	height: 90px;
	position: absolute;
	margin-top: 25px;
	mxxargin-top: 47px;
	margin-left: 10px;
}

.productImageCat{
	position: absolute;
	margin-left: 175px;
	margin-top: 0px;
}

.inStore{
	color: #32CD32;
	font-weight: normal;
	font-size: 7pt;
	margin-top: 5px;
	position: absolute;
	margin-top: -13px;
	margin-left: 10px;
}

.productPriceCat{
	color: red;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 5px;
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
}

.productPriceTwoCat{
	color: silver;
	position: absolute;
	margin-top: 18px;
	margin-left: 10px;
}

.productBuyButtonCat{
	position: absolute;
	margin-top: 15px;
	margin-left: 173px;
}

.inputQuantityCat{
	border-color : #888888;
	border-style: solid;
	border-width: 1px;
	width: 25px;
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-align: center;
	position: absolute;
	margin-top: 18px;
	margin-left: 120px;
	z-index: 2;
	padding: 0px;
}

.descriptionTextCat{
	width: 165px;
}