
/*
	Sidebar (style 1)
*/
.table-sidebar
{
	border-collapse:collapse;
	background-image:url(sidebar1/sb-category.gif);
	background-repeat:repeat-y;
}

.table-sidebar .row
{
}
.table-sidebar .category
{
	background-image:url(sidebar1/sb-category.gif);
	width:192px;
	height:16px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#F0F0F0;
	padding-left:4px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
.table-sidebar .item
{
	background-image:url(sidebar1/sb-item.gif);
	width:192px;
	height:16px;
	background-repeat:repeat-y;
	vertical-align:top;
	font-family:Arial;
	font-size:8pt;
	color:#808080;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
.table-sidebar a
{
	font-family:Arial;
	font-size:8pt;
	color:#CC4000;
	text-decoration:none;
}

.table-sidebar a:visited
{
	font-family:Arial;
	font-size:8pt;
	color:#CC4000;
	text-decoration:none;
}

.table-sidebar a:hover
{
	font-family:Arial;
	font-size:8pt;
	color:#FF8000;
	text-decoration:none;
}