#info {
	position: relative;
	text-align: left;
	margin: 0 0 35px;
}
#info .wrapper {

}
#info .wrapper h3 {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 0 30px;
	text-transform: uppercase;
}
#info .wrapper h3 a {
	border-bottom: 1px solid #9a9a9a;
	color: #1a1a1a;
	font-size: inherit;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#info .wrapper h3 a:hover {
	border-bottom-color: transparent;
}
#info div.block {
	background-image: url(/images/arrow.jpg);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	margin: 0 0 27px;
}
#info div.block:last-child {
	margin: 0;
}
#info div.link {

}
#info div.link a {
	border-bottom: 1px solid #9a9a9a;
	color: #1a1a1a;
	font-size: 14px;
	text-decoration: none;
}
#info div.link a:hover {
	border-bottom-color: transparent;
	color: #228de1;
}