
.featured_product {
    width: 209px;
    border: 4px solid #fff;
    padding: 2px 10px 10px 3px;
    font-size: 0.8em;
    background-color: #fff;
    background-image:url(images/child_bg.jpg);
    background-repeat:repeat-x;
    min-height: 113px;
}
.featured_product_heading {
    font-size: 1.4em;
    font-weight: bold;
	color: #333333;
    text-align:left;
    margin-bottom: 5px;
}
.featured_product img {
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}
div.price {
    font-weight: bold;
    clear: both;
    color: #b11a4a;
}
div.title {
    margin-bottom: 0px;
}
.featured_product span.buttons {
    font-size: 0.8em;
}
