﻿.container {
    margin-bottom: 10px;
}

.container h1 {
    padding: 0 0 10px 0;
}

.details {
	padding: 10px;
}

.recycle {
    padding: 15px 10px 15px 15px; 
    margin-top: 10px;
    border-bottom: solid 1px #cccccc;
    background: transparent url('/Projects/Recycling/Assets/bg_recycling.gif') no-repeat left top;
}

#marketingcontent h2 {
    font-size: 18px;
}

.recycle ul {
    padding: 110px 0 10px 0;
}

.recycle ul li {
    list-style-type: none;
    float: left;
    width: 101px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/**** Earth Day Menu Bar ****/
#earthdayMenu {
	width: 960px;
	height: 56px;
	clear: both;
	background: url(/Projects/EarthDay/Assets/sprite_otherpagesbtn.gif) no-repeat 0px 0px;
	margin-bottom: 10px;
}

#earthdayMenu .btn {
	height: 40px;
	float: left;
	margin: 8px 0px 0px 10px;
}

#earthdayMenu a, #earthdayMenu a:hover, #earthdayMenu a:active, #earthdayMenu a:visited {
	color: #fff;
	text-decoration: none;
}

#earthdayMenu .btn_Left {
	width: 8px;
	height: 40px;
	float: left;
	background: url(/Projects/EarthDay/Assets/sprite_otherpagesbtn.gif) no-repeat 0px -60px;	
}

#earthdayMenu .btn_Right {
	width: 9px;
	height: 40px;
	float: left;
	background: url(/Projects/EarthDay/Assets/sprite_otherpagesbtn.gif) no-repeat -10px -60px;	
}

#earthdayMenu .btn_Mid {
	height: 31px;	/* 40px */
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 9px 20px;
	background: url(/Projects/EarthDay/Assets/sprite_otherpagesbtn.gif) no-repeat 0px -105px;	
}

#tradeInMsg {
	border: 1px solid #ccc;
	margin: 10px 0px;
	padding: 20px;
}

#tradeInMsg ul {
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

#tradeInMsg li {
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}
