body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
	height:100%;
	min-width: 1000px;
}

html {
	height:100%;
}

* {
	padding: 0px;
	margin: 0px; 
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-Serif;
}

p {
	text-indent: 20px;
}

#top_area {
	clear: both;
	position: fixed;
	padding-left: 10px;
	top: 0;
	left: 0;
	background: #f9b30b;
	height: 50px;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #a62039;
}

#top_area img {
	position: fixed;
}

#site_name {
	position: fixed;
	margin-top: 4px;
	margin-left: 80px;
}

#site_name a {
	color: white;
	font-size: 24px;
}

#site_desc {
	position: fixed;
	margin-top: 30px;
	margin-left: 80px;
	font-size: 12px;
}

#site_desc a {
	color: white;
}

#login {
	float: right;
}

#wrapper {
	position: relative;
	min-height: 100%;
 }

#main_area {
	clear: both;
	padding-top: 50px;
	position: relative;
	width: 100%;
	padding-bottom: 60px;
}

#left_menu_area {
	float:left;
	padding: 10px;
}

.left_menu_item {
	font-size: 16px;
	color: #00496f;
	padding: 0px 1px 1px 0px;
	margin-bottom: 6px;
	min-width: 170px;
	min-height: 50px;
	background: url(/i/lm_button_off.png)  no-repeat;
	line-height: 42px;
	cursor: hand;
}

.left_menu_item a {
	color: white;
	margin-left: 30px;
	width: 170px;
	font-size: 16px;
}

 .left_menu_selected_item {
	font-size: 20px;
	font-weight: bold;
	color: #00496f;
	padding: 2px;
	margin-bottom: 6px;
	min-width: 170px;
	min-height: 50px;
	background: url(/i/btn1.png)  no-repeat;
	line-height: 42px;
	cursor: hand;
}

.left_menu_selected_item a {
	color: white;
	margin-left: 30px;
	width: 170px;
	text-decoration:none;
	font-size: 16px;
}


#game_win_area {
	float:left;
	padding: 10px 10px 0px 0px;
}

#game_win_area table {
	border-collapse: collapse;
}

#game_area table {
	border-collapse:collapse;
}

#game_td_00 {
	background: url(/i/game_bg_00.png) no-repeat;
	width: 23px;
	height: 29px;
}

.game_td_01 {
	background: url(/i/game_bg_01.png) repeat-y;
	width: 23px;
}

#game_td_02 {
	background: url(/i/game_bg_02.png) no-repeat;
	width: 23px;
	height: 40px;
}

#_gamestatus {
	background: url(/i/game_bg_10.png) repeat-x;
	font-size: 12px;
	color: white;
	padding-bottom: 8px;
	padding-left: 10px;
}

#game_td_12 {
	background: url(/i/game_bg_12.png) repeat-x;
	color: white;
	font-size: 18px;
	padding-left: 10px;
}

#game_td_11 {
	float: left;
	background: white;
	padding-top: 20px;
}

#game_td_20 {
	background: url(/i/game_bg_20.png) no-repeat;
	width: 30px;
	height: 29px;
}

.game_td_21 {
	background: url(/i/game_bg_21.png) repeat-y;
}

#game_td_22 {
	background: url(/i/game_bg_22.png) no-repeat;
	width: 30px;
	height: 40px;
}

#info_area {
	float: left;
	padding: 15px 10px 10px 0px;
}

#game_info {
	clear: both;
	float: left;
	margin: 0px 10px 20px 12px;
	font-size: 14px;
}

#game_info p{
	font-size: 14px;
}

#game_info h2 {
	clear: both;
	font-size: 20px;
	margin: 10px;
	width: 100%;
	text-align: center;
}

#gamevariants {
	margin: 15px 10px 10px 0px;
	font-size: 18px;
}

#gamevariants a {
	margin: 10px 10px 10px 0px;
	font-size: 16px;
}

#gamevariants a:hover{
	text-decoration: underline;
}

#footer_area {
	clear: both;
	position:relative;
	width: 100%;
	height: 60px;
	margin-top: -62px;
}

#footer_adv {
	clear: both;
	position:relative;
	width: 100%;
	height: 32px;
	border-top: 1px dashed #bbbbbb;
	color: #909090;
}

#footer_adv div {
	margin: 1px 10px 1px 10px;
}


#footer_main {
	clear: both;
	position:relative;
	width: 100%;
	background: #f9b30b;
	height: 28px;
	border-top: 1px solid #a62039;
}

#li_counter {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

#footer_text {
	float: left;
	margin-top: 5px;
	color: white;
	font-size: 12px;
	margin-left: 10px;
}

#footer_feedback {
	float: right;
	margin-top: 5px;
	font-size: 12px;
	color: white;
}

#footer_feedback a {
	float: right;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #551a8b;
	margin-right: 10px;
}

#zorka_bottom {
	clear: left;
	margin: 30px 10px 0px 10px;
}

#home_welcome {
	float: left;
	max-width: 450px;
}

#home_welcome h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

#home_welcome p {
	margin: 0px 10px 30px 10px;
	font-size: 14px;
}

#h_adv {
	clear: both;
	margin: 10px 10px 10px 190px;
}

#advpos2 {
	clear: left;
	padding: 0px 10px 0px 10px;
}

#advpos4 {
	margin: 30px 0px 0px 20px;
}

.game_variants
{
	clear: both;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-top: 20px;
}

.var_left {
	clear: left;
	float: left;
	background: url(/win/i/win_line_left_bg.png) no-repeat;
	width: 16px;
	height: 43px;
}

.var_header {
	float: left;
	background: url(/win/i/win_line_header_bg.png) repeat-x;
	height: 43px;
	font-size: 16px;
	color: white;
	padding: 8px 20px 0px 12px;
	min-width: 135px;
	width: 155px;
}

.var_options {
	float: left;
	background: url(/win/i/win_line_options_bg.png) repeat-x;
	height: 43px;
	font-size: 14px;
	padding: 10px 10px 0px 20px;
	min-width: 350px;
}

.var_options h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
}

.var_option  {
	margin: 0px 20px 0px 20px;
	font-size: 14px;
	border-bottom: 1px dotted #0c6491;
}

.var_option  a {
	text-decoration: none;
}


.var_right {
	float: left;
	background: url(/win/i/win_line_right_bg.png) no-repeat;
	width: 20px;
	height: 43px;
}

.var_detail {
	clear: left;	
}

#game_fact {
	clear: both;
	float: left;
	margin: 0px 10px 20px 12px;
	font-size: 14px;
}
