/* headings */
.pf-dialog-header {
  margin-bottom: 0px;
}

h2.chapter-title {
  border-bottom:1px solid #FFCC00;
  color:#333333;
  font-size:13px;
  font-weight:bold;
  margin:0 0 15px;
  padding:32px 0 5px;
}

h2.chapter-title-top {
  border-bottom:1px solid #FFCC00;
  color:#333333;
  font-size:13px;
  font-weight:bold;
  margin:0 0 15px;
  padding:14px 0 5px;
}

h3.paragraph-title {
  color:#333333;
  font-size:11px;
  font-weight:bold;
  line-height:16px;
  margin:0;
  padding:0 0 4px;
}

h4.product_title {
  margin-bottom: 8px;
}

/* common elements */
.linkbutton {
  font-family: Verdana;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  margin: 0px 5px 0px 0px;
  padding: 2px 7px 3px;
  color: black;
  height: 20px;
  text-decoration: none;
  overflow: visible;
  line-height:30px !important;
  padding: 3px 5px;
}

@media screen {
  .print_only {
     display: none;
  }
}

/* column control */
.columncontrolComponent {
  float: left;
}

.columncontrolComponent div {
  float: left;
  overflow: hidden;
}