@charset "utf-8";

.info {
	top: 0;
	left: 0;
	position: absolute;
	width: 187px;
	height: 100%;
	padding-left: 16px;
	background:url(/images/infoBG.jpg) repeat-y;
}
.infoBox {
	top: 20px; left: 0; position: relative;
	width: 162px; margin-top: 15px;
	background:url(/images/sideIndexFade.png) repeat-y;
	border: 1px dotted #72a1c2;
	border-right: 0px;
}
.infoBoxTitle {
	background: url(/images/sideBarTitle.png) no-repeat;
	margin-left: 9px;
	top: -7px;
	position: relative;
}
.infoBoxTitleText {
	padding-left: 10px; height: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.infoBoxText {
	padding: 0 1px 2px 15px;
	color: #72a1c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	top: 0;
	position: relative;
}
