/*********Drapiere.com********* © Copyright Carolyn de la Drapière Ltd 2009
** boutique CSS                                               
**Change History***********************************************************
** Date        Ver        Description 
** 
**************************************************************************/
#menu_left_links			{float: left; width: 125px; padding: 0 0 15px; font-weight:bold;}
a.link_menu_silver:link  			{color: #666666;text-decoration:none;}
a.link_menu_silver:visited 		{color: #666666;text-decoration:none;}
a.link_menu_silver:hover 			{color: #990000;text-decoration:none;}
a.link_menu_silver:active     {color: #770000;text-decoration:none;} 

.l_item_outer 
{
	float				  : left;
	width 				: 275px;
	height				: 415px;
	}

.l_item_inner 
{
	float				  : left;
	width 				: 234px;
	height				: 410px;
	}

.l_item_image_fix /* used to fix ie problem with unwanted 2px bottom margin on image */ 
{
	float				  : left;
	width 				: 232px;
	height				: 347px;
	border				: 1px solid #815e26;
	}
	 
.l_item_image
{
	width 				: 230px;
	height				: 345px;
	}
	
.l_item_name 
{
	float				  : left;
	width 				: 232px;
	height				: 15px;
	margin-top		: -1px;
	border				: 1px solid #815e26;
	background		: #fee5d0; 
	}
	
.l_item_desc 
{
	float				  : left;
	width 				: 232px;
	height				: 45px;
	margin-top		: 3px;
	display				: inline; /* ie padding fix */
	}