/*--------------------------------------------------------------------
	Prayer Corner Spotlight
---------------------------------------------------------------------- */

#og_spotlight							{	float: left; width: 98%; text-align: left; border-top: 1px solid #ccc;
											margin: 15px 0 30px 0; padding: 0; font-family: Tahoma, Arial, Verdana, sans-serif; 
											font-weight: normal; 	}

#og_spotlight a							{	text-decoration: none; color: #333;	}
#og_spotlight a:hover					{	text-decoration: underline; background-color: transparent;	}
						
#og_spotlight p							{	font-size: 100%; line-height: normal;  margin: 0; color: #303030; 	}

#og_spotlight .all						{	border: 1px solid #f1f1e9; float: left; background-color: #F9F7ED; 	}
#og_spotlight .store_item				{	float: left; width: 170px; margin: 2px 3px; font-size: 78%;  
											padding: 6px;   	}
#og_spotlight .store_item img			{	padding: 4px; height: 60px; width: auto; border: 1px solid #f1f1e9; 
											margin: 0 8px 0 4px; background-color: white; 	}

#og_spotlight .og_url					{	font-size: 80%; color: #727272; margin: 0 0 12px 5px; 	}
#og_spotlight .og_url a					{	text-decoration: underline; color: #0079bc;  	}

#og_spotlight h2						{	border-bottom: none; text-decoration: none; padding: 10px 0 0 0; margin: 0 0 0 5px; 
											font-size: 120%; font-weight: normal; color: #880000;        	}

#og_spotlight h2 a:hover				{	text-decoration: underline;	}