.no-bullet li {
  margin-left: -20px;
  padding-left: 0px;
  list-style-type: none !important;
}

div.boxItems a, 
div.boxItems a:visited,
div.boxItems .title,
div.box-items a, 
div.box-items a:visited,
div.box-items .title {
  display: block;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.35em;
  text-decoration: none;
  color: #223884;
  margin: 4px 0px 4px 0;
  padding: 0 0 0 20px;
  background-image: url(/Wraps/ECO/wrap5/themes/default/common/arrow.gif);
  background-repeat: no-repeat; 
  background-position: 5px 5px;
}

.boxItems li,
.box-items li {
  list-style-type: none !important;
  list-style-position: outside;
  margin: 4px 0px 4px 0;
  padding: 0 0 0 20px;
  background-color: transparent;
  background-image: url(/Wraps/ECO/wrap5/themes/default/common/arrow.gif);
  background-repeat: no-repeat; 
  background-position: 5px 5px;
}

.boxItems a, 
.boxItems a:visited,
.boxItems .title,
.box-items a, 
.box-items a:visited,
.box-items .title {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.35em;
  text-decoration: none;
  color: #223884;
  padding: 4px 2px 4px 0;
  margin: 0;
}

.boxItems a:hover,
.box-items a:hover {
  background-color: #eee;
  color: #666;
}

.boxItems .publish-date,
.boxItems .event-date,
.box-items .publish-date,
.box-items .event-date {
  white-space: nowrap;
  font-size: 9px;
}

.boxItems .notice,
.box-items .notice {
  color: red;
}

.boxItems .event-intro,
.boxItems .event_intro,
.boxItems .description,
.box-items .event-intro,
.box-items .description {
  font-size: .9em;
  margin: 0 20px 0 0;
  padding-top: 0;
}

.boxItems li .event_intro br,
.box-items li .event-intro br {
  display: none;
}

ul.boxItems,
ul.box-items {
  margin: 0;
  padding: 0;
}

.box-items ul.box-items li {
  background-image: none;
}


/*** MAKE BOX-ITEM LI LINKS LOOK LIKE BARE A LINKS ***/

#sidebar-right ul.boxItems li,
#sidebar-right ul.box-items li {
  padding: 0;
  margin: 0;
  list-style-image: none;
  background-image: none;
}
#sidebar-right ul.boxItems li a,
#sidebar-right ul.box-items li a {
  border-bottom: none;
}