#featured_product_title {
	font-size: 1.4em; 
	font-weight: bold; 
	line-height: 1.2em;
	text-align: center;
}

#featured_product_image {
	border: 0px; 
	box-shadow: none; 
	margin: 10px 0px 5px 0px;
}

#featured_product_button {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none;
	border-radius: 3px; 
	background-color: #ffb228; 
	padding: 10px 20px; 
	border: 1px solid #aaaaaa; 
}
#featured_product_button:hover {
	background-color: #ff8a00; 
	color: #ffffff;
}

#featured_product_description {
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #000;
}
