/***************NEWS STYLE***************/
.newsWrapper .list-image, .newsWrapper .list-details{
  float: left;
}
.newsWrapper .list-details{
    width: 500px;
    min-height: 90px;
    padding-bottom: 20px;
}
.newsWrapper .list-image {
    width: 140px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}
.newsWrapper .list-image img {
  width: 140px;
  max-height: 100px;
}
.newsWrapper .list-details h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.newsWrapper .list-text {
  margin-top: 5px;
}

/***************RESOURCES ARCHIVE STYLE***************/
.resourcesWrapper .list-image, .resourcesWrapper .list-details{
  float: left;
}
.resourcesWrapper .list-details{
  position: relative;
  width: 560px;
  min-height: 90px;
  padding-bottom: 20px;
}
.resourcesWrapper .list-title{
  margin-top: 0px !important;
  margin-bottom: 4px !important;
  border-top: 0px !important;
  padding-top: 0px !important;
}
.resourcesWrapper .list-download {
  position: absolute;
  top: 6px;
  right: 2px;
}
.resourcesWrapper .list-image {
  width: 100px;
  height: 135px;
  margin-right: 10px;
  overflow: hidden;
}
.resourcesWrapper .list-image img {
  width: 100px;
  max-height: 135px;
}
.resourcesWrapper .list-buttons table {
  float: left;
  margin-right: 82px;
  margin-top: -2px;
}

/******** COMMON LIST STYLE ********/
.list-buttons {
  margin: 10px 0px 0px;
}
.list-buttons table {
  float: left;
  margin-right: 25px;
}


/***************COMMON DETAIL***************/
.listDetail .itemImage {
    width: 285px;
    overflow: hidden;
    height: 152px;
    float: left;
    margin: 0 15px 0 0;
}
.listDetail .itemImage img {
    height: 150px;
}
.listDetail .listDetail {
    margin-left: 300px;
}