/********************************************************************* */
/*   Reference view                                                    */
/********************************************************************* */
.ReferenceViewItem1,
.ReferenceViewItem0 {
  float: left;
  width: 290px;
  height: 75px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.ReferenceViewItem0 {
  margin-right: 0px;
}
.ReferenceViewItem1 IMG,
.ReferenceViewItem0 IMG {
  width: 75px;
  height: 75px;
  border: 0px;
  margin-right: 15px;
  vertical-align: top;
  float: left;
}
.ReferenceViewItem1 A,
.ReferenceViewItem0 A {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.ReferenceViewItem1 A:hover,
.ReferenceViewItem0 A:hover {
  color: #FF6600;
  text-decoration: underline;
}
/********************************************************************* */
/*   Reference document                                                */
/********************************************************************* */
#ReferenceContent {
  width: 100%;
}
#ReferenceTable {
  width: 305px;
  height: 305px;
  float: left;
  padding-right: 9px;
}
#ReferenceHeadline {
  font-weight: bold;
  font-size: 16px;
  color: #B4B9BE;
  margin-bottom: 15px;
  line-height: 19px;
}
#ReferenceHeadline .hilite {
  font-size: 16px;
}
.ReferenceLabel {
  width: 33%;
  float: left;
}
.ReferenceData {
  width: 66%;
  float: right;
}
#ReferenceImage {
  float: right;  
  vertical-align: top;
  width: 299px;
  height: 299px;
}
#ReferenceImage IMG {
  width: 299px;
  height: 299px; 
}
