/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:				0px 0px 0px 0px!important;
	width:				321px;
	background:			none;
	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-size:			11px;
	border-left:			1px solid #afb3b8;
	border-top:			none;
	border-right:			none;
	border-bottom:			none;
	padding:			0px 0px 0px 0px!important;
	background-image:		url( images/bg_widget.gif );
	background-repeat:		repeat-y;
}

td#widgettitle
{
	padding:			20px 0px 0px 20px;
	background:			white;
	color:				#666666;
	text-align:			left;
	font-weight:			bold;
}


td#widgetcontent
{
	padding:			20px 60px 40px 20px!important;
}

#widgetcontent a
{
	color:				#636363;
	text-decoration:		none;
	font-weight:			bold;
}

#widgetcontent a:hover
{
	color:				#999999;
	text-decoration:		none;
	font-weight:			bold;
}

