img { border: 0px solid transparent;}
a{text-decoration:underline; color: #0C12FF;font-size: 12px;}
a:hover{text-decoration:underline;color: #FF7800;}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}
li {color:#FFBA4D;}

.separator {color:#0C12FF;font-size: 12px;padding:0px 10px 0px 10px;}
.separator2 {color:#0C12FF;font-size: 12px;padding:0px 4px 0px 4px;}
.date {color: #FF9600;font-size: 12px;font-weight:bold; clear: left;}

.heads{font-weight: bold;color: #0005E4;text-decoration: none;font-size: 12px;}
.heads:hover{text-decoration:none;}

.textmain{color: #595959;font-size: 12px;}
.textsmall{color: #595959;font-size: 11px;}
.lang{color: #595959;font-size: 11px;}
.textbig{color: #0005E4;font-size: 14px;}

.linkbottom{color: #0004C9;text-decoration: none;font-weight: bold;font-size: 12px;}
.linkbottom:hover{color: #FFFFFF;text-decoration: none;}

.linkmenu{color: #0018FF;text-decoration: none;font-size: 12px;}
.linkmenu:hover{color: #FF7800;text-decoration: none;}

.linkflat{text-decoration: none;color: #595959;font-size: 12px;}
.linkflat:hover{text-decoration:underline;}

.td1{border: 2px solid #959AFA;}
.td2{border: 2px solid #959AFA;border-top: 0px solid #fff;}
.td3{border: 2px solid #959AFA;border-bottom: 0px solid #fff;border-top: 0px solid #fff;}

.red {color: red;}
.gray {color: gray;}

.gamepreview {
    float: left; 
    margin: 0px;
    padding-bottom: 4px;
    height: 160px;
    width: 182px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE1;
padding: 5px;
top: -85px;
left: -1000px;
border: 1px solid #F4D452;
width: 124px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
border: 1px solid #000000;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 6px;
left: 70px; /*position where enlarged image should offset horizontally */

}


.review_text{

	width: 80%;
	text-align : justify;
}

.review_games {
	
	width: 140px;
	float: right;
	margin-right: 20px;
}

.review_author {
	color: gray;
	font-size: 10px;
	width: 140px;
	float: right;
	margin-right: 20px;
}

input,  submit, textarea {
	background: #FFFFFF;
	color: black;
	border: 1px solid gray;
}
select{
	background: #FFFFFF;
	color: black;
	border: 1px solid black;
}

.comments{
	clear: both;
	float: left;
	width: 150px;
	padding: 10px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}
.name {
	font-size: 12px;
	font-weight: bold;
	font-family: monospace;
}

.desc{
	font-size: 10px;
	color: red;
}
.desc1{
	font-size: 10px;
	color: black;
}
.top_header{
	font-weight: bold;
	padding: 20px;
}

.smiles{
	border: 1px solid gray;
	width: 420px;
	display: none;
	z-index:99;
	position: absolute;
	background: white;
	clear: both;
	float: left;
}
.rlink {
	font-weight: bold;
	color: White;
}
h1{
	font-weight: bold;
	font-size: 14px;

}

.nobord{
position: relative;
z-index: 0;
}

.nobord:hover{
background-color: transparent;
z-index: 50;
}

.nobord span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE1;
padding: 5px;
top: -85px;
left: -1000px;
border: 1px solid #F4D452;
width: 124px;
visibility: hidden;
color: black;
text-decoration: none;
}

.nobord span img{ /*CSS for enlarged image*/
border-width: 1;
border: 1px solid #000000;
padding: 0px;
}

.nobord:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -116px;
left: 60px; /*position where enlarged image should offset horizontally */
}

#chat{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFE1;
padding: 5px;
top: 50px;
left: 50px;
border: 1px solid #000;
width: 900px;
color: black;
text-decoration: none;
display: none;
z-index:100;
}

#chat:hover{ /*CSS for enlarged image on hover*/
    /* display: block; */
}

.comment_box {
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, начиная с 1999 года */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

.flash{
	position: relative;
	z-index:10;
	display: none;
}
.ads{ 
	z-index:11;
	position: relative;
	display:block;
}

.small_date {
    font-size: 10px;
}


/* NEW TPL */

div.container {
	margin: 0px auto;
	height: 600px;
	width: 100%;
}

div.head {
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

