.homepageCategory {
	background-image: url(../images/backgrounds/category-borders.gif);
	background-position: left top;
	height: 367px;
	width: 240px;
	background-repeat: repeat-y;
	position: relative;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
}
.homepageCategoryImage  {
	text-align: center;
}
.homepageCategoryHeader {
	background-image: url(../images/backgrounds/rounded-category-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
}
.homepageCategoryBottom {
	background-image: url(../images/backgrounds/rounded-category-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 240px;
}
.homepageCategory h4 {
	color: #000;
}
.homepageCategory .homepageCategoryHeader a {
	font-size: 16px;
	font-weight: bold;
	/* color: #740B5C; */
	color:#0000ff;
	text-decoration: none;
	display: block;
	float: left;
}

.homepageCategory .homepageCategoryHeader .price {
	font-size: 16px;
	font-weight: bold;
	/* color: #4F1171; */
	color: #740B5C;
	float: right;
	display: block;
}
.homepageprice {
	font-size: 16px;
	font-weight: bold;
	color: #740B5C;
	/* color: #000; */
	display: inline;
	padding-left:10px;
}

