.featured {
        margin-top: -20px;
}
.featured A {
        text-decoration: none !important;
}
#featured {
        height: 250px;
	list-style-type: none;
	margin-bottom: 10px;
}
#featured LI {
	width: 16.49%;
	height: 250px;
	float: left;
	border: #e5e5e5 solid;
	border-width: 1px 1px 1px 0;
	text-align: center;
	position: relative;
}
#featured H3 {
	height: 53px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
#featured H3 A {
	text-decoration: none;
	display: block;
	padding: 12px 15px;
}
#featured .product_image {
	display: block;
	margin: 12px auto;
}
#featured .price {
	width: 89%;
	height: 30px;
	color: #81072c;
	background: #fa0;
	font-size: 120%;
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	text-align: left;
	-moz-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
}
#featured .price SPAN {
        padding: 5px 0 0 15px;
        display: block;
}
#featured .ajax_add_to_cart_button {
	position: absolute;
	right: 0;
	top: 0;
}
#featured .first_item {
        border-left: 1px #e5e5e5 solid;
        -moz-border-top-left-radius: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
}
#featured .last_item {
        -moz-border-top-right-radius: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
}