@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .webkit_lineheight {
    }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .ipad_inputclass {
	height: 22px !important;
	line-height: 22px !important;
    }
    .ipad_inputcity {
	width: 144px !important;
    }
}

body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    background: #ffffff;
}
body, input, td, th, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #575757;
}

input {
    color: black;
    padding-left: 3px;
    width: 220px;
    border: 1px solid #575757;
    box-shadow: inset 1px 1px 1px #888888;
    -webkit-box-shadow: inset 2px 2px 1px #888888;
    -moz-box-shadow: inset 2px 2px 1px #888888;
}
input:focus {
    outline: 0;
    border: 1px solid #f37309;
    box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
    -webkit-box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
}
input[type="radio"] {
    box-shadow: none;
}
input[type="checkbox"] {
    box-shadow: none;
}
input:-ms-input-placeholder {
    color: #aaaaaa;
}
select {
    color: #000000;
    background-color: #ffffff;
    height: 22px;
    font-size: 15px;
    border: 1px solid #575757;
    box-shadow: inset 1px 1px 1px #888888;
    -webkit-box-shadow: inset 1px 1px 1px #888888;
    -moz-box-shadow: inset 1px 1px 1px #888888;
}
select:focus {
    color: #000000;
    background-color: #ffffff;
    outline: 0;
    border: 1px solid #f37309;
    box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
    -webkit-box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(243,115,9, 0.10);
}
select option {
    color: #000000;
    background-color: #ffffff;
}
select option:hover {
    color: #000000;
    background-color: #aaaaaa;
}
.rbutton {
    width: 10px !important;
}
label {
    font-size: 13px;
}
br.clear {
    display: block;
    height: 1px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}
li.active, a  {
    color: #529e52;
}
a:hover {
    color: #f37309;
}

button {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px #575757;

    border: 1px solid #529e52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82be82), to(#226e22));
    background-image: -webkit-linear-gradient(top, #82be82, #226e22);
    background-image: -moz-linear-gradient(top, #82be82, #226e22);
    background-image: -ms-linear-gradient(top, #82be82, #226e22);
    background-image: -o-linear-gradient(top, #82be82, #226e22);
    background-image: linear-gradient(to bottom, #82be82, #226e22);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#82be82, endColorstr=#226e22);
}
button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#92ce92), to(#327e32));
    background-image: -webkit-linear-gradient(top, #92ce92, #327e32);
    background-image: -moz-linear-gradient(top, #92ce92, #327e32);
    background-image: -ms-linear-gradient(top, #92ce92, #327e32);
    background-image: -o-linear-gradient(top, #92ce92, #327e32);
    background-image: linear-gradient(to bottom, #92ce92, #327e32);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92ce92, endColorstr=#327e32);
}
button:disabled {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#6a6a6a));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -moz-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -ms-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -o-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: linear-gradient(to bottom, #9a9a9a, #6a6a6a);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9a9a9a, endColorstr=#6a6a6a);
}

.centertext {
    text-align: center;
}
.boldtext {
    font-weight:bold;
}
.yellowtext {
    color:#fb9601;
}
.greentext {
    color:#529e52;
}

table.greentext td {
    color:#529e52;
}
table.greentext th {
    border-bottom: 3px solid #529e52;
    color:#529e52;
}

.icon {
    width:20px;
    height:20px;
}
.infoicon {
    background: url('/image/info.png');
    background-repeat: no-repeat;
    padding-right: 5px;
    float: right;
}
.infoicon:hover {
    background: url('/image/info-over.png');
    background-repeat: no-repeat;
}
.warnicon {
    background: url('/image/warning.png');
    background-repeat: no-repeat;
    margin-left: 5px;
    float: right;
    display: none;
}
.warnicon:hover {
    background: url('/image/warning-over.png');
    background-repeat: no-repeat;
}
.erricon {
    background: url('/image/error.png');
    background-repeat: no-repeat;
    margin-left: 5px;
    float: right;
    display: none;
}
.erricon:hover {
    background: url('/image/error-over.png');
    background-repeat: no-repeat;
}

.whiteback {
    background-color: #ffffff !important;
}
.errtext {
    color: #f37309;
}
.greentext {
    color: #529e52;
}
.blacktext {
    color: #000000;
    background-color: #ffffff;
}
.boldtext {
    font-weight: bold;
}
.withborder {
    border: 1px solid #575757;
}
.fleft {
    float: left;
}

#all {
    width: 900px;
    margin:0px auto;
    padding-top: 5px
}

#topinfo {
    position:relative;
    width: 100%;
    height: 72px;
    margin-bottom: 5px;
}
#logo {
    float: left;
    width: 162px; /* logo is 162x102 */
    height: 72px;
}
#topcart {
    position: absolute;
    top: 5px;
    right: 0px;
}
#claim {
    float: left;
    width: 733px;
    padding-top: 6px;
}

#bannerpics {
    /* image is 900x240 */
    clear: both;
    width: 100%;
    height: 240px;
}
#bannerbutton {
    position: absolute;
    margin-top: -20px;
    margin-left: -115px;
    z-index: 20;
}

#content {
    position: relative;
    width: 900px;
    height: 510px;
    background:url('/image/rightline.gif') repeat-y right top;
}
#main {
    float: left;
    width: 740px;
}
.spacer {
    float: left;
    background: #aaaaaa;
    width: 1px;
    height: 95%;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}
#sidebar {
    float: left;
    width: 150px;
    right: 0px;
    top: 0px;
}
#sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#phaseinfo {
    height: 190px;
}
.phase {
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    font-weight: bold;
}
.phasecompleted {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#6a6a6a));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -moz-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -ms-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -o-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: linear-gradient(to bottom, #9a9a9a, #6a6a6a);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9a9a9a, endColorstr=#6a6a6a);
}
.phasecompleted:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#6a6a6a));
    background-image: -webkit-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -moz-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -ms-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: -o-linear-gradient(top, #9a9a9a, #6a6a6a);
    background-image: linear-gradient(to bottom, #9a9a9a, #6a6a6a);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9a9a9a, endColorstr=#6a6a6a);
}
.phaseaproaching {
    color: #ffffff;
    background-color: #529e52;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#82be82), to(#226e22));
    background-image: -webkit-linear-gradient(top, #82be82, #226e22);
    background-image: -moz-linear-gradient(top, #82be82, #226e22);
    background-image: -ms-linear-gradient(top, #82be82, #226e22);
    background-image: -o-linear-gradient(top, #82be82, #226e22);
    background-image: linear-gradient(to bottom, #82be82, #226e22);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#82be82, endColorstr=#226e22);
}
.phaseaproaching:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#92ce92), to(#327e32));
    background-image: -webkit-linear-gradient(top, #92ce92, #327e32);
    background-image: -moz-linear-gradient(top, #92ce92, #327e32);
    background-image: -ms-linear-gradient(top, #92ce92, #327e32);
    background-image: -o-linear-gradient(top, #92ce92, #327e32);
    background-image: linear-gradient(to bottom, #92ce92, #327e32);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92ce92, endColorstr=#327e32);
}
.phaseactive {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffce83), to(#f9730d));
    background-image: -webkit-linear-gradient(top, #ffce83, #f9730d);
    background-image: -moz-linear-gradient(top, #ffce83, #f9730d);
    background-image: -ms-linear-gradient(top, #ffce83, #f9730d);
    background-image: -o-linear-gradient(top, #ffce83, #f9730d);
    background-image: linear-gradient(to bottom, #ffce83, #f9730d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffce83, endColorstr=#f9730d);
}
.phaseactive:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde93), to(#ff831d));
    background-image: -webkit-linear-gradient(top, #ffde93, #ff831d);
    background-image: -moz-linear-gradient(top, #ffde93, #ff831d);
    background-image: -ms-linear-gradient(top, #ffde93, #ff831d);
    background-image: -o-linear-gradient(top, #ffde93, #ff831d);
    background-image: linear-gradient(to bottom, #ffde93, #ff831d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffde93, endColorstr=#ff831d);
}
#accreditations {
}
#id4me {
    text-align: center;
    color: #529e52;
}
#id4melogo {
    width: 110px;
}
#tmch {
    width: 110px;
    margin-top: 10px
}
#icannregistrar {
    width: 110px;
    margin-top: 10px
}
#coop {
    display: none;
}

#footer {
    background-color:#4a4a4a;
    height:44px;
    width: 100%;
    position:relative;
}

#meta {
    float: right;
    line-height:44px;
    font-size:11px;
    text-transform: uppercase;
}
#meta ul {
    display:inline;
    list-style:none;
    margin:0px;
    padding:0px 5px 0px 0px;
}
#meta ul li {
    display:inline;
}
#meta ul li a {
    padding:0px 9px;
    text-decoration:none;
    color:#aaaaab;
}
#meta ul li a:hover {
    text-decoration:underline;
}

#copy {
    clear: both;
    margin-top: 5px;
    width: 100%;
    color:#575757;
    font-size:11px;
    background-color:#fff;
    text-align:right;
}

.topcell {
    vertical-align: top;
}
.alignleft {
    text-align: left !important;
}
.alignright {
    text-align: right !important;
}

/* popups */

#infopopup {
    position: relative;
    display: none;
    border-radius: 8px;
    border-opacity: 0.7;
    border: 7px solid rgba(50, 50, 50, .5);
}
#infopopup_inner {
    background-color: #ffffff;
    padding: 25px
}
.infopopup_width {
    width: 650px;
}
#infopopup_x {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
}
#infopopup_ok {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    align: right;
    text-align: right;
}
#infopopup_close {
    background-image: none;
    background-color: #aaaaaa;
    color: #eeeeee;
    text-transform: uppercase;
    border: 1px solid #888888;
}
#infopopup_back {
    background-image: none;
    background-color: #aaaaaa;
    text-transform: uppercase;
}
#infopopup_continue {
    text-transform: uppercase;
}

#tmchpopup {
    position: relative;
    display: none;
    border-radius: 8px;
    border-opacity: 0.7;
    border: 7px solid rgba(50, 50, 50, .5);
}
#tmchpopup_inner {
    background-color: #ffffff;
    padding: 25px
}
.tmchpopup_width {
    width: 600px;
}
#tmchpopup_x {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
}
#tmchpopup_ok {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    align: right;
    text-align: right;
}

#videopopup {
    position: relative;
    display: none;
    border-radius: 8px;
    border-opacity: 0.7;
    border: 7px solid rgba(50, 50, 50, .5);
}
#videopopup_inner {
    background-color: #ffffff;
    padding: 25px
}
.videopopup_width {
    width: 900px;
}
#videopopup_x {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
}

#videoteaser {
    margin-top: 13px;
}
#videoteaserpic {
    margin-top: 4px;
}
#videocontainer td {
    vertical-align: top;
}
#videoteaserpic_2 {
    margin-top: 10px;
}
#promovideo {
    width: 720px;
}

#cartcontainer {
    width: 100%;
    margin-top: 10px;
    clear: both;
}
.cart_width {
    width: 800px;
}
.cart_button {
    width: 715px;
}

.cart {
/*    border: 1px solid #aaaaaa; */
    border-collapse: collapse;
}
.cart th {
    text-align: center;
    padding-left: 5px;
    padding-right: 3px;
/*    border-right: 1px solid #aaaaaa; */
    border-bottom: 3px solid #529e52;
}
.cart td {
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
/*    border-right: 1px solid #aaaaaa; */
}

.evenrow {
    background-color: #eeeeee;
}
.oddrow {
}
.cart select {
    height: 20px;
    font-size: 13px;
}
#cart_content {
    font-size: 15px;
}
#cart_white {
    height: 15px;
    margin-left: 5px;
    margin-bottom: -3px;
    display: none;
}
#cart_black {
    height: 20px;
    display: none;
}
#cart_domain {
    width: 175px;
}
#cart_package {
    width: 90px;
}
#cart_phase {
    width: 90px;
}
#cart_available {
    width: 95px;
}
#cart_price1 {
    width: 115px;
}
#cart_price2 {
    width: 115px;
}
#cart_delete {
    width: 70px;
}

#shortcart {
    margin-right: 5px;
}
#shortcart_domain {
    width: 145px;
}
#shortcart_package {
    width: 75px;
}
#shortcart_price1 {
    width: 75px;
}
#shortcart_price2 {
    width: 75px;
}
#shortaddress {
    margin-left: 5px;
}
#shortaddress_field {
    width: 100px;
}
#shortaddress_content {
    width: 260px;
}
#http_forward_container {
    width: 370px;
    position: absolute;
    margin-top: 26px;
}

.tmchpopup_width {
    width: 850px;
}
#tmchwarning {
    width: 100%;
    height: 750px;
    padding: 10px;
}
#tmchwarning_body {
    padding: 10px;
}
#tmchwarning_body table {
    padding-left: 5px;
    padding-right: 5px;
    border-collapse: collapse;
}
.tmch_leftcell {
    width: 150px;
}
.tmch_rightcell {
}

.steps {
    width: 168px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: 20px;
    padding: 5px;
    float: left;
    font-weight: bold;
    border: 1px solid black;
}
.step_last {
    margin-right: 0px !important;
}
.step_completed {
    color: #ffffff;
    background-color: #529e52;
}
.step_active {
    color: #ffffff;
    background-color: #f37309;
}
.step_follows {
    background-color: #eeeeee;
}

.generalform_outer {
/*    border: 1px solid black; */
    border-collapse: collapse; 
}
.generalform_outer_td {
    width: 370px;
    padding-top: 10px;
    padding-bottom: 10px;
/*    border: 1px solid black; */
    vertical-align: top;
}
.generalform_inner {
}
.formleft {
    width: 100px;
    height: 25px;
    line-height: 20px;
/*    padding-left: 5px; */
}
.input_zip {
    width: 60px !important;
    margin-right: 5px !important;
}
.input_city {
    width: 149px;
}

/* variable main content */

#statement {
    width: 100%;
    color: #529e52;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 7px;
}

#namecheck_all {
    height: 120px;
    color: #f37310;
}
#namecheck_all input {
    width: 190px;
    height: 18px;
}
#namecheck_info {
    float: left;
    margin-right: 15px;
}
#namecheck_table {
    width: 310px;
    height: 120px;
    border-collapse: collapse;
    vertical-align: top;
}
.namecheck_button {
    width: 100%;
    height: 32px;
    text-align: left;
}
#namecheck_domain {
    float: left;
    width: 388px;
    height: 120px;
    border-collapse: collapse;
}
#namecheck_headline {
    height: 20px;
    padding-left: 10px;
    padding-top: 7px;
    background-color: #f6d342;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#namecheck_www {
    line-height: 22px;
}
#namecheck_name {
    height: 23px;
    background-color: #f6d342;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
/*    padding-top: 15px;
    padding-bottom: 15px; */
}
#namecheck_check {
    margin-top: 3px;
    text-align: center;
}
#namecheck_busy {
    width: 18px;
    margin-bottom: -5px;
    display: none; 
}
#namecheck_ok {
    margin-bottom: -5px;
    display: none; 
}
#order_busy {
    width: 18px;
    margin-bottom: -5px;
}
#input_domainname {
    margin-left: 3px;
    font-size: 15px;
    font-weight: bold;
}
#input_tld {
    color: #000000;
    margin-left: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #575757;
}
#input_icon {
    margin-left: 5px;
}
#input_domainsubmit {
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
}
.emph_button {
    border: 1px solid #f37309;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffce83), to(#f9730d));
    background-image: -webkit-linear-gradient(top, #ffce83, #f9730d);
    background-image: -moz-linear-gradient(top, #ffce83, #f9730d);
    background-image: -ms-linear-gradient(top, #ffce83, #f9730d);
    background-image: -o-linear-gradient(top, #ffce83, #f9730d);
    background-image: linear-gradient(to bottom, #ffce83, #f9730d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffce83, endColorstr=#f9730d);
}
.emph_button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde93), to(#ff831d));
    background-image: -webkit-linear-gradient(top, #ffde93, #ff831d);
    background-image: -moz-linear-gradient(top, #ffde93, #ff831d);
    background-image: -ms-linear-gradient(top, #ffde93, #ff831d);
    background-image: -o-linear-gradient(top, #ffde93, #ff831d);
    background-image: linear-gradient(to bottom, #ffde93, #ff831d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffde93, endColorstr=#ff831d);
}

#products_header {
    width: 693px;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #529e52;
    font-size: 16px;
    font-weight: bold;
}
.products {
    float: left;
    margin-right: 20px;
}
.productbox {
    width: 225px;
    height: 225px;
    border: 1px solid black;
    border-collapse: collapse;
}
.productbox th {
    /* col has to be one off to allow conversion to haspa format */
    background-color: #529e53;
    color: #ffffff;
    height: 20px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}
.productbox td {
    font-size: 12px;
}
.productbox tr {
    padding: 5px;
    margin: 0px;
    vertical-align: top;
}
.features {
    height: 160px;
}
.features-ul {
    margin-bottom: 0px;
}
.price {
    text-align: right;
    padding-right: 10px;
    vertical-align: baseline;
}
.pricetag {
    color: #529e52;
    font-size: 35px;
    font-weight: bold;
    line-height: 15px;
}
.productbutton {
    width: 225px;
    margin-top: 5px;
}

