#featured-tout {
  background: url(../images/featured_tout_bg.png) repeat-y scroll right top;
  height: 280px;
  overflow: hidden;
}

#featured-tout h2 {
  font-size: 1.33em;
  text-align: left;
  border-bottom: 2px solid #cbcbcb;
  color: #595959;
  margin: 20px 0 0 0;
}

#featured-tout tr.even, #featured-tout tr.odd {
  background-color: transparent;
  border-bottom: 0px;
  padding:0.1em 0.6em;
}

#featured-tout th {
  background: transparent none repeat scroll 0 0;
}

#featured-tout thead th {
  border-bottom: 0px;
  padding-right:0;
  text-align:left;
}

#featured-tout td {
  padding: 0 0 0 0;
  border-bottom: 1px solid #999;
}

.tout {
  float: left;
  width: 219px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.tout-featured {
  float: left;
  width: 219px;
  overflow: hidden;
  margin: 0 0 0 10px;
}

.tout1 {
  width: 709px;
}

.tout2 {
  width: 337px;
}

.tout3 {
  width: 219px;
}

#featured-tout .more-link {
  position: absolute;
  top: 170px;
  margin: 0 0 0 200px;
  font-size: 0.77em;
}

#featured-tout .block-content {
  margin: 10px 0 0 0;
  
}

#bottom-tout {
  clear: both;
  background-image: url('../images/tout_bottom_bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#bottom-tout .tout {
  float: left;
  width: 286px;
  margin: 0 20px 0 0;
}


