@charset "utf-8";
/* CSS Document */


#subhead {
	position:relative;
	padding-top: 15px;
	background: url('../images/recycling/recycling_header2.jpg') 7px 275px no-repeat; 
}

#subhead #main {
	position: relative;
	width:945px;
	padding: 0.5em 1em 4em 0em;
	margin-right:.5em;
	overflow: hidden;
	background: url('../images/recycling/recycling_middle.gif') bottom right no-repeat;
	}
#subhead #main img.subrecycle {
	padding-bottom: 10px;
}
#subhead #main .menu{
	float:left;
	width:176px;
	padding-left:10px;
}
#subhead #main .menu ul{
	list-style-type:none;
}
#subhead #main .menu ul li{
	background:url(../images/recycling/menu_inactive.png) left top no-repeat;
	padding-bottom:2px;
	margin-top:2px;
	line-height:34px;
	padding-left:15px;
}
#subhead #main .menu ul li.active{
	background:url(../images/recycling/menu_active.png) left top no-repeat;
}
#subhead #main .menu ul li a{
	color:#273691;
}
#subhead #main .menu ul li.active a{
	color:#fff;
	font-weight:bold;
}
#subhead #main .leftcolumn {
	float: left;
	width:300px;
	padding-left:25px;
	
}
#subhead #main .rightcolumn {
	float: left; 
	padding-top: 40px;
	padding-left:40px;
	width:320px;
	}
#subhead #main #mainContent{
	width:720px;
	padding-left:30px;
	overflow:hidden;
}
#subhead #main #mainContent .title{
	padding-bottom:10px;
}
#subhead #main #mainContent .location{
	width:331px;
	height:314px;
	overflow:hidden;
	background:url(../images/recycling/location_bg.gif) left top no-repeat;
	padding:15px 0px 0px 15px;
	float:left;
}
#subhead #main #mainContent .location .head{
	font-size:15px;
}
.recrightmenu {
	float: right; 
	margin-right: 10px; 
	padding-top: 26px;
	font-size: 11px;
	text-transform: lowercase;
}

.bottomimg {
	margin-top: 1em; padding-bottom: 2em;
}
.green_bg{
	background-color:#009933;
	color:#fff;
	padding:1px 2px;
	text-decoration:none;
}
#equipments{
	width:100%;
	display:none;
	overflow:hidden;
}
#equipments ul{
	width:100%;
	overflow:hidden;
	list-style-type:none;
}
#equipments ul li{
	width:146px;
	height:130px;
	float:left;
	background:url(../images/recycling/equipment/bg.png) left top no-repeat;
	padding-bottom:20px;
	margin-right:8px;
	text-align:center;
	cursor:pointer;
}
#equipments ul li img{
	margin-top:20px;
}
#equipments ul li p{
	text-align:center;
	color:#333;
	padding-top:8px;
	margin-bottom:0px;
}
#popup_for_cbox{display:none;}
#popup{
	width:393px;
	height:467px;
	padding-top:150px;
	padding-left:50px;
	background:url(../images/recycling/equipment/popup.png) left top no-repeat;
}
#popup_close{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	right:0px;
	top:0px;
}
#popup .head{font-size:20px;color:#0055A4;font-weight:bold;}
#popup .notice{font-size:12px;color:#F47B20;}
#popup ul{list-style-type:none;}
#popup ul li{width:100%;overflow:hidden;margin-bottom:2px;}
#popup ul li label{width:120px;float:left;}
.text{font-size:12px;padding:2px 2px;font-family:Arial, Helvetica, sans-serif;border:1px solid #ccc;width:200px;}
.short{width:100px;}
.actions{font-size:13px;background-color:#0055A4;line-height:20px;padding:3px 6px;color:#fff;}
div.popup{
	width:360px;
	height:250px;
	overflow:hidden;
	border:1px solid #ccc;
	padding:20px 10px;
	display:none;
	position:absolute;
	z-index:100;
	background-color:#fff;
}
div.popup img.left{margin-top:30px;}
div.popup div.left{width:250px;}
.left{float:left;}
.hide{display:none;}