#framepromo {
  border: none;
  float: right;
  width:330px;
  height: 370px;
  overflow: hidden;
  margin: -161px -70px 20px 20px;
}
#tallpromo {
  float: right;
  padding-left: 20px;
}
#tallpromo img {
  border: none;
}
#widepromo {
  text-align: center;
}
#widepromo a {
  display: block;
  font-weight: bold;
  color: darkred;
  text-decoration: none;
}
#widepromo span {
  display: block;
}
#widepromo a:hover span {
  text-decoration: underline;
}
hr {
  height: 1px;
  border: none;
  background-color: #333;
  margin: 30px 0 30px 0;
}
.deck {
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-family: arial;
  font-size: 13px;
}
#content .deck {
  clear: both;
}
#content .deck {
  margin: 0 -80px;
  height: 33px;
  width: 937px;
  white-space: nowrap;
}
@media all and (max-width: 945px) {
	#content .deck {
		width: 480px;
		margin: 0 auto;
		height: 66px;
	}
}
p {
	clear: left;
}
.deck li {
  display: block;
  float: left;
  width: 19px;
  height: 35px;
  text-align: center;
  margin-right: -1px;
  background-image: url(cardsuits2.png);
}
.deck small {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.deck .hearts {
  background-position: -18px;
  color: red;
}
.deck .diamonds {
  background-position: -54px;
  color: red;
}
.deck .clubs {
  background-position: -36px;
}
.deck .spades {
  background-position: 0;
}
.deck .fail {
  border-top: 8px solid orange;
  margin-top: -8px;
}
#handbox {
  position: absolute;
  background-color: white;
  display: none;
  border: 2px solid #000;
  text-align: left;
  z-index: 2;
}
#handbox .deal {
	padding: 10px;
	float: left;
}
#handbox .deal + .deal {
	border-left: 2px solid #000;
}
#handbox strong {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
}
#handbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 200px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#handbox .deck {
  float: left;
}
#handbox ol {
	padding-right: 1px;
}
#handbox li {
  clear: left;
  margin-bottom: 5px;
}
#handbox .deck li {
  clear: none;
  margin-bottom: 0;
}
#handbox b {
  float: left;
  width: 40px;
  padding-right: 5px;
  line-height: 35px;
  text-align: right;
}
#handbox li.winner ol {
  border: 2px solid #4D4;
  margin: -2px;
  background-color: #4D4;
}
#handbox .desc {
  padding-left: 10px;
  line-height: 35px;
}
#handbox li.winner .desc {
  font-weight: bold;
  color: green;
}
#handbox .table {
	border-top: 1px dotted #000;
	padding-top: 10px;
	clear: left;
}
#results {
  border-collapse: collapse;
}
#results td {
	border: 1px solid #ddd;
	width: 33px;
	height: 33px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#results a {
	display: block;
	width: 33px;
	height: 33px;
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
	color: #000;
	background-image: url(cell.png);
}
#results .solved {
	border-color: #7a7;
}
#results .solved a {
        background-color: green;
	color: white;
}
#results .solved a:hover {
	background-color: #0B0;
	background-position: 0 -50px;
}
#results .players {
	background-color: #444;
	color: #fff;
	background-image: url(cell.png);
	background-position: 0 -150px;
	border-color: #999;
	border-top: none;
}
#results .highlight a,
#results .highlight a:hover {
	background-color: blue;
	cursor: default;
	background-position: 0 -100px;
}