
/* Kompaktowy box RPG */
div#box_rpg {
	width: 986px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 12px;
	clear: both;
}

div#box_rpg_top {
	/* background-image: url(http://s.rednet.pl/images/smw/layout/footer.gif); */
	width: 986px;
}

div#box_rpg_middle {
	width: 964px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
	padding: 0px 10px 10px 10px;
}

div.box_rpg_column_float_left td:first-child {
        text-align: center;
        padding-right: 10px;
}

div.box_rpg_column_float_left {
	width: 230px;
    margin-left: 10px;
    float: left;
}

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

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

div.box_rpg_gradient {
        text-align: left;
	color: #c70000;
	width: auto;
}

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

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

div#box_rpg a.red {
	color: #c70000;
}


