#tinymask {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1500;
}
#tinybox {
    background-color: transparent;
    border: 0 none;
    display: none;
    height: 2000px;
    margin: 15px 0;
    padding: 20px 15px 0;
    position: absolute;
    z-index: 2000;
}
#tinycontent {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.comparetop {
    height: 37px;
    position: relative;
    top: 1px;
    width: 600px;
}
.comparetop h2 {
    color: #234366;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0 0 15px;
    position: relative;
    margin-bottom:0;
}
.comparetop h2 span {
  color: #ff6c00;
}
.contents a {
    color: #336799;
    font-weight: bold;
    text-decoration: underline;
}
.contents {
    outline: 0 solid #000000;
    padding: 5px 5px 1px;
    background-color: #FFFFFF;
    /*background-image: url("https://www.hostgator.com/images/comparegradient.gif");*/
    background-position: center top;
    background-repeat: repeat-x;
    border-top: 1px solid #FFFFFF;
    clear: both;
    height: 500px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 0 0;
    width: 600px;
}
.comparebottom {
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    height: 21px;
    width: 600px;
}
.maintable {
    background: #8dacc7;
    margin: 0 auto 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0;
    width: 550px;
    z-index: 3000;
}
.closebutton {
    background-color: transparent;
    background-image: url("../images/close_popup.png");
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: inherit;
    float: right;
    height: 40px;
    left: 22px;
    position: relative;
    top: -18px;
    width: 40px;
    z-index: 99999;
}
tr.one {
    background-color: #f2f9ff;
    color: #234366;
    text-align: center;
}
tr.one strong {
  font-weight: bold;
  font-size: 16px;
}
tr.one span {
  color: #ff6c00;
}
tr.two {
    background-color: #fff;
    color: #234366;
    text-align: center;
}
tr.two span {
  color: #ff6c00;
}
tr.dblue th {
    background: #d3e5f4;
    color: #234366;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    padding: 0 6px;
    text-align: left;
}
tr.dblue th strong {
  font-weight: bold;
}
td.feature {
    font-size: 14px;
    height: 15px;
    margin: 3px;
    padding: 8px;
    text-align: left;
    width: 35%;
    color: #44596b;
}
.maintable_no_margin_bot {
  margin-bottom: 0;
}