.ievenp .arrow-in{
	position: absolute;
	right: -5px;
	top: -5px;
	font-size:100%;
	opacity:0.9;
}

.Dealsp .arrow-in, .Dealsp .label-warning{
	position:absolute;
	right:0;
	top: -5px;
	font-size:100%;
	opacity:0.9;
}

.deals_list a:hover{
	text-decoration:none;
}

.ievenp{
	margin-bottom:15px;
	background:#FFF !important;
	margin-left:-7px !important;
	margin-right:-7px !important;
	color:#000;
	-webkit-box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.Dealsp .desc{
	height:36px;
	overflow:hidden;
	clear: both;
}
.Dealsm{
	padding-left:7px;
	padding-right:7px;
    min-height: 400px;
}
.Dealsp:hover{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.6);
}
.Dealsp{
    xmin-height: 400px;
	max-width:100%;
	padding:10px;
	padding-top: 4px;
	display:block;
	margin-bottom:15px;
	background:#FFF !important;
	color:#000;
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.Dealsm .fxbotm{

	background-color:rgba(0,0,0,0.99);
	color:#fff;
	clear:both;
	padding:2px 6px;
	margin-left: -10px;
    margin-right: -10px;
}

.DealCoverc{
	position:relative;
	float:left;
	
    margin-left: -10px;
    margin-right: -10px;
}

.eventImg{
	width:100% !important;
	height:200px !important;
	margin-bottom:5px !important;
}

.DealCover{
	width:100% !important;
	height:auto !important;
	#margin-bottom:8px !important;
}
.dealhead{
	margin:5px 0;
    font-weight:bold;
    font-size:14px;
}
.fxhead{
	float: left;
	margin-bottom:10px;
	display: block;
	width: 100%;
}