@charset "UTF-8";
/* CSS Document */

.featuredProduct {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 630px;
	height: 330px;
	background-color: #ededed;
}

.featureProductImage {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 230px;
	height: 330px;
	background-color: #666666;
	float: left;
}

.featureProductTextBlock {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	width: 360px;
	height: 290px;
	background-color: #CCCCCC;
	float: left;
}

.featureProductTextHdr {
	font-size:24px; 
	color:#fff; 
	line-height:30px; 
	font-weight:normal;  
	text-decoration:none;
}

.featureProductText {
	font-size: 12px; 
	line-height: 22px; 
	font-weight: normal;
}


