﻿@charset "utf-8";
/* CSS Document */
/*right*/
#right {
  line-height: 22px;
}

#recycletext {
  margin: 10px 0 10px 20px;
}

.right-content {
  width: 650px;
  height: 40px;
  margin: 10px 0 10px 20px;
  float: left;
}
.recycle-img {
  width: 298px;
  height: 230px;
  background-color: #f6f6f6;
  float: left;
  margin: 5px;
  border: solid 1px #000000;
}

.recycle-img img {
	margin: 7px 9px 7px 9px;
}

.recycle-comment {
  width: 315px;
  background-color: #FFF;
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.recycle {
	width: 650px;
	height: auto;
	margin: 10px 0 0 30px;
	list-style-type: none;
  overflow: hidden;
}

.recycle li {
	width: 180px;
	height: 25px;
	margin: 5px;
	font-size: 12px;
	padding: 0 0 0 10px;
	background-color: #3366FF;
	background: url(../images/recyclitem.gif);
	color: #000;
	float: left;
}

#recyclinfo {
	width: 650px;
	height: 125px;
	border: none;
	margin: 20px auto;
	float: left;
}