@charset "utf-8";

/* Game Info CSS Document */

.game-info-table {
	margin-bottom: 10px;
	text-align: left;
}

.game-info-table td {
	padding: 5px;
}

.stats td {
	background-color: #121212;
}

ul.gi-main-page-ul {
	margin: 0;
	padding: 10px 0 0 30px;
	text-align: left;
}

.info-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #252525;
}

.info-left {
	width: 120px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

.info-right {
	width: 420px;
	float: left;
	margin-bottom: 10px;
}

.info-pre-left-child {
	width: 50px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../images/tree-child.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.info-right-child {
	width: 370px;
	float: left;
	margin-bottom: 10px;
}

.info-thumbnail {
	border: 1px solid #999999;
	width: 100px;
	height: 100px;
}

.location-image {
	border: 1px solid #999999;
	width: 468px;
	height: 100px;
}

.gallery-shots {
	margin-bottom: 10px;
}

.gallery-shots img {
	margin-right: 10px;
	border: 1px solid #999999;
}

.abilities-list ul li {
	margin-bottom: 5px;
}

.abilities-list ul {
	padding-bottom: 5px;
}

/* Info Page Icons */

h2.description {
	background-image: url(../images/icons/page_white_text.png);
}

h2.notes {
	background-image: url(../images/icons/script_edit.png);
}

h2.stats {
	background-image: url(../images/icons/chart_bar.png);
}

h2.abilities {
	background-image: url(../images/icons/shield_add.png);
}

h2.gallery-shots {
	background-image: url(../images/icons/images.png);
}

h2.appendix {
	background-image: url(../images/icons/application_view_list.png);
}

h2.races {
	background-image: url(../images/icons/clients.png);
}

h2.general {
	background-image: url(../images/icons/newspaper_go.png);
}

h2.upgrades {
	background-image: url(../images/icons/add.png);
}

h2.cost {
	background-image: url(../images/icons/coins.png);
}