div.box {   
  border: 1px solid #D8D8D8;
  margin-top: 5px;
  font-size: 9pt;
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
}

div.box p {
  margin: 1px 5px;
}

div.box h1 {
  color: white;
  font-size: 12pt;
  padding: 1px 4px;
  background: url(../images/h2_bg.png) repeat-x top #040404;
  margin-bottom: 15px;
}

div.box h2 {
  color: white;
  font-size: 10pt;
  padding: 1px 4px;
  background: url(../images/h2_bg.png) repeat-x top #040404;
}

div.box h3 {
  color: #003300;
  font-size: 10pt;
  padding: 1px 4px;
  background: url(../images/h3_bg.png) repeat-x top #81CD54;
}

.detail_box div.box h3 {
  color: #234362;
  background: #d3e3f4;
}

/* Thumbnail and To;olbar */
div.box div.boxLeft {
    float: left;
    margin: 10px;
    width: 64px;
}

div.box div.boxLeft img.thumb {
    width: 64px;
    height: 64px;
}

div.box div.boxLeft ul.toolbar {
    list-style-type: none;
    padding-left: 0;
}

div.box div.boxLeft ul.toolbar li {
    float: left;
}

/* Central Content */
div.boxDetails {
    float: left;
    margin-top: 10px;
}

div.boxDetails dl {
    display: block;
    line-height: 15px;
    width: 100%;
}

div.boxDetails dl h3{
    display: inline;
}

div.boxDetails dl dt {
    color: #666;
    clear: both;
    float: left;
    width: 90px;
}

div.boxDetails dl dd {
    float: left;
    display: inline;
}

/* Right-Hand Links */
ul.boxLinks {
    list-style-type: none;
    padding-left: 0;
    float: right;
    margin: 10px;
    width: 150px;
}

div.boxLinks {
    float: right;
    margin: 10px;
    width: 150px;
}

ul.boxLinks li {
    position: relative;
    border-bottom: 1px solid #AAA;
}

ul.boxLinks li a {
    display: block;   
    padding: 2px 5px;
    color: #006C00;
}

ul.boxLinks li a .spinner {
    position: absolute;
    left: -18px;
    top: 0;
    width: 16px;
    height: 16px;
    display: none;
}

ul.boxLinks li a.loading .spinner {
  display: block;
}

ul.boxLinks li a:hover {
    background: #64BB30;
    color: #FBFBFB;
    text-decoration: none;
}

ul.boxLinks li a.current {
  background: #333;
  color: #FBFBFB;
  text-decoration: none;
}

/* Sub-list */
ul.subbox {
    list-style-type: none;
    padding-left: 13px;
    margin: 0 0 13px 10px;
    border-left: 1px dashed #EEE;
}