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

#ColumnContainer{
width:95%;
margin:0 auto;


}


.featuredProduct{
	width:100%;
	height:124px;
	background-color:#666666;
	border:#FFF thin solid;
	margin-bottom:8px;
	color:#FFFFFF;
}
.featuredProduct h1{
font-size:1em;
text-align:left;

}

.featuredProduct h2{
font-size:.9em;
text-align:left;
margin-bottom:4px;
margin-top:4px;
color:#FFFFCC;

}

.featuredProduct h3{
font-size:.9em;
text-align:right;
color:#000000;
margin-right:5px;
padding-top:3px;
}


.featuredProduct p{
font-size:.7em;
text-align:left;
padding-right:5px;

}

.featuredProduct img{
	height:124px;
	width:100px;
	float:left;
	background-color:#000000;
	margin-right:10px;
	
}

.titleRow{
width:100%;
background-color:#000;
height:20px;
}

.descriptionRow{
width:100%;
height:80px;
}

.priceRow{
width:100%;
height:20px;
background-color:#CCCCCC;
vertical-align:bottom;
}


