.ItemFrameContent {
	border: 1px solid #c6ac70;
	width: 400px;
	background-color: #000000;
	padding: 5px;
}

.ItemFrameLeft {
	background-image: url(/IMG3/frames/itm_left.png);
	background-repeat:repeat-y;
	width: 22px;
}

.ItemFrameRight {
	background-image: url(/IMG3/frames/itm_right.png);
	background-repeat:repeat-y;
	width: 21px;
	text-align: right;
	vertical-align: top;
}

.ItemFrameBottomLeft {
	vertical-align: top;
	width: 28px;
	height: 25px;
}

.ItemFrameBottom {
	vertical-align: top;
	background-image: url(/IMG3/frames/itm_bottom.png);
	background-repeat: repeat-x;
	width: 100%;
}

.ItemFrameBottomRight {
	vertical-align: top;
	text-align: right;
	width: 27px;
	height: 25px;
}

.ItemFrameTopLeft {
	width: 34px;
	height: 39px;
	float: left;
}

.ItemFrameTop {
	background-image: url(/IMG3/frames/itm_top.png);
	background-repeat:repeat-x;
	width: 100%;
}

.ItemFrameTopRight {
	width: 165px;
	height: 39px;
	text-align: right;
	vertical-align: top;
	float: right;
}

.ItemFrameStatsCell, .ItemFrameAuthorCell,  .ItemFrameTextLabel, .ItemFrameNameCell, .ItemFrameValueCell, .ItemFrameFlagsCell {
	font-family: "ZapfCalligr BT", "Times New Roman", serif;
	font-size: 11pt;
}

.ItemFrameStatsCell {
	color: #99FF66;
}

.ItemFrameFlagsCell {
	color: #FFFF99;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
}

.ItemFrameAuthorCell {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	color: #666666;
	font-size: 8pt;
}

.ItemFrameTextLabel {
	color: #AAAAAA;
	white-space: nowrap;
	padding-right: 30px;
}

.ItemFrameValueCell {
	color: #FFFFFF;
	width: 100%;
}

.ItemFrameNameCell {
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 18px;
}

.ItemFrameTier {
	color: #DDEEFF;
	white-space: nowrap;
	font-weight: bold;
}

.nb {
	white-space: pre-wrap;	
}