/* 
// Custom page styles
// © 2007 Nikolai Varankine
// $Id: body.css,v $
*/

td.info-top p
{
	text-align: justify;
}

table.description
{
	font-size: 100%; /* to inherit parent cell font size - bug fix? */
}	

table.description tr th.screenshot
{
	width: 100px;
}

table.description tr th.platform
{
	width: 35%;
}

table.description tr th
{
	/* color scheme */
	background-color: #EAFFF5;
}

table.description tr td
{
	padding: 0.5em;
	/* color scheme */
	background-color: #EAFFF5;
}

td.screenshot
{
	text-align: center;
}

td.description em
{
	font-weight: bold;
}

td.screenshot img
{
	width: 75px;
	height: 75px;
	/*border: 0px solid black;*/
}

