html,div,body,a,dl,dd,dt,img { margin:0; padding:0; border: 0; outline: none; text-decoration: none; }
html{
	background: #fff;
	font: 12px normal Arial, Helvetica, Sans;
	color: #151514;
	overflow: hidden;
}

#widget {
 border-color:#7A7A7A #D2D2D2 #D2D2D2;
 border-right:1px solid #D2D2D2;
 border-style:solid;
 border-width:3px 1px 1px;
 display:block;
 height:auto;
 margin:0px;
 overflow:hidden;
 padding:0 8px 5px;
 width:282px;
 height: 170px;
 position: relative;
}
.scrolly {
	overflow-y: auto;
	overflow-x: hidden;
}

a div#logo {
	text-decoration: none;
}

dd {
	font-size: 10px;
	color: #373737;
	float: left;
	line-height: 11px;
	margin-top: 6px;
	text-transform: uppercase;
}
a dd {
	color: #373737;
	text-decoration: none;
	cursor: pointer;
}
a:hover dd {
	border: none;
	color: #373737;
	cursor: pointer;
}


dt {
	font-family: Arial, Sans; 
	font-size: 14px;
	letter-spacing: 0px;
	clear: both;
	font-weight: bold;
	color: #464646;
	line-height: 14px;
/*	overflow: hidden; */
	margin-top: 0px;
	margin-bottom: 6px;
	
}
a dt  {
	color: #464646;
	text-decoration: none;
	cursor: pointer;
}
a:hover dt  {
	border: none;
	cursor: pointer;
}

dt img {
	float: left;
	margin-right: 8px;
}


#logo {
	font: 13px bold Arial, Helvetica, Sans;
	font-weight: bold;
	background: url(../../images/widget_bg_top.jpg) no-repeat top left;
	margin: 0 -10px; 
	cursor: pointer
	padding: 0;
	height: 24px;
	line-height: 26px;
	color: #454545;
	text-transform: uppercase;
	text-indent: 35px;
}
.hidden{
	position: absolute; 
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -3000px;
	left: -10px;
	top: -10px;
}
