/* index.rec.css */
 #ix-rec {
  border:0;
  background:#eaf1c5;
  margin-top:25px;
  padding:15px 13px 13px;
}
#ix-rec .section-title {
  background: none repeat scroll 0 0 #4F6324;
  color: white;
  display: inline-block;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 5px;
  text-transform: uppercase;
}
#ix-rec a {
  color:#4f6324;
}
#ix-rec li {
  border-bottom: 1px dotted #4f6324;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#ix-rec h4 {
  font-family: Georgia,serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 7px;
  color:#333;
}
#ix-rec h4 a {
  color:#333;
  display: block;
  line-height:1.1;
}
#ix-rec p {
  line-height: 140%;
  text-align: justify;
  color:#333;
}
#ix-rec p a {
  font-weight:bold;
  white-space:nowrap;
}
#ix-rec li img {
  border: 1px solid #CBA;
  display: block;
  margin-bottom: 7px;
  width: 280px;
  background:#fff;
  padding:1px;
}
#ix-rec .more {
  padding-bottom:7px;
}
#ix-rec .more a {
  font-weight:normal;
  background:none;
}
#ix-rec .more a:after {
  content: " →";
  font-size: 130%;
}
