#infoBoxes
{
	height: 108px;

	padding: 10px;
	padding-left: 35px;
	padding-right: 0px;
	
	background: white;

	clear: both;
}

#infoBox
{
	position: relative;

	float: left;

	width: 280px;
	height: 100%;

	border-right: 10px solid white;

	color: white;

	background: #9b9fa4;
	
	overflow-y: auto;
}

#infoBox a, #infoBox a:VISITED
{
	text-decoration: none;
	
	color: white;
}

#infoBox div.widgetsArticle
{
	position: absolute;
	
	top: 5px;
	right: 5px;
}

#infoBox h3
{
	color: white;
}
	
.infoBoxLine
{
	height: 1px;

	border: none;

	color: white;
	
	background: white;
}

.infoBoxImg
{
	padding-right: 10px;
}