body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
}

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

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

h2 {
	font-size: 1.5em;
}

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

td {
}

a, img {
	border: 0;
}

a:link, a:visited {
	color: #0055CC;
	text-decoration: underline;
}

a:active, a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* commons */

form {
	margin: 0;
}

hr {
	border: none;
	color: #f48787;
	background-color: #f48787;
	height: 1px;
}


/* custom styles */

.hide {
visibility:hidden;
}

.nounderline {
	text-decoration: none;
}

div.enlargelbl {
	font-size: 90%;
	color: #808080;
	padding-bottom: 5px;
}

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

.grey {
	color: #808080;
}

.it {
	font-style: italic;
}

.st {
	font-weight: bold;
}

.smallr {
	font-size: 90%;
}

.evensmallr {
	font-size: 80%;
}

.tiny {
	font-size: 70%;
}

.my_red {
	color: #b40d6b;
}

.my_blue {
	color: #0d73b4;
}

.helvetica {
	font-family: Helvetica, Arial;
}

.centr {
	text-align: center;
}

.cl {
	clear: left;
}

div.diagnostic {
	background: #e0e0ff;
	border: #c3c3f8 1px solid;
	padding: 5px;
	
	font-style: italic;
	font-weight: bold;
	
	margin-bottom: 15px;
}

div.whitebox {
	background: white;
	border: #f8f1c3 1px solid;
	padding: 3px;
}

/* DLBUY */

div.dlbuybutton {
	background: #fff0f0;
	height: 30px;
	margin: 0 auto 0 auto;
	max-width: 400px;
	overflow: hidden;
}

a.dlbuy_buy, a.dlbuy_download {
	display: block;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	
	float: left;
	
	_margin-right: -3px;
}

a.dlbuy_buy {
	background-image: url('/images/button_buy.gif');
}

a.dlbuy_download {
	background-image: url('/images/button_dl.gif');
}

div.dlbuy_r {
	margin-left: 27px;
	height: 30px;

	_margin-left: 24px;
}

div.dlbuy_text {
	border-top: 1px solid #f48787;
	border-right: 1px solid #f48787;
	border-bottom: 1px solid #f48787;
	
	height: 24px;
	padding-top: 4px;
	_height: 30px;
}

/* TAG CLOUD */

div.tagcloud {
	border: #ffd0d0 1px solid;
	padding: 5px;
}

.cloud_suffix {
	display: none;
}


/* GAME LISTINGS */

.sorts {
	font-size: 80%;
	margin-bottom: 20px;
}

.pagination {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffd0d0;
}

.releasedate {
	color: #808080;
	font-size: 80%;
}

.newgame {
	font-weight: bold;
	font-style: italic;
	color: #A00000;
	font-size: 90%;
}

/* GAMEPICKS */

div.pickpic {
	width: 200px;
	float: left;
}

div.pickdesc {
	margin-left: 200px;
}

/* GAMELINE */

div.gameline {
	border-bottom: #ffd0d0 1px solid; 
	margin-bottom: 5px;
/*	clear: left;*/
	
/*	min-height: 85px;
	height: auto;
	_height: 85px;*/

	overflow: auto;
	width: 100%;
}

div.gameline_screen {
	width: 95px;
	float: left;
	padding-top: 10px;
}

div.gameline_desc {
	margin-left: 100px;
/*	margin-right: 11em;*/
	padding-bottom: 5px;
}

div.gameline_download {
	width: 10em;
	float: right;
	margin-left: 5px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.rssline {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.ratingnumber {
	float: left;
	width: 35px;
	
	color: #f47f7f;

/*	border: 1px solid #F0F0F0;*/
	
	text-align: center;
	padding-top: 30px;
	
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica;
}

div.rating1 {
	color: #cb1e1e;
	padding-top: 20px;
	font-size: 40px;
}

div.rating2 {
	color: #d42d2d;
	padding-top: 22px;
	font-size: 35px;
}

div.rating3 {
	color: #f44d4d;
	padding-top: 25px;
	font-size: 30px;
}

/* IMG FRAMES ets */

div.screencell {
	width: 100px;
	height: 70px;
}

div.gameframe {
	width: 82px;
	height: 63px;
	padding-left: 7px;
	padding-top: 7px;
	_width: 89px;
	_height: 70px;

	background: url('/images/smallscreen_bg.gif') no-repeat left top;
	
	text-align: left;
}

/* FEATURE RIGHT */

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

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

/* GAME PAGE */

div.gameimage {
	width: 340px;
	float: left;
	margin-right: 0px;
}

div.gamedesc {
	margin-left: 340px;
}

div.gamescreens {
	text-align: center;
}

div.dlbuy {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

/* LAYOUT */

div.outer {
	width: 960px; 
	background: white url('/images/berry.jpg') no-repeat left top; 
	
	border-left: 1px solid #f48787; 
	border-right: 1px solid #f48787; 
	
	margin-left: auto; 
	margin-right: auto;
	
	text-align: left;
}

div.header {
	height: 110px;
	margin-left: 180px;
	margin-right: 15px;
	
	border-bottom: 1px solid #f48787; 
}

div.inheader1 {
	width: 250px;
	float: left;
}

div.inheader2 {
	margin-left: 300px;

	padding-top: 35px;
}

a.logo {
	display: block;
	width: 250px;
	height: 60px;
	
	margin-top: 30px;
	
	background: url('/images/logo.gif'); no-repeat;
}

div.column {
/*	margin-top: 20px;*/
	
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	_width: 160px;
	
	float: left;
	border-right: 1px solid #f48787;
	
	margin-bottom: 15px;
}

div.rightcol {
	width: 170px;
	float: right;
}

div.maincol {
	margin-left: 170px;
	margin-right: 190px;
	
/*	margin-top: 20px;*/

	margin-bottom: 15px;
}

div.copy {
	clear: both;
	color: #808080;
	padding: 10px;
	
	border-top: 1px solid #f48787;	
}

/* ///////////////////////////////////// */

* html .iefloatfix { _height: 0.01%; }
