/* remove bottom margin from hp buttons */
.commButtonEnhanced,
.primButtonEnhanced,
.secButtonEnhanced
{
    display:inline-block;
    margin-bottom: 0px;
}

/* changing a few hp styles for streching purposes */
#tabbedNavEnhanced .tab
{
    min-width: 111px;
}

/* streching css */
.width525
{
    display: inline-block;
    width: 525px;
}

/* Style no longer referenced so that website will stretch to extent of outer container
.width515
{
    display: inline-block;
    width: 515px;
}

.width505
{
    display: inline-block;
    width: 505px;
}
*/

/* pe autocomplete css */
div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:500px;
  background:#ffffff;
  border:1px solid #888;
  position:absolute;
  z-index: 100;
  font-size: 11px;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  font-size: 11px;
}

div.autocomplete ul li.selected { 
  background-color:#e7e7e7;
  font-size: 11px;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  display:block;
  list-style-type:none;
  cursor:pointer;
  overflow: auto;
  font-size: 11px;
}

/* wizard css */
.ChannelIntelligenceWizards .DeviceWizard
{
	background: transparent url(images/3-B_58.gif) no-repeat;
	width: 169px;
	padding-right: 9px;
}

.Wizards .DeviceWizard
{
	width: 256px;
	height: 85px;
	background: transparent url(images/3_32.gif) no-repeat;
}

.ChannelIntelligenceWizards .PaperWizard
{
	background: transparent url(images/3-B_56.gif) no-repeat;
	width: 169px;
	padding-right: 9px;
}

.Wizards .PaperWizard
{
	width: 256px;
	height: 85px; 
	background: transparent url(images/3_30.gif) no-repeat;
	padding-right: 13px;
}

.ChannelIntelligenceWizards .HitPrint
{
	background: transparent url(images/3-B_60.gif) no-repeat top left;
	width: 169px;
	height: 85px;
}

.ChannelIntelligenceWizards div
{
	/*width: 169px;*/
	height: 85px;
	position: relative;
}

.Wizards div
{
    display: inline-block;
	width: 256px;
	height: 85px;
	position: relative;
	
}

.ChannelIntelligenceWizards a,
.Wizards a
{
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.ChannelIntelligenceWizards a div,
.Wizards a div
{
	position: absolute;
	left: 11px;
	top: 11px;
}

.ChannelIntelligenceWizards span,
.Wizards span
{	
	line-height: 18px;
	text-decoration: inherit;	
}

.ChannelIntelligenceWizards .HitPrintLarge,
.ChannelIntelligenceWizards .HitPrintLargeAlone
{	
	background: transparent url(images/lrg_hitprint_graphic.gif) no-repeat 6px 0px;
	width: 344px;
	height: 85px;
}

.ChannelIntelligenceWizards .HitPrintLargeAlone
{
    background-position: 0px 0px;
}

.HitPrintLarge div
{
	width: 344;
	height: 85;
	position: relative;
}

/* Printer Launcher CSS */
.PrinterChicklet
{
	width: 175px;
	height: 129px;
	text-align: center;
}

.PrinterChicklet .Chicklet
{
	position: relative;
	display: inline-block;
	width: 175px;
	height: 129px;	
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
}

.PrinterChicklet .ChickletLink
{
	position: relative;
	top: -27px;
}

.Chicklet div
{
	padding-top: 103px;	
	text-decoration: inherit;
}

.pricesuperbig {
    color:#CC0000;
    font-size:142%;
    font-weight:bold;
}
.selectability{
    font-weight:bold;
    font-size:160%;
    color:black;
}





