/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ff587f url('../images/line.jpg') repeat-x left top;
}
a {
/*	color: inherit;*/
}

#wrapper {
	position: relative;
	width: 1219px;
	margin: 0px auto;
	background-color: #fff;
	.h1 {
		display: block;
	}
	.ancor {
		position: absolute;
		width: 61px;
		height: 230px;
/*		outline: 1px solid black;*/
	}
}
.game {
	height: 186px;
	width: 100%;
	background: url(../images/bg_stars.jpg);
	position: relative;
	.caption {
		background: url(../images/bonus.png);
		width: 526px;
		height: 85px;
		margin: 50px 0 0 40px;
		position: absolute;
	}
	.day {
		width: 80px;
		height: 40px;
		text-align: center;
		outline: none;
		position: absolute;
		margin: 70px 0 0 580px;
	}
	.month {
		width: 80px;
		height: 40px;
		text-align: center;
		outline: none;
		position: absolute;
		margin: 70px 0 0 700px;
	}
	.year {
		width: 120px;
		height: 40px;
		text-align: center;
		outline: none;
		position: absolute;
		margin: 70px 0 0 820px;
	}
	.go {
		background: url(../images/buttona.png);
		width: 232px;
		height: 52px;
		margin: 65px 0 0 970px;
		position: absolute;
		cursor: pointer;
		&:hover {
			background: url(../images/button_hover.png);
		}
	}
	.sometext {
		font: 40px/50px Nonamegrotesk;
		color: white;
		width: 100%;
		height: 186px;
		display: none;
		td {
			text-align: center;
			vertical-align: middle;
			padding: 0 100px;
		}
	}
	.restart {
		font: 20px/30px Nonamegrotesk;
		color: white;
		position: absolute;
		margin: 10px 0 0 1120px;
		cursor: pointer;
		display: none;
		text-decoration: underline;
	}
}

.block {
	padding-bottom: 200px;
	table {
		td {
			width: 320px;
			font: 14px/17px Nonamegrotesk;
			vertical-align:top;
		}
		.blank {
			width: 20px;
		}
	}
	.shmot {
		text-align: left;
		font: 12px/14px Nonamegrotesk;
		margin: -220px 0 0 860px;
	}
}
#oven {background-color: #f7c6c1;}
#telec {background-color: #6a4b9b;}
#bliznecy {background-color: #f5c5c3;}
#rak {background-color: #488a4d;}
#lev {background-color: #775bb2;}
#deva {background-color: #ebadb2;}
#vesy {background-color: #ff7079;}
#scorpion {background-color: #ea862e;}
#strelec {background-color: #3a9876;}
#kozerog {background-color: #f1423f;}
#vodoley {background-color: #005d55;}
#ryby {background-color: #ff587f;padding-bottom: 50px;
}
