/**
 * General
 *
 * @package Games
 */

.board {
	float: left;
	width: 540px;
	height: 390px;
	margin-right: 12px;
	border: 1px solid #fff;
	background: url('/img/general/board.gif') #bca67c;
}
#scores{
	float: left;
}
#scoresTable {
	margin: 16px 30px 16px 16px;
	border: 1px solid #666;
}
#scores table {
	background: #ffffff;
	border-collapse: collapse;
	color: #222;
	font-size: 12px;
}
#scores table td {
	border: 1px solid #ccc;
	padding: 0 12px;
	font-size: 12px;
	vertical-align: top;
	line-height: 21px;
}
#scores table td.tmpscore{
	color: #666;
	cursor:pointer;
}
#scores table td.score{
	font-weight: bolder;
	cursor: default;
}
tr#r_6, tr#r_general{
	border-bottom:2px solid black;
}
tr#r_sum td{
	font-weight:bolder;
}
#dices{
	float:left;
	width:280px;
	height:200px;
	margin:30px auto;
	padding:10px;
}
.dice{
	margin:20px 4px;
	cursor:pointer;
	padding:1px;
}
.help{
	display:none;
	background:#F1F1EC;
	color:#333;
	border:1px solid #bca67c;
	padding:16px;
	margin-top: 24px;
}
.rollsLeft, #score, #score2, #topscore {
	font-weight: bolder;
	font-size: 18px;
}

.btn {
	cursor:pointer;
}
.btndis{
	cursor:normal;
	opacity:0.8;
	MozOpacity:0.8;
	filter:alpha(opacity=80);
}
.rightbox {
	float: left;
	width: 200px;
}
.game-general-ad {
	margin-top: 118px;
	float: right;
}
