
img {
	border: none;
}

hr {
	border: none;
	color: #A69988;
	background-color: #A69988;
	background-image: url('/images/horsep.jpg');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height: 1px;

	margin: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
}

h1 {
	margin-top: 0px;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.17em;
}

/* COMMONS */

.centr {
	text-align: center;
}

.smallr {
	font-size: smaller;
}

.smallrp {
	font-size: 70%;
}

.it {
	font-style: italic;
}

.grey {
	color: #808080;
}

.st {
	font-weight: bold;
}

div.wrapper {
	overflow: auto;
	width: 100%;
}

.fl {
	float: left;
	margin-right: 10px;
}

.nofloat {
	float: none;
}

/* GAME PAGE */

div.game_screen {
	text-align: center;
	background-color: #FFFFEF;
	
	width: 320px;
	padding: 10px;
	_width: 320px;
}

div.game_ad_dlinfo {
	width: 500px;

	margin-top: 15px;
	margin-bottom: 15px;
}

div.game_ad {
	width: 340px;
	float: left;
}

div.game_dlinfo {
	margin-left: 340px;
	
	text-align: left;
}

div.game_desc {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* FEATURE RIGHT */

div.featurerec {
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #A69988; 
}

div.featureinfo {
	color: #303030;
	font-size: 80%;	
	
	margin-bottom: 3px;
}

/* FEATURE SPOT */

div.featspot_image {
	width: 150px;
	float: left;
}

div.featspot_desc {
	margin-left: 165px;
}

