
/* Kompaktowy box RPG */
div#box_rpg {
	width: 487px;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div#box_rpg_top {
	background-image: url(http://s.rednet.pl/images/to/rpg/nowy/box_rpg_lead_pl.gif);
	width: 487px;
	height: 40px;
}

div#box_rpg_middle {
	width: 465px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px;
}

div#box_rpg_bottom {
	background-image: url(http://s.rednet.pl/images/to/bg/box_skrot_bottom.gif);
	background-repeat: no-repeat;
	width: 487px;
	height: 6px;
}

table.box_rpg_table {
	width: 100%;
	border: none;
}

table.box_rpg_table td {
	vertical-align: middle;
	height: 24px;
	white-space: nowrap;
	padding: 0px;
}

table.box_rpg_table div.box_rpg_gradient {
	background-image: url(http://s.rednet.pl/images/to/rpg/nowy/box_rpg_gradient.gif);
	line-height: 20px;
	padding-left: 11px;
	height: 20px;
	font-weight: bold;
	color: #804d0c;
	width: auto;
	margin-top: 15px;
	margin-bottom: 3px;
}

div#box_rpg a:link,
div#box_rpg a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

div#box_rpg a:hover {
	color: #804d0c;
	text-decoration: none;
}

div#box_rpg a {
	font-weight: bold;
}

div#box_rpg a.red {
	color: #804d0c;
}





