
.solitaire_window{
	width: 880px;
}

.top_btns{
	width: 850px;
}

.solitare_zone {
	display: inline-block;
	float: left;
	width: 720px;
	height: 480px;
}
.solzone_l{
	display: inline-block;
	float: left;
	width: 100px;
	height: 500px;
	writing-mode: tb-rl;
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.solzone_l_in{
	display: none;
	height: 500px;
	background-color: #4f4
}
.solzone_r{
	display: inline-block;
	float: right;
	width: 60px;
	height: 200px;
}
.solitaire_table {
	margin: 0 auto;
	width: 720px;
	padding-left: 5px;
	position: relative;
}
.table_top{
	display: inline-block;
	margin-top: 0;
	width: 720px;
}
/*.card_place_left{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;

}*/
#deck_place {
	border: 3px dashed #0f0;
	/*border-color: #0f0;/*/
	z-index: 50;
	opacity: 0.5;
}
#deck_place:hover{
	cursor: pointer;
}
#deck_place_in{
	font-size: 40px;
	font-weight: bold;
	z-index: 10;
}

.card_place_left{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;
	color: #117711;
	font-weight: bold;
	font-size: 20px;

}
.card_place_left img{
	width: 65px;
	position: relative;
	top: 15px;
	margin: auto;
}
.table_reserve{
	display: inline-block;
	margin-top: 0px;
	width: 720px;
}
.table_reserve_in{
	display: inline-block;
	margin: 0 auto;
	width: 720px;
}
/*.reserve_place{
	margin: 0 10px 0 0;
}*/
.table_middle{
	display: inline-block;
	margin-top: 60px;
	width: 720px;
}
.table_bot{
	display: inline-block;
	width: 720px;
	height: 175px
}
.solitaire_card{
	border: 1px solid #999;
	border-radius: 7px;
}
.deck:hover{
	cursor: pointer;
}
.movable_card:hover{
	cursor: pointer;
}
