.event-list {
  margin: 10px 0;
}

.event-list-item {
  margin-bottom: 1em;
}

.event-list-with-thumbs-top .event-list-item,
.event-list-with-thumbs-left .event-list-item,
.event-list-with-thumbs-right .event-list-item {
  margin-bottom: 2em;
}

.event-list-with-thumbs-top .event-list-thumb {
  width: 109px;
  height: 109px;
  background: url(/Wraps/ECO/wrap6/themes/default/common/news-box-thumb-shadow.jpg) bottom right no-repeat;
  margin-bottom: 5px;
}

.event-list-with-thumbs-left .event-list-thumb {
  width: 109px;
  height: 109px;
  margin-top: 3px;  
  float: left;
  background: url(/Wraps/ECO/wrap6/themes/default/common/news-box-thumb-shadow.jpg) bottom right no-repeat;
}

.event-list-with-thumbs-right .event-list-thumb {
  width: 109px;
  height: 109px;
  margin-top: 3px;
  margin-left: 10px;
  float: right;
  background: url(/Wraps/ECO/wrap6/themes/default/common/news-box-thumb-shadow.jpg) bottom right no-repeat;
}

.event-list-thumb a {
  display: block;
  height: 100px;
  width: 100px;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
}

.event-list-thumb a span {
  display: block;
}

.event-list-thumb img {
  border: 0px;
}

.event-list-title {
  margin-bottom: .25em;
}

.event-list-title a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  color: #000;
}

.event-list-title.small-title a {
  font-size: 1em;
}

.event-list-title.large-title a {
  font-size: 1.2em;
}

.event-list-title a:hover {
  text-decoration: underline;
  color: #777;
}

.event-list-date {
  text-transform: uppercase;
  font-size: .825em;
  margin-bottom: .25em;
}

.event-list-date.date-above {
  font-size: .825em;
  margin-bottom: 0px;
}

.event-list-intro p {
  margin-top: 0px;
  padding-top: 0px;
}

.event-list-with-thumbs-left .event-list-title,
.event-list-with-thumbs-left .event-list-date,
.event-list-with-thumbs-left .event-list-intro,
.event-list-with-thumbs-left .event-list-batching {
  margin-left: 115px;
}

.event-list-with-thumbs-right .event-list-title,
.event-list-with-thumbs-right .event-list-date,
.event-list-with-thumbs-right .event-list-intro,
.event-list-with-thumbs-right .event-list-batching {
  margin-right: 5px;
}

.event-list-batching a {
  color: #33A;
  text-decoration: none;
}

.event-list-batching a:hover {
  text-decoration: underline;
}

.event-list-new {
  font-weight: bold;
  color: red;
}

.event-image-container {
  float: right;
  clear: right;
  width: 250px;
  margin: 5px;
  text-align: center;
}

.event-image {
  display: block;
  text-align: center;
}

.event-image img {
  border: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.event-image .event-image-caption {
  margin-bottom: 1.5em;
}

.event-details {
  float: right;
  clear: right;
  width: 250px;
  margin: 5px;
}

.event-details th,
.event-details td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
  padding: 3px;
}

.event-details th {
  font-size: .9em;
}

.event-details-heading th {
  background-color: #DDD;
  text-align: center;
}

.event-details .event-priority {
  display: none;
}