a {color: #484848; text-decoration: none;}
a:link {color: #484848;}
a:active {color: #484848;}
a:hover {color: #e27a1f; text-decoration: underline;}

a.menu {color: #ffffff; text-decoration: none;}
a.menu:link {color: #ffffff;}
a.menu:hover {color: #ffffff; text-decoration: underline;}

a.game {font-size: 14px; font-weight: bold; font-family: tahoma; color: #c84b42; text-decoration: none;}
a.game:link {font-size: 14px; font-weight: bold; font-family: tahoma; color: #c84b42;}
a.game:hover {font-size: 14px; font-weight: bold; font-family: tahoma; color: #c84b42; text-decoration: underline;}

body {
	background-color: #ddd9c1;
	margin: 0px;
	padding: 0px;
	color: #424129;
	font-family: tahoma;
	background: url("img/bg1.gif");
	font-size: 12px;
}



#container{
    position:relative;
}
.overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    background:#d0cbb3;
	border:1px solid #999;
    opacity:0.45;
    -moz-opacity:0.45; /* для старых браузеров на основе Gecko */
    filter:alpha(opacity=45); /* Для IE6&7 */
}
.overlay_2{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
	border-width: 1px;
	border-color: #000;
    background:#c7b598;
    opacity:0.45;
    -moz-opacity:0.45; /* для старых браузеров на основе Gecko */
    filter:alpha(opacity=45); /* Для IE6&7 */
}
.content {
    position:relative;
}
* html #container .overlay {
    height: expression(document.getElementById("container").offsetHeight);
}





a.news_top {
font-size: 12px; font-weight: bold; font-family: tahoma; color: #c84b42;
}
a.news_top:link {font-size: 12px; font-weight: bold; font-family: tahoma; color: #c84b42;}a.news_top:hover {
font-size: 12px; font-weight: bold; font-family: tahoma; color: #c84b42;
}.news_time {font-size: 10px; font-weight: normal; font-family: tahoma; color: #120f03;}.table_top {	width: 935px;
	height: 138px;
	background: url("img/top_bg.png");
	background-repeat: no-repeat;
	background-position: top center;

}
.table_bot {
	width: 950px;
	height: 40px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;	
}
.table_menu {
	width: 100%;
	height: 120px;
	font-family: tahoma;
	color: #fff;
	font-size: 10px;	
}
.td_game {
	font-weight: bold;
	font-family: tahoma;
	color: #c84b42;
	font-size: 14px;	
}
.textar {
	font: normal 11px Verdana;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-left: 1px solid #265C62; 
	border-right: 1px solid #265C62; 
	border-top: 1px solid #265C62; 
	border-bottom: 1px solid #265C62; 
} 


input {
	font: normal 11px Verdana;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-left: 1px solid #265C62; 
	border-right: 1px solid #265C62; 
	border-top: 1px solid #265C62; 
	border-bottom: 1px solid #265C62; 
} 




table.sample {
	border-width: 1px;
	border-spacing: 5px;
	border-color: #77682f;
	border-collapse: collapse;
	background-color: #bab38c;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #77682f;
	background-color: #ddd9c1;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #77682f;
	background-color: #ddd9c1;
	-moz-border-radius: ;
}
table.sample2 {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #ddd9c1;
	border-collapse: separate;

}
table.sample2 th {
	border-width: 0px;
	padding: 3px;
	border-style: inset;

	-moz-border-radius: ;
}
table.sample2 td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;

	-moz-border-radius: ;
}



.ratingblock {
	display:block;
/*	border-bottom:1px solid #999; */
	margin-left:auto;
	margin-right:auto;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('./img/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('./img/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('./img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('./img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		







