/* CSS Document */

.number {
	background:	url(images/styles/wood/tile.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
	margin:0;
	padding:0;
}

.number_selected {
	background:	url(images/styles/wood/tile.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
	margin:0;
	padding:0;
}

.number_selectable {
	background:	url(images/styles/wood/number_selectable.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	color: #50210d;
	text-align:center;
	vertical-align:middle;
}

.wrong {
	background:	url(images/styles/wood/wrong.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	font-size:34;
	text-align:center;
	color: #50210d;
}

.sum_place {
	background:	url(images/styles/wood/sum.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	margin:0;
	padding:0;
	color:#333333;
}

.duck_place {
	background:	url(images/styles/wood/empty.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
}

.sum_top {
	width:40px;
	height:20px;
	font-size:9px;
	text-align:left;
	color: #50210d;
	font-weight:bolder;
	padding: 5px 0px 0px 24px;
}

.sum_top a{
	color: #50210d;
	text-decoration:none;
}

.sum_bottom a{
	color: #50210d;
	text-decoration:none;
}

.sum_bottom {
	width:40px;
	height:15px;
	font-size:9px;
	text-align:left;
	color: #50210d;
	font-weight:bolder;
	padding: 0 0 0 5px;
}

#kakuro {
	margin:0;
	float:left;
	width:420px;
	height:480px;
	background: url(images/styles/wood/background.png) no-repeat;
}

#menu ul li{
	padding:0;
	margin:0;
	width:90px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#EABE8F;
	text-decoration:none;
	vertical-align:middle;
}

#menu ul li a{
	padding:0;
	margin:0;
	color:#EABE8F;
	text-decoration:none;
	font-weight:bolder;
}

#clock{
	margin: 2px 0 0 8px;
	color:#000;
	text-decoration:none;
	font-weight:bolder;
}
