@font-face {
	font-family: BudHand;
	src: url("Budhand.ttf"), url("Budhand.eot");
}
body {
	margin: 0px;
	padding: 0px;
	
	background: -webkit-linear-gradient(#000040, #00C0FF, #FFFFFF);
	background: -o-linear-gradient(#000040, #00C0FF, #FFFFFF);
	background: -moz-linear-gradient(#000040, #00C0FF, #FFFFFF);
	background: linear-gradient(#000040, #00C0FF, #FFFFFF);
}
.body {
	margin: 25px auto 0px auto;
	padding: 10px 10px 10px 10px;
	width: 980px;
	min-height: 1200px;
	font-family: "Trebuchet MS";
	color: #000;
	background-color: #FFF;
	clear: both;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	-webkit-box-shadow: 0px 0px 15px #404040;
	-moz-box-shadow: 0px 0px 15px #404040;
	box-shadow: 0px 0px 15px #404040;
}
#toolbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: normal;
	
	width: 100%;
	height: 17px;
    line-height: 17px;
  padding: 2px 5px;
    background-color: #222222;
  border-bottom: 1px solid #444444;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#toolbar span {
	padding: 0px 15px 0px 0px;
}
#toolbar span a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EEEEEE;
	font-weight: normal;
  text-decoration: none;

  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#toolbar span a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFD700;
	font-weight: normal;
  text-decoration: none;
  
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.height {
  margin-top: 30px; 
}
.copyright {
	margin: 0px auto 50px auto;
	padding: 10px 10px 10px 10px;
	width: 980px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #222;
	clear: both;
}
a.admin {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #222;
	text-decoration: none;
}
a.admin:hover {
	text-decoration: underline;
}
.logo {
	font-family: BudHand;
	font-size: 48px;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;

	margin: 30px 0px 0px 0px;
	padding: 0px;

	-webkit-text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.logo:hover {
	color: #000;

	-webkit-text-shadow: 1px 1px 2px #FFF;
	-moz-text-shadow: 1px 1px 2px #FFF;
	text-shadow: 1px 1px 2px #FFF;
}
.header {
	margin: 0px;
	padding: 10px;
	width: 960px;
	height: 110px;
	color: #000;
	background-color: #C08000;
	clear: both;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	background: -webkit-linear-gradient(#C0EE00, #006000);
	background: -o-linear-gradient(#C0EE00, #006000);
	background: -moz-linear-gradient(#C0EE00, #006000);
	background: linear-gradient(#C0EE00, #006000);
}
.info_panel {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 980px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 231px;
	font-size: 13px;
	color: #000;
	background-color: #FFC040;
	clear: both;

	background: -webkit-linear-gradient(#FFE060, #FFB030);
	background: -o-linear-gradient(#FFE060, #FFB030);
	background: -moz-linear-gradient(#FFE060, #FFB030);
	background: linear-gradient(#FFE060, #FFB030);
}
.menu {
	margin: 0px auto 0px auto;
	width: 980px;
	height: auto;
	clear: both;
}
.menu_button {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: none;
	border-bottom: 1px solid #808080;
	
	width: 138px;
	height: 40px;
	line-height: 40px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	float: left;
	background-color: #FFFFFF;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	-webkit-box-shadow: 0px 0px 10px #404040;
	-moz-box-shadow: 0px 0px 10px #404040;
	box-shadow: 0px 0px 10px #404040;

	background: -webkit-linear-gradient(#DDD, #FFF);
	background: -o-linear-gradient(#DDD, #FFF);
	background: -moz-linear-gradient(#DDD, #FFF);
	background: linear-gradient(#DDD, #FFF);
}
.menu_button:hover {
	background: -webkit-linear-gradient(#FFB030, #FFE060);
	background: -o-linear-gradient(#FFB030, #FFE060);
	background: -moz-linear-gradient(#FFB030, #FFE060);
	background: linear-gradient(#FFB030, #FFE060);

	text-decoration: underline;
}
.main {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	width: 990px;
	clear: both;
	display: inline-block;
}
H1 {
	margin: 10px 0px 30px 0px;
	padding: 0px;
	width: 980px;
	font-size: 30px;
	text-align: center;
	clear: both;
}
.box {
	margin: 0px 0px 10px 10px;
	padding: 10px;
	width: 463px;
	height: 100px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;

	border: 1px solid #DDD;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 5px #DDD;
	-moz-box-shadow: 0px 0px 5px #DDD;
	box-shadow: 0px 0px 5px #DDD;

	background: -webkit-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: -moz-linear-gradient(#FFF, #EEE);
	background: linear-gradient(#FFF, #EEE);
}
.box:hover {
	border: 1px solid #dcdcdc;

	background: -webkit-linear-gradient(#fff, #fffacd);
	background: -o-linear-gradient(#fff, #fffacd);
	background: -moz-linear-gradient(#fff, #fffacd);
	background: linear-gradient(#fff, #fffacd);
}
.GameImage {
	width: 100px;
	height: 100px;
	border: 0px;
	float: left;
}
.GameTitle {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	width: 353px;
	height: auto;
	color: #000;
	font-size: 13px;
	float: left;
}
.GameTitleA {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.GameTitleA:hover {
	text-decoration: underline;
}
.GamePopis {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	width: 353px;
	height: auto;
	line-height: 18px;
	color: #000;
	font-size: 12px;
	float: left;
}
.GameMoreInfo {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 353px;
	display: inline-block;
}
.GameTag {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(tag_blue.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.GameTag:hover {
	text-decoration: underline;
}
.GameDownloadCounter {
	color: #000;
	font-size: 12px;
}
.GameNew {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.NextPageCenter {
	text-align: center;
	clear: both;
}
.NextPageDiv {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	clear: both;
	display: inline-block;
}
.NextPageButton {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	width: 32px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #DDD;
	
	background: #FFF;
    background-image: -webkit-linear-gradient(#FFF, #EEE);
    background-image:    -moz-linear-gradient(#FFF, #EEE);
    background-image:     -ms-linear-gradient(#FFF, #EEE);
    background-image:      -o-linear-gradient(#FFF, #EEE);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px #DDD;
	-moz-box-shadow: 0px 0px 3px #DDD;
	box-shadow: 0px 0px 3px #DDD;
}
.NextPageButton:hover {
	border: 1px solid #dcdcdc;

    background-image: -webkit-linear-gradient(#FFF, #fffacd);
    background-image:    -moz-linear-gradient(#FFF, #fffacd);
    background-image:     -ms-linear-gradient(#FFF, #fffacd);
    background-image:      -o-linear-gradient(#FFF, #fffacd);
}
.NextPageStrong {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	width: 38px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFB030;
	
	background: #FF0;
    background-image: -webkit-linear-gradient(#FFE060, #FFB030);
    background-image:    -moz-linear-gradient(#FFE060, #FFB030);
    background-image:     -ms-linear-gradient(#FFE060, #FFB030);
    background-image:      -o-linear-gradient(#FFE060, #FFB030);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.main_left {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	width: 670px;
	float: left;
	display: inline-block;
}
.main_right {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
	display: inline-block;
}
.GameImageDivHeader {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 586px;
	height: 152px;
}
.GameImageHeader {
	width: 586px;
	height: 152px;
	border: 0px;
}
.GameReview {
	margin: 30px auto 30px auto;
	padding: 0px 0px 0px 0px;
	width: 586px;
	line-height: 26px;
	font-size: 16px;
	color: #222;
	text-decoration: none;
	text-indent: 30px;
	text-align: justify;
}
.GameImages {
	margin: 0px 15px 30px 15px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height: auto;
}
.GameKoments {
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height: auto;
}
hr {
	margin: 12px -25px 12px 0px;
    border: 0px;
    height: 1px;
	width: 640px;
    background: #000;
    background-image: -webkit-linear-gradient(left, #fff, #000, #000, #000, #fff);
    background-image:    -moz-linear-gradient(left, #fff, #000, #000, #000, #fff);
    background-image:     -ms-linear-gradient(left, #fff, #000, #000, #000, #fff);
    background-image:      -o-linear-gradient(left, #fff, #000, #000, #000, #fff);
	clear: both;
	display: inline-block;
}
#screenshot img {
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 480px;
	border: 0px;
}
#thumb img {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	width: 88px;
	height: 66px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#thumb img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.GameFeatures {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	width: 586px;
	height: auto;
}
.GameOS {
	margin: 30px 0px 30px 15px;
	padding: 0px 0px 0px 40px;
	background-image: url(processor.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	width: 640px;
	height: 32px;
	
	line-height: 32px;
	font-size: 16px;
}
.GameFullSMS {
	margin: 30px 0px 25px 15px;
	padding: 0px 0px 0px 40px;
	background-image: url(mobil.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	width: 640px;
	height: auto;
	
	line-height: 18px;
	font-size: 12px;
}
.GameLogoDiv {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 190px;
	height: 140px;
}
.GameLogo {
	width: 190px;
	height: 140px;
	border: 0px;
}
.GameDownloadButtonError {
	margin: 50px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #C05012;
	border-bottom-width: 2px;
	clear: both;
	background: #E68B1F;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-text-shadow: 0px 0px 5px #444;
	-moz-text-shadow: 0px 0px 5px #444;
	text-shadow: 0px 0px 5px #444;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
	box-shadow: 		inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
}
.GameDownloadButton {
	margin: 50px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #649510;
	border-bottom-width: 2px;
	clear: both;
	background: #6DB62D;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-text-shadow: 0px 0px 5px #444;
	-moz-text-shadow: 0px 0px 5px #444;
	text-shadow: 0px 0px 5px #444;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
	box-shadow: 		inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px 0 0 rgba(255, 255, 255, 0.25);
}
.GameDownloadButton:hover {
	background: #6EC718;
}
.GameDownloadInfo {
	margin: 5px 20px 20px 20px;
	padding: 0px;
	width: 262px;
	display: inline-block;

	font-size: 11px;
	color: #888;
}
.GameCZ {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 40px;
	background-image: url(cz_32.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	width: 192px;
	height: 32px;
	line-height: 26px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.search_box {
	margin: 0px 0px 0px 700px;
	padding: 0px;
	width: 280px;
	height: auto;
	position: absolute;
	text-indent: 0px;
}
.fb-float-likebox {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 47px;
	width: 290px;
	height: 180px;
	bottom: 200px;
	right: -290px;
	background-image: url(fb_vertical_right.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-color: #1F3358;
	display: block;
	z-index: 99999;
	position: fixed;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.fb-float-likebox div {
	background-color: #FFFFFF;
	display: block;
	position: relative;
}
#back-top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;    
    
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999999;
    
    color: #EEEEEE;
    background: #444444;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(back-top.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#back-top a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}