/*
* file:		pg_poe2.css
* author: 	Marsha Perry (MP)
* 			Michael Smith (MWS)
* date:		March 2007
* desc:		styles for Point of Entry pages (product category pages)
*/

/* MWS, 3/28/07: deprecated nested divs in favor of h2, better for SEO and cleaner code
#listHeader
{
	height:28px;
	color:#000000;
	text-align: left;
	padding-left: 9px;
		
}
#listHeader div
{
	margin-top:7px;
}
*/

#poeNavLeft h2
{
	margin: 0;
	color:#000;
	text-align: left;
	padding: 6px 0 7px 9px;
	font-size: 9pt;
	font-weight: normal;
}


/* MWS, 3/28/07: deprecated redundant class and id selectors in favor of selecting by POE div then ul/li/a etc.
.locBoxText
{	
	width:105px;
	text-align: left;
	padding-left: 9px;
	padding-right: 5px;
}
#locItem
{
	float:left;
	border:none;
}
A.locItemLink
{
	text-decoration:none;
	color:#a96233 ;	
}
A.locItemLink:hover
{
	color:#a0410a ;
}
*/

.locItemPositioner
{
	margin-top:1px;
}

.locItemPositioner img
{
	margin-top:2px;
}

#poeNavLeft ul 
{
	width:120px;
	font-size:11px;
	margin: 1px 0 9px 0;
	text-align: left;
	padding-left: 9px;
	padding-right: 5px;
	list-style: none;
}
#poeNavLeft li
{
	padding: 0;
	border-bottom:1px solid #d2cfad;
	margin: 3px 0 3px 0;
}
#poeNavLeft li a
{
	text-decoration:none;
	color:#707070;	
}
#poeNavLeft li a:hover
{
	color:#56160d;
}
div.landingCatTitle {width:120px; font-size:11px; font-weight:bold; margin:10px 0 3px 8px;}
