﻿.clear
{
	height: 10px;
}

/************************
* Recycling				*
************************/
.recyclable
{
	margin: 0px auto 20px auto;
	border: 1px solid #E7F3D9;
	
}

.recyclable caption
{
		font-family: Century Gothic, Arial, Serif;
	background: #9FE793;
	color: #333;
	font-size: 1.5em;
	padding: 5px 0px;
}

.recyclable th
{
	border: 1px solid #E7F3D9;
	padding: 0px;
	font-size: 1.5em;
	padding: 4px 0px;
	font-weight: bold;
	font-family: Century Gothic, Arial, Serif;
}

.recyclable td
{
	width: 170px;
	padding: 5px 0px 0px 10px;
	background: #E7F3D9;
}

.recyclable .alt
{
	
}

#rightcol .recyclable ul
{
	list-style-type:none;
	list-style-image: none;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

#rightcol .recyclable ul li
{
	background: url(images/recycle.png) no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
}

.nonrecyclable
{
	margin: 0px auto 20px auto;
	border: 1px solid #F3E7D9;
}

.nonrecyclable caption
{
		font-family: Century Gothic, Arial, Serif;
	background:  #E77373;
	color: #fff;
	font-size: 1.5em;
	padding: 5px 0px;
}

.nonrecyclable th
{
	padding: 0px;
	font-size: 1.5em;
	padding: 4px 0px;
	font-weight: bold;
	font-family: Century Gothic, Arial, Serif;
	border: 1px solid #F3E7D9;
}


.nonrecyclable td
{
	width: 170px;
	padding: 5px 0px 0px 10px;
	background: #F3E7e7;
}

#rightcol .nonrecyclable ul
{
	list-style-type:none;
	list-style-image: none;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}

#rightcol .nonrecyclable ul li
{
	background: url(images/norecycle.gif) no-repeat;
	padding-left: 18px;
	margin-bottom: 3px;
}
