/**** FEATURE BOX **************/
#featurebox
{
	background-color:White;
	border:solid 1px gray;
	width:166px;	
	float:right;
	margin-left:10px;
}

#featurecontent
{
	margin-left:4px;
	width:154px;
}

#featureimage
{
	background: url(/images/featured/aac_featured_img_craft.gif);
	margin-left:5px;
	width:145px;
	height:174px;
}

#featureimagecaption
{
	font-size: 9px;
	line-height:10px;
	margin-left:5px;
	width:145px;
	color:Gray;
}

.divider
{
	background: url(/images/featured/aac_featured_divider.gif) no-repeat;
	width:145px;
	height:1px;	
	margin-top: 5px;
	margin-bottom:10px;
	margin-left:5px;
}
*html .divider {margin-bottom:0px;}

#featuretxt
{
	margin-left:7px;
	width:140px;
}

#featuretxt p
{
	color:Gray;
	font-size:10px;
}

#featurebottom
{	
	padding-bottom:5px;
	margin-left:5px;
}

#featurebottom img
{	
	border:0px;		
}
