@charset "utf-8";
/*==============================================================================
HSTECHNIK.sk CSS

# CONTENT OF CSS
-------------------------
01. LIBRARIES IMPORT
02. GLOBAL
03. TYPOGRAPHY AND COLORS
04. LINKS
05. HEADERS
06. TABLES
07. FORMS
08. NAVIGATION
09. STRUCTURE
10. LOGIN
11. OTHER
==============================================================================*/

/* LIBRARIES IMPORT
==============================================================================*/
/*@import url("reset.css");*/

/* GLOBAL
==============================================================================*/
.noscreen {
	display: none;
}

.screen {
	display: block;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.nofloat {
	float: none;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}
 
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.imgleft {
	float: left;
	margin: 4px 10px 4px 0;
}

.imgright {
	float:right;
	margin: 4px 0 4px 10px;
}

.imgborder {
	border: 2px solid #DC2913;
}

.imgwhiteborder {
	border: 2px solid #FFF;
}

.offsetborder {
	border: 1px solid white;
	padding: 2px;
}
 
.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.nobackground {
	background: transparent;
}

.half {
	width: 48%;
}

.third {
	width: 30%;
}

.fourth {
	width: 24%;
}

.three-fourths {
	width: 72%;
}

.hand {
	cursor: pointer;
}

.orange {
	color: rgb(247, 139, 65);
}

.red {
	color: rgb(255, 58, 58);
}

.green {
	color: #A3BF2B;
}

.blue {
	color: rgb(62, 144, 194);
}

p.divider {
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: url(./design/line-horizontal-dotted.gif) left top repeat-x;
	margin: 3px 0 0 3px;
	padding: 0 0 0 0;
	clear: both;
}

/* TYPOGRAPHY AND COLORS
==============================================================================*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-size: small;
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #000;
	text-align: center;
	color: #000;
}

p {
	line-height: 1.4em;
}

ul, ol {
	padding: 0 0 1em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
	line-height: 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 0.85em;
}

blockquote, q {
	background: url(./design/quotation-mark.gif) left top no-repeat;
	margin-left: 0;
	padding-left: 3em;
}

.highlight {
	background: #ffc;
}

.pipes {
	list-style-image: url(./design/list-pipe.gif);
}

/* LINKS
==============================================================================*/
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

/* HEADERS
==============================================================================*/
h1, h2, h3, h4, h5, h6 {
	color: white;
	font-weight: normal;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	clear: both;
}
 
h1 {
	margin: 0 0 0.3em 0;
	padding: 0 0 0 5px;
	font-size: 1.8em;
	/*font-weight: bold;*/
	border-left: 2px solid #DC2913;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 1.6em;
	padding: 0.25em 0;
	letter-spacing: 0;
}
 
h3 {
	font-size: 1.4em;
	padding: 0.1em 0;
}

h4 {
	font-size: 1.2em;
	padding: 0.1em 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0.1em 0;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 1em 0;
}

/* TABLES
==============================================================================*/

table {
	border-collapse: collapse;
}

table.full {
	width: 100%;
}

td, th {
	padding: 5px;
}

th {
	text-align: center;
	font-weight: bold;
}

/* FORMS
==============================================================================*/
form {
  width: 100%; 
}

form label, form .textbox, select, textarea, form .container {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 0;
  padding: 2px 5px;
}

.instructions {
	padding: 0.5em !important;
	margin: 10px 0 !important;
	border: 1px solid #ededb3;
	background: #ffffcc;
	font-size: 12px;
}

form p {
	margin: 10px 0 !important;
}

form .container {
	width: 70%;
	margin: 0;
}

form .textbox, select, textarea, checkbox {
	border: 1px solid #cccccc;	
}

form span {
	padding: 5px; 
}

form select {
  width: 214px;
}

form textarea {
  height: 200px;
}

form label {
  width: 120px;
  padding: 0.3em 20px 0.3em 0;
  text-align: right;
}

form label.require {
	background: url(./design/require-star.png) right top no-repeat;
}

form .container label {
  float: left;
  display: block;
  width: 80%;
  padding: 0 1em 0 0;
  margin-left: 10px; 
  text-align: left;
}

form .container input {
  float: left;
  padding: 0.3em;
  margin-top: 2px;
}

form br {
  clear: left;
}

form input.submit {
  padding: 1em;
}

form fieldset {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}

form fieldset.collapsed {
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 10px;
	border-width:  1px 0 0 0;
	margin-bottom: 5px;
}

form fieldset.collapsed .inside {
	display: none;
}

form legend {
  padding: 0.5em;
  color: gray;
  font-weight: bold;
  background: #E8E8E8;
}

fieldset.collapsed legend {
	padding-left: 1.8em;
	cursor: pointer;
	background: #E8E8E8 url(../images/collapse-expand-arrows.gif) 9px 9px no-repeat;
}

fieldset legend, fieldset.expanded legend {
	padding-left: 1.8em;
	cursor: pointer;
	background: #E8E8E8 url(../images/collapse-expand-arrows.gif) 9px -10px no-repeat;
}

form fieldset.noframe {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

form input.radio {
  width: 15px;
  margin-left: 160px;
}

form .formbutton {
	padding: 0.5em 1em;
	margin-bottom: 10px;
	background-position: 5px center;
	background-repeat: no-repeat;
}

form .formbutton.center {
	float: none;
	margin: 5px auto;
	padding: 0.5em 1em;
}

form .readonly{
	color: #6e6e6e;
	background: #f0f0f0;
}

form .instructions {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #ededb3;
	background: #ffffcc;
}

/* widths and heights inputs */
form .wider {
	width: 550px;
}

form .wide {
	width: 300px;
}

form select.wide {
	width: 460px;
}

form .narrow {
	width: 110px;
}

form select.narrow {
	width: 120px;
}

form .narrower {
	width: 50px;
}

form textarea.short {
	height: 75px;
}

form textarea.long {
	height: 400px;
}
/*
form .require {
	color: #ff0000;
}
*/
form small {
	color: #000;
	padding: 0.3em;
	margin-top: 2px;
}

form .container {
	padding: 0 0 0 0;
	/*line-height: 2em;*/
}

form small.error_message {
	background: url(../images/marker-arrow.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 2px;
}

/* NAVIGATION
==============================================================================*/

/* top menu */
#topmenu {
	height: 60px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

#topmenu ul {
	/*float: left;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#topmenu ul ul {
	position: absolute;
	z-index: 999;
	text-align: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#topmenu ul ul ul {
	top: 0;
	left: 100%;
	padding-left: 1px;
}

#topmenu ul li {
	float: left;
	position: relative;
	line-height: 60px;
	margin-right: 6px;
	background: transparent url(./design/topmenu-delimiter.gif) left top no-repeat;
	padding: 0px;
}

#topmenu ul li.first {
	background: none;
	padding: 0;
}

#topmenu ul li {
	behavior: url(/csshover.htc);
}

#topmenu ul li a {
	line-height: 40px;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}

#topmenu ul li:hover a,
#topmenu ul li a:hover, 
#topmenu ul li a.selected {
	color: #0D486F;
	background: white;
	line-height: 50px;
}

#topmenu ul ul li {
	width: 100%;
	border-top: 1px solid gray;
	background: #636E42;
	color: white;
	line-height: 30px;
	margin: 0;
}

#topmenu ul li:hover li a,
#topmenu ul ul li a {
	display: block;
	text-align: left;
	color: white;
	background: transparent;
	line-height: 30px;
	padding-left: 20px;
}

#topmenu ul ul li:hover a,
#topmenu ul ul li a:hover, 
#topmenu ul ul li a.selected {
	color: #0D486F;
	background: #e5ead6;
	line-height: 30px;
}

div#topmenu ul ul,
div#topmenu ul li:hover ul ul,
div#topmenu ul ul li:hover ul ul {
	display: none;
}

div#topmenu ul li:hover ul,
div#topmenu ul ul li:hover ul,
div#topmenu ul ul ul li:hover ul {
	display: block;
}

/* side menu */
#sidemenu {
	
}

#sidemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#sidemenu ul li {
	position: relative;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px dashed white;
	margin: 0;
   	line-height: 20px;
   	behavior: url(/csshover.htc);
}

#sidemenu ul li.first {
	border: none;
}

#sidemenu ul li a {
	display: block;
	background: url(./design/menu-sufix.gif) right 10px no-repeat;
	padding: 3px 15px 3px 0;
	text-decoration: none;
}

#sidemenu ul li:hover,
#sidemenu ul li.selected {
	background: #013049;
}

#sidemenu ul li a:hover,
#sidemenu ul li a.selected {
	color: #DC2913;
}

#sidemenu ul ul {
	width: 200px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #013049;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#sidemenu ul ul li {
	border: none;
	background: none;
	text-align: left;
	padding: 0 3px 1px 3px;
}

#sidemenu ul ul li:hover {
	background: none;
}

#sidemenu ul ul li a {
	background: none;
}

div#sidemenu ul ul,
div#sidemenu ul li:hover ul ul,
div#sidemenu ul ul li:hover ul ul {
	display: none;
}

div#sidemenu ul li:hover ul,
div#sidemenu ul ul li:hover ul,
div#sidemenu ul ul ul li:hover ul {
	display: block;
}

/* footer menu */
#footmenu {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: center;
}

#footmenu ul {
	margin: 0 auto;
	padding: 0;
}

#footmenu li {
	display: inline;
	height: 14px;
	line-height: 14px;
	text-transform: lowercase;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-left: 1px solid white;
}

#footmenu li.first {
	border: none;
}

#footmenu a {
	text-decoration: none;
	padding: 0 5px;
}

#footmenu li a:hover, #footmenu li a.selected {
	text-decoration: none;
}

/* breadcrumbs navigation */
div#breadcrumbs {
	width: 100%;
	margin-bottom: 10px;
	font-size: x-small;
}

/* status massages */
.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(./design/icons/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(./design/icons/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(./design/icons/information-big.png);
}

/* STRUCTURE
==============================================================================*/
#main {
	position: relative;
	width: 1000px;
	background: transparent url(./design/main-bg.jpg) left top repeat-y;
	margin: 20px auto 0 auto;
	padding: 0px 0 0 0;
	text-align: left;
}

h1#logo {
	position: absolute;
	top: 20px;
	left: 5px;
	color: #636943;
}

h1#logo a{
	position: relative;
}

h1#logo a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 220px;
	height: 200px;
	background: transparent url(./design/33rd-division-logo.png) left top no-repeat;
	padding: 0;
	margin: 0;
	z-index: 5;
}

#bottom {
	width: 100%;
	height: 88px;
	padding: 0px;
	margin: 0;
}

#language {
	float: right;
	height: 29px;
	padding:  0px;
	color: white;
	line-height: 29px;
	margin: 0 50px 4px 0;
}

#language a {
	text-decoration: none;
	color: black;
	font-size: 1em;
}

#language a.active {
	font-weight: bold;
}

#language-flags {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 20px;
}

#language-flags a {
	margin-bottom: 5px;
}

#header-image {
	width: 770px;
	height: 194px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 230px;
	z-index: 10;
}

#crew {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 274px;
	height: 323px;
	background: transparent url(./design/crew.png) left top no-repeat;
}

a#comingsoon {
	position: absolute;
	top: 347px;
	left: 20px;
	width: 120px;
	height: 115px;
	background: transparent url(./design/comingsoon.png) left top no-repeat;
	z-index: 9;
}
a#onappstore {
	position: absolute;
	top: 537px;
	left: 50px;
	width: 140px;
	height: 75px;
	background: transparent url(./design/onappstore.png) left top no-repeat;
	z-index: 9;
}
a#watchtrailer {
	position: absolute;
	top: 620px;
	left: 20px;
	width: 192px;
	height: 129px;
	background: transparent url(./design/watch.png) left top no-repeat;
	z-index: 9;
}
a#craneballs-logo {
	position: absolute;
	bottom: 50px;
	left: 40px;
	display: block;
	width: 153px;
	height: 131px;
	background: transparent url(./design/craneballs-logo.png) left top no-repeat;
}

#content {
	width: 722px;
	margin: -35px 0 0 234px;
	background: transparent url(./design/content-bg.png) left top repeat;
}

#prelude {
	width: 625px;
	font-size: 11px;
	line-height: 20px;
	padding-top: 5px;
	margin-left: 66px;
}

#prelude p {
	line-height: 18px;
}

form#contestForm {
	display: none;
	margin-bottom: 10px;
}

#featured {
	float: left;
	width: 220px;
	height: 206px;
	background: transparent url(./design/title-featured.png) left 9px no-repeat;
	padding-top: 19px;
	margin: 0 0 0 60px;
}

#featured ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0px;
}

#featured ul li {
	font-weight: bold;
	font-size: 11px;
	margin: 1px 0 0 2px;
}

#mediabox {
	float: right;
	width: 432px;
	height: 225px;
	background: transparent url(./design/mediabox-bg.jpg) left top no-repeat;
}

#mediabox #contentbox-screen,
#mediabox #contentbox-video,
#mediabox #contentbox-art,
#mediabox #contentbox-wall {
	width: 412px;
	height: 186px;
	margin: 0;
}

#mediabox #contentbox-video,
#mediabox #contentbox-art {
	margin-left: 10px;
}

#mediabox #contentbox-screen,
#mediabox #contentbox-video,
#mediabox #contentbox-art,
#mediabox #contentbox-wall {
	margin-top: 20px;
}

#mediabox #contentbox-screen a {
	float: left;
	width: 95px;
	height: 71px;
	margin: 0 10px 10px 0;
}

#mediabox #contentbox-screen a.lastinrow {
	margin-right: 0;
}

#mediabox #contentbox-art a {
	float: left;
	height: 150px;
	vertical-align: center;
	margin: 0 15px 10px 0;
}

#mediabox #contentbox-art a.lastinrow {
	margin-right: 0;
}

#mediabox #contentbox-screen a {
	float: left;
	width: 95px;
	height: 71px;
	margin: 0 10px 10px 0;
}

#mediabox #contentbox-screen a.lastinrow {
	margin-right: 0;
}

.whitestripe {
	padding: 10px;
	/*background: transparent url(./design/games-mode-bg.png) left top repeat;*/
	background: #FFFCEF;
	margin-bottom: 10px;
}

#previews {
	float: left;
	width: 30%;
	font-size: 11px;
	background: transparent url(./design/title-previews.png) 10px top no-repeat;
	padding-top: 21px;
	margin: 0 5px 0 5px;
}

#previews ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}

#previews ul li {
	padding: 3px 0;
}

#reviews {
	float: left;
	width: 30%;
	font-size: 11px;
	background: transparent url(./design/title-reviews.png) 10px top no-repeat;
	padding-top: 21px;
	margin: 0 5px 0 5px;
}

#reviews ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}

#reviews ul li {
	padding: 3px 0;
}

#graphics {
	float: right;
	width: 26%;
	margin: 0 0 0 5px;
}

#gamemodes {
	float: left;
	width: 312px;
	height: 152px;
	background: transparent url(./design/title-game-modes.png) center top no-repeat;
	padding: 40px 0 0 10px;
	margin: 20px 0 0 0;
}

#gamemodes .life,
#gamemodes .time {
	float: left;
	width: 45%;
	background: transparent url(./design/life-mode.png) center top no-repeat;
	text-align: center;
	padding-top: 40px;
	margin: 0 7px;
}

#gamemodes .time {
	background: transparent url(./design/time-mode.png) center top no-repeat;
}

#gamemodes .life .title,
#gamemodes .time .title {
	letter-spacing: 1px;
	padding: 3px 0 10px 0;
}

#gamemodes p {
	font-size: 0.9em;
	margin-top: 7px;
}

#powerups {
	float: right;
	width:  350px;
	height: 162px;
	background: transparent url(./design/title-powerups.png) center top no-repeat;
	padding: 35px 0 0 50px;
	margin: 20px 0 0 0;
}

#powerups ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

#powerups li{
	float: left;
	width: 70px;
	height: 24px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 30px;
	margin: 10px 5px;
}

#powerups li.invisible {
	visibility: visible !important;
	background: transparent url(./design/powerup-invisible.png) left center no-repeat;
}

#powerups li.lifeup {
	background: transparent url(./design/powerup-lifeup.png) left center no-repeat;
}

#powerups li.death {
	background: transparent url(./design/powerup-death.png) left center no-repeat;
}

#powerups li.doublespeed {
	background: transparent url(./design/powerup-doublespeed.png) left center no-repeat;
}

#powerups li.timebonus {
	background: transparent url(./design/powerup-timebonus.png) left center no-repeat;
}

#powerups li.sleep {
	background: transparent url(./design/powerup-sleep.png) left center no-repeat;
}

#powerups li.frozenenemies {
	background: transparent url(./design/powerup-frozenenemies.png) left center no-repeat;
}

#powerups li.doublescore {
	background: transparent url(./design/powerup-doublescore.png) left center no-repeat;
}

#powerups li.triplescore {
	background: transparent url(./design/powerup-triplescore.png) left center no-repeat;
}

#powerups li.superscore {
	background: transparent url(./design/powerup-superscore.png) left center no-repeat;
}

#footer {
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0 auto;
	color: white;
}

#footer .moregames {
	float: left;
	width: 230px;
	line-height: 31px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#footer .support {
	float: left;
	width: 80px;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 3px;
}

#footer .support a {
	background:  transparent url(./design/support.png) right center no-repeat;
	padding-right: 20px;
}

#footer .followus {
	float: left;
	width: 300px;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 25px;
}

#footer .followus a.twitter {
	/*vertical-align: middle;*/
	margin: 2px 0 0 10px;
}

#footer .followus a.facebook {
	vertical-align: middle;
	margin: 4px 0 0 20px;
}

#footer .copyright {
	float: right;
	width: 308px;
	text-align: right;
	font-size: 0.9em;
	margin-right: 46px;
}

#footer a {
	color: white;
	text-decoration: none;
}

.content-panel {
	width: 180px;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
}

.content-panel p {
	margin: 0;
}

input.error, textarea.error {
	background: white url(../images/error-line.gif) left bottom repeat-x;
}

form img.error {
	color: #aeaeae;
	margin: 0 0 0 5px;
	background: transparent url(../images/icons/fam/error.png) left bottom no-repeat;
	padding: 0 0 0 20px;
	vertical-align: sub;
}

form .formbutton {
	padding: 0.5em 1em 0.5em 24px;
	margin: 5px 0;
	background-position: 5px center;
	background-repeat: no-repeat;
}

form .formbutton.email {
	background-image: url(../images/icons/fam/email_go.png);
}

form .formbutton.loading {
	background-image: url(../images/loading-16.gif);
}

/* ICONS */
.flag-sk {
	background-image:url(../images/icons/flag/png/sk.png) ! important;
	background-position: center center;
	background-repeat: no-repeat;
}
.flag-cz, .flag-cs {
	background-image:url(../images/icons/flag/png/cz.png) ! important;
	background-position: center center;
	background-repeat: no-repeat;
}
.flag-gb {
	background-image:url(../images/icons/flag/png/gb.png) ! important;
	background-position: center center;
	background-repeat: no-repeat;
}
.flag-de {
	background-image:url(../images/icons/flag/png/de.png) ! important;
	background-position: center center;
	background-repeat: no-repeat;
}
.flag-it {
	background-image:url(../images/icons/flag/png/it.png) ! important;
	background-position: center center;
	background-repeat: no-repeat;
}