/**
 * sv.articles.css defines styles for the articles widget
 */

.articles-sect {
  width           : 600px;
  background      : #FFF url(../images/shell/itemBtm.gif) no-repeat scroll left bottom;
  padding-bottom  : 5px;
  margin          : 0 0 18px 0;
}

.articles-sect h3,
#content .articles-sect h3 {
  font-size : 18px;
  color     : #FFF;
  background : #21c4d7 url(../images/shell/accordian/bg.gif) repeat-x scroll bottom;
  line-height : 36px;
  padding-bottom  : 9px;
  padding-top     : 9px;
  padding-left    : 5px;
  padding-right   : 5px;
}

.articles-sect .articles-arts {
  padding       : 5px;
  border-left   : 1px solid #EEE;
  border-right  : 1px solid #EEE;
  margin        : 0;
}

.articles-sect .articles-art {
  padding : 5px;
}
.articles-sect .articles-art.odd {
  background-color  : #EEE;
}

.articles-sect .articles-art h5,
.articles-sect .articles-art p {
  margin  : 5px 0 0 5px;
}
