* {
	padding: 0;
	margin: 0;
	border: none;
}

a {
	outline: 0;
}

.dealply_container {
	/* display: block; */
	/* display: block; */
	/* width: 100%; */
	/* width: 100%; */
	position: relative;
	/* padding: 0px; */
	/* padding: 0px; */
	/* height: 160px; */
	/* height: 160px; */
	/* overflow: hidden; */
	/* overflow: hidden; */
	background-color: inherit;
	/* min-width: 1470px; */
	/* max-width: 1470px; */
	/* margin: 0 auto; */
	/* position: relative; */
	z-index: 3;
	height: 160px;
	/* overflow: hidden; */
	/* padding: 0 5px; */
}

.powered_by {
	position: absolute;
	top: 10px;
	right: -48px;
}

#dealplySuspend {
	right: 41px;
	display: none;
	z-index: 9999999999999999999999999;
	position: absolute;
	top: 37px;
	height: 121px;
	background-repeat: no-repeat;
	background-color: rgb(249, 249, 249);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	border: 1px solid #dadada;
	font-family: arial;
	box-shadow: -1px 1px 2px rgb(202,202,202);
	width: 280px;
}

div#dealplySuspendsElementsWrapper {
	height: 64px;
}

div#dpSupportLink {
	/* position: relative; */
	top: 0;
	left: 0px;
	font-size: 11px;
	/* font-family: arial; */
	/* float: right; */
	display: inline-block;
	margin-left: 23px;
	margin-right: 10px;
}

.header-block {
	display: none;
}

.offer_block {
	width: 300px;
	height: 160px;
	overflow: visible;
	display: block;
}



div.offer_block0 {
	/*padding-left: 5px;*/
}

div.offers_wrapper {
	height: 160px;
	overflow: hidden;
	width: 1200px;
	display: inline-block;
}

div.middle {
	min-width: 1235px;
	max-width: 1235px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	height: 160px;
	/*overflow: hidden;*/
	padding: 0 5px;
}

#dpDealBoxTmplt {
	display: none;
}

.offer_img {
	height: 160px;
	width: 160px;
	display: inline-block;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border: none;
	float: left;
}

img.prod_image {
	width: 160px;
	height: 160px;
	display: inline-block;
	float: left;
	margin: auto;
	background-color: white;
	padding: 0px;
	border: 0px solid #cccccc;
	position: relative;
	top: 0px;
	left: 2px;
}

img.logo {
	max-width: 115px;
	height: 25px;
	display: block;
	padding-top: 8px;
	background-color: transparent;
	position: relative;
	left: 10px;
	top: 3px;
}

.price {
	font-size: 23px;
	font-family: arial;
	color: #000000;
	font-weight: BOLD;
	margin-top: 25px;
	display: inline-block;
	float: left;
	position: relative;
	left: 10px;
	top: 0px;
	min-width: 120px;
}

.retailerTitle {
	display: none;
}

.prod_desc {
	position: relative;
	font-size: 11px;
	font-family: arial;
	min-width: 120px;
	height: 49px;
	padding-top: 6px;
	line-height: 16px;
	letter-spacing: 0.002em;
	color: #0032B1;
	text-decoration: underline;
	overflow: hidden;
	margin: 0px;
	left: 10px;
	display: inline-block;
	max-width: 120px;
}

.offers_ul li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right:2px;
	position:relative;
	top:0;
	left:0;
}
.offerHover {
	top:0;
	right:0;
	left:0;
	bottom:0;
	cursor:pointer;
	position: absolute;
	width: 300px;
}
.offerHover:hover {
	background-color: #d7f2fc;
	opacity:0.4;
}
div.sideBorder {
	height: 160px;
	border-left: 1px solid #e4e2e2;
	display: inline-block;
	position: relative;
	z-index: 5;
	float: left;
	top: -140px;
	right: -140px;
}

.copyright {
	font-size: 11px;
	font-family: arial;
	color: #777676;
	display: table-row-group;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #ffffff;
	height: 17px;
	position: absolute;
	top: 160px;
	line-height:14px;
	right: -1px;
	border-radius: 0px 0px 0px 6px;
	-moz-border-radius: 0px 0px 0px 6px;
	-webkit-border-radius: 0px 0px 0px 6px;
}

span.powered_by_txt {
	margin-left: 6px;
}

.legalLink {
	/* position: absolute; */
	/* right: 0; */
	cursor: pointer;
	/* top: 15px; */
	text-decoration: underline;
}

div#dealplySettings {
	background: url(/resources/eden/green/pushedStripFixed/settings.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	bottom: 1px;
}

	div#dealplySettings:hover {
		background: url(/resources/eden/green/pushedStripFixed/settings_hover.png) no-repeat;
	}

div#dealplyCloseButton {
	background: url(/resources/eden/green/pushedStripFixed/cancel.png) no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	bottom: 35px;
	right: 0;
}

	div#dealplyCloseButton:hover {
		background: url(/resources/eden/green/pushedStripFixed/cancel_hover.png) no-repeat;
	}

div#dealplySuspendButton {
	color: #595858;
	cursor: pointer;
	height: 30px;
	display: block;
	/* background: url(/resources/TopBar900/apply_button.svg) no-repeat; */
	background-color: #DFF1FB;
	/* position: relative; */
	top: 64px;
	left: 11px;
	width: 108px;
	text-align: center;
	/* transform: translateY(-40%); */
	/* padding-top: 13px; */
	font-family: arial;
	font-weight: bold;
	margin-left: 15px;
	font-size: 12px;
}

	div#dealplySuspendButton:hover {
		background-color: #BAE3F7;
	}

	div#dealplySuspendButton span {
		padding-top: 9px;
		display: block;
	}

.heading span {
	color: #626362;
	font-family: arial;
	font-size: 15px;
	display: block;
	/* margin-bottom: 5px; */
	position: absolute;
	top: 5px;
	left: 30px;
}

form#suspend {
	display: inline-block;
	position: relative;
	top: 32px;
	left: 12px;
}

	form#suspend div {
		display: inline-block;
	}

	form#suspend input {
		border: none;
		outline: none;
		display: none;
	}

	form#suspend label {
		cursor: pointer;
		font-family: arial;
		font-size: 12px;
		color: #706f6f;
		text-transform: capitalize;
	}

		form#suspend label span {
			background: url(/resources/TopBar900/radio_buttons.svg) 2px 0px no-repeat;
			height: 20px;
			width: 24px;
			display: inline-block;
			vertical-align: middle;
		}

#dealplySuspend input[type="radio"]:checked + label span {
	background: url(/resources/TopBar900/radio_buttons_hover.svg) 2px 0px no-repeat;
}

div#closeSuspendWidget {
	display: none;
}

div#dpSuspendUninstall {
	font: 11px arial;
	color: #626362;
	/* margin-left: 15px; */
	/* margin-top: 1px; */
	position: relative;
	top: 6px;
	left: 14px;
	/* float: left; */
	display: inline-block;
	clear: both;
	/* overflow: auto; */
	width: 240px;
}

div#dpInfoButton {
	display: none;
}

div#dealplySuspandForTextPanel {
	position: absolute;
	top: 43px;
	left: 16px;
	display: none;
}

#dealplySuspandForTextPanel span {
	cursor: pointer;
	font-family: arial;
	font-size: 13px;
	color: #626362;
	vertical-align: middle;
	height: 16px;
}

#dealplySuspendsElementsWrapper > span {
	color: #595858;
	font-family: arial;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 9px;
	left: 13px;
	font-weight: bold;
}

div#dealplySuspend:after {
	content: '';
	background: url(/resources/TopBar900/triangle.png) no-repeat;
	position: absolute;
	right: -9px;
	top: 97px;
	width: 11px;
	height: 15px;
}


span.powered_by_link {
	margin-right: 6px;
	/* display: none; */
	position: relative;
	/*bottom: 51px;*/
	right: -1px;
	height: 25px;
	padding: 50px 0;
}

ul.offers_ul {
	display: inline-block;
	position: relative;
	width: 3220px;
	overflow: hidden;
	height: 160px;
	margin-left: 0;
}

a.next-button {
	display: inline-block;
	width: 13px;
	position: relative;
	left: 15px;
	bottom: 67px;
	height: 25px;
	padding: 67px 0;
}

	a.next-button img {
		width: auto;
		height: 25px;
	}

a.back-button {
	display: inline-block;
	width: 13px;
	position: relative;
	bottom: 67px;
	right: 15px;
	height: 25px;
	padding: 67px 0;
}

	a.back-button img {
		width: auto;
		height: 25px;
	}

.copyright p {
	display: table-row;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 2px;
}

#dealplySettingButton:HOVER {
	background: url(/resources/eden/green/pushedStripFixed/settings_hover.png) no-repeat 0 0;
}

div#dealply_container_wrapper {
	background-color: rgb(255, 255, 255);
	height: 160px;
	border-bottom: 1px solid #e4e2e2;
}

span#legal_wrapper {
	display: table-cell;
	padding: 2px 8px;
}
