/* @override http://172.18.54.110/pages/en/recycle/assets/css/recycle.css */

#content h1 {
	width: 778px;
	height: 265px;
	background: url(../images/recycle-h1.png) no-repeat;
	margin: 0 0 20px 0;
}
#recycle h2 {
	background-image: url(../images/recycle-h2.png);
	width: 510px;
	height: 113px;
	margin-left: 24px;
	margin-bottom: 22px;
}
#recycle #recycleLogo {
	float: right;
	margin: -60px 10px 20px 0;
}
#content p {
	margin-left: 25px;
	margin-right: 25px;
}
#instructions {
	color: #ffffff;
	position: relative;
	width: 710px;
	margin: 30px 24px;
}
#instructions h3 {
	width: 710px;
	height: 46px;
	background: transparent url(../images/recycle-instructions-h3.png);
	margin: 0;
}
#instructions img {
	position: absolute;
	top: -16px;
	left: -16px;
}
#instructions ol {
	width: 710px;
	background: url(../images/recycle-instructions-ol-bg.png) no-repeat 0 bottom;
	margin: 0;
	padding: 15px 0 5px;
}
#instructions ol li {
	font-size: 12px;
	width: 510px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: 0 0 10px 180px;
	text-transform: uppercase;
}
.first, .second, .third {
	position: absolute;
	left: -25px;
	width: 19px;
	height: 19px;
	text-indent: -10000px;
}
.first {
	background: url(../images/recycle-ol-1.png) no-repeat;
}
.second {
	background: url(../images/recycle-ol-2.png) no-repeat;
}
.third {
	background: url(../images/recycle-ol-3.png) no-repeat;
}
.button {
	display: block;
	text-indent: -10000px;
}

.button:hover {
	background-color: transparent !important;
}
.learnMore {
	display: block;
	height: 20px;
	background-image: url(../../../../../assets/en/images/button-learnMore.png);
	width: 111px;
	margin: 20px 0 0 24px;
}
.learnMore:hover {
	background-position: 0 -20px;
}