@CHARSET "UTF-8";

/**
 * Public CSS definitions
 */

/* General font definitions */

body,
td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}

.Path {
	display: block;
    width: 528px;
    height: 131px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    background-image: url("../images/bg/path.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    color: #E9DFB6;
}

.Path a {
	color: #B29947;
	text-decoration: none;
}

.Path a:hover {
	text-decoration: underline;
}

.Content {
	padding: 16px;
}

.Content a {
	color: #B29847;
}

.Content a:hover {
	text-decoration: none;
}

.Content h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: ElegaGarmnd BT, serif;
	font-size: 30px;
	font-weight: bold;
	color: #5C2C00;
}

.Content h2 {
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.Content h3 {
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.Horizontal {
	height: 3px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url("../images/bg/hr.gif");
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0px;
}

.Screenshot {
    float: right;
    margin: 5px;
}

.GameLink {}

.GameLink img {
    margin-right: 10px;
}

.GameLink a {
    font-weight: bold;
    line-height: 16px;
    color: #990000;
    text-decoration: none;
}

.GameLink a:hover {
    text-decoration: underline;
}

.Bevel {
    border-style: solid;
    border-color: #B29847;
    border-width: 1px;
}

.Highlight {
    background-color: #EBE4CD;
    padding: 10px !important;   
}

bonusLink {
}

.bonusLink a {
	 text-decoration: none !important;
}

.close img {
	float: right;
}

.downloadGif {
	display: block;
	margin-top: -95px;
	z-index: 50;
}