/****************/
/* Sidebar */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.SidebarItem
{
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid rgb(220,72,87);
}
*html .SidebarItem
{
	width: 200px;
	margin: 0 0 -1px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid rgb(220,72,87);
}
.SidebarHead, .SidebarHead a:link,.SidebarHead a:active,.SidebarHead a:visited
{
	width: 200px;
	height: 30;
	line-height: 28px;
	text-indent: 10px;
	display: block;
	color: rgb(255,255,255);
	font-size: 80%;
	font-weight: bold;
	background-color: rgb(220,72,87);
}

.SidebarHead a:hover
{
	text-decoration: underline;
	color :White;
}
.SidebarContent
{
 	display: block;
 	width: 180px;
 	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	font-size: 0.74em;
	color: rgb(51,51,51);
}
.SidebarContent p
{
 	margin: 0 0 5px 0;
	padding: 0;
}

.SidebarContent a, .SidebarContent a:link, .SidebarContent a:active, .SidebarContent a:visited
{
	color: rgb(220,72,87);
	text-decoration: none;
}
.SidebarContent a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}
.SidebarContent hr
{
	clear: both;
	display: block;
	height: 1px;
	color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	border: 0;
	border-bottom: 1px solid rgb(220,72,87);
	margin: 3px 0 3px 0;
	padding: 0;
}
