.solitaire_window{
	width: 1000px;
}

.top_btns{
	width: 720px;
}

.solitare_zone {
	display: inline-block;
	float: left;
	width: 820px;
	height: 480px;
}
.solzone_l{
	display: none;
	float: left;
	width: 100px;
	height: 400px;
	writing-mode: tb-rl;
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.solzone_r{
	display: inline-block;
	float: right;
	width: 60px;
	height: 200px;
}
.solitaire_table {
	margin: 0 auto;
	width: 820px;
	padding-left: 5px;
	position: relative;
}

.table_top{
	display: inline-block;
	margin: 0 auto;
	width: 820px;
}
.card_place_left{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;

}
.card_place{
	display: inline-block;
	float: left;
	width: 71px;
	height: 96px;
	margin: 5px;
	border-radius: 7px;
	background-color: #009900;
}
.deck_place{
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 5px;
	width: 75px;
	height: 156px;
	border: 3px solid yellow;
	border-radius: 7px;
	background-color: #003300;
	color: yellow;
}
#deck_place{
}
.card_place_right{
	display: inline-block;
	float: right;
	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: -45px auto 0;
	width: 100%;
}*/
/*.table_reserve_in{
	display: inline-block;
	margin: 0 auto;
	width: 720px;
}*/
/*.reserve_place{
	margin: 0 5px 0 0;
}*/
.table_cascade{
	display: inline-block;
	margin-top: 0px;
	width: 820px;
}

.table_bot{
	display: inline-block;
	width: 820px;
	height: 175px
}
.solitaire_card{
	border: 1px solid #999;
	border-radius: 7px;
}
.deck:hover{
	cursor: pointer;
}
.movable_card:hover{
	cursor: pointer;
}
