.limiter table {
  width: 100%;
  max-width: 1000px;
}

table#notpricechart {
  margin-bottom: 10px;
}

table#pricechart {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  margin: 2px auto;
  max-width: 1000px;
}

table#mainttable {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
  margin: 2px auto;
  max-width: 1000px;
}

colgroup {
  width: 250px;
}

table#pricechart th {
  padding: 5px;
  border-right: solid 1px #A6A5C2;
  border-top: solid 1px #A6A5C2;
  border-bottom: solid 1px #A6A5C2;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

table#mainttable th {
  padding: 5px;
  border-right: solid 1px #A6A5C2;
  border-top: solid 1px #A6A5C2;
  border-bottom: solid 1px #A6A5C2;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

table#pricechart th.spaceholder {
  background-color: #efefef;
}

table#pricechart th h3 {
  text-align: center;
  margin: 3px;
}

table#mainttable th h3 {
  text-align: center;
  margin: 3px;
}

table#pricechart th:last-child {
  border-right: none;
}

table#mainttable th:last-child {
  border-right: none;
}

table#pricechart tr:nth-child(2) th {
  width: 250px;
}

table#pricechart tr:nth-child(3) th {
  width: 250px;
}

table#pricechart tr:nth-child(3) td {
  width: 250px;
}


table#pricechart td {
  padding: 10px 5px;
  text-align: center;
  border-right: solid 1px #A6A5C2;
  border-bottom: solid 1px #A6A5C2;
}

table#mainttable td {
  padding: 10px 5px;
  text-align: center;
  border-right: solid 1px #A6A5C2;
  border-bottom: solid 1px #A6A5C2;
}

table#pricechart td:last-child {
  border-right: none;
}

table#mainttable td:last-child {
  border-right: none;
}

table#pricechart th.chartimg {
  text-align: center;
  vertical-align: middle;
//  width: 350px;
}

table#chart td.lalign {
  text-align: left;
}


table#chart {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  max-width: 1100px;
}

table#chart tr.nobottomborder td {
  border-left: solid 3px;
}

table#chart td {
  border: solid 1px #A6A5C2;
  border-collapse: collapse;
  border-spacing: 0px;
}

table#chart tbody tr:first-child td {
  font-weight: 700;
  font-weight: bold;
  font-weight: bold;
}

table#chart2 tbody tr:first-child td {
  font-weight: 700;
  font-weight: bold;
}

table#chart tbody tr td:last-child {
  border-left: solid 4px #145e8f;
  border-right: solid 4px #145e8f;
  background-color: #e8f3ff;
}

/*
table#chart tbody tr:last-child td:last-child {
  border-bottom: solid 4px #145e8f;
}
*/

table#chart table.minitable tr:first-child td {
  font-weight: normal;
  border: none;
}

table#chart table.minitable tr:first-child td:last-child {
  background-color: #fff;
  border: none;
}

table#chart td:first-child {
  /* border-left: none; */
  width: 30%;
}

table#chart td:first-child table td{
  width: 100%;
}

table#chart td:last-child {
  border-right: none;
  width: 30%;
}

table#chart table.pricing table.minitable {
  margin: 0px auto;
}

table#pricechart table.minitable td, table#mainttable table.minitable td {
  border: none;
}

table#chart table.minitable td {
  border: none;
  padding: 0px;
  text-align: left;
}

table#chart table.pricing table.minitable td img {
  margin: 0px; 
  width: 12px;
}

table#pricechart th h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 8pt;
  color: #0A2F48;
  margin: 2px 0px;
  border-top: dotted 1px #A6A5C2;
  padding: 3px 0px 0px 0px;
}

table#pricechart th h6.bordernone {
  border: 0px;
}

table#pricechart table.pricing {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: auto;
}

table#pricechart table.pricing th {
  border: 0px;
  padding: 6px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

table#pricechart table.pricing th:first-child {
  width: 40px;
}

table#pricechart table.pricing td {
  border: 0px;
  padding: 2px;
  text-align: right;
}

table#pricechart table.pricing tr:nth-child(even) {
  background-color: #e0f0ff;
}

table#pricechart table.pricing tr td:first-child {
  text-align: center;
  width: 25px;
}

table#pricechart table.shrink tr td:first-child {
  width: 25px;
}

table#pricechart table.lab {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: auto;
}

table#pricechart table.lab tr:nth-child(even) {
  background-color: #ffffff;
}

table#pricechart table.lab tr td:first-child {
  text-align: right;
  font-weight: bold;
}

table#pricechart table.lab tr td:last-child {
  text-align: left;
  padding-left: 12px;
}

table#pricechart .mponly {
border-right: none; text-align: center;
}


/* begin tool tip styles */


div#tipWrapper {
/*  background-color: #ffffff; */
  display: inline;
}

.tip {
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  margin-top: -40px;
  display: none;
  min-height:40px;
  word-wrap: break-word;
}

.tipleft {
  position: absolute;
  z-index: 2;
  margin-left: -280px;
  margin-top: -40px;
  display: none;
  min-height:40px;
  word-wrap: break-word;
}

#tip_renew {
  margin-left: 13%;
}

.contents {
//  background-color: lightpink;
  padding: 6px;
  border-radius: 5px;
  border: solid 2px #A6A5C2;
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 1%, #ffffff 34%, #ffffff 61%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(34%,#ffffff), color-stop(61%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 1%,#ffffff 34%,#ffffff 61%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  font-size: 8pt;
  max-width: 250px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

div.tip:after {
content: "";
position: absolute;
top: 15px;
left: -10px;
width: 0px;
height: 0px;
display: inline-block;
border-style: solid;
border-width: 15px 10px 15px 0px;
border-color: transparent #A6A5C2 transparent transparent;
-webkit-transform:rotate(360deg)
line-height: 0px;
_border-color: #000000 #000000 #A6A5C2 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

div.tipleft:after {
content: "";
position: absolute;
top: 15px;
right: -10px;
width: 0px;
height: 0px;
display: inline-block;
border-style: solid;
border-width: 15px 0px 15px 10px;
border-color: transparent transparent transparent #A6A5C2;
-webkit-transform:rotate(360deg)
line-height: 0px;
_border-color: #000000 #000000 #000000 #A6A5C2;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


div#tipWrapper:hover div.tip{
  display: block;
}

div#tipWrapper:hover div.tipleft{
  display: block;
}

.buybtn {
 border: solid 2px #288f14;
 background: #fff;
 color: #288f14;
 width: 50px;
 height: 30px;
}

.buybtn:hover {
color: #fff;
background: #288f14; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #288f14 0%, #257515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288f14), color-stop(100%,#257515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #288f14 0%,#257515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #288f14 0%,#257515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #288f14 0%,#257515 100%); /* IE10+ */
background: linear-gradient(to bottom,  #288f14 0%,#257515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288f14', endColorstr='#257515',GradientType=0 ); /* IE6-8 */

 border: solid 0px #afafaf;
  border-radius: 2px;
font-weight: bold;
margin: 2px 0px;
}

.buybtnall, .buybtnall:link, .buyannual, .buyannual:link {
 border: solid 2px #288f14;
 background: #fff;
 color: #288f14!important;
 height: 30px;
}

.buybtnall:hover, .buyannual:hover  {
/* width: 50px; */
/* height: 30px; */
color: #fff!important;
background: #288f14; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NTQzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzExMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #288f14 0%, #257515 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288f14), color-stop(100%,#257515)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #288f14 0%,#257515 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #288f14 0%,#257515 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #288f14 0%,#257515 100%); /* IE10+ */
background: linear-gradient(to bottom,  #288f14 0%,#257515 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288f14', endColorstr='#257515',GradientType=0 ); /* IE6-8 */

 border: solid 2px #288f14;
  border-radius: 2px;
font-weight: bold;
margin: 2px;
cursor: pointer;
}

.cartform {
 margin: 8px 5px;
}

hr.order {
  border: solid 1px #145e8f;
  border-collapse: collapse;
  width: 95%;
}

.orderlinks {
  float: right;
  text-align: right;
  padding: 2px;
  margin: 0px 0px 30px 30px;
}

.X {
  width: 30px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: normal;
  background-color: #E64545;
  display: inline-block;
  margin: -12px -12px 2px 2px;
  float: right;
}

.licenseOptions {
  border: solid 1px #afafaf;
  padding: 10px; 
  margin: 5px;
}

.licenseOptions h3 {
  margin-top: 0px;
}

.ordernav {
  padding: 0px;
  vertical-align: bottom;
  margin-bottom: 0px;
  font-size: 13pt;
  font-weight: bold;
}

.ordernav div {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #afafaf;
  margin: 0px;
  border-right: none;
}

.ordernav div:first-child {
  border-top-left-radius: 10px;
}

.ordernav div:last-child {
  border-top-right-radius: 10px;
  border-right: solid 1px #afafaf;
}

.orderWrapper {
  margin-top: -1px;
  border: solid 1px #afafaf;
  z-index: -1;
  padding: 5px;
}

.gray {
  color: #888888;
}

#precartbox {
//  width: 85%;
//  margin: auto;
  display: inline-block;
  margin: 0px 5px 10px 15px;
}

#precartbox form fieldset {
  border: solid 1px #afafaf;
  border-radius: 10px;
  background-color: #fcfcfc;
}

#precartbox form fieldset legend{
 font-size: 16pt; 
}

#precartbox form input#maintenance {
  margin: 8px 5px 0px 15px;
}

#precartbox form input#dvd {
  margin: 5px 5px 0px 15px;
}

#precartbox form input.cart {
  width: auto;
  margin: -25px 5px 2px 100px;
}

.hover { background-color: #eee; }
.hovwhite { background-color: #fff; }

#overlay {
  z-index: 1;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#modal {
  z-index: 1;
    position:absolute;
//    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}

#close {
    position:absolute;
//    background:url(close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
//    text-indent:-9999px;
    top:7px;
    right:20px;
    text-align: right;
}

form.multioption {
  width: 175px; 
  margin-bottom: 25px;
}

form.multioption fieldset {
  border: solid 1px #afafaf; 
  border-radius: 8px; 
  background-color: #fdfdfd;
}


/* BEGIN ANS */


/*
a.orderbutton {
   width: 125px;
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #145E8F;
   border: solid 2px #145E8F;
   padding: 9px 14px;
   text-transform: none;
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   font-size: 14px;
   font-weight:bold;
   font-family: Arial, Helvetica, Sans-Serif;
   float: right;
   z-index: 100;
   margin: 12px;
   text-decoration: none;
   }

a.orderbutton:visited {
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #145E8F;
}

a.orderbutton:active {
   background: rgba(255,255,255,.2);
   transition: background .2s;
   color: #145E8F;
}

a.orderbutton:hover {
   background: #145E8F;
   transition: background .5s;
   color: #ffffff;
   text-decoration: none;
   }
*/

/* END ANS */


table#chart table.mntprices {
  border: none;
  margin: 0px auto;
  width: 85%;
}

table#chart table.mntprices td {
  border: none;
  width: 50%;
  text-align: center;
}

table#chart2 {
  width: 100%;
}

table#chart2 td {
 border: none;
 padding: 10px;
}

table#chart2 tbody tr:first-child td {
  font-weight: 700;
  font-weight: bold;
  background-color: #e8f3ff;
}

table.narrow {
  max-width: 225px;
}

table.narrow tr td:last-child {
  width: 10px;
}

table.narrow tr th:last-child {
  text-align: center;
}

table.narrow tr th .minitable {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/*
h6 {
  max-width: 250px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: red;
}
*/

@media all and (max-width: 640px) {
  .limiter table {
    width: 100%;
    max-width: 100%;
  }
}
