.hand 
{
/*	padding-left: 17px;
	background-image: url(Images/CardSuits/Hearts.gif); */
	background-position: 1px 0px;
	line-height: 13px;
	border: solid 1px #ACBF88;
	margin: 0px 1px 1px 1px;
	vertical-align: top;
	display: inline-block; /* removes wrap */
	text-align: left;
}
.content .hand img.suite
{
	border-left: solid 1px #C9EFAD;
	margin: 0;
	padding: 0 1px;
}
.hand span
{
	display: inline-block;
	
	line-height: 13px;
	padding: 0px 5px 0px 0px;
	background-position: 1px 0px;
}
.hand br
{
	display: none;
}

.hand.diagram
{
	padding: 4px 0 4px 0px;
	margin-right: 8px;
	border: solid 1px #ACBF88;
	background-color: #C0D7AE;
	background-image: none;
	float: left;
}
.hand.diagram br
{
	display: block;	
	height: 0;
	line-height: 0;
}
table .hand.diagram
{
	margin: 4px;
	float: none;
}


.content .diagram img.suite
{
	float: none;
	margin: 1px 5px 0 5px;
	padding: 0;
	border-style: none;
}

.hand.diagram span
{
	display: inline-block;
	padding: 1px 9px 1px 1px;
	white-space: nowrap;
	text-align: left;
	
	float: left;
	clear: both;
}

.content .hand span span
{
	display: inline;
	padding: 0;
	
	float: none;
}

table.fourHands
{
	float: left;
	border: solid 1px #ACBF88;
	background-color: #C9E1BE;
}
table.fourHands td
{
	border-style: none;
}
table.fourHands td.handCell
{
	background-color: #C0D7AE;
	text-align: left;
}

.fourHands .hand
{
	margin: 0px 0px 0px 0px;
	border-style: none;
}
