/*
 *   CSS for Magento Product Plugin.
 */

 
/* Product widget container */
.magento-productWidget {
	clear:both;
}

/* Product Image Container.  Div Containing <img> tag */
.magento-productImage {
	float:left;
	margin-right:10px; 
}
.magento-productImage img {
	width: 150px;
}

/* Product Title.  Div containing <h3> tag */
.magento-productTitle {
}
.magento-productTitle a {
	color: #615D4E;
}

/* Product Description.  Product description div.  Also contains viewMore <a> tag (below) */
.magento-productDesc {
}

/* Link to View More of the product */
.magento-productViewMore {
}

/* Footer: use to clear floating image if needed */
.magento-productFooter {
	clear: both;
}