@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #505050;
	margin: 0;
	background:#fff url(../img/bg.gif) repeat-y center fixed top;
	background-image:url(../img/bg.gif); background-repeat:repeat-y; background-position:top;
}


a { color: #a50d0d; text-decoration: underline;}
a:hover { color: #a50d0d; text-decoration: none;}
a:visited { color: #a50d0d; text-decoration: underline;}
a:visited:hover { color: #a50d0d; text-decoration: none;}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0; }


ul#flagsnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#flagsnavlist li
{
display: inline;
list-style-type: none;
}

#flagsnavlist a { padding: 0; }


ul#bottomnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#bottomnavlist li
{
display: inline;
list-style-type: none;
}

#bottomnavlist a { padding: 0; }



#readmoreWrapper { width:420px; margin-top:25px;
}


.bigQuote {
	font-size:22px; 
	margin-bottom:20px;
}

img {
	border:0;
}


#mainWrapper {
	width:800px; 
	margin-top:30px;
}

#leftColWrapper { 
	width:420px; 
	float:left; 
	margin-left:30px; 
	margin-right:30px; 
	display:inline;
}

#rightColWrapper { 
	width:291px; 
	background:url(../img/gameInfoBg.gif) repeat-y center; 
	float:left;
}

#gameInfoWrapper {
	padding:0 20px 20px 20px; margin-top:20px;
}


.noteWrapper {
	width:420px; margin-bottom:45px;
}

.note {
	background:url(../img/noteBg.gif) repeat-y center;
}

.noteText { font-size:14px; padding-top:20px; padding-right:10px; 
}

.screenshotDescr {font-size:10px; color:#909090; margin-top:3px;
}


.tryorbuy {font-size:14px; font-weight:bold;
}

.customerInfoHeader { font-size:14px; font-weight:bold; margin-bottom:5px;
}