.productCell a {
	text-decoration: none;
	color: #325225; /* LB background green */
	color: black;
	color: #192912; /* half black, half LB green */
	display: block;
}

.productCell a:hover {
	text-decoration: none;
	color: green;
	color: #7d9d5d;	/* lightest LB green */
	color: #67874a;	/* second lightest LG green */
	color: #2E5614; /* mix */
	color: #2A6B00;
	background-color: #f8fce8;
	background-repeat: repeat-x;
	background-image: url('images/contentItemBG.gif')
}

.productCell p a, .productCell p a:hover {
	display: inline;
}

#contentItem {
	padding: 4px 6px 4px 6px;
	margin: 0px;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#contentItem h1, #contentItem h2, #contentItem h3, #contentItem h4 {
	padding: 0;
	margin: 0;
	font-family: 'Univers 57 Condensed', 'Univers', 'helvetica narrow', helvetica, arial, sans-serif;
	line-height: 110%;
	font-weight: bold;
}

#contentItem h1 {			/* Description */
	font-size: 12pt;
}

#contentItem h2 {			/* Grade */
	font-size: 10pt;
}

#contentItem h3 {			/* Style */
	font-size: 7pt;
	padding: 4px 0 2px 0;
}

#contentItem h4 {			/* Price */
	font-size: 12pt;
	padding: 0 0 2px 0;
	font-weight: bold;
}

#contentItem p {			/* E-Bay Description */
	margin: 6px 0 2px 0;
	padding: 0;
	font-size: 9pt;
	text-align: left;
	line-height: 120%;
}

#contentItem img {
	text-align: center;
	padding: 2px 0 2px 0;
}

#contentItem .availability {
	margin: 2px 0 0 0;
	font-size: 10pt;
}

#newBurst {
	padding: 0 4px 0 4px;
}

#bestSellerBurst {
	padding: 0 0 0 4px;
}

