/************************* 
** WIDGET CSS 
*************************/
#widget
{
  	position:relative;
	height:175px;
	width:400px;
}
#widget img
{
	border:none;
	width:394px;
	height:116px;
	margin:2px;
	background-color:#D3DCE1;
}
#widget #graphic
{
  	width:400px;
	height:120px;
	position:relative;
	background-color:#FFF;
	border-right:1px solid #C7C397;
	border-left:1px solid #C7C397;
}
#label
{
	width:400px;
	height:22px;
	position:relative;
	border-bottom:1px solid #C7C397;
}
#label #text
{
	position:relative;
	top:1px;
	left:0px;
	float:left;
	height:22px;
	border-top:1px solid #C7C397;
	border-right:1px solid #C7C397;
	border-left:1px solid #C7C397;
	text-align:left;
	margin-right:1px;
	background-color:#fff;
}
#label #text a
{
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
}
#widget #description
{
	position:relative;
	width:400px;
	background-color:#FFF;
	border-left:1px solid #C7C397;
	border-right:1px solid #C7C397;
	border-bottom:1px solid #C7C397;
}
#widget #description #text
{
  	text-align:left;
	padding:3px 9px 3px 9px;
	color:#404F24;
}