#main .iconWrap {
  *zoom: 1;
  margin-bottom: 15px;
}
#main .iconWrap:after {
  content: "";
  display: block;
  clear: both;
}
#main .iconWrap div {
  float: left;
  width: 84px;
  margin-right: 5px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
}
#main .iconWrap .new {
  background-color: #ED6E6D;
}
#main .iconWrap .near {
  background-color: #ED9E76;
}
#main .iconWrap .browse {
  background-color: #26B9C7;
}
#main .iconWrap .ebook {
  background-color: #3AA97F;
}
#main .titleWrap {
  margin-bottom: 20px;
}
#main .titleWrap .titleType1 {
  margin-bottom: 5px;
}
#main .titleWrap p {
  color: #656565;
  font-size: 117%;
}
#main .btnWrap {
  *zoom: 1;
  margin-bottom: 26px;
}
#main .btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
#main .btnWrap div {
  float: left;
}
#main .btnWrap div a {
  display: block;
  width: 111px;
  margin-right: 10px;
  padding: 15px 0;
  border: 1px solid #897bc6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#main .btnWrap div a:hover {
  border: 1px solid #897bc6;
  background-color: #897bc6;
  color: #fff;
}
#main .btnWrap div span {
  display: block;
  width: 111px;
  margin-right: 10px;
  padding: 15px 0;
  border: 1px solid #897bc6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #897bc6;
  color: #fff;
  text-align: center;
}
#main .detail {
  *zoom: 1;
  margin-bottom: 55px;
}
#main .detail:after {
  content: "";
  display: block;
  clear: both;
}
#main .detail .left {
  width: 256px;
}
#main .detail .left .cover {
  margin-bottom: 6px;
  text-align: center;
}
#main .detail .left .cover img {
  border: 1px solid #CFCFCF;
}
#main .detail .left .btn {
  margin-bottom: 24px;
  text-align: center;
}
#main .detail .left p {
  color: #656565;
  text-align: center;
}
#main .detail .left p img {
  margin-right: 6px;
  vertical-align: -2px;
}
#main .detail .right {
  width: 510px;
  color: #333;
}
#main .detail .right > p {
  margin-bottom: 10px;
  font-size: 117%;
  line-height: 1.8;
}
#main .detail .right table {
  width: 100%;
}
#main .detail .right table tr {
  background-image: url(../images/common/bg_border_dotted1.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#main .detail .right table th, #main .detail .right table td {
  padding: 15px 0;
}
#main .detail .right table th {
  width: 130px;
  color: #6B5551;
  vertical-align: top;
}
#main .detail .right table td p {
  margin-top: 8px;
}
#main .detail .right table td p:first-child {
  margin-top: 0;
}
#main .textWrap .tab {
  *zoom: 1;
  margin-bottom: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 117%;
}
#main .textWrap .tab:after {
  content: "";
  display: block;
  clear: both;
}
#main .textWrap .tab div {
  float: left;
  width: 190px;
  text-align: center;
}
#main .textWrap .tab div:first-child span {
  border-left: 1px solid #CCCCCC;
}
#main .textWrap .tab div:first-child.current {
  width: 188px;
  margin: 0 0 -1px 0;
}
#main .textWrap .tab div.current {
  width: 189px;
  margin: 0 0 -1px -1px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#main .textWrap .tab div.current a {
  padding: 7px 0 8px;
}
#main .textWrap .tab div.current span {
  border: none;
}
#main .textWrap .tab div a {
  display: block;
  padding: 8px 0;
}
#main .textWrap .tab div span {
  display: block;
  padding: 5px 0;
  border-right: 1px solid #CCCCCC;
}
#main .textWrap .wrap > div {
  display: none;
  font-size: 117%;
}
