.box {
        width:    200px;
        overflow: hidden;
        border-radius:  5px;
        background-color: #ffc;
        padding: 5px;
}

.box ul{
        margin:5px 0 0;
        padding:0;
        list-style:none;
        line-height:20px;
        background-color: #fff;
}
.box ul li{
        padding:4px 0 2px;
        background:none;
        line-height:14px;
}
.box ul a:hover{text-decoration:underline;}


.related {
  background-color: #fff;
  border:  0px solid #000;
  box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  color: #000;
  width: 220px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.related h3 {
  color: #333;
  box-shadow: 0 0 5px #444;
  -moz-box-shadow: 0 0 5px #444;
  -webkit-box-shadow: 0 0 5px #444;
  padding: 5px 10px 5px 10px;
  margin: 0px;
  border:  0px solid #000;
  font-family:   "lucida sans unicode","lucida grande",'Helvetica Neue';
  font-size: 14px;
  font-weight: bold;
}
.related ul {
  list-style: none;
  padding: 5px 10px 5px 10px;
  margin: 0px;
}
.related li {
  color: #333;
  padding: 5px 0px 5px 0px;
  border-bottom:  1px dotted #666;
  font-family:  arial,helvetica,sans-serif;
  font-size: 13px;
}

.related li a {
  color: #39c;
  font-family:  arial,helvetica,sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.related li a:hover {
  color: #06c;
  text-decoration: none;
}
.related select {
  color: #39c;
  font-family:  arial,helvetica,sans-serif;
  width: 150px;
}
.related .searchbut {
  color: #39c;
  font-family:  arial,helvetica,sans-serif;
  margin-left: 100px;
  margin-top: 10px;
  width: 50px;
}
