/* REDEFINITIONS
------------------------------------------------------------ */

	
		
/* ------------------------------------------------------------ */





/* LAYOUT
------------------------------------------------------------ */

	/* style for the listing item box
	------------------------------------------------------------ */
	.listing_item
	{
		margin:					0 0 10px 0;
		border-bottom:			solid 1px #AAA;
	}
	
/* ------------------------------------------------------------ */





/* TEXT STYLES
------------------------------------------------------------ */
	
	/* the listing title
	------------------------------------------------------------ */
	.listing_item h3
	{
		color:					#06F;
	}
	
	/* the listing title - as a link
	------------------------------------------------------------ */
	.listing_item h3 a
	{
		color:					#06F;
		font-size:				14px;
	}
	
	/* the listing info
	------------------------------------------------------------ */
	.listing_info
	{
		font-style:				italic;
		color:					#777;
	}
	
	/* the listing date
	------------------------------------------------------------ */
	.listing_date
	{
		font-style:				italic;
		color:					#777;
	}
	
/* ------------------------------------------------------------ */