/*e1e8ec */
#NewItemBox
{
	padding: 5px; 
	border: 0px solid #cccccc; 
	background: white; 
	margin: 0 5px 5px 5px;
}
#NewItemBoxTitle
{
	padding: 5px; 
	border-bottom: 1px dashed #cccccc; 
	font-size: 12px; 
	font-weight: bold;
	font-family: Geneva, Arial, Helvectica, sans-serif;
	color: black; 
}

#NewItemBoxAllItems, #NewItemBoxAllItems a:link, #NewItemBoxAllItems a:visited
{	
	padding-bottom: 10px; 
	font-size: 11px; 
	font-weight: bold;
	font-family: Geneva, Arial, Helvectica, sans-serif;
	color: black;
}
#NewItemBoxInner
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	padding: 3px;

}
#NewItemBoxInner a:link,#NewItemBoxInner a:active
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#NewItemBoxInner a:visited
{
	color: #333333;	
	text-decoration: none;
	font-weight: normal;
}
#NewItemBoxInner a:hover
{
	font-weight: normal;
	color: #cccccc;
	background: white;
}
#CatNavTop
{
	background: #ffffff;
	padding: 3px; 
	border: 0px solid #cccccc;
	margin: 3px 5px 5px 5px;	
}
#CatNavTopInner
{
	padding: 5px;
	border-bottom: 0px dashed green;
}
#CatNavTopInner a:link, #CatNavTopInner a:active
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#CatNavTopInner a:visited
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#CatNavTopInner a:hover
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: red;
	text-decoration: none;
	background: white;
}
#item .title
{
	background: #f8f8f8;
	padding: 10px;
}
