body,html {   
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:#fff;
	font:11px Verdana,sans-serif;
	color:#444;
}
input,textarea,select {
	font:11px Verdana,sans-serif;
	padding:4px;
	border:1px solid #aaa;
	height:12px;
}
a {
	color:#0086d5;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	color:#ff7b00;
}
.but {
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	padding:5px 10px;
	background:#fed506 url('/img/butbg.png') right top repeat-x;
	cursor:pointer;
	vertical-align:top;
}
.but:hover {
	background-position:bottom;
}
.but:active {
	background-position:bottom;
	padding:6px 9px 4px 11px;
}
.but2 {
	padding:3px 10px;
	height:14px;
	border:1px solid #aaa;
	margin:0 0 0 3px;
}
.but2:active {
	padding:4px 9px 2px 11px;
}
.but3 {
	display:inline-block;
	float:right;
	text-decoration:none;
	color:#000;
	background:#fed506 url(/img/menubg.png) right top repeat-x;
	font-size:14px;
	font-weight:normal;
	height:24px;
	padding:10px 15px 3px 15px;
	border-left:2px solid #fff;
	cursor:pointer;
	vertical-align:top;
}
.but3:active {
	padding:11px 14px 2px 16px;
}
.selected {
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
	background: -webkit-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -moz-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -o-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -ms-linear-gradient(top,  #f3f3f3,  #dddddd);
	cursor:auto;
}
.but.selected:active {
	padding:5px 10px;
}
.but3.selected:active {
	padding:10px 15px 3px 15px;
}

.butClose {
	font-size:16px;
	padding:3px 5px;
	border:2px solid #fff;
	float:right;
	margin:5px;
}
.butClose:active {
	padding:4px 4px 2px 6px;
}
#branding {
	text-align:center;
}
#header,#header2,#main,#footer {
	width:960px;
	margin:0 auto;
}
#header {
	background:#fff;
}

#header2 {
	background:#fff;
	/*border:1px dashed red;*/
}

#top {
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
	background: -webkit-linear-gradient(top,  #f3f3f3, #dddddd);
	background: -moz-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -o-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -ms-linear-gradient(top,  #f3f3f3,  #dddddd);
	padding:3px;
	height:31px;
}
#top div:first-child {
	float:left;
	margin:8px;
}
#top2 {
	text-align:right;
	padding:5px;
	height:23px;
	color:#ccc;
}
#search {
	display:inline-block;
/*	float:right;*/
	margin:0 0 0 10px;
}
#search img {
	position:relative;
	top:3px;
}
#logo {
	margin:20px 38px 0 38px;
	text-align:center;	
	text-decoration:none;
	display:inline-block;
	width:146px;
}
#logo img {
	display:block;
}
#logo b {
	color:#00a0ff;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:-5px 0 5px 0;
}
#place1,#place3,#place5 {
	text-align:center;
	margin:10px;
}
#menu {
	color:#000;
	height:37px;  
	padding:0;
	background:#fed506 url(/img/menubg.png) right top repeat-x;
}
#menu a + a {
	text-decoration:none;
	color:#000;
	background:#fed506 url(/img/menubg.png) right top repeat-x;
	display:inline-block;
	font-size:14px;
	padding:10px 15px;
	border-right:2px solid #fff;
	vertical-align:top;
	/*text-transform:uppercase;*/
}
#menu a:nth-of-type(2) {
	border-left:2px solid #fff;
}
#menu a + a:hover {
	background-position:left bottom;
}
#menu a + a:active {
	background-position:left bottom;
	/*padding:10px 14px 10px 16px;*/
	padding:11px 14px 9px 16px;
}
#menu img {
	position:relative;
	top:-20px;
	margin:0 20px;
}
#main {
	padding:1px 0 10px 0;
	background:#fff;
}
#footer {
	clear:both;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f3f3f3');
	background: -webkit-linear-gradient(top,  #dddddd,  #f3f3f3);
	background: -moz-linear-gradient(top,  #dddddd,  #f3f3f3);
	background: -o-linear-gradient(top,  #dddddd,  #f3f3f3);
	background: -ms-linear-gradient(top,  #dddddd,  #f3f3f3);	
	width:940px;
	padding:10px;
}
#flashcontainer {
  font-size:14px;
}
.game,#gameinfo {
	background:#fff;
	text-align:center;
	padding:8px;
	margin:0;
	width:144px;
	display:inline-block;
	vertical-align:top;
}
.game img:first-child,#gameinfo img:first-child {
	width:140px;
	height:90px;
	border:1px solid #0086d5;
	padding:1px;
}
.game a:hover img:first-child,#gameinfo a:hover img:first-child {
	border:1px solid #ff7b00;
}
.game a,#gameinfo a {
	text-decoration:none;
}
#gameinfo {
	display:none;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#gameinfo p {
	margin:5px 0 0 0;
}
#side {
	width:300px;
	float:right;
	background:#fff;
	padding:5px 10px;
	margin:0;
}
#side p {
	height:145px;
	margin:0 0 10px 0;
	overflow:hidden;
	line-height:120%;
	text-align:justify;	
}
.splitter {
	clear:both;
	background:#fff;
	padding:10px 10px;
	text-align:center;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f3f3f3');
	background: -webkit-linear-gradient(top,  #dddddd, #f3f3f3);
	background: -moz-linear-gradient(top,  #dddddd, #f3f3f3);
	background: -o-linear-gradient(top,  #dddddd, #f3f3f3);
	background: -ms-linear-gradient(top,  #dddddd, #f3f3f3);
}
/*.subtitle {
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
	background: -webkit-linear-gradient(top,  #f3f3f3, #ddd);
	background: -moz-linear-gradient(top,  #f3f3f3,  #ddd);
	background: -o-linear-gradient(top,  #f3f3f3,  #ddd);
	background: -ms-linear-gradient(top,  #f3f3f3,  #ddd);
	padding:7px 5px 3px 10px;
	height:24px;
	margin:5px 0;
}*/
.subtitle h1,.subtitle h2 {
	font-size:16px;
	margin:0;
}
.subtitle div {
	float:right;
}

h1,h2 {
	font-size:14px;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
	background: -webkit-linear-gradient(top,  #f3f3f3, #dddddd);
	background: -moz-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -o-linear-gradient(top,  #f3f3f3,  #dddddd);
	background: -ms-linear-gradient(top,  #f3f3f3,  #dddddd);
	padding:9px 5px 4px 10px;
	height:24px;
	margin:3px 0 5px 0;	
}
/*h2 {
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dddddd');
	background: -webkit-linear-gradient(top,  #fee60b, #ffbc00);
	background: -moz-linear-gradient(top,  #f3f3f3,  #ddd);
	background: -o-linear-gradient(top,  #f3f3f3,  #ddd);
	background: -ms-linear-gradient(top,  #f3f3f3,  #ddd);
}*/
h2 div {
	float:right;
}

hr {
	border:none;
	height:1px;
	color:#ccc;
	background:#ccc;
	margin:10px 0;
}
#opaco {
	background:#000;
	position:absolute;
	top:0;
	left:0;
	right:0;
	display:none;
}
#popup {
	position:fixed;
	background:#fff;
	left:50%;
	top:50%;
	width:300px;
	text-align:center;
	padding:0;
	display:none;
}
#popup h3 {
	text-align:center;
	background:#fed506 url(/img/menubg.png) right top repeat-x;
	font-size:14px;
	padding:10px 0 0 40px;
	margin:0;
	font-weight:normal;
	height:28px;
}
#popup > div {
	clear:both;
	margin:0;
	padding:10px 10px 15px 10px;
}
#popup input {
	width:200px;
	display:block;
	margin:3px auto;
}
#popup p {
	margin:3px;
}
#popup b {
	margin:5px;
}
#captcha {
	display:block;
	margin:7px auto 3px auto;
	border:1px solid #ccc;
	width:106px;
	height:50px;
}
.inpRed {
	border:1px solid red;
}
.inpError,#popup .inpError {
	color:red;
	margin:-2px 0 5px 0;
}
#game {
	text-align:center;
	padding:15px 0 10px 0;
}
#scores {
	width:200px;
	height:480px;
	border:1px solid #ccc;
	float:right;
}
#gameblock1,#gameblock2,#gameblock3 {
	background:#fff;
	text-align:left;
	padding:5px 10px 5px 0;
	margin:0;
	width:310px;
	display:inline-block;
	vertical-align:top;	
}
#gameblock3 {
	padding:5px 0;
	width:320px;
}
#gameblock1 h3,#gameblock2 h3,#gameblock3 h3 {
	font-size:14px;
	margin:0;
	background:#eee url(/img/graybg1.png) left bottom repeat-x;
	padding:7px 5px 3px 10px;
	height:24px;
	margin:0;
	text-align:center;
}
.tags {
	margin:0 10px;
}
.tags a {
	display:inline-block;
	vertical-align:middle;
	background:#eee;
	text-decoration:none;
	padding:5px 10px;
	margin:5px 5px 5px 0;
}
#gametags {
	display:block;
	margin:5px 10px;
}
.txt h3 {
	margin:5px 10px;
}
.txt p {
	line-height:120%;
	text-align:justify;
	margin:0 10px 5px 10px;
}
p.txt {
	line-height:120%;
	text-align:justify;
	margin:5px 0;
}

#gamesloader {
	background:#fff;
	position:absolute;
	display:none;
	width:960px;
}
.loader2 {
	position:absolute;
	margin:50px 416px;
}
.allgames {
	margin:0;
	padding:5px 10px;
	display:inline-block;
	vertical-align:top;
	width:300px;
}
.allgames li {
	line-height:120%;
	list-style:none;
	margin:0;
	padding:0;
}
.allgames b {
	display:block;
	margin:5px 0;
}

.pager {
  margin:10px 10px 5px 10px;
  white-space:nowrap;
  overflow:hidden;
}
.pager b {
  margin:0 2px 0 0;
  width:25px;
  text-align:center;
}
.pager .pages {
  position:relative;
  left:0;
}
.pager .scroller {
  height:11px;
  background:#fff;
  border-top:5px solid #ddd;
  margin:5px 0 0 0;
}
.pager .scroller div {
  width:50px;
  height:11px;
  background:#fff url('/img/scroller.gif') center top no-repeat;
  border-top:5px solid #3ab6ff;
  cursor:pointer;
  position:relative;
  left:0;
  top:-5px;
}
        
/*#footer {
	margin-top:10px;
}*/
#footer > div {
  width:290px;
  padding:0 20px 0 0;
  display:inline-block;
  vertical-align:top;
}
#footer h4 {
  margin:0;
}
#footer > div ul {
  margin:5px;
  padding:0;
  list-style:none;
}
#footer > div li {
  margin:0;
  list-style:none;
}
#footer span {
  float:right;
}
.adright {
  float:right;
  padding:5px 10px;
  margin:0 25px;
  width:240px;
  height:400px;
}
.emptypage {
  text-align:center;
  margin:120px 0;
}

.ad728x90 {
	width:728px;
	height:90px;
}
.ad300x250 {
	width:300px;
	height:250px;
}
#preloader_bg {
	background:#fff;
	display:none;
	position:absolute;
	left:50%;
	z-index:250;
	/*border:1px dashed green;*/
  width:940px;
  padding:10px 0;
  margin:3px 0 0 -470px;
}
#preloader {
	background:transparent url('/img/preloader_frame.gif') no-repeat scroll center center;
	text-align:center;
	display:none;
	position:absolute;
	left:50%;
	width:940px;
	z-index:300;
	/*border:2px dashed #f00;*/
	margin:20px 0 0 -470px;
	padding:20px 0;
}
#progressbar {
	width:334px;
	height:18px;
	margin:10px auto 10px auto;
  border:1px solid #feba00;
  background:transparent url('/img/progressbar.gif') no-repeat -334px 0; 
}
#preloaderclose {
	display:none;
}
