* {
	margin: 0px;
	padding: 0px;
}
#clear {
	clear: both;
}
#left {
	float: left;
}
#right {
	float: right;
}
#center {
	text-align: center;
}
#display_none {
	display: none;
}
#underline_none {
	text-decoration: none;
}
body {
	background-color: #FF7CD8;
	background-image: -webkit-linear-gradient(#FFC040 100px, #FF7CD8 500px, #000000 10000px);
	background-image: -o-linear-gradient(#FFC040 100px, #FF7CD8 500px, #000000 10000px);
	background-image: -moz-linear-gradient(#FFC040 100px, #FF7CD8 500px, #000000 10000px);
	background-image: linear-gradient(#FFC040 100px, #FF7CD8 500px, #000000 10000px);

	font-size: 80%;
}
#body {
	margin: 25px auto 0px auto;
	padding: 12px 0px 0px 0px;
	width: 984px;
	height: auto;
	min-height: 1000px;
	font-family: "Trebuchet MS";
	color: #000000;
	background-color: #FFFFFF;
	clear: both;

	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;

	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
#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; 
}
.Logo {
	width: 257px;
	height: 55px;
	border: 0px;
	margin: 25px 0px 0px 25px;
	padding: 0px;
	position: absolute;
}
.LogoGirls {
	width: 263px;
	height: 105px;
	border: 0px;
	margin: 0px 0px 0px 697px;
	padding: 0px;
	position: absolute;
}
.Header {
	width: 960px;
	height: 105px;
	border: 0px;
	margin: 0px 12px 0px 12px;
	padding: 0px;

	background: #CC33CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CC33CC), to(#FFCCFF));
	background: -webkit-linear-gradient(#CC33CC, #FFCCFF);
	background: -moz-linear-gradient(#CC33CC, #FFCCFF);
	background: -ms-linear-gradient(#CC33CC, #FFCCFF);
	background: -o-linear-gradient(#CC33CC, #FFCCFF);
	background: linear-gradient(#CC33CC, #FFCCFF);
	-pie-background: linear-gradient(#CC33CC, #FFCCFF);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;  

	-webkit-box-shadow: #666666 0px 5px 5px;
	-moz-box-shadow: #666666 0px 5px 5px;  
	box-shadow: #666666 0px 5px 5px;  

	behavior: url(/pie/PIE.php);
}
.MenuTop {
	width: 960px;
	height: 40px;
	margin: 15px 12px 0px 12px;
  text-align: center;

	background: #CC33CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CC33CC), to(#660066));
	background: -webkit-linear-gradient(#CC33CC, #660066);
	background: -moz-linear-gradient(#CC33CC, #660066);
	background: -ms-linear-gradient(#CC33CC, #660066);
	background: -o-linear-gradient(#CC33CC, #660066);
	background: linear-gradient(#CC33CC, #660066);
	-pie-background: linear-gradient(#CC33CC, #660066);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	border-radius: 8px;  

	-webkit-box-shadow: #666666 0px 5px 5px;
	-moz-box-shadow: #666666 0px 5px 5px;  
	box-shadow: #666666 0px 5px 5px;  
  
	behavior: url(/pie/PIE.php);
}
.Button {
	width: auto;
	height: 40px;

	margin: 0px 5px 0px 5px;
	padding: 0px 20px 0px 20px;

	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: inline-block;

	background: #CC33CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CC33CC), to(#660066));
	background: -webkit-linear-gradient(#CC33CC, #660066);
	background: -moz-linear-gradient(#CC33CC, #660066);
	background: -ms-linear-gradient(#CC33CC, #660066);
	background: -o-linear-gradient(#CC33CC, #660066);
	background: linear-gradient(#CC33CC, #660066);
	-pie-background: linear-gradient(#CC33CC, #660066);

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	behavior: url(/pie/PIE.php);
}
.Button:hover {
	color: #FFFF33;
	text-decoration: none;

	background: #FF33FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF33FF), to(#990099));
	background: -webkit-linear-gradient(#FF33FF, #990099);
	background: -moz-linear-gradient(#FF33FF, #990099);
	background: -ms-linear-gradient(#FF33FF, #990099);
	background: -o-linear-gradient(#FF33FF, #990099);
	background: linear-gradient(#FF33FF, #990099);
	-pie-background: linear-gradient(#FF33FF, #990099);

	behavior: url(/pie/PIE.php);
}
.Main {
	width: 960px;
	height: auto;
	border: 0px;
	margin: 15px 12px 12px 12px;
	padding: 0px;
	background-color: #FFFFFF;
  position: static;
  clear: both;
}
.Left {
	width: 220px;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
  float: left;
}
.Right {
	width: 728px;
	height: auto;
	border: 0px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	background-color: #FFFFFF;
  float: left;
} 
.MenuTag a {
	width: 220px;
	height: 24px;
	line-height: 24px;
	background-color: #FFCCFF;

	float: left;
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 2px 0px;

	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-indent: 28px;
	word-spacing: 0px;
	letter-spacing: 0px;

	background-image: url(icon_tags.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 7px 7px;

  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  
  -webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;

/*	behavior: url(/pie/PIE.php);	*/
}  
.MenuTag a:hover {
	color: #FFFF00;
	background-color: #993399;
  
	width: 232px;

  -webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.MenuTag a:first-child {
  -webkit-border-radius: 20px 20px 20px 0px;
  -moz-border-radius: 20px 20px 20px 0px;
  border-radius: 20px 20px 20px 0px;  
}
.MenuTag a:last-child {
  -webkit-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
  
  margin-bottom: 12px;
}
.status_ok {
	background-color: #C4FFC4;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
	font-family: "Trebuchet MS";
	font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.status_error {
	background-color: #FFC4C4;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
	font-family: "Trebuchet MS";
	font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.img_true {
  width: 16px;
  height: 14px;
  position: absolute;
  margin: 3px 0px 0px 224px;
}
.img_false {
  width: 14px;
  height: 14px;
  position: absolute;
  margin: 2px 0px 0px 225px;
}
.admin_menu a, .admin_menu a:hover {
  text-decoration: none;
}
.admin_button {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
	float: left;
  
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  color: yellow;
  text-decoration: none;

background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );

  -webkit-box-shadow: 0px 0px 5px #DDDDDD;
  -moz-box-shadow: 0px 0px 5px #DDDDDD;
  box-shadow: 0px 0px 5px #DDDDDD;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.admin_button:hover {
    color: black;

background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );

  -webkit-box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
}
input[type=submit], input[type=button] {
	padding: 2px 22px 2px 22px;
  cursor: pointer;
}
.textareaCount {
  position: absolute;
  margin: -24px 0px 0px 442px;
  color: #CCCCCC;
}
#sct {
  position: absolute;
  margin: 7px 0px 0px 250px;
}
#stg div {
  margin: 0px 0px 2px 0px;
  padding: 2px 5px 2px 5px;
	background-color: #00AA00;
	font-size: 11px;
  color: white;
   
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#scg div {
  margin: 0px 0px 2px 0px;
  padding: 2px 5px 2px 5px;
	background-color: #0088FF;
	font-size: 11px;
  color: white;
   
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
H1 {
  color: #000000;
  font-family: "Trebuchet MS";
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.NextPageCenterFull {
  width: 960px;
  height: 30px;
  margin: 0px 0px 12px -5px;
  padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
}
.NextPageCenter {
  width: 728px;
  height: 30px;
  margin: 0px 0px 12px -10px;
  padding: 0px 0px 0px 0px;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	
	background: #FFFFFF;
  background-image: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
  background-image:    -moz-linear-gradient(#FFFFFF, #EEEEEE);
  background-image:     -ms-linear-gradient(#FFFFFF, #EEEEEE);
  background-image:      -o-linear-gradient(#FFFFFF, #EEEEEE);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px #DDDDDD;
	-moz-box-shadow: 0px 0px 3px #DDDDDD;
	box-shadow: 0px 0px 3px #DDDDDD;
}
.NextPageButton:hover {
	border: 1px solid #DCDCDC;
  background-color: #FFFFCC;

  background-image: -webkit-linear-gradient(#FFFFFF, #FFFACD);
  background-image:    -moz-linear-gradient(#FFFFFF, #FFFACD);
  background-image:     -ms-linear-gradient(#FFFFFF, #FFFACD);
  background-image:      -o-linear-gradient(#FFFFFF, #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: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFB030;
	
	background: #FFFF00;
  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;
}
.Box, .BoxG { 
  width: 228px;
  height: 165px;
	background-color: #FFFFFF;
  float: left;
  margin: 0px 13px 13px 0px;
  
  border: 1px solid #DDDDDD;
  
  -webkit-box-shadow: 0px 0px 5px #DDDDDD;
  -moz-box-shadow: 0px 0px 5px #DDDDDD;
  box-shadow: 0px 0px 5px #DDDDDD;

  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  
  -webkit-transition-duration: 0.95s;
	transition-duration: 0.95s;
}
.Box:hover, .BoxG:hover { 
	background-color: #FFFACD; 
  border: 1px solid #DDDDDD;
  
  -webkit-box-shadow: 0px 0px 5px #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;

  -webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.Box:nth-child(2n+0) {
  margin-right: 14px;
}
.Box:nth-child(4n) {
  margin-right: 0px;
} 
.BoxG:nth-child(3n+2) {
  margin-right: 0px;
} 
.BoxG {
  margin: 0px 19px 19px 0px;
} 
  .img {
  width: 220px;
  height: 100px;
  border-bottom: 1px solid #000000;
  padding: 0px;
  display: block;
  
  margin: 4px;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
.img img {
  width: 220px;
  height: 100px;
  border: 0px;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.BoxTitle {
  width: 220px;
  height: 26px;
  margin: 0px 0px 0px 4px;
}
.BoxTitle a {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.BoxTitle a:hover {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.BoxTitle .size {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
  font-weight: normal; 
}
.BoxTitle .platform {
  width: 18px;
  height: 18px;
  border: 0px;
  margin: 4px 4px 0px 0px;
  vertical-align: bottom;
}
.BoxRating {
  width: 220px;
  height: 26px;
  line-height: 26px;
  margin: 0px 0px 0px 4px;
}
.Rating100 {
	width: 100px;
	height: 10px;
	background-color: #CCCCCC;
	display: inline-block;
}
.RatingEcho {
	height: 10px;
	background: #008000;
  background-image: -webkit-linear-gradient(right, #80C020, #008000);
  background-image:    -moz-linear-gradient(right, #80C020, #008000);
  background-image:     -ms-linear-gradient(right, #80C020, #008000);
  background-image:      -o-linear-gradient(right, #80C020, #008000);
}
.RatingText {
  font-weight: bold;
  display: inline-block;
	width: 40px;
	height: 20px; 
  line-height: 20px;
  text-align: center;
  margin: 0px 2px 0px 0px;
  color: white;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
} 
.NewGame {
  margin: 0px 0px 0px 155px;
  padding: 1px 0px 1px 0px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 0, 0, 0.85);
  position: absolute;
  border: 1px solid #444444;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
/*
  -webkit-text-shadow: 0px 0px 8px #000000;
  -moz-text-shadow: 0px 0px 8px #000000;
  text-shadow: 0px 0px 8px #000000;
*/
    
/*  
  background-image: -webkit-linear-gradient(left, #C00000, #FF0000);
  background-image: -moz-linear-gradient(left, #C00000, #FF0000);
  background-image: -ms-linear-gradient(left, #C00000, #FF0000);
  background-image: -o-linear-gradient(left, #C00000, #FF0000);
*/
  
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.Review {
  display: none;
  position: absolute;
  background: rgba(255, 250, 205, 0.95);
  width: 208px;
  height: auto; 
  z-index: 1000;
  padding: 0px 10px 5px 10px;
  margin: 1px 0px 0px -1px;
  text-align: justify;
  font-size: 11px;
  line-height: 17px;

  border-top: none;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  
  -webkit-box-shadow: 0px 4px 5px #000000;
  -moz-box-shadow: 0px 4px 5px #000000;
  box-shadow: 0px 4px 5px #000000;
}  
#RatingText0 {
	background-color: #CCCCCC;  // Gray (nehodnoceno)
}
#RatingText1 {
	background-color: #008000;  // Green
}
#RatingText2 {
	background-color: #FF8C00;  // DarkOrange
}
#RatingText3 {
	background-color: #A9A9A9;  // DarkGray
}
#RatingText4 {
	background-color: #A0522D;  // Sienna (hovno)
}
.li_crop_link {
  color: black;
  text-decoration: none;
}
.li_crop_link:hover {
  color: red;
  text-decoration: underline;
}
#upload-wrapper {
	width: 100%;
	margin: 20px auto 0px auto;
}
#upload-wrapper input[type=file] {
	border: 1px solid #DDDDDD;
	padding: 8px;
  width: 480px;
	background: #FFFFFF;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#upload-wrapper #submit-btn {
	border: none;
	padding: 10px;
	background: #00CC60;
	color: #FFFFFF;
	cursor: pointer;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#output{
	padding: 5px;
	font-size: 13px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
#progressbox {
	border: 1px solid #DDDDDD;
	padding: 1px; 
	position: relative;
	width: 400px;
	margin: 40px 0px 0px 0px;
	display: none;
	text-align: left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#progressbar {
	height: 20px;
  width: 1%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background: -webkit-linear-gradient(left, #30D030, #60FF60, #30D030);
	background: -o-linear-gradient(right, #30D030, #60FF60, #30D030);
	background: -moz-linear-gradient(right, #30D030, #60FF60, #30D030);
	background: linear-gradient(to right, #30D030, #60FF60, #30D030);
}
#statustxt {
	top: 0px;
	left: 50%;
  line-height: 20px;
	position: absolute;
	display: inline-block;
	color: #000000;
}
.show_more {
  width: 120px;
  height: 40px;
  line-height: 40px; 
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid #BBBBBB;

  margin: 10px auto;
  
  clear: both;
  display: block;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
}
.show_more:hover {
background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}
.loding_gif {
  width: 28px;
  height: 28px;
  border: 0;
  margin: 14px 0px 14px 466px;
  
	background-image: url(ajax-spinner.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;

  display: inline-block;
}
.copyright {
	margin: 12px auto 80px auto;
	padding: 0px;
	width: 980px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	clear: both;

	-webkit-text-shadow: 0px 0px 4px #000000;
	-moz-text-shadow: 0px 0px 4px #000000;
	text-shadow: 0px 0px 4px #000000;
}
.copyright a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright span::after {
	content: " | ";
}           
.RIP {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 980px;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 15px;
	color: #FFD700;
	clear: both;

	-webkit-text-shadow: 0px 0px 4px #000000;
	-moz-text-shadow: 0px 0px 4px #000000;
	text-shadow: 0px 0px 4px #000000;
}
.RIPcancer {
	margin: 0px 5px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 25px;
	color: #C0C0C0;
	font-weight: bold;
}
.main_play {
	margin: 15px 0px 0px 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
.game_play {
	margin: 0px;
	padding: 0px;
	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-top: 85px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;

	clear: both;
	display: inline-block;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.game_play_under {
	margin: 0px auto 0px auto;
	padding: 0px;
	border-left: 12px solid #FFFFFF;
	border-right: 12px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 12px solid #FFFFFF;

	clear: both;
	background-color: #FFFFFF;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.game_play_bottom {
	width: 640px;
	height: auto;
	margin: 25px auto 0px auto;
	padding: 0px;
	border: 12px solid #FFFFFF;

	clear: both;
	background-color: #FFFFFF;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main_play h1 {
	margin: 25px 0px 25px 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight: bold;   
}
.main_play h1::after { 
	content: " - online hra"; 
}
.main_play img { 
	width: 257px;
	height: 55px;
	border: 0px;
	margin: 15px 0px 15px 12px;
	padding: 0px;
	position: absolute;
}
.PlayPreloaderBG {
	background-color: #C0C0C0;
	position: absolute;

	background: -webkit-linear-gradient(#000000, #000000, #000000, #444444);
	background: -o-linear-gradient(#000000, #000000, #000000, #444444);
	background: -moz-linear-gradient(#000000, #000000, #000000, #444444);
	background: linear-gradient(#000000, #000000, #000000, #444444);

	z-index: 999;
}
#loadingerAnim {
	width: 0%;
	height: 10px;
	background: #008000;
	background-image: linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -o-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -moz-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -webkit-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -ms-linear-gradient(left , #008000 0%, #00B000 100%);
	background-image: -webkit-gradient(
					   linear,
					   left top,
					   right top,
					   color-stop(0, #008000),
					   color-stop(1, #00B000)
					   );
	text-align: left;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#loadinger {
	width: 280px;
	height: 10px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 1px solid #000000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#StartGameButton {
	display: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #649510;
	border-bottom-width: 2px;
	clear: both;
	background: #6DB62D;
	word-spacing: 1px;
	letter-spacing: 1px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-text-shadow: 0px 0px 5px #444444;
	-moz-text-shadow: 0px 0px 5px #444444;
	text-shadow: 0px 0px 5px #444444;

	-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);
	
	background: -webkit-linear-gradient(#6DB62D, #2C792B);
	background: -o-linear-gradient(#6DB62D, #2C792B);
	background: -moz-linear-gradient(#6DB62D, #2C792B);
	background: linear-gradient(#6DB62D, #2C792B);
}
#StartGameButton:hover {
	background: #6EC718;
	
	background: -webkit-linear-gradient(#2C792B, #6DB62D);
	background: -o-linear-gradient(#2C792B, #6DB62D);
	background: -moz-linear-gradient(#2C792B, #6DB62D);
	background: linear-gradient(#2C792B, #6DB62D);
}
.StartGame {
	text-decoration: none;
}
.text_loading {
  color: #FFFFFF;
  text-align: center;
 	font-family: "Trebuchet MS";
 	font-size: 13px;
}
.play_rating {
	width: 230px;
	height: 46px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
/* rating.css - start */
.rating {
		cursor: pointer;
		margin: 0px;
		clear: both;
		display: block;
		width: 230px;
}
.rating:after {
		content: '.';
		display: block;
		height: 0;
		width: 0;
		clear: both;
		visibility: hidden;
}
.cancel, .star {
		float: left;
		width: 46px;
		height: 46px;
		overflow: hidden;
		text-indent: -999em;
		cursor: pointer;
}
div.done, div.done a {
		cursor: default;
}
.star, .star a {
		background: url(stars.png) no-repeat 0 0px;
}
.star a {
		display: block;
		width: 100%;
		height: 100%;
		background-position: 0 0px;
}
div.rating div.on a {
		background-position: 0 -92px;
}
div.rating div.hover a {
		background-position: 0 -46px;
}
/* rating.css - end */           
.PlayLinkCategory {
	width: auto;
	height: 24px;
	line-height: 24px;
	background-color: #FFCCFF;

	float: left;
	margin: 0px 8px 8px 0px;
	padding: 2px 8px 2px 0px;

	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-indent: 28px;
	word-spacing: 0px;
	letter-spacing: 0px;

	background-image: url(icon_tags.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 7px 7px;

  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  
  -webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;

/*	behavior: url(/pie/PIE.php);	*/
}
.PlayLinkCategory:hover {
	color: #FFFF00;
	background-color: #993399;
  
  -webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.PlayLinkTagy {
	width: auto;
	height: 24px;
	line-height: 24px;
	background-color: #FFCCFF;

	float: left;
	margin: 0px 8px 8px 0px;
	padding: 2px 8px 2px 0px;

	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	text-indent: 28px;
	word-spacing: 0px;
	letter-spacing: 0px;

	background-image: url(icon_tags.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 7px 7px;

  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  
  -webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;

/*	behavior: url(/pie/PIE.php);	*/
}
.PlayLinkTagy:hover {
	color: #FFFF00;
	background-color: #993399;
  
  -webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.play_review {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-indent: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
    text-align: left;
	line-height: 24px;
    width: 330px;
    min-height: 250px;                
}
.GameDownloadButton {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #649510;
	border-bottom-width: 2px;
	clear: both;
	display: inline-block;

	background-color: #3B7700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#59AD2C), to(#378B0A));
	background-image: -moz-linear-gradient(top, #59AD2C, #378B0A);
	background-image: -o-linear-gradient(top, #59AD2C, #378B0A);
	background-image: -ms-linear-gradient(top, #59AD2C, #378B0A);
	background-image: linear-gradient(to bottom, #59AD2C, #378B0A);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

/*	border: 1px transparent solid;	*/
	border-top: 1px #5CAF2F solid;
	border-bottom: 3px #3B7700 solid;

	box-shadow: 0 2px 0px 0 #7CBE58 inset;
	text-shadow: 0 -1px 1px #3D7F18;
}
.GameDownloadButton:hover {
	background: #63BB33;
}
.GameDownloadButton:active, .GameDownloadButton:focus {
	background-color: #5BAE2E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#378A0A), to(#5BAE2E));
	background-image: -moz-linear-gradient(top, #378A0A, #5BAE2E);
	background-image: -o-linear-gradient(top, #378A0A, #5BAE2E);
	background-image: -ms-linear-gradient(top, #378A0A, #5BAE2E);
	background-image: linear-gradient(to bottom, #378A0A, #5BAE2E);
	border-bottom-width: 1px;
	padding-top: 2px;
}
.DownloadButton {}
.DownloadButton a {
  text-decoration: none;
}
.playHR {
	margin: 12px auto 12px auto;  
  border: 0px;
  height: 1px;
  width: 100%;
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #808080, #FFFFFF);
  background-image: -moz-linear-gradient(left, #FFFFFF, #808080, #FFFFFF);
  background-image: -ms-linear-gradient(left, #FFFFFF, #808080, #FFFFFF);
  background-image: -o-linear-gradient(left, #FFFFFF, #808080, #FFFFFF);
  clear: both;
}
#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);
}
.copyright_play {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 10px;
    color: #AAAAAA;
    clear: both;
}
.AdminTag {
  margin: 10px 10px 20px 10px;
}
.AdminTagLine {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #CCCCCC;
}
.AdminTagLine:last-child {
  border-bottom: 0px solid #CCCCCC;
}
.AdminTagLine:hover {
  background-color: #FFFF80;
}
.AdminTagValue {
  position: absolute;
  margin: -16px 0px 0px 280px;
}
.login_button {
  width: 135px;
  height: 35px;
  display: block;
  position: absolute;
  margin: 35px 0px 0px 335px;
  text-align: center;
  line-height: 35px;
	font-family: "Trebuchet MS";
	color: #000000;
  font-weight: bold;
  font-size: 15px;
  border: 0px solid #000000;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-decoration: none;
  

  background: rgba(252,234,187,1);
  background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
  background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
  background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
  background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;

	-webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;
	box-shadow: #666666 0px 0px 5px;
}
.reg_button {
  width: 135px;
  height: 35px;
  display: block;
  position: absolute;
  margin: 35px 0px 0px 515px;
  text-align: center;
  line-height: 35px;
	font-family: "Trebuchet MS";
	color: #000000;
  font-weight: bold;
  font-size: 15px;
  border: 0px solid #000000;
  word-spacing: 1px;
  letter-spacing: 1px;
  text-decoration: none;
  

  background: rgba(187,250,197,1);
  background: -moz-linear-gradient(top, rgba(187,250,197,1) 0%, rgba(126,250,77,1) 50%, rgba(0,247,78,1) 51%, rgba(164,250,147,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(187,250,197,1)), color-stop(50%, rgba(126,250,77,1)), color-stop(51%, rgba(0,247,78,1)), color-stop(100%, rgba(164,250,147,1)));
  background: -webkit-linear-gradient(top, rgba(187,250,197,1) 0%, rgba(126,250,77,1) 50%, rgba(0,247,78,1) 51%, rgba(164,250,147,1) 100%);
  background: -o-linear-gradient(top, rgba(187,250,197,1) 0%, rgba(126,250,77,1) 50%, rgba(0,247,78,1) 51%, rgba(164,250,147,1) 100%);
  background: -ms-linear-gradient(top, rgba(187,250,197,1) 0%, rgba(126,250,77,1) 50%, rgba(0,247,78,1) 51%, rgba(164,250,147,1) 100%);
  background: linear-gradient(to bottom, rgba(187,250,197,1) 0%, rgba(126,250,77,1) 50%, rgba(0,247,78,1) 51%, rgba(164,250,147,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbfac5', endColorstr='#a4fa93', GradientType=0 );

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;

	-webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;
	box-shadow: #666666 0px 0px 5px;
}
.reg_button:hover, .login_button:hover {
  background: rgba(226,226,226,1);
  background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
  background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
  
	-webkit-box-shadow: #000000 0px 0px 5px;
	-moz-box-shadow: #000000 0px 0px 5px;
	box-shadow: #000000 0px 0px 5px;
}
.top-search {
    width: 400px;
    height: 40px;
    margin: 38px 0px 0px 288px;
    display: inline-block;
}
.searchBox {
    width: 300px;
    height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #000000;
    -webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;
	box-shadow: #666666 0px 0px 5px;
    outline: none;
    -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.5);
    margin: 0px 0px 0px 20px;
    padding: 0px 10px 0px 10px;
}
.searchEnter {
    width: 40px;
    height: 40px;
    background-image: url("./enter_40px.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: center center;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0);
}
.search_h1 {
    color: grey;
}
.search_h1_no_result {
    color: grey;
    font-style: italic;
}
.search_keyword {
    color: purple;
}
.firma {
    width: 300px;
    height: 120px;

-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;

    border: 1px solid #000000;
    -webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;
	box-shadow: #666666 0px 0px 5px;
    outline: none;

    margin: 40px auto 0px auto;
    padding: 20px 40px 0px 40px;
    
	background: #CC33CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DAA520), to(#FFCCFF));
	background: -webkit-linear-gradient(#DAA520, #FFCCFF);
	background: -moz-linear-gradient(#DAA520, #FFCCFF);
	background: -ms-linear-gradient(#DAA520, #FFCCFF);
	background: -o-linear-gradient(#DAA520, #FFCCFF);
	background: linear-gradient(#DAA520, #FFCCFF);
	-pie-background: linear-gradient(#DAA520, #FFCCFF);

	behavior: url(/pie/PIE.php);
}
.firma .h2 {
	font-family: "Trebuchet MS";
	color: #000000;
  font-weight: bold;
  font-size: 15px;
    line-height: 28px;
}
.firma .detail {
	font-family: "Trebuchet MS";
	color: #000000;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
      margin: 0px 0px 0px 25px;
}
.contact_form {
    width: 300px;
    height: 440px;

-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;

    border: 1px solid #000000;
    -webkit-box-shadow: #666666 0px 0px 5px;
	-moz-box-shadow: #666666 0px 0px 5px;
	box-shadow: #666666 0px 0px 5px;
    outline: none;

    margin: 3px auto 0px auto;
    padding: 20px 40px 0px 40px;
    
	background: #CC33CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFCCFF), to(#DAA520));
	background: -webkit-linear-gradient(#FFCCFF, #DAA520);
	background: -moz-linear-gradient(#FFCCFF, #DAA520);
	background: -ms-linear-gradient(#FFCCFF, #DAA520);
	background: -o-linear-gradient(#FFCCFF, #DAA520);
	background: linear-gradient(#FFCCFF, #DAA520);
	-pie-background: linear-gradient(#FFCCFF, #DAA520);

	behavior: url(/pie/PIE.php);
}
.contact_form .h2 {
	font-family: "Trebuchet MS";
	color: #000000;
  font-weight: bold;
  font-size: 15px;
    line-height: 28px;
}
.contact_form input[type="text"] {
	color: #222222;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 14px;
	width: 194px;
	height: 20px;
	padding: 2px;
	border: 1px solid #C0C0C0;

    outline: none;
    -webkit-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    -moz-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
}
.contact_form select {
    width: 200px;
	color: #222222;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 14px;
	height: 26px;
	padding: 2px;
	border: 1px solid #C0C0C0;
    
    outline: none;
    -webkit-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    -moz-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
}
.contact_form textarea {
	color: #222222;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	width: 194px;
	padding: 2px;
	border: 1px solid #C0C0C0;
    resize: none;
    
    outline: none;
    -webkit-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    -moz-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
}
.contact_form input[type="submit"] {
	color: #404040;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 14px;
	width: 200px;
	height: 24px;
	border: 1px solid #404040;
	font-weight: bold;
	cursor: hand;
    letter-spacing: 1px;

    outline: none;
    -webkit-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    -moz-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
}
.contact_form input[type="submit"]:hover {
	color: #6495ED;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 14px;
	width: 200px;
	height: 24px;
	border: 1px solid #6495ED;
	font-weight: bold;
	cursor: hand;
    letter-spacing: 1px;

    outline: none;
    -webkit-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    -moz-box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
    box-shadow: inset 0px 1px 5px 1px rgba(128,128,128,0.5);
}
.uppercase {
    text-transform: uppercase;
}
input[type="text"], textarea, select, input[type="file"] {
    outline: none;
}
.PlayPrev {
  background-color: #FFFFFF;
  width: 80px;
  height: 120px;
  position: absolute;
  -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;
  overflow: hidden;
}
.PlayNext {
  background-color: #FFFFFF;
  width: 80px;
  height: 120px;
  position: absolute;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.prev_game {
  color: #FFCDFF;
  text-decoration: none;
  font-size: 180px;
  font-family: Consolas;
  line-height: 98px;
  position: absolute;
  margin: 0px 0px 0px -40px;
  transition-duration: 0.25s;
  -webkit-text-stroke: 1px black;
}
.prev_game:hover {
  color: #993399;
  margin: 0px 0px 0px -50px;
  transition-duration: 0.25s;
  -webkit-text-stroke: 1px #993399;
}
.next_game {
  color: #FFCDFF;
  text-decoration: none;
  font-size: 180px;
  font-family: Consolas;
  line-height: 98px;
  position: absolute;
  margin: 0px 0px 0px -58px;
  transition-duration: 0.25s;
  -webkit-text-stroke: 1px black;
}
.next_game:hover {
  color: #993399;
  margin: 0px 0px 0px -48px;
  transition-duration: 0.25s;
  -webkit-text-stroke: 1px #993399;
}
.index_big_recommended {
	width: 960px;
	height: 250px;
	margin: 0px 0px 12px 0px;
	padding: 5px 0px 6px 0px;
}
.index_big_recommended_games {
	width: 640px;
	height: 250px;
/*	background-color: #FFCDFF; */
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid white;
	margin: -4px 0px 0px 1px;
	padding: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;

}
.index_big_recommended_pictures {
	width: 640px;
	height: 250px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.button_add_wallpapers {
	color: black;
	text-decoration: none;
	position: absolute;
	background-color: #FFCDFF;
	margin: 0px 0px 0px 3px;
	padding: 2px 4px 2px 4px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button_add_wallpapers:hover {
	color: yellow;
	background-color: #993399;
}
.upload_wallpaper_box {
	text-align: center;
	margin: 20px 40px 20px 40px;
	padding: 20px 40px 20px 40px; 
	background-color: #FFCDFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.upload_wallpaper_box form {
	border: 1px solid #BBBBBB;
	background-color: white;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.upload_wallpaper_box form input[type="file"] {
	width: 464px;
}