.table{
	background:url(square-table.png) top left no-repeat;
	display:inline;/*IE6*/
	float:left;
	height:444px;
	margin-left:55px;
	margin-top:10px;
	padding:11px 0 0 34px;
	position:relative;
	width:386px;
}
.table .row{
	display:inline;/*IE6*/
	float:left;
	margin-left:44px;
	width:auto;
}
.table .row span{
	float:left;
	height:66px;
	margin:9px 0 0 14px;
	width:46px;
}
.table .row .blue{
	background:#fff url(square-card-back-blue.jpg) top left no-repeat;
}
.table .row .red{
	background:url(square-card-back-red.jpg) top left no-repeat;
}
.table p{/*not in use currently*/
	display:inline;/*IE6*/
	float:left;
	margin:44px 0 0 160px;
	width:auto;
}
.play{
	background:transparent url(square-play.gif) top left no-repeat;
	height:70px;
	left:11px;
	position:absolute;
	top:91px;
	width:70px;
}
.deck{
	background:transparent url(square-deck.gif) top left no-repeat;
	height:71px;
	left:22px;
	position:absolute;
	top:82px;
	width:51px;
}
.trash{
	background:transparent url(square-trash.png) top left no-repeat;
	height:102px;
	left:0;
	position:absolute;
	top:280px;
	width:59px;
}
.result-h1,
.result-h2,
.result-h3,
.result-h4,
.result-h5,
.result-v1,
.result-v2,
.result-v3,
.result-v4,
.result-v5,
.result-d-left,
.result-d-right{
	background:transparent url(square-result-100.gif) top left no-repeat;
	height:70px;
	position:absolute;
	width:70px;
}
.result-h1{
	left:90px;
	top:410px;
}
.result-h2{
	left:150px;
	top:415px;
}
.result-h3{
	left:210px;
	top:410px;
}
.result-h4{
	left:270px;
	top:415px;
}
.result-h5{
	left:330px;
	top:410px;
}
.result-v1{
	left:425px;
	top:20px;
}
.result-v2{
	left:420px;
	top:90px;
}
.result-v3{
	left:420px;
	top:170px;
}
.result-v4{
	left:430px;
	top:240px;
}
.result-v5{
	left:420px;
	top:310px;
}
.result-d-left{
	left:5px;
	top:400px;
}
.result-d-right{
	left:410px;
	top:390px;
}
.game-name{
	background:transparent url(name-poker-square.png) top left no-repeat;
	height:311px;
	left:420px;
	position:absolute;
	top:22px;
	width:25px;
}
.game-name h4,
.trash h4{
	margin-left:-3333px;
}
body{/*this thing teaches to IE6 the hovering trick*/
	behavior:url(../styles/csshover3.htc);
}
.trash span{
	display:none;
}
.trash:hover span{
	display:block;
}
.trash span{/*additional style to draw a nice box and make it appear over of other elements*/
	background:#ffffe1;
	border:1px solid #000;
	color:#000;
	font-size:11px;
	height:15px;
	left:-110px;
	top:110px;
	padding:0 4px;
	position:absolute;
	width:130px;
}
