.ul-header {
    font-weight: bold;
}

.player-name {
    font-weight: bold;
    font-style: italic;
}

.dealer-box {
   width: 32em;
   position: relative; /* float fix: ie is a piece of crap */
   overflow: hidden;
   clip: auto;
   font-size: 14px;
}
ul.dealer-hand {
   width: 15em;
   font-size: 14px;
}
ul.dealer-hand, ul.option {
   margin: 0.5em 0;
   padding: 0;
}
ul.dealer-hand li, ul.option li {
   list-style-type: none;
   list-style-image: none;
   background-repeat: no-repeat;
   height: 16px;
   clear: both;
   min-height: 16px;
   margin-top: 2px;
   padding: 0 0 0 25px;
}
.north-list {
   position: relative;
   left: 8em;
}
.east-list {
   float: right;
}
.west-list {
   float: left;
}
.south-list {
   position: relative;
   left: 8em;
   clear: both;
}
span.suit-hand {
   margin-left: 5px;
   vertical-align: text-bottom;
}
span.suit-hand, span.suit-hand-rtl {
   
}
.suit-icon {
   float: left;
   position: relative; /* float fix: ie is a piece of crap */
}

.single-list-left {
   float: left;
}
div.single-hand {
    margin: 0;
    padding: 0;        
}
div.single-hand ul li {
   list-style-type: none;
   list-style-image: none;
   clear: both;
   min-height: 16px;
   margin-top: 2px;
   padding: 0; 
   font-size: 14px;
}

/**
 * Suit styles
 */
li.spade, li.spade-rtl {
	background-image: url(http://static.ronklingerbridge.com/images/suits/spade_15x16.gif);
}
li.heart, li.heart-rtl {
	background-image: url(http://static.ronklingerbridge.com/images/suits/heart_15x16.gif);
}
li.diamond, li.diamond-rtl {
	background-image: url(http://static.ronklingerbridge.com/images/suits/diamond_15x16.gif);
}
li.club, li.club-rtl {
	background-image: url(http://static.ronklingerbridge.com/images/suits/club_15x16.gif);
}

li.spade, li.heart, li.diamond, li.club {
	background-position: left middle;
}

li.spade-rtl, li.heart-rtl, 
li.diamond-rtl, li.club-rtl {
   background-position: right;
   background-repeat: no-repeat;
   width: 2.5em;
}

img.inline-card {
   vertical-align: text-bottom;
   display: inline;
}

table.bidding-table, .dealer-box {
   margin: 0;
}

table.bidding-table {
    
}

table.bidding-table th {
   width: 7em;
   min-width: 7em;
   text-align: left;
}

td.option {
   width: auto;
}

