/*

	HAVE YOUR SAY

*/

dl#category {
  padding: 10px 20px;
  background: #ededed;
  border: 1px dotted #ccc;
  width: 630px;
  margin-bottom: 20px;
}
dl#category .heading {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
dl#category dt {
  float: left;
  width: 430px;
  height: 18px;
}
dl#category dd.item {
  float: left;
  width: 110px;
  text-align: center;
}
dl#category dd {
  text-align: center;
  height: 18px;
}
dl#category dd.desc {
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  height: auto;
}
span.sm {
  font-size: 10px;
}

#right-col ul#list {
  margin: 15px 0 20px 0;
  padding: 0;
}
#right-col ul#list li {
  list-style-type: none;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px 0;
  list-style-position: outside;
}
#right-col ul#list li.last {
  border-bottom: none;
  padding-bottom: 10px;
}
#right-col ul#list li.sm {
  text-align: right;
  font-size: 11px;
  padding-bottom: 0;
  margin-bottom: -10px;
  line-height: 13px;
}

#right-col ul#list li div.box-content {
  float: left;
  width: 150px;
  background: #ededed;
  padding: 10px;
  margin-right: 15px;
}
#right-col ul#list li div.box-main-content {
  float: left;
  width: 520px;
}

#comment-holder {
  border-top: 1px solid #666;
  margin-top: 20px;
  padding-top: 5px;
}

