/* Merchant BODY CSS */
body {
	color: #000;
}
header, footer { background-color:transparent !important; }
section#section {
	background: none;
	/* Will not need to fix width here. */
}

#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes */
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #000;
}
.total_color {
	color: #000;
	font-weight: bold;
}

#egg-logo {
 margin-top: 25px;
}

/* Post Payment Page Heading */
#cancel_message h2, #failure_message h2 {
	color: red;
}
#success_message h2 {
	color: #000;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #ccc;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #fff;
}
.block_title {
	color: #fff;
	background: #35322F;
}
.block_container {
	border-color: #35322F;
	background: #aeaeae;
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #000;
	background-color: #000;
	color: #fff;
}
.or {
	color: #fff;
	background: #000;
}

/* Card Value Button CSS */
.value_item {
	border: 1px solid #000;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #000!important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #000;
}

/* Forward Button CSS */
.btn_checkout {
	background: #000;
	color:#fff;
	border-color:#999;
}
.btn_checkout:hover {
	background-color:#999;
	color: #fff;
}

/* Steps Block CSS */
#offer-steps {
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #ccc;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #000;
}
#offer-steps .selected .circle {
	background: #000;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #dfdfdf
}

/* Eggspectation custom*/
.linkfooter {
	text-align: center;
	font: normal normal normal 13px/1.2em 'open sans', sans-serif;
	color: #AAAAAA;
	padding: 0px 2px;
	margin: 3px 10px 0px 10px;
	text-decoration: none;
}
#terms .container{
	padding-left:10px;width:880px;height:900px;
}