.offeritem {
	width: 656px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #ccc;
	
}
#offerimg {
	float: left;
	margin-right: 20px;
}
#offerimg img {
	/* border: 1px solid #cccccc; */
}
#offerright {
	padding-top: 35px;
}
#offerright p {
	margin:0px;
}
#offertitle {
	font-weight: bold;
	width: 90%;
	margin-bottom: 5px;
}
#offerdesc {
	margin-bottom: 5px;
}
#offeraction {
}
#offerhr {
	width: 636px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.spendit_price_dis {
	float: left;
	font-size: 1.2em;
}
.spendit_price_org {
	margin-left: 50px;
	color:#8e8e8e;
}


.suboffer {
	margin: 0 2% 10px 2%;
	padding:1% 8%;
	width: 80%;
	background-color:#ededed;
}
.suboffertitle {
	font-size: 1.5em;
	margin-bottom:15px;
	line-height:1.3em;
	
	color: #F47904;
}
.subofferdesc {
	font-size: 1.1em;
	line-height:1.3em;
}



#offerdetails_container {
	width: 656px;
	margin-left: 0px;
}
#offerdetails_img {
	float: right;
	margin-left: 20px;
}
#offerdetails_title {
	color: #000000;
	font-size: 1.35em;
	font-weight: normal;
	display:table-cell;
	vertical-align:middle;
	height: 80px;
	width: 450px;
}
#offerdetails_img2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#offerdetails_btn {
	display:table-cell;
	vertical-align:middle;
	height: 200px;
	width: 350px;
}
#offerdetails_detail {
	margin-bottom: 20px;
	margin-top: 20px;
}
#offerdetails_date {
	margin-top: 20px;
	margin-bottom: 20px;
}
#offerdetails_address {
	margin-bottom: 20px;
}
#shadow {
	width:100%;
	height:24px;
	background-image: -moz-linear-gradient(top,#ededed,#FFFFFF);
	background-image: -ms-linear-gradient(top,#ededed,#FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ededed), color-stop(1,#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#FFFFFF', GradientType=0);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}




.spendit_main_label {
	float: left;
	width: 70%;
}

.spendit_main_price {
	/*float: right;*/
	position:absolute;
	right:5px;
	bottom:5px;
	width: 32%;
	padding-right:5px;
	text-align: right;
}
.spendit_main_price_org {
	color: #cccccc;
	text-decoration:line-through;
}
.spendit_main_price_dis {
	color: #ffffff;
}