/* nf box */ 
 
.nf_box {
  width: 200px;
  background: url(/Images/Box/div-bottom.gif) no-repeat bottom left;
  }
.nf_box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 120%;
  color: #fff;
  border-bottom: 1px solid #000000;
  background: url(/Images/Box/h3-bg.jpg) no-repeat top left;
  }
.nf_box h4 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px solid #000000;
  background: url(/Images/Box/h3-bg.jpg) no-repeat top left;
  }
.nf_box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.nf_box li {
  margin: 0 0 6px; 
  padding: 0;
  font-size: 80%
  } 
.nf_box p {
  padding: 14px 10px 14px 10px;
  font-size: 80%
  } 

/* Indestrucible box */

.box_container {
  float: left;
  margin: 20px 0;
  padding: 0;
  color: #666;
  background: url(/Images/Box/rounded-right.gif) top right no-repeat;
  } 
.box_desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(/Images/Box/rounded-left.gif) top left no-repeat;
  }
.box_link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(/Images/Box/rounded-left.gif) bottom left no-repeat;
  }
.box_link em {
  display: block;
  padding: 0 9px 9px 0;
  font-style: normal;
  background: url(/Images/Box/rounded-right.gif) bottom right no-repeat;
  }
.box_container a {
  font-size: 130%;
  color: #e70;
  }