/* abakus.css */
#stschoty {
	float:left;	width:406px;	margin:20px 20px;
	border:3px outset #441f00;
	background:url(../pic/abacus/holz.jpg);
}
#rowLabels {
	padding-top:53px;
}
#rowLabels .row {
	background:transparent;
}
#controls {
	margin:15px 20px;
}
#modern {
	text-align:center;
}
#stschoty input {
	background:url(../pic/abacus/holz-hell.jpg);
	margin:0px; padding:3px 5px;
	border:2px outset #441f00;
}
#stschoty input:active {
	border-style:inset;
}
input#view {
	display:block;	float:left;
	margin-right:15px;
}
input#reset {
	display:block;	float:right;
	margin-left:15px;
}
input#amount {
	display:block;	float:left;
	width:297px;	height:36px;
	padding:0 5px;
	border-style:inset;
	font-family:"Lucida Console", monospace;	text-align:right;	font-weight:bold;	letter-spacing:.1em;
	background:url(../pic/abacus/holz-hell.jpg) #eaebd6;
	font-size:30px;
}
input#set {
	display:block;	float:right;	width:40px;	height:40px;
	padding:0 0 0 0;
	font-size:30px;
	font-weight:bold;
}
p#checkboxes {
	margin:15px 0;
	font-weight:bold;
	color:white;
}
input#animation, input#hints {
	margin:0 5px 0 15px;
	vertical-align:middle;
}
.rows {
	background:#3C623D;
	border:3px inset #441f00;
	margin:20px 20px 0;
}
.row {
	margin:3px 0;
	height:40px;	overflow:hidden;
	background-image:url(../pic/abacus/bar.gif);
	background-repeat:repeat-x;
	background-position:0 50%;
}
.bead {
	float:right;	width:23px;	height:28px;
	padding-top:12px;
	margin:0 1px 0 0;
	background:url(../pic/abacus/01.gif);	color:white;
	text-align:center;	vertical-align:middle;
	cursor:pointer;
}
.bead5, .bead6 {
	background:url(../pic/abacus/01-mid.gif);
}
.desc {
	text-align:center;	display:none;
}
.beadLabel {
	visibility:hidden;
}
.row.exp0 .bead {
	background:url(../pic/abacus/01-mid.gif);
}
.row.exp0 .bead5, .row.exp0 .bead6 {
	background:url(../pic/abacus/01.gif);
}
