body {
  font: x-small sans-serif;
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:visited { color: #002bb8; }
a:active { color: #0000FF; }
a:hover { text-decoration: underline; color: #0000FF;}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/w/pub/skins/mailasail/icon_pdf.gif) no-repeat center right;
}

form { 
  margin:0px; 
}
h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}
h1 { 
    font-size: 188%;
    border-bottom: 1px solid #aaaaaa;
    line-height: 1em;
}
h2 { 
    font-size: 150%; 
    margin-bottom: 0.25em;
    border-bottom: 1px solid #aaaaaa;
    clear:both;
}
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("bullet.gif");
    margin: 0.3em 0 0 2em;
    padding:0;
}
ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 2.5em;
    padding:0;
    list-style-image: none;
}
li { margin-bottom: 0.1em; }

dl{
  background-color:#ffffcc;
  border:1px dotted red;
  padding:5px;
}
dt{
  font-weight: bold;
}
dd{
  font-style: italic; 
}

hr {
  display: none;
}
div.hr {
  border-top: 1px solid #aaaaaa;
  margin-top: 7px;
  margin-bottom: 7px;
}

#globalwrapper { /* scale back up to a sane default */
  font-size: 127%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color:#6487dc;
}

#wikilogo {
  background-color:#6487dc;
  float:left;
}
#wikihead {
  background-color:#6487dc;
}
#slogan{
  display:block;
  color:#ffffff;
  font-size:200%;
  text-align:center;
}

#navcontainer
{
  padding: 0px;
  margin: 0;
  font: bold 12px Verdana, sans-serif;
}

#navcontainer li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navcontainer li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

#navcontainer li a:link { color: #448; }
#navcontainer li a:visited { color: #667; }

#navcontainer li a:hover
{
  color: #FFFFFF;
  background: #003bda;
  border-color: #227;
}

#navcontainer li a#current
{
  background: white;
  border-bottom: 1px solid white;
}


table#wikimid{
  padding:5px;
  background-color:#6487dc;
  border-top:4px solid#cccccc;
  clear: both;
}
    
#wikileft {
  width:150px;
  background-color:#6487dc;
  padding-right:5px;
  /*border-right:2px solid #cccccc;*/
  font-size:90%;
}
#wikileft p{
  padding-left:6px;
}
#wikileft h1 {
  margin:0px 0px 5px 0px; 
  padding-left:6px;
  background-color:#eeeeff;
  text-align:left;
  font-size:110%;
  font-weight: bold;
}
#wikileft ul {
  line-height: 1.2em;
  list-style-type: square;
  list-style-image: url("bullet.gif");
}
#wikileft .vspace{
  margin:5px;
}
#wikileft a.selflink{
  color: #ff7f2b;
  font-weight:bold;
}

.pageleftbody li {
	padding: 0;
	margin: 0;
}
#wikileft hr { color:#cccccc; }

#sidebarbody{
  background-color:#ffffff;
}

#wikibodynav{
  margin-bottom:10px
}
.wikicmds{
  float: right;
  white-space:nowrap;
}
.wikicmds li {
  display:inline;
  margin:0 2px;
}
.wikicmds ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
#wikititle .pagegroup {
  display:none;
}
#wikititle .pagetitle{
  text-align:center;
  font-weight:bold;
  font-size:200%;
  padding:0px 0px 10px 0px;  
}
#wikitext {
  clear:both;
}
#wikibody {
  background-color:#ffffff;
  border:2px solid #003bda;
  padding: 5px 10px 5px 10px;
  line-height: 1.4em;  
}

#wikibody a img {
  border:2px solid white;
}

#wikibody a img:hover {
  border:2px solid #0000ff;
}

.tindent {
  margin-left: 1em;
  margin-right: 1em;
}

#text {
  width:99%
}


.wikitrail{
  display:block;
  text-align: right;
}
.wikitrail .selflink{
  font-weight:bold;
  color: #ff7f2b;
}
.nav_trail {
  width: 100%;
}

#wikifoot{
  display:block;
  background-color:#ffffff;
  text-align:right;
}



.leftnote, .leftfloat {
  float: left;
  margin: 0px 5px 0px 0px;
}
.rightnote, .rightfloat {
  float: right;
  margin: 0px 0px 0px 5px;
}
.leftnote, .centernote, .centerindentnote, .rightnote {
  width: 300px;
  background-color:#ffffcc;
  border: 1px solid red;
  padding: 2px 5px 2px 5px;
  overflow: hidden;
}
.centernote {
  width: 70%;
  margin: 0px auto;
}
.centerindentnote {
  width: auto;
  margin: 0px 20px;
}
.clearboth {
  clear:both;
}
.highlightbox {
  margin: 0px auto;
  width: auto;
  background-color:#ffffcc;
  border: 1px solid red;
  padding: 2px 5px 2px 5px;
  overflow: hidden;
}
table.align_top td
{
  vertical-align: top;
}

.alert{
  border: 4px solid #f00;
  background-color:#ffff99;
  margin: 0.5em 2em 0.5em 2em;
  padding:5px 10px 5px 10px;
  color:#00b;
}

.product_package_item {
  width: 23em;
  border:4px solid #00F;
  padding:10px;
}

.product_package_item img{
  padding-bottom:1em;
}

.product_package_item .ovalbutton {
  clear: both;
  float: right;  
}

#base_item .item_options {
  float: right;
  background-color: #FFFFDF;
  border: 2px solid #333333;
  padding-bottom: 50px;
  padding: 10px;
}
#base_item .item_options .item_options_title {
  background-color: #333333;
  color: white;
  padding: 2px 5px;
  font-size: 120%;
  margin: -10px -10px 0px -10px;
}
#base_item .item_options .product_title {
  display: block;
  margin-top: 5px;
  font-size: 120%;
  font-weight: bold;
}
#base_item .item_options .default_radio_input {
  display: block;
  background-color: orange;
  line-height: 1em;
  margin-bottom:0em;
  padding-bottom: 0.3em;
}
#base_item .item_options .button_link {
  font-weight: bold;
}
#base_item .item_options .call_us {
  font-size: 90%;
  line-height: 1.2em;
}
#base_item .item_options .call_us .vspace{
  margin-top: 0.6em;
}


#base_item .item_image {
  float: left;
  padding: 0px 0px 10px 10px;
  width: 180px;
}

#base_item .item_description {
  padding-left: 200px;
}

#base_item .item_specification {
  clear: both;
}

.product_wrapper {
 -moz-border-radius: 2% 2% 2% 2%;
  border-bottom: 2px solid orange;
}


table.products_table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
table.products_table td.product_header{
  padding-left:10px;
  padding-top: 0px;
  background-color: #666666;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
table.products_table td.product_header h3 {
  color: white;
  border: none;
  margin:0px;
}
table.products_table td.product_options_header{
  background-color: orange;
  padding-left:10px;
  padding-top: 0px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 1px solid orange;
  border-right: 1px solid orange;
}

table.products_table hr{
  background-color: #00f;
  color: #00f;
}

table.products_table td.item_image img,
table.products_list td.item_image img{
  display:block;
  margin: 0px auto;
}
table.products_table td.item_image,
table.products_list td.item_image {
  border-left: 1px dotted #666;
  width: 150px;
  text-align: center;
  vertical-align: middle;
}
table.products_table td.item_description {
  width: 47%;
  padding:0 1%;
  line-height:1em;
  font-size:90%;
  border-left: 1px dotted #666;
}
table.products_table td.item_description li {
  line-height:1.3em;
}
table.products_table td.item_description h3{
  display: block;
  color: white;
  background-color: #6487DC;
  padding: 5px 2px 5px 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}
table.products_table td.spacer {
  width: 10px;
}
table.products_table td.item_options {
  border-left: 1px dotted #666;
  border-right: 1px dotted #666;
  line-height:1.3em;
  font-size:90%;
  padding:0 1%;
  background-color: #ffffdf;
}
table.products_table td.item_options input {
}
table.products_table .item_options .default_radio_input {
  display: block;
  background-color: orange;
  line-height: 1em;
  margin-bottom:-1.4em;
  padding-bottom: 0.3em;
}

table.products_list a.ovalbutton {
  margin-top: -2em;
}

#product_iridium_airtime  .item_options .default_radio_input {
  margin-bottom:0em;
}


.add_to_cart {
  display:block;
  margin: 0 0 0 auto;
}


.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}


/********************
 * buttons
 * *****************/
a.button {
  background: transparent url('bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}
a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
}

/* Attractive orange buttons*/
a.ovalbutton{
  background: transparent url('oval-orange-left.gif') no-repeat top left;
  font: normal 13px Tahoma; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;

	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
  color: #494949; /*button text color*/
}

a.ovalbutton span{
  background: transparent url('oval-orange-right.gif') no-repeat top right;
  display: block;
  display:inline-block;
  padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
  background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
  background-position: bottom right;
  color: black;
}
