/* div */
#dailyDeal {
	max-width: 286px;
	background-color: #111111;
	#float:left;
	left:743px;
	height:282px;
	margin-left: 19px;
	color:#fff;
	position:relative;
	/* -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; */
}
/* classes */
.deal{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}


.tGame{ /* game title */
	/*text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 33px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	line-height: 0.5;
	text-transform: uppercase;*/
	background: none repeat scroll 0 0 #1e1e1e;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 33px;
    padding:5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: -1;
}
.tGamehe{ 
	background: none repeat scroll 0 0 #1e1e1e;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 29px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    text-align: left !important;
    text-transform: uppercase;
    z-index: -1;
}
.iGame{ /* game image */
	height:175px;
	position:relative;
}
.iGame img{
	margin:-3px 0 auto;
}
.bGame{
	background: #1e1e1e;
	overflow: hidden;
	height: 45px;
	position:relative;
	border-bottom:1px solid #000;
}
.offGame{ /* % OFF */
	background: #00b7ea; /* Old browsers */
	background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
	padding: 4px;
	font-weight: bold;
	float:right;
	font-size: 20px;
	text-transform: uppercase;
	padding: 6px;
}
.dailyPrice{ /* Price on Daily Deal */
	position: absolute;
	float: left;
	background: #111111;
	bottom: 10px;
	right: 10px;
	font-size: 19pt;
}
.dealPrice{
	font-size:20px;
	float:right;
	padding:6px;
}
.dailyPricehe{ /* Price on Daily Deal */
    background: none repeat scroll 0 0 #111111;
    bottom: 10px;
    float: left;
    font-size: 20px;
    position: absolute;
    right: 10px;
}
.bNav{
	position:relative;
	background:#1e1e1e;
	height:20px;
}
.bNav.hebrew{
	height:25px;
}
.bNav.hebrew .prev, .bNav.hebrew .next{
	height:15px;
	padding:5px;
}
.bNav.hebrew .prev img, .bNav.hebrew .next img{
	position:relative;
	top:1px;
}
.prev, .next{
	background: #313131;
	padding: 1px 6px;
	text-transform:uppercase;
	user-select:none;
}
.next img{
	margin-left:5px;
}
.prev img{
	margin-right:5px;
}
.next{
	display: block;
	float: right;
	text-align: right;
	position:absolute;
	right:0;
	top:0;
	border-left:1px solid #000;
}
.next:hover{
	cursor:pointer;
}
.prev{
	display: block;
	position:absolute;
	left:0;
	top:0;
	border-right:1px solid #000;
}
.prev:hover{
	cursor:pointer;
}
.hide{
	display:none;
}
/* .pricing{
	left: -49px;
    position: relative;
    top: -31px;
} */
.dealGameTitle {
	float: left;
	margin: 10px;
	font-size: 15pt;
	height:25px;
	overflow:hidden;
	position:relative;
	max-width:200px;
}
.dailyTimeLeft {
	font-size:15pt;
	line-height:1.2;
	color:#aaa;
	min-width:52px;
	text-align:center;
}
.dealGameBuyBtn{
	float:right;
	background: rgb(123,240,18);
	background: -moz-linear-gradient(top, rgba(123,240,18,1) 0%, rgba(8,127,5,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,240,18,1)), color-stop(100%,rgba(8,127,5,1)));
	background: -webkit-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background: -o-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background: linear-gradient(to bottom, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bf012', endColorstr='#087f05',GradientType=0 );
	font-size:18px;
	margin:8px;
	padding:4px 10px;
	text-transform:uppercase;
}
.bGame>a{
	color:#ddd;
}
.bGame>a:hover{
	color:#fff;
}
.fadeOut{
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:60%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(30,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1e1e1e',GradientType=1 ); /* IE6-9 */
}
.dailyDm{
	position:absolute;
	left:10px;
	bottom:10px;
	width:25px;
	background:#1e1e1e;
	padding:5px;
}
.dailyDm img{
	width:100%;
	height:100%;
}