body {
  padding:0px;
  margin:0px;
  background-color:white;
  text-align:center;
}

form {
  margin:0px;
} 

#under_bg {
  position:absolute;
  width:100%;
  top:150px;
  height:35px;
  background-color:black;
  background-image:url("../images/main_page/links_bg.png");
  background-repeat:repeat-x;
  z-index:0;
  left:0px;
}

.main_size {
  width:990px;
}

.pic_additional {
  text-decoration:none;
  font-size:18px;
  color:blue;
  border:1px solid #ffffff;
}

.pic_additional:hover div{
  /*display:inline-block;*/
  text-decoration:none;
  color: rgb(51,204,255);
  /*height:220px;*/
  /*border:1px solid #b7c6cc;
  background-color:#eaf9ff;*/
}

#max_min {
  position:absolute;
  left:2px;
  top:0px;
}

#left_menu_toggle {
  position:absolute;
  left:50%;
  margin-left:-315px;
  margin-top:20px;
  z-index:4;
}

.logoff_button {
  margin-top:-19px;
  text-decoration:none;
  color:#515151;
  float:right;
  padding-left:8px;
  padding-right:8px;
  border-bottom:1px solid #B7C6CC;
  border-right:1px solid #B7C6CC;
  border-left:1px solid #B7C6CC;
  background-color:#ffb6c1;
}

.logoff_button:hover {
  text-decoration:none;
  color:#313131;
  float:right;
  padding-left:8px;
  padding-right:8px;
  border-bottom:1px solid #313131;
  border-right:1px solid #313131;
  border-left:1px solid #313131;
}

.print {
  position:relative;
  text-decoration:none;
  color:blue;
  left:10px;
  top:10px;
}

@media print {
  .print {
    display:none;
  }
}
.info {
  position:absolute;
  top:10px;
  width:950px;
  left:50%;
  margin-left:-483px;
  background-color:#ffb6c1;
  border:1px solid #ff0000;
  padding:8px;
  color:#a52a2a;
}

.game_show {
  width:950px;
  position:relative;
  z-index:3;
  color:black;
  text-align:center;
}

.game_menu_button {
  position:absolute;
  z-index:3;
  top:-50px;
  width:500px;
  background-image:url("../images/main_page/menu_game.png");
  background-repeat:no-repeat;
  background-color:orange;
  border-right:1px solid black;
  border-left:1px solid black;
}

.game_menu_button {
  text-decoration:none;
  position:relative;
  background-image:url("../images/main_page/menu_game.png");
  background-repeat:no-repeat;
}

.game_menu_button:hover {
  text-decoration:none;
  position:relative;
  background-image:url("../images/main_page/menu_game_hover.png");
  background-repeat:no-repeat;
}

.game_show span{
  position:absolute;
  border-left:1px solid black;
  border-bottom:1px solid black;
  background-color:white;
  font-size:10px;
  color:black;
  right:0px;
  top:0px;
  cursor: pointer;;
}

.new_game_user_form {
  text-align:center;
}

.game_logon {
  text-align:center;
}

.game_info {
  display:inline;
}

.game_info a{
  color:#4169E1;
  font:12px Arial;
  text-decoration:none;
  padding:10px; 
}

.game_info a:hover{
  color:red;
  font:12px Arial;
  text-decoration:none; 
}

.game_logon {
  text-align:center;
}

.game_logon a{
  color:red;
  font:12px Arial; 
}

.game_account {
  text-align:center;
  border:1px solid gray;
}

.edit{
  border:1px solid #b7c6cc;
  color:gray;
  width:150px;
}

.edit2{
  border:1px solid #b7c6cc;
  color:gray;
  width:180px;
}

.button{
  border:1px solid #b7c6cc;
  color:black;
  width:150px;
}

.textarea {
  border:1px solid #b7c6cc;
}

.top_logo {
  position:relative;
  height:50px;
  text-align:center;
  /*background-image:url("../images/main_page/other_bg.png");
  background-repeat:repeat-x;*/
}

.top_edge_left {
  position:absolute;
  left:0px;
}

.image_top_logo {
  position:relative;
  width:40px;
  height:40px;
  top:3px;
}

.top_edge_right {
  position:absolute;
  right:0px;
}

.logo {
  position:relative;
  height:80px;
  top:15px;
}

.left_logo {
  position:absolute;
  left:20px;
  width:300px;
  height:60px;
  top:-10px;
}

.right_logo {
  position:absolute;
  right:20px;
  width:300px;
  height:60px;
  top:-10px;
}

.links_menu {
  position:relative;
  height:35px;
  /*border-left:1px solid #B7C6CC;
  border-right:1px solid #B7C6CC;*/
  color:white;   
  /*background:url("../images/main_page/links_bg.png") repeat-x;*/
}

.links_menu_text {
  font:14px "Arial";
  border:0px;
  padding:0px;
  color:#000;
}

.links_menu_text img{
  border:0px;
}

.links_menu_text a{
  text-decoration:none;
  color:#262626;
  line-height:26px;
}

.links_menu_text a:hover{
  text-decoration:none;
  color:#4169E1;
}

.other_portal_menu {
  position:relative;
  z-index:3;
  height:60px;
  border-left:1px solid #B7C6CC;
  border-right:1px solid #B7C6CC;
  background-color:white;
}

.other_portal_text {
  position:absolute;
  right:20px;
  width:750px;
  text-align:center;
}

.other_portal_text a {
  font-size:14px;
  text-decoration:none;
  color:#4169e1;
  float:left;
  width:150px;
  height:25px;
  position:relative;
  z-index:2;
}

.other_portal_text a:hover {
  color:#808080;
  background-image:url("../images/main_page/other_portal_button_hover.gif");
  background-repeat:no-repeat;
}

.other_portal_text_button {
  background-image:url("../images/main_page/other_portal_button.gif");
  background-repeat:no-repeat;
}

.game_button {
  color:#4169e1;
  text-decoration:none;
  display: -moz-inline-box; /* For FF<3 */
  display: inline-block;
  width:198px;
  height:70px;
  float:left;
  margin-left:15px;
  text-indent:65px;
  line-height:50px;
  font-size:20px;
  background-image:url("../images/main_page/game_button.gif");
  background-repeat:no-repeat;
  z-index:1;
}

.game_button:hover {
  color:#808080;
  background-image:url("../images/main_page/game_button_hover.gif");
  background-repeat:no-repeat;
}

.game_button_mp {
  margin-left:16px;
  display: block;
  color:#4169e1;
  text-decoration:none;
  width:160px;
  height:41px;
  text-indent:66px;
  line-height:41px;
  font-size:16px;
  background-image:url("../images/main_page/game_button_mp.gif");
  background-repeat:no-repeat;
}

.game_button_mp:hover {
  color:#808080;
  background-image:url("../images/main_page/game_button_hover_mp.gif");
  background-repeat:no-repeat;
}

.find {  
  width:260px;
  height:30px;
  border:3px double #B7C6CC;
}

.edit_find {
  float:left;
  border:0px;
  background-color:transparent;
  font-size:20px;
  width:150px;
  color:#808080;
}

.button_find {
  float:right;
  background:url("../images/main_page/find_button.gif") right top no-repeat;
  border:0px;
  color:black;
  border:1px solid #B7C6CC;
  width:100px;
  height:30px;
  text-align:left;
  padding-left:10px;
  font-family:Arial,Helvetica,san-serif;
}

.button_find:hover { 
  color:#4169E1;
  border:1px solid #4169E1;
  background:url("../images/main_page/find_button_hover.gif") right top no-repeat;
}

.content {
  margin-left:20px;
  margin-right:20px;
  font-family:Tahoma;
  font-size:11pt;
}

#lm {
  text-align:center;
}

.left_menu {
  vertical-align:top;
  width:200px;
  background-color:transparent;
}

.left_menu a{
  text-decoration:none;
}

.left_menu_button {
  display:block;
  text-align:center;
  /*text-indent:10px;*/
  width:180px;
  color:#4169E1;
  background-image:url("../images/main_page/left_menu_button.gif");
  background-repeat:no-repeat;
  font:bold 12px Arial;
  line-height:30px;
  margin-left:10px;
}

.left_menu_button:hover {
  color:#808080;
  background-image:url("../images/main_page/left_menu_button_hover.gif");
  background-repeat:no-repeat;
  /*margin-left:8px;*/
}

.right_content {
  vertical-align:top;
}

.left_up {
  width:20px;
  height:20px;  
  background-image:url("../images/main_page/left_up.gif");
  background-repeat:no-repeat;
}

.left_up_2 {
  width:20px;
  height:20px;  
  background-image:url("../images/main_page/left_up_2.gif");
  background-repeat:no-repeat;
}

.middle_up {
  background-image:url("../images/main_page/bg_middle.gif");
  background-repeat:no-repeat;
  background-color:#ffffff;
  border-top:1px solid #B7C6CC;
  background-position:-19px 0px;
}

.middle_up_2 {
  /*background-image:url("../images/main_page/middle_up.jpg");
  background-repeat:repeat-x;*/
  background-color:#FFFFFF;
  border-top:1px solid #B7C6CC;
}

.middle_up_leftmenu {
  border-top:1px solid #B7C6CC;
  background-color:#ffffff;
  background-image:url("../images/main_page/bg_middle_lm.gif");
  background-repeat:no-repeat;
  background-position:-19px -0px;
}

.middle_down_leftmenu {
  border-bottom:1px solid #B7C6CC;
  height:20px; 
  background-color:#ffffff;
}

.right_up {
  width:20px;
  height:20px;
  background-image:url("../images/main_page/right_up.gif");
  background-repeat:no-repeat;
  background-position:top right;  
}

.right_up_2 {
  width:20px;
  height:20px;
  background-image:url("../images/main_page/right_up_2.gif");
  background-repeat:no-repeat;
  background-position:top right;  
}

.left_middle {
  background-image:url("../images/main_page/bg_middle.gif");
  background-repeat:no-repeat;
  background-color:#ffffff;
  border-left:1px solid #B7C6CC;
  background-position:0px -19px;
}

.left_middle_2 {
  border-left:1px solid #B7C6CC;
  background-color:#FFFFFF;
}

.middle_middle {
  background-color:#ffffff;
  background-image:url("../images/main_page/bg_middle.gif");
  background-repeat:no-repeat;
  background-position:-19px -19px;
  font-size:16px;
}

.middle_middle_2 {
  background-color:#FFFFFF;
  font-size:16px;
}

.right_middle {
  background-color:#ffffff;
  border-right:1px solid #B7C6CC;
} 

.right_middle_2 {
  border-right:1px solid #B7C6CC;
  background-color:#FFFFFF;
} 

.left_down {
  width:20px;
  height:20px; 
  background-image:url("../images/main_page/left_down.gif");
  background-repeat:no-repeat;
}

.middle_down{
  height:20px; 
  /*background-image:url("../images/main_page/middle_down.jpg");
  background-repeat:repeat-x;*/
  background-color:#ffffff;
  border-bottom:1px solid #B7C6CC;
}

.right_down {
  width:20px;
  height:20px;
  background-image:url("../images/main_page/right_down.gif");
  background-repeat:no-repeat;
  background-position:bottom right;
}

.o_left_up {
  width:20px;
  height:20px;  
  background-image:url("../images/main_page/o_left_up.png");
  background-repeat:no-repeat;
}

.o_middle_up{
  background-image:url("../images/main_page/o_middle_up.png");
  background-repeat:repeat-x;
}

.o_right_up {
  width:20px;
  height:20px;
  background-image:url("../images/main_page/o_right_up.png");
  background-repeat:no-repeat;  
}

.o_left_middle {
  background-color:#fff;
  border-left:1px solid #B7C6CC;
}

.o_middle_middle {
  background-color:#fff;
  font-size:16px;
}

.o_right_middle {
  background-color:#fff;
  border-right:1px solid #B7C6CC;
} 

.o_left_down {
  width:20px;
  height:20px; 
  background-image:url("../images/main_page/o_left_down.png");
  background-repeat:no-repeat;
}

.o_middle_down{
  background-image:url("../images/main_page/o_middle_down.png");
  background-repeat:repeat-x;
}

.o_right_down {
  width:20px;
  height:20px; 
  background-image:url("../images/main_page/o_right_down.png");
  background-repeat:no-repeat;
}

.banners {
  text-align:center;
}

.main_banner_img {
  border:0px;
  width:710px;
  height:160px;
}

.banner_img {
  margin-left:4px;
  margin-right:4px;
  border:1px solid #B7C6CC;
  width:300px;
  height:60px;
}

.section {  
  text-align:center;
  background-color:#ffffff;
  background-image:url("../images/main_page/bg_middle.gif");
  background-repeat:no-repeat;
  background-position:-19px -19px;
}

.section a {
  text-decoration:none;
  margin-left:10px;
  margin-right:10px;
  height:16px;
  color:black; 
}

.section a:hover {
  color:#4169e1;
}

.section ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
  height:18px;
}

.section li {
  float:left;
}

.left_section {
  background-image:url("../images/main_page/left_section_button.gif");
  background-repeat:no-repeat;
  border:0px;
  width:30px;
}

.middle_section {
  background-image:url("../images/main_page/section_button.gif");
  background-repeat:repeat-x;
  border:0px;
  font:bold 16px Arial;
  width:303.5px;
}

.right_section {
  background-image:url("../images/main_page/right_section_button.gif");
  background-repeat:no-repeat;
  background-position:top right;
  border:0px;
  width:30px; 
}

.abcd_up {
  border:1px solid #b7c6cc;
  height:40px;
}

.abcd_menu {
  text-align:center;
  width:100%;
  line-height:40px;  
}

.abcd_menu a{
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
  color:#656565;
  margin-left:5px;
  margin-right:5px;
}

.abcd_menu a:hover{
  background-color:#b7c6cc;
  color:#131313;
}

.bottom_size {
 
}

.bottom_logo {
  /*background-image:url("../images/main_page/logo_bg.png");
  background-repeat:repeat-x;*/
  text-align:center;
  height:50px;
  float:right;
}

.bottom_edge_left {
  position:absolute;
  left:0px;
}

.bottom_edge_right {
  position:absolute;
  right:0px;
}

.title {
  background-color:#75bcff;
}

.date_title {
  background-color:#75bcff;
}

.date_sort {
  text-align:center;
}

.date_pic {
  vertical-align:top;
}

.date_name {
  color:#212121;
  background:url(../images/main_page/gr_mp.png) repeat-x;
  /*background-color:#eaf9ff;
  border:1px solid #b7c6cc;*/
  text-indent:25px;
  font:bold 12px verdana,sans-serif;
  height:18px;
  line-height:14px;
  padding:0px;
}

.date_date {
  width:20%;
  /*background-color:#eaf9ff;
  border:1px solid #b7c6cc;*/
  background:url(../images/main_page/gr_mp.png) repeat-x;
  text-align:center;
  font:bold 11pt Tahoma;
  height:18px;
  line-height:14px;
}

.date_text {
  background-color:#fff;
  font:11pt Tahoma;
  height:180px;
  vertical-align:top;
  color:#515151;
}

.transaction_table {
  margin-left:100px;
  margin-right:100px;
  text-align:center;
  padding-left:100px;
  padding-right:100px;
  margin:0px;
}

.transaction_table th{
  color:blue;
}

.transaction_table td{
  border:1px solid #b7c6cc;
  text-align:center;
  padding:0px;
}

.transaction_table span{
  color:red;
  font-size:18px;
}

.order_form {
  display:none; 
}

.choice_catalogue {
  position:relative;
  width:200px;
  background-color:#808080;
}

.catalogue {
  background-color:yellow;
}

.div_select_catalogue {
  border:1px solid #B7C6CC;
  width:180px;
  height:130px;
  color:#808080;
}

.select_catalogue {
  border:0px;
  color:#808080;
  width:180px;
  height:130px;
  overflow:auto;
}

.main_title {
  background:url(../images/main_page/gr_mp.png) repeat-x;  
  text-align:center;
  font:bold 12px verdana,sans-serif;
  height:18px;
  line-height:14px;
}

.main_title a{
  color:#4169e1;
  font:14px Arial;
  text-decoration:none;
  text-indent:20px;
}

.main_title a:hover{
  color:grey;
  font:14px Arial;
  text-decoration:none;
  text-indent:20px;
}

.short_text {
  font:11pt Tahoma;
  color:#808080;
}

.name_text a {
  font:11pt Tahoma;
  color:#4169e1;
  text-decoration:none;
}

.name_text a:hover {
  font:11pt Tahoma;
  color:grey;
  text-decoration:none;
}

.under_name_text {
  font:12px Arial;
  color:#808080;
}

.under_name_text a {
  text-decoration:none;
  color:#808080;
}

.under_name_text a:hover {
  text-decoration:none;
  color:#2f4f4f;
}

.table_all th{
  font-size:12px;
  border-top:0px;
  border-left:1px solid #b7c6cc;
  border-right:1px solid #b7c6cc;
  border-bottom:1px solid #b7c6cc;
}

.tab_presentation {
  display:inline;
  height:15px;
  font:bold 12px "Arial";
  text-align:center;
}

.tab_presentation a {
  position:relative;
  float:left;
  height:15px;
  text-decoration:none;
  padding-top:10px;
  color:#4169e1;
  width:180px;
  margin-left:-27px;
  z-index:0;
  background-image:url("../images/main_page/tab_button.gif");
  background-repeat:no-repeat;
}

.tab_presentation a:hover {
  color:#808080;
  background-image:url("../images/main_page/tab_button_hover.gif");
  background-repeat:no-repeat;
  z-index:1;
}

.presentation_rank {
  float:right;
}

.pres_rank {
  position:absolute;
}

.presentation_name {
  text-align:center;
  font-size:18px;
  color:brown;
}

.presentation_slogan {
  text-align:center;
  font-size:14px;
}

.star_rank {
  list-style:none;
  margin: 0px;
  padding:0px;
  width: 150px;
  height: 30px;
  background: url("../images/main_page/star.gif") top left repeat-x;
}

.star_rank li {
  padding:0px;
  margin:0px;
  float: left;
}

.star_rank li a {
  display:block;
  width:30px;
  height: 30px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
}

.star_rank li a:hover {
  background: url("../images/main_page/star.gif") left center;
  z-index: 2;
  left: 0px;
}

.star_rank a.jedna-hvezda {
  left: 0px;
}

.star_rank a.jedna-hvezda:hover {
  width:30px;
}

.star_rank a.dve-hvezdy {
  left:30px;
}
.star_rank a.dve-hvezdy:hover {
  width: 60px;
}

.star_rank a.tri-hvezdy {
  left: 60px;
}

.star_rank a.tri-hvezdy:hover {
  width: 90px;
}

.star_rank a.ctyri-hvezdy {
  left: 90px;
}

.star_rank a.ctyri-hvezdy:hover {
  width: 120px;
}

.star_rank a.pet-hvezd {
  left: 120px;
}

.star_rank a.pet-hvezd:hover {
  width: 150px;
}

.star_rank li.current-rating {
  background: url("../images/main_page/star.gif") left bottom;
  height: 30px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
} 

.name_td {
  display: inline-block;
  width:200px;
  height:14px;
  border-left:1px solid #b7c6cc;
  border-right:1px solid #b7c6cc;
  border-top:1px solid #b7c6cc;
  border-bottom:0px;
  text-align:center;
  color:blue;
  font-size:14px;
}

.add {
  width:100px;
  height:14px;
  position:absolute;
  color:red;
  cursor: pointer;
  font-size:12px;
  margin-left:335px;
}

.news_pic {
  position:absolute;
  display: table-cell;
  width:30px;
  height:30px;
  background-image:url("../images/main_page/news_pic.png");
  background-repeat:no-repeat;
  margin-top:-15px; 
  margin-left:-15px;
}

.tips_news {
  background-color:#ffffff;
  background-image:url("../images/main_page/bg_middle.gif");
  background-repeat:no-repeat;
  background-position:-19px -19px;
}

.tips_pic {
  position:absolute;
  display: table-cell;
  width:30px;
  height:30px;
  background-image:url("../images/main_page/tips_pic.png");
  background-repeat:no-repeat;
  margin-top:-15px; 
  margin-left:-15px;
}

.advert{
  position:absolute;
  color:#aaa;
  font-size:10px;
  padding-left:10px;
  padding-right:10px;
  margin-top:-12px;
}

.advert_main{  
  color:#aaa;
  font-size:8px;
  padding-left:10px;
  padding-right:10px;
}

.pages_button{
  border:0px;
  background-color:transparent;
  color:#4169e1;
  text-decoration:none;
}

.pages_button:hover {
  border:0px;
  background-color:transparent;
  color:#ff0000;
  cursor: pointer;
  text-decoration:none;
}

.next {
  /*position:absolute;*/
  background-image:url("../images/main_page/next.png");
  background-repeat:no-repeat;
  background-position:right center;
  padding-right:15px;
}

.next:hover {
  background-image:url("../images/main_page/next_hover.png");
  background-repeat:no-repeat;
  background-position:right center;
  padding-right:15px;
}

.previous {
  /*position:absolute;*/
  background-image:url("../images/main_page/previous.png");
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:15px;
}

.previous:hover {
  background-image:url("../images/main_page/previous_hover.png");
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:15px;
}

.page {
  margin-top:2px;
  font-size:12px;
  /*position:absolute;*/
  border:1px solid #4169e1;
  padding-left:5px;
  padding-right:5px;
}

.page:hover {
  border:1px solid #4169e1;
  background-color:#eaf9ff;
  color:#808080;
}

#scrollup {
  position: relative;
  text-align:left;
  overflow: hidden;
  height: 168px;
  width: 710px;
}
.headline {
  position: absolute;
  top: 210px;
  height: 195px;
  width:190px;
}

.opinion_review a{
  color:red;
  font-size:11px;
  float:right;
  margin-top:-10px;
}

.opinion_review a:hover{
  color:#a00;
  font-size:11px;
}

.orderby_link {
  color:#4169e1;
  text-decoration:none;
}

.orderby_link:hover {
  color:grey;
}

.content_menu {
  border:1px solid #b7c6cc;
  border-top:0px;
}

.button_stats {
  background:transparent url(../images/main_page/button_stats.gif) no-repeat;
  border:0px;
  width:20px;
  height:20px;
}

.bg_all {
  background:transparent url(../images/main_page/bg_all.gif) repeat-y;
  width:980px;
  margin-left: auto;
  margin-right: auto;
}

.main_page {
  width:960px;
  min-height:890px;
  margin-left:auto;
  margin-right:auto;
  /*border-left:1px solid #eee;
  border-right:1px solid #eee;*/  
  color:#b1b1b1;
}

.main_page table {
  color:#b1b1b1;
}

.menu_link {
  height:23px;
}

.menu_link a {
  text-decoration:none;
  color:#808080;
}

.menu_link a:hover{ 
  color:#b1b1b1;
}

.menu_portals {
  background-image:url("../images/main_page/separator_mp.png");
  background-repeat:no-repeat;
  clear:both;
  height:auto;
  padding-top:23px;
}

.menu_portals_links {
  width:780px;
  vertical-align:top;
}

.menu_portals_links a{
  text-align:center;
  float:left;
  text-decoration:none;
  color:#808080;
  width:150px;
  height:33px;
  background-image:url("../images/main_page/other_portal_button.gif");
  background-repeat:no-repeat;
}

.menu_portals_links a:hover {
  background-image:url("../images/main_page/other_portal_button_hover.gif");
  background-repeat:no-repeat;
  color:#b1b1b1;
}

.middle_main_page {
  position:relative;
  height:282px;
  width:488px;
  left:245px;
  top:-282px;  
}

.game_main_page {
  width:488px;
  height:398px;
}

.left_main_page {
  padding-top:50px;
  clear:both;
  width:243px;
  height:280px;
}

.right_main_page {
  width:243px;
  height:280px;
  margin-top:-564px;
  margin-left:735px;
}

.section_main_page {
  height:50px;
}

.section_main_page_label {
  text-decoration:none;
  color:#808080;
}

.section_main_page_label:hover {
  color:#b1b1b1;
}

.main_page_edit {
  border:1px solid #eeeeee;
  font-size:14px;
  width:150px;
}

.main_page_catalogue_label {
  text-decoration:none;
  color:#555555;
  font:bold 12px Arial;
}

.main_page_catalogue_label:hover {
  color:#111111;
}

.weather img {
  border:0px;
}

.weather a {
  text-decoration:none;
}
