/* 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:					#F60;		font-weight:			normal;	}		/* the listing title - as a link	------------------------------------------------------------ */	.listing_item h3 a	{		color:					#F60;		font-size:				14px;		font-weight:			normal;	}			/* the listing info	------------------------------------------------------------ */	.listing_info	{		font-style:				italic;		color:					#777;	}		/* the listing date	------------------------------------------------------------ */	.listing_date	{		font-style:				italic;		color:					#777;	}	/* ------------------------------------------------------------ */