#infoBoxes
{
	height: 100px;
	
	padding-top: 0px;
	
	background: white;

	clear: both;
}

.vBoxes
{
	width: 235px;
}

.hBoxes
{
	/*height: 100px;*/

	padding-left: 35px;
	padding-bottom: 30px;

	overflow: hidden;
}

#infoBox
{
	/*width: 220px;*/

	border-right: 10px solid white;

	color: white;

	background: #9b9fa4;
}

.hBox
{
	float: left;

	width: 280px;
	height: 110px;
}

.infoBoxContent
{
	padding: 5px;
	padding-left: 10px;
	/*padding-right: 10px;*/
}

.hBox .infoBoxContent
{
	padding: 10px;
}

.infoBoxHeader, .infoBoxHeader h3
{
	position: relative;

	margin-top: -2px;
	padding-left: 5px;

	background: #99192d;

	color: white;
}

.infoBoxSeparator
{
	height: 15px;

	background: white;
}

.headerSeparator
{
	height: 5px;

	background: white;
}

#infoBox a, #infoBox a:VISITED
{
	text-decoration: none;
	
	color: white;
}

#infoBox a:hover
{
	color: #99192d;
}

#infoBox div.widgetsArticle
{
	position: absolute;
	
	top: 5px;
	right: 5px;
}
	
.infoBoxLine
{
	height: 1px;

	border: none;

	color: white;
	
	background: white;
}

.infoBoxImg
{
	padding-right: 10px;
}

.hBox .infoBoxImg
{
	padding-top: 12px;
}

.infoImage
{
	
	position: relative;

	left: 0px;
	
	padding-bottom: 15px;
}