#itemtable
{
	background: white;
	font-size: 11px;
	color: black;
	border: 1px solid black;
	padding; 5px;
}
#NewItemBox
{
	padding: 5px; 
	border: 0px solid #ffffff; 
	background: #ffffff; 
	margin: 1px 5px 5px 5px;
}
#NewItemBoxTitle
{
	padding: 5px; 
	border-bottom: 1px dashed #000000; 
	font-size: 14px; 
	font-weight: bold;
	font-family: Geneva, Arial, Helvectica, sans-serif;
	color: black; 
	background: white; 
}

#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;
	text-decoration: none;
}
#NewItemBoxInner
{
	margin: 5px 5px 5px 5px;
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	padding: 1px;
	background: white; 
}
#NewItemBoxInner a:link,#NewItemBoxInner a:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	background: white; 
}
#NewItemBoxInner a:visited
{
	color: #333333;	
	text-decoration: none;
	font-weight: bold;
	background: white; 
}
#NewItemBoxInner a:hover
{
	font-weight: bold;
	color: #000000;
	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: normal;
	color: black;
	text-decoration: none;
}
#CatNavTopInner a:visited
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#CatNavTopInner a:hover
{
	font-family: Geneva, Arial, Helvectica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: black;
	text-decoration: none;
	background: white;

}
/*
.container {background:#FFF3CA; color:#FFF3CA; margin:15px 15px;}
.rtop, .rbottom{ display:block; background:#000000;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#FFF3CA;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
*/
#item .title
{
	background: white;
	color: black;
	padding: 5px;
}
#item .title a:link, #item .title a:visited
{
	background: white;
	color: #000000;
	padding: 5px;
}
