/* CSS Document */

.infoBox
{
	height: 237px;
	width: 185px;
	overflow: hidden;
	background-image: url(../images/infoBox/infoBox_bg.png);
	background-repeat: no-repeat;
	background-position: bottom
}

.infoBox img
{
	height: 84px;
	width: 185px;
}

.infoBox h3
{
	display: block;
	margin: 15px 10px 5px 12px;
	font: bold 12px Arial;
	color: #000;
}

.infoBox p
{
	display: block;
	margin: 10px 10px 10px 12px;
	font: 11px Arial;
	color: #444;
}

.infoBox ul
{
	margin: 0px 0px 0px 12px;
	padding: 0px;
	list-style: none;
}

.infoBox ul li
{
	line-height: 12px;
}

.infoBox a
{
	font: bold 11px Arial;
	color: #208790;
	text-decoration: none;
}

.infoBox a:hover
{
	color: #000;
}

