* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #232323;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #940D0D;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 114px;	
	background: #940D0D url(images/logo.jpg) no-repeat;
}
#header h3{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #000;	
	padding: 96px 0px 0px 0px;
	text-align:center;
	
}

#hmenu {
	height: 61px;	
	background: #940D0D url(images/menu.jpg) no-repeat;
}

#hmenu ul{
	width: 660px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	
}

#hmenu li{	
	display: inline;
}

#hmenu a{	
	display: inline;
	float: left;
	/*margin-right: 0px;
	//margin: 0 auto;*/
	padding: 10px 38px;
	text-decoration: none;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#hmenu a:hover {
	text-decoration: none;
	color: #940D0D;
}
#hmenuads {	
	clear:both;
	color: #FFF;
	text-align:center;
	display: block;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 996px;
	height: 1%;
	position: relative;
	border-left: 2px solid #020100;
	border-right: 2px solid #AFAFAF;	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#hbanner {
	/*margin: -11px auto 10px auto;*/
	margin: 0px auto 10px auto;
	height: 100px;
	width: 980px;	
	background: #DDDDDD;
	
}
#hbanner728x90 {
	padding: 5px 5px;
	float: left;
}
#hbannersocial {
	padding: 5px 10px;	
	width: 24px;	
	float: left;
}
#hbannersocial img{
	padding: 0px 0px 0px 0px;
	display: inherit;
}
#hbannersocial a{
	padding: 0px 0px 1px 0px;
	display: inherit;
	
}

#hbannerrandom {
	width: 184px;
	height: auto;
	padding: 5px 5px;
	float: left;
}
	
#hbannerrandom a{	
	
	/*padding: 10px 5px 0px 5px;*/
	width: 184px;
	height: 90px;	
	background-image: url(images/random.jpg);	
	background-repeat: no-repeat;	
	float: left;
	text-indent: -3000px;
	/*position: absolute; 
	top: 5px;
	right: 16px;*/
}
#hbannerrandom a:hover {
	background-position: -184px 0px;
}

/*//-------------------------------------------------------------------*/
#contentmain {
	margin: 0px auto 10px auto;
	height: auto;
	width: 976px;	
	background: #DDDDDD;	
}
#contheader {
	background: #DDDDDD url(images/headermainblock.jpg);
	width: 976px;
	height: 55px;
}
#contbody {
	background: #DDDDDD url(images/bodymainblock.jpg) repeat-y;
	width: 941px;	
	height: 600px;
	padding: 0px 0px 20px 35px;
}
#contbodygame {
	background: #DDDDDD url(images/bodymainblock.jpg) repeat-y;
	width: 941px;	
	height: auto;
	padding: 0px 0px 20px 35px;
}
#b160x600 {
	/*margin: 0px 0px;*/	
	width: 160px;
	height: 600px;
	float: left;
}


#pregame {
	margin-left: 18px;
	width: 740px;
	height: auto;	
	float: left;
}

#game {
	width: 740px;
	height: auto;
	background: #453f3f;

}
#gamecont {
	margin: 10px auto;
	text-align:center;
}
#gameinfo {
	width: 740px;
	margin: 0px auto;
	text-align:center;
}
#gameinfo h4{
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #940d0d;
	text-align:center;	
}

#footerblock{
	width: 319px;
	margin: 10px 6px;
	/*margin-bottom: 10px;*/
	float:left;
}

#descpregame {
	margin-top: 10px;
	width: 207px;
	height: 495px;
	background: #FFF;
	float: left;
}
#iconpre {
	width: 100px;
	height: 100px;
	margin: 7px auto;
}
#descpre {
	width: 200px;
	/*height: 225px;*/
	margin: 7px auto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #000;		
}
#descpre h4{
	font-family: arial,sans-serif;
	color: #940d0d;
	text-align:center;
}
#ratingpre {
	
}

#star-rating,
#star-rating a:hover,
#star-rating a:active,
#star-rating a:focus,
#star-rating #current-rating{
	background:url(images/ratestar.gif) left -1000px repeat-x;
}
#star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0px auto;
	padding:0;
	background-position:left top;
}
#star-rating li{
	display:inline;
}
#star-rating a, 
#star-rating #current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
#star-rating a:hover,
#star-rating a:active,
#star-rating a:focus{
	background-position:left bottom;
}
#star-rating a.one-star{
	width:20%;
	z-index:6;
}
#star-rating a.two-stars{
	width:40%;
	z-index:5;
}
#star-rating a.three-stars{
	width:60%;
	z-index:4;
}
#star-rating a.four-stars{
	width:80%;
	z-index:3;
}
#star-rating a.five-stars{
	width:100%;
	z-index:2;
}
#star-rating #current-rating{
	z-index:1;
	background-position: left center;
}
#ratetxt {
	font-size: 10px;
	font-family: arial,sans-serif;
	color: #000;
	text-align:center;	
}
#sharegame {
	margin: 0 px auto;
	text-align:center;
}
#sharegame1 {
    width: 600px;
	margin: 0px 20px 0px 30px;
	text-align:center;
    padding: 0px 100px;
}
	
#bgpregame {
	margin-top: 10px;
	margin-left: 18px;
	width: 500px;
	height: 495px;
	background: #453f3f;
	float: left;
	
}
#bgpre336x280 {
	width: 336px;
	height: 280px;
	margin: 50px auto;
}
#loadbar {
	width: 128px;
	height: 15px;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;	
}
#buttonplay {
	width: 130px;
	height: 50px;
	margin: 5px auto;
	display: none;
}
/*------------------------------------------------------------*/
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 349px;
}


#slideshow {
	width:637px;
	height:240px;
	position:relative;
	margin-left: 80px;
	margin-top: 3px;
	margin-bottom: 10px;
}

#contentblock{
	width: 637px;
	background: #DDDDDD;
	
}

#headercontentblock{
	background: #DDDDDD url(images/headerblock1.jpg);
	height: 32px;
}


#headercontentblock h2, #contheader h2{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: arial,sans-serif;
	color: #FFF;	
	padding: 7px 0;
	text-align:center;
}

#bodycontentblock{
	background: #DDDDDD;
	width: 605px;  //637-16-16 поля
	height: auto;
	float: left;
	padding: 14px 16px;	
}
#browsepagin {
    width: 294px;
    font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #000;
	text-align: left;
    float: left;
    position: relative;
}
#browsepagin1 {
    width: 294px;
    margin-right: 0px;
    text-align: right;
    font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #000;
    float: left;
    position: relative;
}
#browsepagin1 a{
    font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #C00;
  }
#browsepagin1 a:hover{
    font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #FFF;
	background: #453F3F;
  }

#gameblock{
	float: left;
	width: 294px;
	height: 85px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	background: #FFFFFF;
	border: 1px solid #000;	
	position: relative;
}
#icongameblock{
	width: 75px;
	height: 75px;
	margin: 5px 5px;
	float: left;
}



#titlegameblock{
	background: #B7B4B4;
	width: 209px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 85px;
	text-align:center;
	position: absolute; 
	top: 0px;
	right: 0px;
	
}

#titlegameblock a{	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: arial,sans-serif;
	color: #C00;
	text-align:center;
	background: #B7B4B4;
}
#titlegameblock a:hover{	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: arial,sans-serif;
	color: #FFF;
	text-align:center;
	background: #453F3F;
}

#descgameblock{
	width: 209px;
	margin-left: 85px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #000;
	position: absolute; 
	bottom: 20px;
	right: 0px;
}
#statsgameblock{
	width: 209px;
	margin-left: 85px;
	text-align:center;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #C00;
	position: absolute; 
	bottom: 5px;
	right: 0px;
	
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 329px;
	margin-left: -987px;
	position: relative;
	background: #940D0D;
}

#searchblock {
	width: 319px;
	height: 49px;
	background: #DDDDDD url(images/searchblock.jpg);
	margin-bottom: 10px;
}

#searchblock h3{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: arial,sans-serif;
	color: #FFF;
	padding: 5px 25px;
	float:left;
}
input.searchbox {
	width: 150px;
	border:1px solid #000;
	background-color:#FFF;
	margin: 10px 0px;
	padding:3px;
	font: 16px Arial, Helvetica, sans-serif; 
}
input.searchsubmit {
	width: 45px;
	height: 30px;
	background: url(images/go.jpg) no-repeat;
	margin: 5px 0px;
	padding: 0px;
}

#leftblock{
	width: 319px;
	/*margin: 0px 0px;*/
	margin-bottom: 10px;
}
#headerleftblock{
	background: #DDDDDD url(images/headerleftblock.jpg);
	height: 51px;
	
}
#headerleftblock h3{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: arial,sans-serif;
	color: #FFF;
	padding: 5px 42px;
}
#bodyleftblock1 {
	background: #DDDDDD url(images/bodyleftblock1.jpg) repeat-y;
}
#bodyleftblock {
	background: #DDDDDD url(images/bodyleftblock.jpg) repeat-y;
}
#bodyleftblock p, #bodyleftblock ol, #bodyleftblock1 ol, #bodyleftblock1 p{
	position:relative;
	top:-12px;
	
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	color: #232323;
	padding: 0px 0px 0px 35px;
	list-style-position: inside;
}

#bodyleftblock a, #bodyleftblock1 a {
	color: #000;
	text-decoration: none;	
}

#bodyleftblock a:hover, #bodyleftblock1 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #999;
}

#bodyleftblock p.banner, #bodyleftblock1 p.banner {
	position:relative;
	top:-9px;
	
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	color: #232323;
	padding: 0px 0px 0px 15px;
}
#moregames{
	position:relative;
	top:-9px;
	padding: 0px 20px;	
}

#moregames img{	
	padding: 0px 0px 0px 6px;	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 20px;
	background: #56070A;
	text-align:right;
	padding: 15px 50px;
	color: #FFF;
}

/*---------------------------------------------------------------------*/

#frame {
	position:absolute;
	z-index:0;
	width:637px;
	height:241px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:-52px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:580px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:580px;
	height:200px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:77px;
	left:-27px;
	width:25px;
	height:33px;
	display:block;
	z-index:101;
}

#slides .next {
	left:582px;
}

/*
	Pagination
    // for 7: auto
    margin:5px auto 0px auto;
*/

.pagination {
	margin:5px 255px 0px 255px;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	font-weight: bold;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	text-align:center;
}

#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}

