.shortdesc {
  width:680px;
  height:54px;
  padding:5px;
  margin-top: 25px;
  margin-bottom: 50px;
  display: none;
  background-color: #eeddcc;
  background-repeat: no-repeat;
  background-position : 0 0;
}
.shortdesc span {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #444141;
  line-height: 18px;
  text-align: justify;
  padding-left: 140px;
  display: block;
}
.shortdesc:hover {
  cursor: pointer;
  background-color: #eeddbb;
  background-position: 0 -100px;
}
