* {
  color: #000;
  font-family: arial;
  font-size: 11pt;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: blue;
}

.clear {
  clear: both;
}

#item_wrapper {
}

.image {
  font-weight: bold;
  margin-left: 5px;
  float: left;
}

.title {
  font-weight: bold;
  position: relative;
  left: 5px;
}

.text {
  position: relative;
  left: 5px;
}

.more {
  float: right;
  margin-bottom: 25px;
  margin-top: 5px;
}
