@charset "utf-8";
.play {
	margin: 0px auto 10px;
	padding: 0px 5px;
	clear: both;
	height: 230px;
	width: 90%;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	overflow: scroll;
	position: relative;
	top: -30px;
}
.hand {
	width: 550px;
	display:block;
	clear: both;
	margin: 0px auto;
	position: relative;
	top: -30px;
}
.hand h4 {
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
	border: 0px;
	background-color: #C9C9E4;
}
.hand p {
	font-size: 1.1em;
	margin: 0px;
	text-align: left;
	height:20px;
	text-decoration:none;
	border: none;
	display:block;
	margin: 2px;
	padding: 0px 0px 0px 33px;
}
.heart {
	background:url(../images/heart.gif) no-repeat left top;
}
.diamond {
	background:url(../images/diamond.gif) no-repeat left top;
}
.club {
	background:url(../images/club.gif) no-repeat left top;
}
.spade {
	background:url(../images/spade.gif) no-repeat left top;
}
.dlr {
	display:block;
	width: 150px;
	margin: 10px 20px 0px;
	text-align:left;
	padding: 0px;
	position: relative;
	top: 20px;
	left: 0px;
	z-index: 1;
}
.dlr p {
	font-size: 0.96em;
	margin: 0px;
	padding: 0px;
}
.north, .west, .east, .south {
	display: block;
	width: 180px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #eeeeee;
	font-weight:bold;
}
.north {
	position: relative;
	right: 0px;
}
.east {
	position: relative;
	float: right;
}
.west {
	position: relative;
	float: left;
}
.south {
	clear:both;
	margin-top: 5px;
}
.bid {
	display:block;
	clear:both;
	margin: 10px auto;
	padding: 0px;
	width: 80%;
}
.bid table {
	text-align:center;
	width: 90%;
	margin: 5px auto;
	padding: 0px;
	border-collapse:collapse;
}
.bid table th, .bid table td {
	border: 1px solid #eeeeee;
	padding: 0px 3px;
}
.bid ol li, .play ol li	{
	margin-top:0px;
	margin-bottom: 0px;}