/******************************************************************************
 *                            page=game/economy                               *
 ******************************************************************************/

#content-game-economy #shop-table td:first-child {
	text-align: left;
	width: 50%;
}

#content-game-economy #shop-table td:last-child {
	text-align: right;
	width: 50%;
}

#content-game-economy #employer-table td {
	text-align: center;
}

#content-game-economy > div:last-child > div > div:first-child {
	float: left;
	padding: 0.2em 1em 0 0;
}

#content-game-economy > div:last-child > div > div:first-child img {
	border: none;
	width: 23px;
	height: 25px;
}

#content-game-economy > div:last-child > div > div:last-child {
	margin-left: 3em;
}

#content-game-economy > div:last-child > div > div:last-child > span {
	font-weight: bold;
}

/******************************************************************************
 *                              page=game/law                                 *
 ******************************************************************************/
 
#content-game-law > div:last-child > table td {
	text-align: center;
}

#content-game-law > div:last-child a img {
	border: none;
	width: 23px;
	height: 25px;
}

/******************************************************************************
 *                            page=game/renowned                              *
 ******************************************************************************/

#content-game-renowned ul {
	border-top: 2px solid #999;
	padding-top: 1em;
}

#content-game-renowned li {
	list-style: none;
}

#content-game-renowned li:not(:last-child) {
	margin-bottom: 1em;
}

#content-game-renowned li.hegemon {
	list-style-image: url(../images/bluedot.gif);
}

#content-game-renowned ul:last-child li.hegemon {
	font-style: italic;
	font-size: 10pt;
}

/******************************************************************************
 *                              page=game/maps                                *
 ******************************************************************************/

#content-game-maps img {
	border: 0;
	height: 150px;
	width: 200px;
}

#content-game-maps > div:last-child > div {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2em;
}

