@charset "UTF-8";





.linkBack table {
  width:100%;
  border:1px solid #E6DFD5;
}
  
  .linkBack th,
  .linkBack td {
    font-weight:normal;
    padding:5px 10px;
    border:1px solid #D4C8B7;
  }
  
  .linkBack .doubleBorder {
    border-top:3px double #E6DFD5;
  }
  
  .linkBack th {
    white-space:nowrap;
    background-color:#FBF7F1;
  }

.linkList {
}

.linkList .linkcat h3 {
  display:none;
}

.linkList ul li {
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #F4EADE;
}

.linkList ul li:last-child {
  border-bottom:none;
  padding-bottom:0;
  margin-bottom:0;
}
/* last-child for IE6/7 */
.linkList ul li {
  background:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'none':'url(/common/images/dottedBorder.png) left bottom repeat-x');
  padding-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'10px');
  margin-bottom:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'10px');
}

.linkList ul li a {
  font-weight:bold;
}