div#nBoxes {
	margin: 12px 0 0 12px;
}

div#nBoxes div {
	height: 98px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	width: 212px;
}
div#nBoxes div h3 {
	float: right;
	width: 75px;
	margin: 10px 28px 0 0;
	font-size: 10pt;
}
div#nBoxes div a {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 17px;
	float: right;
	font-size: 0pt;
	margin: 0px 6px 11px 0;
}

div#nBoxes div.b1 {
	background: url("/module/Box/img/b1.bg.gif") no-repeat;
}

div#nBoxes div.b1 a {
	background: url("/module/Box/img/pl/b1.a.gif") no-repeat;
}

div#nBoxes div.b1 h3 {
	color: #610004;
}


div#nBoxes div.b2 {
	background: url("/module/Box/img/b2.bg.gif") no-repeat;
}

div#nBoxes div.b2 a {
	background: url("/module/Box/img/pl/b2.a.gif") no-repeat;
}

div#nBoxes div.b2 h3 {
	color: #610004;
}


div#nBoxes div.b3 {
	background: url("/module/Box/img/b3.bg.gif") no-repeat;
}

div#nBoxes div.b3 a {
	background: url("/module/Box/img/pl/b3.a.gif") no-repeat;
}

div#nBoxes div.b3 h3 {
	color: #ffffff;
}

