/* begin featured tile definitions */

/* outer table */
.recentTable {
	width: 100%; 
	background-color: #ffffcc; 
	font-size: 12px;
	font-weight: bold;
}

/* Recent title cell */
.recentTitleCell {
	height: 30; 
	background: url(http://images.bitpipe.com/bitpipe3/recent_products.gif) no-repeat; 
}


/* bullet cell */
.recentBulletCell {
	padding: 0.5em;
	height: 8; 
	width:10; 
	background: url(http://images.bitpipe.com/bitpipe/bluearrow.gif) no-repeat center right; 
}

/* content definitions will inherit from recentTable, then recentItemCell */
.recentItemCell { padding: 0.5em}
.recentItemLink {}
.recentItemOrg {}
.recentItemDesc {}
.recentItemTopic { font-style: italic;}
.recentItemLinkToMore { font-style: italic;}

/* optional for footers, can also use a bottom border instead of image */
.recentBottomCell {
}

/* end recentured tile definitions */

