.product dd.name,
.product dd.desc,
.product dd.price,
.product dt.retail-price, .product dd.retail-price{
	display: inline !important;
	margin: 0 !important;
	padding: 0;
}
.product dt.sku, .product dd.sku,
/*.product dt.price, .product dd.price,*/
.product dt.button, .product dd.button,
.product dt.name,
.product dt.desc{
	display: none !important;
}

.product{
	font-size: 90%;
	text-align: left;
}
#products .imgcontainer img{
	border: none;
}
.product dd.name{
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 10px;
	background: url(../../images/pointer_blue_light.gif) center left no-repeat;
}
a.prev, a.next{
	font-weight: bold;
}
.product dd.price strong{
	font-weight: normal;
	color: inherit;
}


/* Category List with Icons */
ul.cats{
	display: inline; /* fixes ie doubled-margin bug */
	float: left;
	width: 100%;
	margin: 0 0 0 50px !important;
	padding: 0 !important;
	list-style: none;
}
ul.cats li{
	width: 150px;
	height: 160px;
	float: left;
	margin-right: 5px;
	padding-bottom: 1em;
	text-align: center;
	font-weight: bold;
}

img.floatleft{
	float: left !important;
	margin: 0 10px 10px 0 !important;
}
