@charset "UTF-8";
div#content li {
  padding: 5px;
}
div#content ol {
  margin-left: 15px;
}
div#content ul {
  /* list-style-image: url(/images/bullet.gif); */
  margin-left: 15px;
  page-break-inside: avoid;
}
div.plitem {
  min-width: 320px;
  font-family: Tahoma, Geneva, sans-serif;
  padding-bottom: 10px;
  position: relative;
  page-break-inside: avoid;
}
div.plitem .attn {
  color: #B00;
}
/* Modified to disable the display of prices */
div.plitem div.plhead {
  position: relative;
  /* Uncomment this section to reenable display of prices
	border-bottom: dotted; 
	border-bottom-width: thin; 
	border-bottom-color: #999; */
  width: 100%;
  overflow: auto;
}
span.plname {
  padding-right: 60px;
  display: inline-block;
  float: left;
}
span.stname {
  font-size: x-large;
  padding-right: 60px;
  display: inline-block;
  float: left;
}
/* Modified to disable the display of prices */
span.plprice {
  /* display:none; Remove to reenable prices */
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
div.plitem div.pldesc {
  font-style: normal;
  font-size: smaller;
  margin-right: 80px;
  padding-bottom: 3px;
  padding-left: 5px;
}
div.pltitle {
  clear: both;
  padding-left: 6px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-size: xx-large;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: rgb(240, 240, 240);
  background: rgb(0, 76, 136);
  background: rgba(0, 120, 191, 0.75);
}
div.plsection {
  font-size: x-large;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
div.plagree {
  clear: both;
  font-family: Tahoma, Geneva, sans-serif;
  font-style: oblique;
  margin: 0px 10px 10px 5px;
}
div.assitem {
  clear: both;
  margin: 5px;
  font-size: 0.75em;
}
div.asshead {
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
}
div.asshead a img {
  border: none;
  vertical-align: bottom;
  margin: 0 10px;
  padding: 0;
}
div.assname, div.asstel, div.assqual {
  display: inline-block;
  border-right: solid thin rgb(140, 140, 140);
  padding: 0 10px;
  zoom: 1;
  /* display: inline; */
}
div.assname {
  background: no-repeat url("/images/caretsprite.png") 0 -52px;
  padding-left: 20px;
  min-width: 160px;
  font-size: 1.1em;
  font-weight: bold;
}
div.assname.open {
  background: no-repeat url("/images/caretsprite.png") 0 0;
}
div.asstel {
  border-left: solid thin rgb(140, 140, 140);
  min-width: 80px;
  text-align: center;
}
div.assqual {
  padding: 0;
  border-right: none;
}
div.assqual img {
  margin-left: 9px;
  margin-right: 1px;
  vertical-align: bottom;
}
div.assdesc {
  padding: 4px 20px;
  background-color: rgb(237, 245, 250);
  overflow: auto;
  margin-top: 0;
  margin-bottom: 10px;
}
div.assdesc img.thumb {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  display: block;
}
div.assdesc ul {
  margin-top: 0;
  padding-left: 5px;
  list-style: none;
}
div.assdesc ul li {
  padding-bottom: 8px;
}
div#plimca {
  display: block;
  clear: left;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
  text-align: center;
}
div.pldirect {
  clear: both;
  padding-top: 10px;
  margin-left: 10px;
}
div.pldirect a {
  text-decoration: underline;
  color: blue;
}
div.subgroup {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
p.packageButton {
  margin-left: 3em;
}
button.packageButton {
  font-size: larger;
  width: 12em;
  border: none;
  padding: 8px 12px;
  border-radius: 0;
  background-color: rgb(187, 187, 187);
  text-align: center;
  margin: 0.7em;
}
button.packageButton:hover {
  background-color: rgb(240, 240, 240)
}
a.reset, a.reset.visited {
  color: blue;
}
a.reset:hover {
  text-decoration: underline;
}
a.reset:active {
  text-decoration: underline;
}
br.half {
  height: .5em;
}