/*
 * Grren Contents Box
 */

div.green-box {
  margin: 0 0 1em 0;
  background: #d6e1d1 url(/img/greenbox-top-bg.gif) no-repeat top left;
  overflow: hidden;
  width: 672px;
}
div.green-contents-box {
  background: transparent url(/img/greenbox-bottom-bg.gif) no-repeat bottom left;
  overflow: hidden;
  width: 672px;
}
div.green-contents {
  padding: 25px 10px 10px 20px;
  float: left;
  /* width: 425px;
  w\idth: 395px; */
  width: 642px;
}
div.green-contents p {
  line-height: 1.6em;
}
div.green-contents-image {
  margin: 0 10px 0 0;
  float: left;
  width: 237px;
}

/*
 * items-list Styles - List
 */

div#items-list {
  list-style: none;
}
div#items-list h3 {
  margin: 10px 0 1em 0;
}
div#items-list ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 1em 0 0 0;
}
div#items-list li {
  
  background: transparent url(/img/line-horizontial.gif) no-repeat bottom left;
  padding-bottom: 2em;
  margin: 0 0 3em 0;
  overflow: hidden;
  height: 100%;
}
div#items-list li.with-link {
  background: transparent url(/img/button-find-out-more.gif) no-repeat bottom left;
  padding-bottom: 0;
}
div#items-list li.with-image {
  padding-left: 125px;
}
div#items-list li.with-image div.thumbnail {
  background: transparent url(/img/thumbnail-114x104-bottom-bg.gif) no-repeat bottom left;
  margin-left: -125px;
  float: left;
  width: 125px;
}
div#items-list li.with-image div.thumbnail div.thumbnail-inner {
  background: transparent url(/img/thumbnail-114x104-top-bg.gif) no-repeat;
  padding: 6px 6px 18px 6px;
  width: 125px;
  w\idth: 113px;
}
div#items-list li p {
  margin: 0 0 1em 0;
}
div#items-list li h3 {
  margin: 0.3em 0 0.5em 0;
}
div#items-list li h3 a {
  text-decoration: none;
  color: #0696d2;
}
div.find-out-more {
  clear: both;
  margin: 0;
}
div.find-out-more a {
  display: block;
  width: 400px;
  height: 18px;
}
div.find-out-more a span {
  position: absolute;
  left: -9999px;
}


/*
 * items-list Styles - Item
 */

div#items-list-item p.main-image {
  float: right;
  border: 1px solid #000;
  margin: 0 0 12px 12px;
}
div#items-list-item p.main-image img {
  display: block;
}
div#items-list-item h3.date {
  margin: 0 0 1em 0;
}
div#items-list-item p.summary {
  font-style: italic;
}
