﻿
.CategoryList_LayoutTable
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.CategoryList_ItemImage
{
	border: 1px solid #707070;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	/*margin-left: 5px;*/
	margin-right: 0px;
}

.CategoryList_ItemImage:hover
{
	border: 1px solid #BBBBBB;
}

.CategoryList_ItemText
{
	font-weight: normal;
}

.CategoryList_ItemSpan
{

}


.CategoryList_RSSLink
{
}

.CategoryList_RSSIcon
{
}

.CategoryList_RSSIcon
{
	border: none;
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 2px;
}


/* ----------------------------------------------------------------------------------- */
/* Sidebar Styles                                                                      */
/* ----------------------------------------------------------------------------------- */

/* The List inside a sidebar box */
.Sidebar_Box_List
{
	list-style-type: none;
	list-style-position: inside;
	
	margin-top: 5px;
	padding-left: 7px;
}

/* List Items inside a sidebar box */
.Sidebar_Box_List li
{
	padding-bottom: 3px;
}

.Sidebar_Box_List_ItemDetails
{
	display: block;
	font-size: 0.85em;
}