div#village {
	background: url(../img/sprite-crafty.png) repeat-y -640px 0;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: url("../img/customcursor.png"), default;
	padding: 5px 10px;
	width: 230px;
	text-shadow: 0 0 3px #000000;
}

div#population {
	position: absolute;
	top: -13px;
	right: 10px;
}

.noHuts #population {
	display: none;
}

div#village:before {
	background: url(../img/sprite-crafty.png) no-repeat -1299px -321px;
	position: absolute;
	content: attr(data-legend);
	
	left: 0px;
	top: -3px;
	width:250px;
	font-size:8px;
	text-align:center;
	color:#000;
}

div#village:after {
	background: url(../img/sprite-crafty.png) no-repeat -1299px -329px;
	position: absolute;
	content: "\00a0";
	
	left: 0px;
	top: 100%;
	width:250px;
	font-size:8px;
	text-align:center;
	color:#000;
}

div#workers {
    background: url(../img/sprite-crafty.png) repeat-y -640px 0;
    position: absolute;
    top: -4px;
    left: 160px;
    width: 214px;
    padding-left: 10px;
    padding-right: 26px;
	text-shadow: 0 0 3px #000000;
}

div#workers:before {
	background: url(../img/sprite-crafty.png) no-repeat -1299px -321px;
	position: absolute;
	content: "\00a0";
	left: 0px;
	top: -3px;
	width:250px;
	font-size:8px;
	text-align:center;
	color:#000;
}

div#workers:after {
	background: url(../img/sprite-crafty.png) no-repeat -1299px -329px;
	position: absolute;
	content: "\00a0";
	left: 0px;
	top: 100%;
	width:250px;
	font-size:8px;
	text-align:center;
	color:#000;
}

.workerRow > .row_val {
	position: relative;
	padding-right: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.workerRow {
	position: relative;
	margin: 10px 0px;
	cursor: url("../img/customcursor.png"), default;
}

.workerRow .tooltip {
	width: 150px;
}

div.storeRow div.tooltip {
	width: 160px;
}
