@charset "UTF-8";
/* --------------------------------------------------------------------

support.css

-------------------------------------------------------------------- */

#article h1 {
background: url(../img/support/bg_ttl.jpg) no-repeat left top;
}

#article .infoBox2{
margin:2em 0 0;
}

#article .infoBox2 dl{
width:340px;
float:left;
margin-top:0;
}

#article .infoBox2 dl dt{
  font-size: 116%;
  font-weight: bold;
  margin:0 0 1.2em;
  padding: 0.7em 10px 0.75em;
  border-top: 3px solid #7373d6;
  background: url(../img/common/bg_dotted_dark.gif) repeat-x left bottom;
}

#article .infoBox2 dl.boxRight{
float:right;
}

/* clearfix
-------------------------------------------------------------------- */
.clearfix, #header, #gnav, #footer ol.topicPath, #siteNav dl dd ul, #related dl dd ul, #siteInfo, #wrapper, #wrapper ol.topicPath, #article .infoBox2 {
  display: inline-block;
}
.clearfix, #header, #gnav, #footer ol.topicPath, #siteNav dl dd ul, #related dl dd ul, #siteInfo, #wrapper, #wrapper ol.topicPath, #article .infoBox2 {
  display: block;
}
.clearfix:after, #header:after, #gnav:after, #footer ol.topicPath:after, #siteNav dl dd ul:after, #related dl dd ul:after, #siteInfo:after, #wrapper:after, #wrapper ol.topicPath:after, #article .infoBox2:after {
  content: url(../img/common/spacer.gif);
  display: block;
  clear: both;
  height: 0;
}
