@charset "utf-8";
/**
 * Stylesheet for Redemptions Component
 *
 * @Author: IWei Tang
 * @Revision: 1.0-20090208
 */
/* Redemptions Layout */
.redemptions {
  float: left;
  width: 600px;
  padding: 10px 35px 10px 35px;
  border: none;
}

.regulations {
  float: left;
  width: 600px;
  height: 180px;
  padding: 35px 0px 10px 155px;
  border: none;
  background: #ffffff url(../../images/redemptions/regulation_bg.jpg) no-repeat top left;
}

.regulation_title {
  float: left;
  width: 600px;
  padding: 0px 0px 10px 20px;
  font-family: "新細明體";
	font-size: 17px;
	font-weight: bold;
	color: #f2408f;
  border: none;
}

.regulation_content {
  float: left;
  width: 600px;
  padding: 0px 0px 10px 20px;
  font-family: "標楷體";
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color: #000000;
  border: none;
}
