#widget-text a
{
	border: none;
	float: right;
}

.hidden-container
{
	border: double #00477f 5px;
	border-radius: 5px;
	width: 370px;
	height: 220px;
	position: absolute;
	left: 50%;
	z-index: 10;
	margin: 50px 0 0 -60px;
}

.hidden-container div
{
	display: none;
}

#widget
{
	background: white url('../gfx/proximagen-p.png') no-repeat 120px 5px;
	width: 174px;
	height: 67px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin: 130px 0 0 296px;
	border: solid #00477f 2px;
	border-radius: 2px;
	z-index: 20;
}

#widget ul
{
	list-style-type: none;
	padding: 1px;
	margin: 1px 65px 0 0;
	border-right: solid #eaeaea 1px;
}

#widget li
{
	width: 90px;
	height: 20px;
	padding: 1px;
	background: white;
	padding: 1px 5px;
}

#widget li a
{
	display: block;
	//background: #4e8abe url('../gfx/widget-arrow.png') no-repeat 120px 3px;
	color: gray;
	//text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	font-size: 9pt;
	height: 16px;
	border-top: solid #eaeaea 1px;
}

#widget li:first-child
{
	padding: 0 5px;
	height: 19px;
}

#widget li:first-child a
{
	border-top: none;
}


#widget li a:hover,
#widget li a.on
{
	//background-color: #003468;
}

#widget-text
{
	background: white;
	color: gray;
	width: 228px;
	font-size: 9pt;
	padding: 4px;
	display: none;
	position: absolute;
	left: 50%;
	margin: 65px 0 0 -43px;
	z-index: 20;
}

#widget-text strong
{
	color: #00467f;
	font-weight: normal;
	text-transform: uppercase;
}

#widget-text p
{
	margin: 3px auto;
}
