.featuredPr {
	display: block;
	float: left;
	width: 165px;
	border: 1px solid #CCCCCC;
	margin: 6px 6px 0 0;
	_margin: 5px 6px 0 0;
	#margin: 6px 5px 0 0;
	padding: 8px; 
	_padding: 7px;
	cursor: pointer;
}
.thumbVAlign {
	height: 165px;
	width: 165px;
	margin-bottom: 10px;
}
.featuredPr img {
	display: block;
	border: none;
}
.featuredPr .descCont {
	position: relative;
	height: 30px;
}
.featuredPr .desc,
.featuredPr .price {
	position: absolute;
	bottom: 0;
	text-align: left;
	font-weight: bold;
	color: #12409E;
	line-height: 15px;
}
.featuredPr .price {
	position: static;
	font-size: 13px;
	color: #980000;
}
a.featuredPr,
a.featuredPr:hover {
	text-decoration: none;
}
.featuredCat a img {
	display: block;
	float: left;
	margin: 10px 8px 0 0;
	#margin: 10px 6px 0 0;	
	_margin: 5px 4px 0 0;	
	border: 1px solid #CCCCCC;
}