
/* Table Layout */

.cxPricingDivider
{
  height: 5px;
}

.cxPricingSection 
{
  font-size: 12px;
  font-weight: bold;
  color: #00b3dd;
  text-align: left;
  vertical-align: top;
  height: 20px;
}

.cxPricingProduct1
{
  font-size: 11px;
  font-weight: bold;
  color: #b12840;
}

.cxPricingProduct2
{
  font-size: 11px;
  font-weight: normal;
  color: #b12840;
}


/* Standard order links */

#orderstd {
  margin: 0;
  padding: 0;
  height: 19px;
  list-style: none;
  overflow: hidden;
}

#orderstd li{
  margin: 0; 
  padding: 0;
  width: 56px;
    list-style: none;
}

#orderstd a {
  width: 56px;
  padding: 19px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}

#orderstd a:active, #orderstd a.selected {
  background-position: 0 -19px;
}

#orderstd a:hover {
  background-position: 0 -19px;  
}

#std a  {
  top: 0px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-pricing-order.gif) top left no-repeat;
}

/* Enterprise order links */

#orderent {
  margin: 0;
  padding: 0;
  height: 19px;
  list-style: none;
  overflow: hidden;
}

#orderent li{
  margin: 0; 
  padding: 0;
  width: 56px;
    list-style: none;
}

#orderent a {
  width: 56px;
  padding: 19px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}

#orderent a:active, #orderent a.selected {
  background-position: 0 -19px;
}

#orderent a:hover {
  background-position: 0 -19px;  
}

#ent a  {
  top: 0px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-pricing-order.gif) top left no-repeat;
}


/* Additional order links */

#orderadd {
  margin: 0;
  padding: 0;
  height: 19px;
  list-style: none;
  overflow: hidden;
}

#orderadd li{
  margin: 0; 
  padding: 0;
  width: 56px;
    list-style: none;
}

#orderadd a {
  width: 56px;
  padding: 19px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:13px; /* for IE5/Win only */
}

#orderadd a:active, #orderadd a.selected {
  background-position: 0 -19px;
}

#orderadd a:hover {
  background-position: 0 -19px;  
}

#scan a  {
  top: 0px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-pricing-order.gif) top left no-repeat;
}

#app a  {
  top: 20px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-pricing-order.gif) top left no-repeat;
}

/* email */

#pricingemail {
  margin: 0;
  padding: 0;
  height: 11px;
  list-style: none;
  overflow: hidden;
}

#pricingemail li{
  margin: 0; 
  padding: 0;
  width: 113px;
    list-style: none;
}

#pricingemail a {
  width: 113px;
  padding: 11px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:11px; /* for IE5/Win only */
}

#pricingemail a:active, #pricingemail a.selected {
  background-position: 0 -11px;
}

#pricingemail a:hover {
  background-position: 0 -11px;  
}

#oem a  {
  top: 0px;
  left: 1px;
  position: absolute;
  background: url(media/xdoc-pricing-email.gif) top left no-repeat;
}

#int a  {
  top: 80px;
  left: 28px;
  position: absolute;
  background: url(media/xdoc-pricing-email.gif) top left no-repeat;
}

#bpo a  {
  top: 160px;
  left: 0px;
  position: absolute;
  background: url(media/xdoc-pricing-email.gif) top left no-repeat;
}

