
/* Global Container */
.both{
clear:both;
.}
.hc_hand{
margin:0 auto;
}
.hc_current_player .hc_player_container{
background:url('img/player_playing.png');
}
.hc_stack{
	position:absolute;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	width:87px;
	width:127px;
	height:30px;
	padding-top:12px;
}
.hc_player_0 .hc_stack{
	margin-top:52px;
	margin-left:10px;
}
.hc_player_1 .hc_stack{
	margin-top:52px;
	margin-left:-10px;
}
.hc_player_2 .hc_stack{
	margin-left:-95px;
	margin-top:58px;
}
.hc_player_3 .hc_stack{
	margin-left:-115px;
	margin-top:-60px;
}
.hc_player_4 .hc_stack{
	margin-left:-95px;
	margin-top:-146px;
}
.hc_player_5 .hc_stack{
	margin-left:-12px;
	margin-top:-145px;
}
.hc_player_6 .hc_stack{
	margin-left:9px;
	margin-top:-145px;
}
.hc_player_7 .hc_stack{
	margin-left:70px;
	margin-top:-146px;
}
.hc_player_8 .hc_stack{
	margin-left:99px;
	margin-top:-58px;
}
.hc_player_9 .hc_stack{
	margin-left:68px;
	margin-top:58px;
}
.hc .x_2{
	margin-left:22px;
}
.hc .x_3{
	margin-left:44px;
}
.hc .x_4{
	margin-left:66px;
}
.hc .z_2{
	margin-top:-3px;
}
.hc .z_3{
	margin-top:-6px;
}
.hc .z_4{
	margin-top:-9px;
}
.hc .z_5{
	margin-top:-12px;
}
.hc .chip_1{
	background-position:0px 0px;
}
.hc .chip_2{
	background-position:-24px 0px;
}
.hc .chip_3{
	background-position:-48px 0px;
}
.hc .chip_4{
	background-position:-72px 0px;
}
.hc .chip_5{
	background-position:-96px 0px;
}
.hc .chip_6{
	width:38px !important;
	background-position:-120px 0px;
}
.hc .chip{
	background-image:url(img/chips.png);
	background-repeat:no-repeat;
	position:absolute;
	height:18px;
	width:22px;
}
.stack_txt{
	position:absolute;
}
.hc {
	width : 615px;
	height:530px;
	background:url(img/box.png);
	margin : 0 auto;
}

	/* Box Title */

	.hc_title {
		height : 27px;
	}
		
		.hc_title_text {
			color : #000;
			font-size : 12px;
			float : left;
			height : 27px;
			line-height : 24px;
			margin-left : 5px;
		}



	/* Box Content */
	
	.hc_content {
		height : 487px;
	}

		/* Poker Table Layout */
		
		.hc_table {
			background : url('img/table.png');
			width : 450px;
			height : 223px;
			position : absolute;
			margin-left : 81px;
			margin-top : 135px;
		}

	/* Box Footer */
	
	.hc_foot {
		height : 37px;
		line-height : 37px;
		padding-right:5px;
	}	

		/* Action Bar */ 
	

/* Text Classes */	
	

.hidden,
.none{
	display:none !important;
}
.hc_odds{
	position:absolute;
	background:url(img/odds_player.png) no-repeat center;
	width:69px;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	font-size:10px;
	margin-left:8px;
	margin-top:45px;
}
.hc_player{
	position:absolute;
	width:87px;
	height:59px;
}
.hc_player.hc_player_empty .hc_player_container{
	background:url('img/player_empty.png');
}
.hc_info{
	position:absolute;
	width:75px;
	margin-left:515px;
	margin-top:10px;
	font-weight:bold;
	background:url('img/hc_info.png') no-repeat right center;
	height:20px;
	line-height:20px;
	z-index:999;
}
.hc_text .hc_cards{
	height:53px;
	margin-top:0px;
	margin-left:0px;
	clear:both;
	width:100%;
	position:static;
}
.hc_text{
	background:#f2f7f7;
	height:476px;
	margin:7px 1px 0;
	overflow:auto;
	position:absolute;
	width:583px;
	padding:0px 15px;
	z-index:996;
	padding-top:10px;
}
.hc a{
	color:#FFF;
	text-decoration:none;
}
.hc .hc_info a.hc_info_text{
	color:#000;
}
.hc .hc_info a.hc_info_option{
color:#FFF !important;
}
.hc .hc_info a{
	color:#FFF;
}
.hc_options,
.hc_options_container{
	background-color:#000;
	position:absolute;
	z-index:998;
	width:615px;
	height:530px;
}
.hc_options_container{
	z-index:999;
	background:none;
	color:#FFF;
}
.hc_title{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin:15px 0px 139px 0px;
}
.hc_options_container label{
	display:block;
	text-align:left;
	float:right;
	clear:right;
	width:396px;
	margin-left:17px;
	margin-bottom:17px;
	font-weight:bold;
}
.hc_options_container input{
	float:left;
	display:block;
	clear:left;
	margin:2px 10px 12Px 172px;
}
.hc_player.hc_player_empty .hc_pot,
.hc_player.hc_player_empty .hc_player_name,
.hc_player.hc_player_empty .hc_cards,
.hc_player.hc_player_empty .hc_odds,
.hc_player.hc_player_empty .hc_last_action
{
	visibility:hidden;
}

.hc_player_folds .hc_player_container{
	background-image:url('img/player_empty.png');
}
.hc_player_folds .hc_pot{
color:#856523;
}
.hc_player_folds .hc_player_name{
color:#a2a2a2;
}

.hc_player_folds .hc_last_action,
.hc_player_folds .hc_cards,
.hc_player_folds .hc_stack,
.hc_player_folds .hc_odds{
visibility:hidden;
}

.hc_player_name{
	color:#FFF;
	text-align:center;
	font-size:10px;
	position:absolute;
	margin-top:12px;
	font-weight:bold;
	width:87px;
	text-align:center;
	height:10px;
}
.hc_cards{
	width:90px;
	position:absolute;
	margin-top:-44px;
	margin-left:12px;
}
.hc_cards .card_small{
	float:left;
	margin-top:16px;
	margin-right:5px;
	margin-left:2px;
}
.hc_last_action{
visibility:hidden;
	color:#A2A2A2;
	text-align:center;
	margin-top:-2px;
	font-size:9px;
	height:10px;
}
.hc_player_container{
	background:url('img/player.png') no-repeat;
	width:87px;
	height:59px;
}
.hc_pot{
	position:absolute;
	color:#efaf2a;
	width:87px;
	text-align:center;
	font-size:11px;
	margin-top:17px;
}
/*
 * Player placement
 */
.hc_player_0{
	margin-left:179px;
	margin-top:45px;
}
.hc_player_1{
	margin-left:346px;
	margin-top:45px;
}
.hc_player_2{
	margin-left:490px;
	margin-top:70px;
}
.hc_player_3{
	margin-left:530px;
	margin-top:232px;
}
.hc_player_4{
	margin-left:490px;
	margin-top:363px;
}
.hc_player_5{
	margin-left:348px;
	margin-top:393px;
}
.hc_player_6{
	margin-left:180px;
	margin-top:393px;
}
.hc_player_7{
	margin-left:48px;
	margin-top:363px;
}
.hc_player_8{
	margin-left:0px;
	margin-top:232px;
}
.hc_player_9{
	margin-left:49px;
	margin-top:70px;
}
/*
 * Carte sur table
 */
.hc_table_cards{
	margin-left:129px;
	margin-top:86px;
}
.hc_table_cards .card_big{
	float:left;
	margin-right:7px;
}
.hc_game_part:active {
	background-position:0px 28px;
}
.hc_game_part:hover {
	background-position:0px -28px;
}
a{
	outline:none;
}
.hc_main_pot{
	color:#EFAF2A;
	height:24px;
	margin-left:158px;
	margin-top:49px;
	position:absolute;
	width:147px;
}
.hc_game_part{
	background:url('img/hc_button.png');
	display:block;
	float:left;
	color:#e8e8e8;
	width:69px;
	height:28px;
	line-height:28px;
	margin:10px 3px 0px 3px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}
.hc_action{
	display:block;
	width:47px;
	height:37px;
	float:right;
	background:url('img/game_actions.png');
			   margin-top:5px;
}
.hc_action.hc_previous{
	background-position:0px 74px;
}
.hc_action.hc_next{
	background-position:0px 148px;
}
.hc_action.hc_paused{
	background-position:0px -74px;
}
.hc_notify.bubble_right{
	background:url('img/action_tooltip_r.png');
}
.hc_notify{
	position:absolute;
	background:url('img/action_tooltip.png');
	width:130px;
	height:53px;
}
.hc_notify_container{
	color:#EDEDED;
	font-size:11px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
}
.hc_title_1{
	color:#000;
	font-weight:bold;
	margin:5px 0px;
	font-size:13px;
	border-bottom:1px solid #000;
}

/*
 * Version text
 */
.hc_text_action{
	min-height:18px;
	line-height:18px;
}
.hc_addition_info{
	float:right;
	text-align:right;
	margin-top:-18px;
}
.hc_text_main_player{
	color:red;
}
.hc_text_player{
	font-weight:bold;
}
.hc_text_action_name{
	font-style:italic;
}

/*
 * Cartes
 */
.card_big{
	background:url('img/cards_big.png');
	width:33px;
	height:48px;
}
.card_small{
	background:url('img/cards_small.png') no-repeat;
	width:26px;
	height:35px;
}
.card_big.cardb_back{
	background-position:0px 630px;
}
.card_small.card_back{
	background-position:0px -172px;
}
.card_small.card_fold{
	background-position:-28px -172px !important;
}
.card_big.cardb_fold{
	background-position:-40px -240px;
}

/*
	BIG
*/

/* Diamond */
.card_big.cardb_2D { background-position : 0px 0px; }

.card_big.cardb_3D { background-position : -40px 0px; }

.card_big.cardb_4D { background-position : -80px 0px; }

.card_big.cardb_5D { background-position : -120px 0px; }

.card_big.cardb_6D { background-position : -160px 0px; }

.card_big.cardb_7D { background-position : -200px 0px; }

.card_big.cardb_8D { background-position : -240px 0px; }

.card_big.cardb_9D { background-position : -280px 0px; }

.card_big.cardb_TD { background-position : -320px 0px; }

.card_big.cardb_JD { background-position : -360px 0px; }

.card_big.cardb_QD { background-position : -400px 0px; }

.card_big.cardb_KD { background-position : -440px 0px; }

.card_big.cardb_AD { background-position : -480px 0px; }

/* Heart */
.card_big.cardb_2H { background-position : 0px -60px; }

.card_big.cardb_3H { background-position : -40px -60px; }

.card_big.cardb_4H { background-position : -80px -60px; }

.card_big.cardb_5H { background-position : -120px -60px; }

.card_big.cardb_6H { background-position : -160px -60px; }

.card_big.cardb_7H { background-position : -200px -60px; }

.card_big.cardb_8H { background-position : -240px -60px; }

.card_big.cardb_9H { background-position : -280px -60px; }

.card_big.cardb_TH { background-position : -320px -60px; }

.card_big.cardb_JH { background-position : -360px -60px; }

.card_big.cardb_QH { background-position : -400px -60px; }

.card_big.cardb_KH { background-position : -440px -60px; }

.card_big.cardb_AH { background-position : -480px -60px; }

/* Clover */
.card_big.cardb_2S { background-position : 0px -120px; }

.card_big.cardb_3S { background-position : -40px -120px; }

.card_big.cardb_4S { background-position : -80px -120px; }

.card_big.cardb_5S { background-position : -120px -120px; }

.card_big.cardb_6S { background-position : -160px -120px; }

.card_big.cardb_7S { background-position : -200px -120px; }

.card_big.cardb_8S { background-position : -240px -120px; }

.card_big.cardb_9S { background-position : -280px -120px; }

.card_big.cardb_TS { background-position : -320px -120px; }

.card_big.cardb_JS { background-position : -360px -120px; }

.card_big.cardb_QS { background-position : -400px -120px; }

.card_big.cardb_KS { background-position : -440px -120px; }

.card_big.cardb_AS { background-position : -480px -120px; }

/* Spades */
.card_big.cardb_2C { background-position : 0px -180px; }

.card_big.cardb_3C { background-position : -40px -180px; }

.card_big.cardb_4C { background-position : -80px -180px; }

.card_big.cardb_5C { background-position : -120px -180px; }

.card_big.cardb_6C { background-position : -160px -180px; }

.card_big.cardb_7C { background-position : -200px -180px; }

.card_big.cardb_8C { background-position : -240px -180px; }

.card_big.cardb_9C { background-position : -280px -180px; }

.card_big.cardb_TC { background-position : -320px -180px; }

.card_big.cardb_JC { background-position : -360px -180px; }

.card_big.cardb_QC { background-position : -400px -180px; }

.card_big.cardb_KC { background-position : -440px -180px; }

.card_big.cardb_AC { background-position : -480px -180px; }

/*
	SMALL
*/

/* Diamond */
.card_small.card_2D { background-position : 0px 0px; }

.card_small.card_3D { background-position : -28.5px 0px; }

.card_small.card_4D { background-position : -57px 0px; }

.card_small.card_5D { background-position : -85.5px 0px; }

.card_small.card_6D { background-position : -114px 0px; }

.card_small.card_7D { background-position : -142.5px 0px; }

.card_small.card_8D { background-position : -171px 0px; }

.card_small.card_9D { background-position : -199.5px 0px; }

.card_small.card_TD { background-position : -228px 0px; }

.card_small.card_JD { background-position : -256.5px 0px; }

.card_small.card_QD { background-position : -285px 0px; }

.card_small.card_KD { background-position : -313.5px 0px; }

.card_small.card_AD { background-position : -342px 0px; }

/* Heart */
.card_small.card_2H { background-position : 0px -43px; }

.card_small.card_3H { background-position : -28.5px -43px; }

.card_small.card_4H { background-position : -57px -43px; }

.card_small.card_5H { background-position : -85.5px -43px; }

.card_small.card_6H { background-position : -114px -43px; }

.card_small.card_7H { background-position : -142.5px -43px; }

.card_small.card_8H { background-position : -171px -43px; }

.card_small.card_9H { background-position : -199.5px -43px; }

.card_small.card_TH { background-position : -228px -43px; }

.card_small.card_JH { background-position : -256.5px -43px; }

.card_small.card_QH { background-position : -285px -43px; }

.card_small.card_KH { background-position : -313.5px -43px; }

.card_small.card_AH { background-position : -342px -43px; }

/* Clover */
.card_small.card_2S { background-position : 0px -86px; }

.card_small.card_3S { background-position : -28.5px -86px; }

.card_small.card_4S { background-position : -57px -86px; }

.card_small.card_5S { background-position : -85.5px -86px; }

.card_small.card_6S { background-position : -114px -86px; }

.card_small.card_7S { background-position : -142.5px -86px; }

.card_small.card_8S { background-position : -171px -86px; }

.card_small.card_9S { background-position : -199.5px -86px; }

.card_small.card_TS { background-position : -228px -86px; }

.card_small.card_JS { background-position : -256.5px -86px; }

.card_small.card_QS { background-position : -285px -86px; }

.card_small.card_KS { background-position : -313.5px -86px; }

.card_small.card_AS { background-position : -342px -86px; }

/* Spades */
.card_small.card_2C { background-position : 0px -129px; }

.card_small.card_3C { background-position : -28.5px -129px; }

.card_small.card_4C { background-position : -57px -129px; }

.card_small.card_5C { background-position : -85.5px -129px; }

.card_small.card_6C { background-position : -114px -129px; }

.card_small.card_7C { background-position : -142.5px -129px; }

.card_small.card_8C { background-position : -171px -129px; }

.card_small.card_9C { background-position : -199.5px -129px; }

.card_small.card_TC { background-position : -228px -129px; }

.card_small.card_JC { background-position : -256.5px -129px; }

.card_small.card_QC { background-position : -285px -129px; }

.card_small.card_KC { background-position : -313.5px -129px; }

.card_small.card_AC { background-position : -342px -129px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	   .hc_main_pot { 
		   margin-top:135px;
	  }
}
.hand_converter_player a{
	display:block;
	width:615px;
	height:530px;
}
.hc_player_0 .hc_dealer,
.hc_player_1 .hc_dealer{
	margin-left:38px;
	margin-top:80px;
}
.hc_player_2 .hc_dealer{
	margin-left:-2px;
	margin-top:84px;
}
.hc_player_3 .hc_dealer{
	margin-top:-20px;
	margin-left:-15px;
}
.hc_player_4 .hc_dealer{
	margin-top:-64px;
}
.hc_player_5 .hc_dealer,
.hc_player_6 .hc_dealer{
	margin-top:-64px;
	margin-left:34px;
}
.hc_player_7 .hc_dealer{
	margin-top:-64px;
	margin-left:59px;
}
.hc_player_8 .hc_dealer{
	margin-left:81px;
	margin-top:-20px;
}
.hc_player_9 .hc_dealer{
	margin-top:84px;
	margin-left:53px;
}
.hc_dealer{
	width:22px;
	height:18px;
	background:url('img/dealer.png');
	position:absolute;
}
