.aec-mainlanding {
  width: 980px;
}

.aec-left-pane {
  float: left;
  margin-right: 15px;
  padding-left: 5px;
  text-align: left;
  width: 655px;
}

.aec-right-pane {
  float: left;
}

.aec-right-pane .aec-promotemplate3 {
  margin-bottom: 18px;
}

.aec-spot-promotions {
    display: inline-block;
    margin-top: 5px;
}

.spots:first-child {
    margin: 0 0 10px 0;
}

.spots {
    border: 1px solid #747474;
    float: left;
    margin: 0 0 10px 3px;
	width:214px;
}

.spots h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: wowhd;
    font-size: 14px;
    margin: 0;
    padding: 5px 5px 7px;
    background: #ec4a50;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec4a50), color-stop(50%, #ec4a50), color-stop(51%, #da2128), color-stop(97%, #da2128), color-stop(100%, #ce383d));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ec4a50 0%, #ec4a50 50%, #da2128 51%, #da2128 97%, #ce383d 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec4a50', endColorstr='#ce383d', GradientType=0);
    /* IE6-9 */
    /* ie */
}

.spot-title {
  display: inline-block;
  font-family: arial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 155px;
  position: relative;
  top: 3px;
}