/* root element for single scroll */
.R2Dx2_related_viewer_app {
  position:relative;
  overflow:hidden;
  width: 100%;
}

.R2Dx2_related_author {
  font-family:Arial, Verdana, Sans-Serif;
  font-size:20px;
  font-weight:normal;
  color:#2dbde2;
  line-height:100%;
}

.R2Dx2_related_title {
  font-family:Arial, Verdana, Sans-Serif;
  font-size:15px;
  font-weight:normal;
  color:#565656;
  line-height:100%;
}

.R2Dx2_related_list {
 cursor:default;
 position:relative;
 padding:0px;
 margin:0px;
 margin-right:10px;
 top:0px;
 zoom:1;
}

.R2Dx2_related {
 position:relative;
 overflow:hidden;
 width:100%;
}

.R2Dx2_related_list li {
  width:100%;
  margin:0px;
  padding:6px 0px;
  display: inline-block;
}

/* IE7 inline-block hack */
.R2Dx2_related_list li {
 zoom:1;
 *display:inline;
}
