
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin:0;

	padding:0;

	border:0;

	font-size:100%;

	vertical-align:baseline;

}

a{
	text-decoration: none;
	color: #06C;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 20px;
}

.clear{
	clear: both;	
}

.page{
	width: 720;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
	text-align: center;
}

.dealer-cards .card, .player-cards .card {
	margin-left: 5px;
}

.dealer-cards .card:first-child, .player-cards .card:first-child{
	margin-left: 0;
}

 .new-cards .card:first-child{
	margin-left: 5px;
}

.dealer-cards, .player-cards{
	padding: 10px;
	/*width: 164px;*/
	margin: 0 auto;
}

.dealer-total, .player-total{
	/*margin-top: 10px;*/
    float:right;
    text-align:left;
}
.Head {
    text-align: center;
    font-size: 16px;
    background-color: #0a94dd;
    padding: 4px;
    color: white;
}

 .buttons{
	width: 50%;
	/*margin: 20px auto 0 auto;*/
float:right;
text-align:right;
 }

.flipped{
	background-position: -158px -492px !important;
}


.btn {
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	display: inline-block;
	color: white;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	background-color: #A9014B;
	border-style: none;
	text-align: center;
	overflow: visible;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 7px;
	height: 30px;
	width: 100px;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
margin-right:5px;
}
 
.btn:hover,
.btn:focus {
	background-position: 0 -50px;
	color: white;
	background-color: #c90059;
}
 
.btn:active {
	background-color: #7c0d3e;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: none;
}

.card {
    background-image: url(images/cards.png);
    float: left;
    height: 123px;
    width: 79px;
}

.message{
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
    height: 30px;
    background-color: #0a94dd;
    color: #fff;
    padding-top: 10px;
}

.dealer-total{
	visibility: hidden;
}

.DealerArea {

background-color: #e8ecec;
}
.PlayerArea {
background-color: #d5d3e0;
}
/* Clubs */
.ace-of-clubs{
	background-position: 0 0;	
}

.two-of-clubs{
	background-position: -79px 0;	
}

.three-of-clubs{
	background-position: -158px 0;	
}

.four-of-clubs{
	background-position: -237px 0;	
}

.five-of-clubs{
	background-position: -316px 0;	
}

.six-of-clubs{
	background-position: -395px 0;	
}

.seven-of-clubs{
	background-position: -474px 0;	
}

.eight-of-clubs{
	background-position: -553px 0;	
}

.nine-of-clubs{
	background-position: -632px 0;	
}

.ten-of-clubs{
	background-position: -711px 0;	
}

.jack-of-clubs{
	background-position: -790px 0;	
}

.queen-of-clubs{
	background-position: -869px 0;	
}

.king-of-clubs{
	background-position: -948px 0;	
}




/* Spades */
.ace-of-spades{
	background-position: 0 -123px;	
}

.two-of-spades{
	background-position: -79px -123px;	
}

.three-of-spades{
	background-position: -158px -123px;	
}

.four-of-spades{
	background-position: -237px -123px;	
}

.five-of-spades{
	background-position: -316px -123px;	
}

.six-of-spades{
	background-position: -395px -123px;	
}

.seven-of-spades{
	background-position: -474px -123px;	
}

.eight-of-spades{
	background-position: -553px -123px;	
}

.nine-of-spades{
	background-position: -632px -123px;	
}

.ten-of-spades{
	background-position: -711px -123px;	
}

.jack-of-spades{
	background-position: -790px -123px;	
}

.queen-of-spades{
	background-position: -869px -123px;	
}

.king-of-spades{
	background-position: -948px -123px;	
}



/* Hearts */
.ace-of-hearts{
	background-position: 0 -246px;	
}

.two-of-hearts{
	background-position: -79px -246px;	
}

.three-of-hearts{
	background-position: -158px -246px;	
}

.four-of-hearts{
	background-position: -237px -246px;	
}

.five-of-hearts{
	background-position: -316px -246px;	
}

.six-of-hearts{
	background-position: -395px -246px;	
}

.seven-of-hearts{
	background-position: -474px -246px;	
}

.eight-of-hearts{
	background-position: -553px -246px;	
}

.nine-of-hearts{
	background-position: -632px -246px;	
}

.ten-of-hearts{
	background-position: -711px -246px;	
}

.jack-of-hearts{
	background-position: -790px -246px;	
}

.queen-of-hearts{
	background-position: -869px -246px;	
}

.king-of-hearts{
	background-position: -948px -246px;	
}


/* Diamonds */
.ace-of-diamonds{
	background-position: 0 -369px;	
}

.two-of-diamonds{
	background-position: -79px -369px;	
}

.three-of-diamonds{
	background-position: -158px -369px;	
}

.four-of-diamonds{
	background-position: -237px -369px;	
}

.five-of-diamonds{
	background-position: -316px -369px;	
}

.six-of-diamonds{
	background-position: -395px -369px;	
}

.seven-of-diamonds{
	background-position: -474px -369px;	
}

.eight-of-diamonds{
	background-position: -553px -369px;	
}

.nine-of-diamonds{
	background-position: -632px -369px;	
}

.ten-of-diamonds{
	background-position: -711px -369px;	
}

.jack-of-diamonds{
	background-position: -790px -369px;	
}

.queen-of-diamonds{
	background-position: -869px -369px;	
}

.king-of-diamonds{
	background-position: -948px -369px;	
}

.bet{
	width: 50px;
	margin: 0 auto;
	height: 40px;
}

.betting-area{
	width: 50%;
    float:left;
	/*margin: 20px auto 20px auto;*/
}

.betting-area #more{
	float: left;
	width: 50px;
    margin-right:3px;
}

.betting-area #less{
	float: left;
	width: 50px;
}
.BettingControl {
background-color:#0a94dd;
padding:15px;
color:#fff;
height:30px;

}
.money{
	color: #fff;
	font-size: 21px;
}
