/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.groupsList, .accordion-box, .image_carousel, .postContent, .basicex {
  overflow: hidden;
  *zoom: 1;
}
.groupsList:after, .accordion-box:after, .image_carousel:after, .postContent:after, .basicex:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /*  content: ".";*/
}

.itemize {
  font-size: 1.6em;
}
.itemize span {
  color: #FF3333;
}

.groupsList {
  margin-left: -10px;
  margin-bottom: 30px;
}
.groupsList li {
  background: #E9F7D5;
  width: 210px;
  float: left;
  padding: 8px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.groupsList li h4 {
  border-left: 5px #70A428 solid;
  background: none;
  padding-top: 3px;
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
}
.groupsList li h4 span {
  font-weight: normal;
  background: none;
  padding: 0;
}
.groupsList li p {
  text-align: center;
  padding: 15px 0;
  color: #666;
}
.groupsList li ul {
  margin: 0;
  background: #FFF;
  padding: 10px 0 5px;
}
.groupsList li ul li {
  float: none;
  padding: 0px;
  width: 194px;
  margin: 0 0 5px 10px;
  background: url(../../img/common/arrow_cl.gif) no-repeat left 0.5em;
  line-height: 1.4;
  padding-left: 10px;
  font-size: 1.1em;
  overflow: hidden;
  display: block;
}

.accordion-box {
  height: auto;
}

.accordion-box h3 {
  font-size: 1.5em;
  padding: 8px 10px 8px 15px;
  background: #70a428 url(../img/btn_open.jpg) no-repeat right center;
  border: 1px #CCC solid;
  margin-bottom: 10px;
  color: #FFF;
  cursor: pointer;
}

/* active */
.accordion-box h3.active {
  background: #70a428 url(../img/btn_close.jpg) no-repeat right center;
}

/* hovered */
.accordion-box h3.hovered {
  border: 1px #557C1F solid;
}

.accordion-box .accordion-block {
  display: block;
}

/* -------detail------- */
/*detailex*/
.detailex {
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.detailex .photolist {
  float: right;
  width: 330px;
  text-align: center;
  margin-left: 25px;
}
.detailex .photo {
  margin-bottom: 15px;
}

/*list_carousel*/
.image_carousel {
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  text-align: center;
}

.image_carousel li {
  margin: 0 5px;
  display: block;
  float: left;
}

.image_carousel #slide img {
  border: 5px solid #DDD8CD;
}

a.prevcl, a.nextcl {
  display: block;
  position: absolute;
  top: 0;
}

a.prevcl {
  left: 0;
}

a.nextcl {
  right: 0;
}

.clearfix {
  float: none;
  clear: both;
}

.detailextable {
  width: 100% !important;
}

.photo img {
  border: #DDD8CD 5px solid;
}

.postContent {
  overflow: hidden;
}

.linkMenu {
  margin: 10px 0;
  zoom: 1;
}

.photoList li {
  float: left;
  margin: 0 10px 10px;
}

.back {
  text-align: center;
}

.detailsectionBox {
  float: left;
  width: 450px;
}

.detailsection {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}

.detailsection h5 {
  color: #6C8A40;
  font-weight: bold;
}

.basicex {
  overflow: hidden;
}

.basicex .photo {
  float: right;
  margin: 0  0 15px 15px;
  width: 230px;
  text-align: center;
}

.basicex .photo span {
  display: inline-block;
  color: #666;
  margin-top: 5px;
}
