/* Generic table */

span.required {
    color: #ff0000;
}

abbr {
    border-bottom: 1px dotted #fb6111;
}

div.errors {
    margin: 15px 0;
    border: 1px solid #ff0000;
    padding: 10px 15px;
    background: #ffc2c2;
}

div.errors span.errorTitle {
    font-size: 1.1em;
    font-weight: bold;
}

div.errors ul.errors {
    padding: 0 0 0 20px;
    margin: 2px 0;
}

table.data {
    width: 100%;
    margin-top: 10px;
    border-left: 1px solid #efefef;
    border-collapse: separate;
}

table.data a {
    color: #FE4806;
}

table.data thead th,
table.data thead td,
table.data tbody td,
table.data tfoot td {
    border: 1px solid #efefef;
    vertical-align: top;
    border-left: 1px solid #ffffff;
    padding: 5px 10px;
}

table.data tbody tr.even,
table.data thead tr.even,
table.data tfoot tr.even {
    background-color: #ffffff;
}

table.data tbody tr.odd,
table.data thead tr.odd,
table.data tfoot tr.odd {
    background-color: #faf9f9;
}

table.data tfoot tr.totalRow {
    font-size: 1.2em;
}

table.data thead th {
    height: 30px;
    font-weight: bold;
    font-size: 1.166em;
}
table.data thead th.domainHeader {
    color: #045dc0;
    text-transform: capitalize;
}
table.data thead th.availability {
    width: 200px;
}
table.data thead th.options {
    width: 280px;
}
table.data tbody td {
    border-top: none;
}

table.data tbody td.options span {
    padding-left: 27px;
    padding-right: 0;
    color: #3b3b3b;
    font-weight: bold;
}

table.data tbody td.options a {
    color: #3b3b3b;
}

table.data tfoot td,
table.data thead tr.buttons td {
    height: 37px;
    border-width: 0 1px 1px 1px;
    vertical-align: middle;
}

table thead tr.buttons td {
    border-top: 1px solid #EFEFEF !important;
    border-bottom: none !important;
}

table.data tfoot td.buttons,
table.data thead tr.buttons td.buttons {
    border-width: 0 0 1px 0;
}

table.data tfoot td.buttons,
table.data thead td.buttons {
    padding-left: 132px;
}

/* Shopping cart */

table.cart td.domain {
    font-weight: bold;
    background: #faf9f9;
    padding: 5px;
    font-size: 1.2em;
}

table.cart td.domain a.removeFromCart {
    cursor: pointer;
    padding: 0 5px 0 0;
}

table.cart {
    width: 100%;
    border: none;
}

table.cart tbody td,
table.cart thead th {
    border: none !important;
}

table.cart tfoot td {
    border-right: none;
}

table.cart tfoot tr.footer td {
    border-bottom: none;
}

table.cart td.key {
    color: #045dc0;
    width: 35%;
    vertical-align: top;
    padding-top: 3px;
}

table.cart tr td.amountSelected {
    font-weight: bold;
    font-size: 1.2em;
}

table.cart tr.totalAmount td {
    background: #faf9f9;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 15px;
}

table.cart div.noTrusteeNotice {
    display: none;
    border: 1px solid #bbb;
    background-color: #fff;
    margin-right: 20px;
    padding: 5px;
}

table.cart td.domainOptions {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

table.cart td.domainOptions input {
    float: left;
    display: inline;
}

table.cart td.domainOptions label {
    float: left;
    margin-top: 3px;
    font-weight: normal;
}

table.cart div.domainOption {
    float: left;
    clear: left;
    margin-bottom: 4px;
}

table.cart .toOrderDetail {
    float: right;
}

/* Generic form */

ol.form {
    border: 1px solid #efefef;
    border-top: 0px;
    margin: 0;
    padding: 0 0 4px 0;
    background-color: #f7f7f7;
    list-style-type: none;
}

ol.form li {
    padding: 3px 12px;
}

ol.form li.formRow {
    padding-left: 155px;
}

ol.form li.hidden {
    display: none;
}

ol.form li.formHeader {
    height: 22px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: transparent url('../images/framework/table_header.png') repeat-x;
    color: #045dc0;
    font-weight: bold;
    font-size: 1.166em;
    padding-top: 6px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

ol.form li {
    overflow: auto;
}

ol.form label {
    padding: 3px 0 0 12px;
    color: #045dc0;
    width: 155px;
    color: #3b3b3b;
}

ol.form label.description {
    float: left;
    display: inline;
    font-weight: bold;
    color: #045dc0;
    margin-left: -155px;
}

ol.form label span.required {
    color: #f00;
}

ol.form input.text {
    width: 176px;
}

ol.form input.checkbox {
    margin-top: 3px;
    margin-left: 12px;
    border: 1px solid #efefef;
    width: auto;
}

ol.form label.checkbox {
    padding-left: 0;
}

ol.form select {
    width: 189px;
}

ol.form li.formButtons {
    padding-left: 152px;
}

ol.form button {
    display: inline;
    margin-top: 6px;
    margin-right: 9px;
    cursor: pointer;
    outline: 0;
}

ol.form button.disabled {
    background: url(../images/framework/portal/button_inactive_left_bg.png) no-repeat;
    cursor: default;
    padding-left: 4px;
}

ol.form button.disabled div {
    background: url(../images/framework/portal/button_inactive_right_bg.png) no-repeat right top;
    padding-left: 10px;
}

div#nsResults ul#nsErrors {
    background: #FFDCCF;
    border: 1px solid #FE4806;
    color: #FE4806;
    font-weight: bold;
    list-style-position: inside;
    margin-left: 0;
    padding: 10px 20px;
}

ol.form ul.errors,
form#paymentMethodForm ul.errors,
form#directDebitForm ul.errors,
form#directDebitForm ul.headerErrors {
    list-style-type: none;
    margin-left: 0;
    padding-left: 12px;
    color: #f00;
}

ol.form ul.errors li,
form#paymentMethodForm ul.errors li,
form#directDebitForm ul.errors li,
form#directDebitForm ul.headerErrors li {
    padding: 3px 0;
}

/* Generic column */
.pageColumn {
    float: left;
    width: 400px;
    display: inline;
    margin-right: 53px;
}

/* Rounded block */
.roundedBlock {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*behavior: url(/css/PIE.htc);*/
    box-shadow: 4px 5px 2px -3px #cfcfcf;
}

.noShadow {
    box-shadow: none;
}

/* Order steps */
div.orderSteps {
    overflow: hidden;
    margin-top: 10px;
    background: #f9f9f9 url(../images/framework/steps_bg.png) repeat-x;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 42px;
    /*behavior: url(/css/PIE.htc);*/
    padding: 13px 20px;
}

ul#orderSteps {
    display: block;
    margin: 0;
    list-style-type: none;
    background: url(/images/framework/paymentMethods.png) no-repeat 100% 50%;
    min-height: 40px;
    padding: 0;
}

ul#orderSteps li {
    display: inline;
    float: left;
    width: 140px;
    overflow: hidden;
    margin-right: 15px;
    height: 43px;

}
ul#orderSteps li.firstStep a span,
ul#orderSteps li.firstStep div span {
    background-position: 50% -43px;
}

ul#orderSteps li.stepActive a span,
ul#orderSteps li.stepActive div span {
    background-position: 50% -43px;
}

ul#orderSteps li a h3,
ul#orderSteps li div h3 {
    padding-top: 4px;
    background: none;
    font-size: 12px;
    margin: 0;
    line-height: 1.2em;
}

ul#orderSteps li.stepInactive {
    background-position: 50% 0px;
}
ul#orderSteps li.lastStepActive {
    background-position: -250px -64px;
}
ul#orderSteps li.lastStepInactive {
    background-position: -250px -32px;
}

ul#orderSteps li a,
ul#orderSteps li div {
    display: block;
    width: 140px;
    text-decoration: none;
    font-weight: bold;
    line-height: 0.9em;
    color: #3b3b3b;
}

ul#orderSteps li.stepInactive div,
ul#orderSteps li.lastStepInactive div {
    color: #d9d9d9;
}

ul#orderSteps li a span,
ul#orderSteps li div span {
    float: left;
    width: 42px;
    height: 29px;
    margin-right: 8px;
    padding-top: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 2em;
    background: transparent url('../images/framework/step_button_sprite.png') no-repeat 0 0;
}

/* Step 1 Select domains */
form#domainForm a {
    outline: 0;
}

div#domainEntryContainer {
    position: relative;
    z-index: 100;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #F9F9F9 url('../images/framework/tld_select_bg.png') repeat-x 0 0;
    float: left;
    width: 96%;
    min-height: 275px;
    box-shadow: 4px 5px 2px -3px #cfcfcf;
    border-left: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2%;
}

div#domainEntryContainer h2 {
    margin-top: 0px;
    margin-bottom: 27px;
    margin-left: 0px;
    font-size: 4em;
    color: #fb6111;
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
    padding: 0 20px;
    width: 490px;
    line-height: 55px;
}

div#domainEntry {
    margin: 1px 0 0 0;
    padding: 0px 30px;
    background: #FFFFFF;
    min-height: 125px;
    /*behavior: url(/css/PIE.htc);*/
    float: left;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div#domainEntry h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.45em;
    color: #fb6111;
}

div#domainEntry button.nextButton {
    display: inline;
    background: url(/images/framework/form_elements_sprite.png) no-repeat left -940px;
    height: 37px;
    padding: 0 0 0 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

div#domainEntry button.nextButton span {
    float: left;
    height: 29px;
    padding: 8px 15px 0 6px;
    background: url(../images/framework/form_elements_sprite.png) no-repeat right -903px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

div#domainEntry div.paymentMethods {
    float: left;
    margin: 10px 0 15px 0px;
    clear: both;
}


div#domainEntry div.input {
    float: left;
    padding-left: 0px;
    padding-top: 8px;
    position: relative;
}

div#domainEntryContainer div.price {
    position: absolute;
    top: 1px;
    right: 183px;
    background: url(../images/framework/balloon_large_bg.png) no-repeat;
    height: 117px;
    width: 221px;
    text-align: center;
    padding: 20px 10px 0 10px;
    font-family: 'Dosis', sans-serif;
}

div#domainEntryContainer div.price span.startingFrom {
    float: left;
    font-size: 14px;
    color: #666666;
    padding-top: 2px;
    width: 100%;
}

div#domainEntryContainer div.price span.currency {
    padding-top: 7px;
    padding-right: 5px;
    font-size: 18px;
    color: #666666;
    position: absolute;
    left: 20px;
}

div#domainEntryContainer div.price span.price {
    font-size: 50px;
    line-height: 50px;
    color: #fb6111;
    font-weight: bold;
}

div#domainEntryContainer div.price span.perMonth {
    float: left;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}

div#domainEntryContainer div.price span.perMonth {
    float: left;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 14px;
    color: #666666;
    width: 100%;
}

div#domainEntryContainer div.price span.cheapestOption {
    color: #fb6111;
    font-weight: bold;
    font-size: 19px;
}

div#domainEntryContainer div.price span.noHiddenCosts {
    font-size: 17px;
}

div#domainEntryContainer div.portret {
    position: absolute;
    bottom: 0;
    right: 0;
}

ul.errorMessages {
    color: #FE4806;
    background: #ffdccf;
    font-weight: bold;
    border: 1px solid #FE4806;
    padding: 10px 20px;
    list-style-position: inside;
    margin-left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/css/PIE.htc);
}

div#domainEntry textarea {
    width: 323px;
    height: 243px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Arial, 'sans-serif';
    font-size: 0.917em;
    color: #3b3b3b;
    line-height: 1.45em;
}

div.home div.hostingPackages {
    margin: 10px 0 15px 0;
}

/* Mail accounts */
div.mailAccounts {
    float: left;
    width: 564px;
    padding: 20px;
    margin: 15px 14px 25px 0;
    text-align: center;
}

div.mailAccounts div.header {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

div.mailAccounts div.header div.visual {
    float: left;
    width: 50%;
    text-align: center;
}

div.mailAccounts div.header div.description {
    float: left;
    width: 50%;
    font-size: 14px;
}

div.mailAccounts div.header div.description h3 {
    color: #FB6111;
    font-size: 1.333em;
    margin-left: 20px;
}

div.mailAccounts div.header div.description p {
    margin: 0 0 2px 20px;
}

div.mailAccounts div.header div.description a {
    margin-left: 20px;
    background: url("/images/framework/breadcrumb_spacer.png") no-repeat scroll 0px 50% transparent;
    color: #3B3B3B;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

div.mailAccounts div.mailPackage {
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 26px 0 18px 0;
}

div.mailAccounts div.mailPackage div.titleAndDescription {
    width: 50%;
    float: left;
    font-size: 14px;
}

div.mailAccounts div.mailPackage h3 {
    color: #FB6111;
    font-size: 18px;
    margin: 0 0 10px 0;
}

div.mailAccounts div.mailPackage div.priceAndOrder {
    width: 50%;
    float: left;
    position: relative;
}

div.mailAccounts div.mailPackage div.priceAndOrder span.currency {
    padding-top: 7px;
    padding-right: 5px;
    font-size: 18px;
    color: #666666;
    position: relative;
    top: -16px;
}

div.mailAccounts div.mailPackage div.priceAndOrder span.price {
    font-size: 42px;
    line-height: 42px;
    color: #fb6111;
    font-weight: bold;
}

div.mailAccounts div.mailPackage div.priceAndOrder span.perMonth {
    padding-top: 2px;
    padding-left: 7px;
    font-size: 14px;
    color: #666666;
    position: relative;
    top: -16px;
}

/* USP block */

div.usp {
    float: right;
    width: 253px;
    padding: 20px 20px 15px 20px;
    font-size: 14px;
    margin-top: 15px;
}

div.usp div.visual {
    text-align: center;
    margin-bottom: 20px;
}

div.usp h3 {
    color: #FB6111;
    font-size: 18px;
    margin: 0 0 19px 0;
}

div.usp p {
    margin: 0 0 30px 0;
}

div.usp h4 {
    margin: 0 0 8px 0;
}

div.usp ul {
    list-style: disc inside none;
    padding: 0;
    margin: 0;
}

div.usp ul li {
    border-top: 1px solid #e7e7e7;
    padding: 6px 0 6px 25px;
    background: url(/images/icons/usp.png) no-repeat 0 7px;
    list-style: none;
}

/* Domain tips */
div.tipsContainer {
    position: absolute;
    left: 400px;
    top: 82px;
}

div.tipsContainer div.tips {
    position: relative;
    background: #fb6111;
    color: #FFFFFF;
    text-transform: uppercase;
    float: left;
    border-radius: 32px;
    font-weight: bold;
    height: 35px;
    padding-top: 15px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    z-index: 3;
    font-size: 14px;
}

div.tipsContainer div.tipsContent {
    background: #FFFFFF;
    padding: 20px 20px 20px 85px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    position: relative;
    top: -20px;
    left: -15px;
    z-index: 2;
    width: 360px;
    font-size: 14px;
}

div.tipsContainer div.tipsContent h3 {
    color: #fb6111;
    margin-top: 0;
    font-size: 18px;
    line-height: 130%;
}

div.tipsContainer div.tipsContent p.extensions span {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-weight: bold;
    margin-right: 4px;
    padding: 9px 10px;
}

div.tipsContainer div.tipsContent a {
    background: url("/images/framework/breadcrumb_spacer.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    color: #3B3B3B;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 10px;
    text-decoration: none;
}

/* End domain tips */

/* Price comparison */
div.comparison {
    width: 100%;
    background: url(../images/framework/comparison.png) no-repeat;
    height: 320px;
    margin-bottom: 30px;
    margin-top: 10px;
}

div.comparison div.statement {
    float: right;
    width: 236px;
    margin: 55px 34px 0 0;
}

div.comparison div.statement h2 {
    color: #666666;
    margin: 0 0 5px 0;
    font-size: 24px;
}

div.comparison div.statement h3 {
    color: #FB6111;
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 24px;
}

div.comparison div.statement p {
    font-size: 14px;
    margin-bottom: 3px;
}

div.comparison div.statement a.details {
    margin-left: 0px;
    background: url("/images/framework/breadcrumb_spacer.png") no-repeat scroll 0px 50% transparent;
    color: #3B3B3B;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

button::-moz-focus-inner /* fixing evil default firefox padding */ {
    padding:0;
    border:none;
}

button.nextButton {
    margin: 0;
    padding: 0 29px 0 0;
    border: none;
    height: 25px;
    background: url('../images/framework/form_elements_sprite.png') no-repeat right -50px;
    color: #ffffff;
    cursor: pointer;
    width: auto;
       overflow: visible;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top:-2px;
    margin-bottom: -2px;
}

button.nextButton div,
button.nextButton span {
/*    float: left;*/
    height: 21px;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-left: 14px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat 0 0;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial, 'sans-serif';
    border: none;
    display: block;
    position: relative;
}

button.nextButton div.big,
button.nextButton span.big {
    height: 32px;
    background: transparent url('../images/framework/form_elements_sprite_big.png') no-repeat 0 0;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-top: 17px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
    /*!* Safari and Google Chrome only - fix margins *!*/
    /*button.nextButton div,*/
    /*button.nextButton span {*/
        /*margin-top: -1px;*/
    /*}*/
/*}*/

button.nextButtonGreen {
    background: url('../images/framework/form_elements_sprite.png') no-repeat right -375px;
}
button.nextButtonGreenBig {
    background: url('../images/framework/form_elements_sprite_big.png') no-repeat right -49px;
    height: 49px;
}

button.nextButtonGreen div,
button.nextButtonGreen span {
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat 0 -350px;
    text-transform: uppercase;
}

button.prevButton {
    margin: 0 5px 0 0;
    padding: 0 0 0 29px;
    border: none;
    height: 25px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -500px;
    color: #686868;
    font-weight: bold;
    text-transform: lowercase;
    cursor: pointer;
    width: auto;
       overflow: visible;
}

button.prevButton div,
button.prevButton span {
    float: left;
    height: 20px;
    padding-top: 5px;
    padding-right: 14px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat right -475px;
    cursor: pointer;
    white-space: nowrap;
}

button.button {
    margin: 0;
    padding: 0 0 0 14px;
    border: none;
    height: 25px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -125px;
    color: #ffffff;
    font-weight: bold;
    text-transform: lowercase;
    cursor: pointer;
    width: auto;
       overflow: visible;
}

button.CTAButton {
    background: url('../images/framework/form_elements_sprite.png') no-repeat left -400px;
    padding: 0;
}

button.disableSubmit {
    background: url('../images/framework/form_elements_sprite.png') no-repeat right -800px;
}

button.disableSubmit div,
button.disableSubmit span {
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat 0 -775px;
}

button.button div,
button.button span {
    float: left;
    height: 20px;
    padding-top: 5px;
    padding-right: 14px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat right 0;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
}

button.CTAButton div,
button.CTAButton span {
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat right -350px;
    text-transform: uppercase;
    padding: 5px 15px 0 6px;
    margin-left: 9px;
}

div#denounceDomain button.disabled div {
    margin-left: 0;
}

button.anotherDomainButton {
    margin: 0 10px 0 0;
    background-position: 0 -525px;
    padding-left: 9px;
    color: #686868;
}

button.anotherDomainButton div,
button.anotherDomainButton span {
    background-position: right -475px;
    padding-left: 5px;
}

input.roundedInput,
input.roundedInputDummy {
    height: 19px;
    width: 389px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -449px;
    border: none;
    margin-right: 7px;
    font-weight: bold;
    padding: 4px 0 2px 6px;
}
input.roundedInputDummy {
    color: #757575;
}
input.roundedInputBig {
    height: 22px;
    width: 305px;
    background: transparent url('../images/framework/domain_input_bg.png') no-repeat;
    border: none;
    margin-right: 7px;
    font-weight: bold;
    padding: 7px 0 8px 75px;
    font-size: 1.6em;
    font-weight: normal;
}

input.roundedInputSmall {
    height: 19px;
    width: 176px;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -100px;
    border: none;
    margin-right: 7px;
    font-weight: bold;
    padding: 4px 0 2px 12px;
}

span.domainPrefix {
    font-size: 15px;
    color: #666666;
    position: absolute;
    top: 17px;
    left: 15px;
}
ol.form li.errors input.roundedInputSmall {
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -301px;
}

ol.form li.disabled input.roundedInputSmall {
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -225px;
}

#domainForm .domainContent {
    margin-bottom: -20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.domainColumn {
    width: 300px;
    float: left;
    margin-right:5px;
    line-height: 130%;
}
.domainGroup {
    overflow: auto;
    line-height: 130%;
    padding: 20px;
    margin-bottom: 20px;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #F6F6F6 0%, #E1E1E1 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F6F6F6 0%, #E1E1E1 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #F6F6F6 0%, #E1E1E1 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F6F6), color-stop(1, #E1E1E1));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F6F6F6 0%, #E1E1E1 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #F6F6F6 0%, #E1E1E1 100%);
}

div.domainGroup h2 {
    color: #666666;
    margin-top: 0;
    margin-bottom: 5px;
}

.domainGroup table {
    width: 100%;
}

.domainGroup ul.domainColumnList {
    width: 300px;
    float: left;
    margin-right: 5px;
    background-color: transparent;
    background-image: none;
}
.domainGroup ul.domainColumnList li {
    background-color: transparent;
    background-image: none;
}
.domainGroup div.domainGroupEnd {
    float: left;
    clear: left;
    width: 100%;
    background: transparent url('../images/framework/domain_group_popular.png') no-repeat 0 bottom;
}

div.domainColumnHeader {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.domainColumn h2,
.domainGroup h2 {
    font-size: 1.584em;
    margin: 0 0 3px 5px;
    display: inline;
}

.domainColumn h2 span,
.domainGroup h2 span {
    float: left;
}

.domainColumn h2.popular,
.domainGroup h2.popular {
    background: transparent url('../images/icons/star.png') no-repeat 0 3px;
    padding-left: 23px;
/*    color: #fe4806;*/
}
.domainColumn a.selectAll,
.domainColumn a.deselectAll,
.domainGroup a.selectAll,
.domainGroup a.deselectAll {
    float: right;
    margin: 9px 10px 0 0;
    padding-right: 16px;
    font-size: 0.954em;
    color: #045dc0;
}

.domainColumn a.selectAll {
    background: transparent url('../images/icons/plus.png') no-repeat right 1px;
}
.domainColumn a.deselectAll{
    display: none;
    background: transparent url('../images/icons/minus.png') no-repeat right 1px;
}

.domainGroup a.selectAll {
    background: transparent url('../images/icons/plus.png') no-repeat right 1px;
}

.domainGroup a.deselectAll {
    background: transparent url('../images/icons/minus.png') no-repeat right 1px;
}

ul.domainColumnList {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 6px;
    list-style-type: none;
    background: #f7f7f7 url('../images/framework/domain_group_top.png') no-repeat 0 0;
}

ul.domainColumnList li {
    float: left;
    display: inline;
    margin: 0;
    padding: 2px 0 4px 3%;
    background: transparent url('../images/framework/domain_group_body.png') repeat-y 0 0;
    width: 97%;
}

ul.domainColumnList li input {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    width: 10%;
}

ul.domainColumnList li label {
    float: left;
    width: 90%;
}

ul.domainColumnList li span {
    float: left;
}
ul.domainColumnList li span.domainInfo {
    width: 156px;
    display: block;
    float: left;
}
ul.domainColumnList li span.domainExtention {
    color: #045dc0;
    font-weight: bold;
    float: left;
}
ul.domainColumnList li span.domainOrigin {
    width: 99px;
    font-size: 0.9em;
    float: right;
}
ul.domainColumnList li span.domainPrice {
    width: 100px;
    text-align: right;
    float: right;
    padding-right: 5px;
}
div.domainGroupEnd {
    float: left;
    width: 100%;
    height: 19px;
    font-size: 0.917em;
    font-weight: bold;
    background: transparent url('../images/framework/domain_group_bottom.png') repeat-y 0 bottom;
}
div.domainGroupEnd a {
    color: #3b3b3b;
    height: 17px;
    margin-top: 2px;
}
div.domainGroupEnd a.linkToTop {
    float: left;
    margin-left: 10px;
    padding-right: 22px;
    background: transparent url('../images/icons/arrow_up.png') no-repeat right 0;
}

div.domainGroupEnd a.linkDirectCheck {
    display: none;
    float: right;
    margin-right: 6px;
    padding-right: 23px;
    background: transparent url('../images/icons/arrow_right.png') no-repeat right 0;
}

div.domainGroupEnd a img {
    vertical-align: middle;
}

div#domainEntry span.toggleMultipleDomains {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0 0;
}

div#domainEntry a.toggleMultipleDomains {
    margin: 3px 0 0 15px;
    text-decoration: underline;
    color: #045DC0;
    font-weight: bold;
    cursor: pointer;
    padding: 0 0 0 18px;
}

div#domainEntry a.single {
    background: url('../images/framework/plus.png') no-repeat left center;
}

div#domainEntry a.multiple {
    background: url('../images/framework/minus.png') no-repeat left center;
}

div#domainEntry input.hidden,
div#domainEntry textarea.hidden {
    display: none;
}

div#domainEntry textarea.roundedInputMultiple {
    height: 248px;
    width: 217px;
    margin-right: 7px;
    padding: 4px 0 2px 12px;
    border: none;
    background: url('../images/framework/multiple_domains_field.png') no-repeat;
}

div#domainEntry button,
div#domainEntry a {
    vertical-align: top;
}

/* Step 2 Check domains */

form#domainForm h2.extensionTitle {
    font-size: 3.5em;
    color: #fb6111;
    font-family: 'Dosis', sans-serif;
    font-weight: lighter;
}

div.domainSearch {
    margin: 25px 0;
    padding: 25px;
    position: relative;
}

div.domainSearch h2 {
    color: #FB6111;
    margin-top: 0;
    margin-bottom: 10px;
}

div.domainSearch span.domainPrefix {
    font-size: 15px;
    color: #666666;
    position: absolute;
    top: 66px;
    left: 40px;
}

div.domainSearch input.domain {
    height: 22px;
    width: 305px;
    background: transparent url('../images/framework/domain_input_bg.png') no-repeat;
    border: none;
    margin-right: 7px;
    font-weight: bold;
    padding: 7px 0 8px 75px;
    font-size: 1.6em;
    font-weight: normal;
}

div.domainSearch button.searchButton {
    border: 1px solid #cccccc;
    padding: 6px 13px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url('../images/framework/search_button_bg.png') repeat-x;
    cursor: pointer;
}

div.availabilityCheck {
    padding: 20px;
    margin-bottom: 20px;
}

div.domainGroup div.header,
div.availabilityCheck div.header {
    overflow: auto;
    width: 100%;
    margin-bottom: 5px;
}

div.domainGroup div.header h2,
div.availabilityCheck div.header h2 {
    color: #666666;
    float: left;
    margin-top: 7px;
    margin-bottom: 5px;
}

div.domainGroup div.header h2 {
    margin-top: 13px;
}

div.domainGroup div.header a.toggleBlock,
div.availabilityCheck div.header a.toggleBlock {
    float: right;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

div.domainGroup div.header a.open,
div.availabilityCheck div.header a.open {
    background: url('../images/framework/tld_toggle.png') no-repeat;
}

div.domainGroup div.header a.closed,
div.availabilityCheck div.header a.closed {
    background: url('../images/framework/tld_toggle.png') no-repeat 0 -37px;
}

div.domainGroup div.closed,
div.availabilityCheck div.closed {
    display: none;
}

table.checkTlds {
    border: none;
    margin-top: 0;
}

table.checkTlds tr {
    background: transparent !important;
}

div.availabilityCheck table.checkTlds tbody tr:hover td {
    background: #F5F5F5;
    border-top: 1px solid #D6D6D6;
    padding-top: 3px;

}

div.availabilityCheck table.checkTlds tbody tr:hover td:first-child {
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #EBEBEB;
    padding-left: 0;
}

div.availabilityCheck table.checkTlds tbody tr:hover td:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #EBEBEB;
    padding-right: 9px;
}


table.checkTlds thead tr td {
    padding: 3px 10px;
}

table.checkTlds tfoot tr td {
    border-top: 1px solid #E7E7E7 !important;
    padding-top: 20px;
}

table.checkTlds tr td {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

table.checkTlds tr td.checkbox {
    width: 22px;
    padding-left: 1px;
}

table.checkTlds tr td.domain {
    font-weight: bold;
}

table.checkTlds tr td.buttons {
    text-align: right;
}

table.checkTlds tr td.flagColumn {
    width: 16px;
}

table.checkTlds tr td.initialCosts,
table.checkTlds tr td.yearlyCosts {
    width: 65px;
    text-align: right;
}

table.checkTlds tr td.trusteeCosts {
    width: 85px;
    text-align: right;
}

table.checkTlds tfoot tr td.buttons a {
    color: #666666;
    margin-right: 30px;
}

table.checkTlds tbody tr.selected {

}

table.checkTlds tbody tr.taken {

}

table.checkTlds tbody tr.taken td,
table.checkTlds tbody tr.taken td a {
    color: #999999;
}

table.checkTlds tbody tr.taken td.tldStatus {
    color: #cc0000;
}

table.checkTlds tbody tr.free td.tldStatus {
    color: #009900;
    padding-left: 3px;
    padding-right: 2px;
}

table.checkTlds tbody td.small {
    width: 60px;
}

table.checkTlds tbody td.options span.addDomain {
    background: transparent url('../images/icons/cart_add.png') no-repeat 0 0;
}
table.checkTlds tbody td.options span.checkOwner {
    background: transparent url('../images/icons/info.png') no-repeat 0 0;
}
table.checkTlds tbody td.options a.selected {
    color: #ff1a00;
}
table.checkTlds tbody td.options span.selected {
    background: transparent url('../images/icons/checkmark.png') no-repeat 0 0;
    padding-right: 0.4em;
}
table.checkTlds tbody td.options span.retry {
    background: transparent url('../images/icons/retry.png') no-repeat 0 0;
}
table.checkTlds tbody td.options a.removeDomain {
    color: #ff1a00;
}

table.checkTlds thead tr th.options a {
    float: right;
    color: #045DC0;
    font-size: 0.8em;
    padding-right: 16px;
    margin-right: 5px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
}

table.checkTlds thead tr th.options span {
    float: left;
}

table.checkTlds thead tr th.options a.selectAll {
    background: url(../images/icons/plus.png) no-repeat 100% 70%;
}

table.checkTlds thead tr th.options a.deselectAll {
    background: url(../images/icons/minus.png) no-repeat 100% 70%;
}

table.checkTlds tfoot td.totalDomains,
table.checkTlds thead td.totalDomains {
    padding-right: 20px;
}

table.checkTlds tfoot td.totalDomains,
table.checkTlds thead td.totalDomains,
table.checkTlds tfoot td span.blue,
table.checkTlds thead td span.blue {
    color: #1568c4;
    white-space: nowrap;
}

table.checkTlds button.nextButton {
    background: url('../images/framework/action_button_bg.png') repeat-x;
    padding: 0 20px;
    height: 41px;
    line-height: 21px;
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-left: 1px solid #e64600;
    border-right: 1px solid #e64600;
}

a.nextButton {
    background: url('../images/framework/action_button_bg.png') repeat-x;
    padding: 0 20px;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-left: 1px solid #e64600;
    border-right: 1px solid #e64600;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

table.checkTlds button.nextButton div {
    background: none;
    padding: 0;
    text-transform: none;
}

/* Trustee table */

table#trusteeTable tbody tr.trustee td {
    vertical-align: top;
    padding-top: 2px;
}

table#trusteeTable tbody tr.trustee td.tldStatus {
    color: #ff1a00;
}

table#trusteeTable tbody tr.trustee td.options div.tldGegevens textarea {
    width: 90%;
    height: 6em;
}
table#trusteeTable ul.nonTrusteeForm,
table#trusteeTable ul.nonTrusteeForm li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
table#trusteeTable ul.nonTrusteeForm {
    margin-bottom: 10px;
    overflow: auto;
}
table#trusteeTable ul.nonTrusteeForm label {
    float: left;
    clear: left;
    width: 110px;
    margin-bottom: 5px;
}
table#trusteeTable ul.nonTrusteeForm span.element {
    float: left;
    padding: 0px;
    margin-bottom: 5px;
}
table#trusteeTable ul.nonTrusteeForm span input {
    width: 142px;
}


table#trusteeTable tbody tr td.tldCosts span.noCost {
    display: none;
}

table#trusteeTable tbody tr td span.trusteeCosts {
    font-weight: normal;
    padding: 0;
    color: #606060;
}

table#trusteeTable span.required,
div.trustee span.required {
    font-weight: normal;
    padding: 0;
    color: red;
}

table#trusteeTable tbody tr.notrustee {

}

table#trusteeTable tbody tr.notrustee td.tldStatus {
    color: #008c00;
}

/* Step 3.1 Login or register */

div#loginForm {
    width: 620px;
    background: #f7f7f7 url('../images/framework/login_bg.png') no-repeat 0 30px;
    border: 1px solid #efefef;
    border-top: 0px;
    margin-right: 30px;
}

div#loginForm ol.form {
    border: 0px;
    background: transparent;
}

div#loginForm ol.form li.formRow {
    padding-left: 120px;
}

div#loginForm ol.form li.formRow input.loginInput {
    float: left;
    margin-right: 10px;
}

div#loginForm ol.form li.rememberLogin {
    padding-left: 0px;
}

div#loginForm label.description {
    width: 101px;
    margin-left: -120px;
}

div#loginForm button {
    clear: none;
    float: right;
    cursor: pointer;
}

div#loginForm a.lostPassword {
    clear: both;
    float: right;
    margin: 7px 9px 6px 0;
    padding-left: 21px;
    background: transparent url('../images/icons/info.png') no-repeat 0 50%;
    color: #045dc0;
}

div#loginForm ol.form input.checkbox.onthouden {
    margin-left: 0;
}

div#loginForm ol.form label.checkbox.onthouden {
    font-weight: bold;
}

div#domainDetails {
    padding: 1px;
    margin-bottom: 25px;
}

div#domainDetails ol.form li.formHeader {
    padding-top: 4px;
    margin-bottom: 0px;
}

div#domainDetails ol.form li.formRow label {
    padding-top: 0;
    margin-left: -135px;
    margin-right: 15px;
    width: 120px;
}

div#domainDetails ol.form li.formRow {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 135px;
}

ol.form li.formRow span.hint {
    display: block;
    padding-top: 2px;
    padding-left: 12px;
}

div#domainDetails ol.form li.even {
    background: #FFFFFF;
}

div.userOptions {
    margin-right: 0px;
}

div.userOptions h2 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.166em;
}

div.userOptions a {
    color: #045dc0;
    padding-right: 13px;
    font-weight: bold;
    background: transparent url('../images/icons/arrow_right_blue.png') no-repeat right 5px;
    text-decoration: underline;
    cursor: pointer;
}

div.narrowColumn {
    width: 250px;
}

div#footer div.iso {
    padding-top: 5px;
    float: right;
}

#footer {
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    padding: 30px 30px 10px 30px;
    overflow: auto;
    clear: both;
}

div#footer div#extraMenu {
    float: left;
    padding: 25px 10px 0;
}

div#footer div#extraMenu span.footerText {
    float: left;
    padding-right: 20px;
    font-weight: bold;
}

div#footer div#extraMenu ul a {
    color: #3b3b3b;
}

div#footer div#footerText {
    float: right;
    font-size: 1.7em;
}

div#footer div#extraMenu ul {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    list-style-type: none;
}

div#footer div#extraMenu ul li {
    float: left;
    padding-right: 10px;
}

div#passwordForm {
    width: 650px;
}

div#passwordForm label.description {
    width: 60px;
}

div.lostPassword label.description {
    width: 160px !important;
}

/* Step 3.1 Registreren */

/* Step 3.1 Gegevens Aanvrager */

div#domainDetails table.data td.buttons {
    text-align: right;
    padding: 0 4px;
}

div#domainDetails label.description {
    float: left;
    display: inline;
    clear: left;
    color: #045dc0;
    width: 100px;
    font-weight: bold;
    text-align: right;
    margin-right: 1em;
}

/* Step 3.1.x Nameservers */
div#nameservers {
    width: 100%;
}
div#nameservers ol.form label.description {
    width: 180px;
}
div#nameservers ol.form li.formButtons {
    text-align: right;
    padding-left: 0;
}

div#nsResults, h3#nsValid, h3#nsInvalid { display: none; }

/* Stap 3.5 Verificatie */

div#verifyOrder td.domainName {
    color: #045dc0;
}

div#verifyOrder td.totalDomains {
    font-size: 1.3em;
}

div#ownerDetails {
    float: left;
    display: inline;
    width: 49%;
    margin-right: 0;
}

div#ownerDetails label.description {
    float: left;
    display: inline;
    clear: left;
    color: #045dc0;
    width: 120px;
    font-weight: bold;
    text-align: right;
    margin-right: 1em;
}

div#billingDetails {
    float: right;
    display: inline;
    width: 49%;
    margin-right: 0;
}

div#billingDetails label.description {
    float: left;
    display: inline;
    clear: left;
    color: #045dc0;
    width: 120px;
    font-weight: bold;
    text-align: right;
    margin-right: 1em;
}

#agreeTOS {
    clear: both;
    padding: 15px 20px;
}

#agreeTOS p {
    margin: 0;
}

#agreeTOS label a {
    color: #d75216;
    cursor: pointer;
}

#agreeTOS iframe {
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 200px;
}

div#verifyOrderTrustee {
    clear: both;
}

/* Step 4 Select payment method */

div#selectPayment label {
    font-weight: bold;
    color: #045dc0;
}

div#selectPayment label span.paymentDescription {
    font-weight: normal;
    color: #000000;
}

div#selectPayment table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#selectPayment table td.input {
    vertical-align: top;
    width: 21px;
    border-right: none;
}

div#selectPayment table td.label {
    padding-left: 10px;
    border-right: none;
}

p.invoiceSent {
    font-weight: bold;
}

p.buttons {
    float: left;
    width: 100%;
}

div.orderCompleted {
    overflow: auto;
    margin-bottom: 15px;
}

div.orderCompleted a.button {
    float: left;
    cursor: pointer;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat left -125px;
    height: 25px;
    padding-left: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 15px;
    font-weight: bold;
    text-transform: lowercase;
}
div.orderCompleted a.buttonCTA {
    background-position: left -400px;
    text-transform: uppercase;
}

div.orderCompleted a.button span {
    float: left;
    background: transparent url('../images/framework/form_elements_sprite.png') no-repeat right 0;
    padding: 4px 14px 0 0;
    height: 21px;
}
div.orderCompleted a.buttonCTA span {
    background-position: right -350px;
}

div.personalData {
    background: #FFFFFF;
    color: #3B3B3B;
    margin-bottom: 10px;
}

table.myAccount {
    border-collapse: collapse;
    border-left: 1px solid #EFEFEF;
    margin-top: 10px;
    width: 100%;
}

table.myAccount thead th {
    color: #035ec0;
    background: #F7F7F7;
    font-size: 1.166em;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
}

table.myAccount td, table.myAccount th {
    background-color: #FAF9F9;
    border-top: none;
    height: 23px;
    border-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    padding-left: 20px;
    vertical-align:middle;
}

table.myAccount td.key {
    color: #045DC0;
    text-align: right;
    width: 100px;
    font-weight: bold;
    border-right: none;
}

table.myAccount td.value {
    color: #3B3B3B;
}

table.myAccount tr.odd td {
    background: #FFFFFF;
}

table.myAccount tr.total td {
    font-size: 1.2em;
    font-weight: bold;
}

div.provisionOrders {
    margin-bottom: 10px;
}

div.provisionOrders form {
    margin: 5px 0 0 0;
}

div.provisionOrders p.noProvisionOrdersMsg {
    padding: 10px 5px;
    margin: 5px 0 !important;
    border: 1px solid #EFEFEF;
    background: #F7F7F7;
}

/* Begin Domain details */

div.orderSection {
    margin-top: 20px;
    background-color: #fff;
}

div.orderSection div.sectionHeader {
    background-color: #4A4A4A;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

div.orderSection div.sectionHeader h3 {
    margin-bottom: 0;
    padding: 5px 8px 5px 35px;
    font-size: 1.2em;
    color: #fff;
}
div.sectionStateCollapsed div.sectionHeader h3 {
    background: transparent url('/images/icons/fam/add.png') no-repeat 8px 5px;
}
div.sectionStateExpanded div.sectionHeader h3 {
    background: transparent url('/images/icons/fam/subtract.png') no-repeat 8px 5px;
}
div.orderSection div.sectionHeader h3 span.sectionStatus {
    float: right;
    width: 16px;
    height: 16px;
}
div.sectionValid div.sectionHeader h3 span.sectionStatus {
    background: #4A4A4A url('/images/icons/fam/tick.png') no-repeat top left;
}
div.sectionInvalid div.sectionHeader h3 span.sectionStatus {
    background: #4A4A4A url('/images/icons/fam/error.png') no-repeat top left;
}


div.orderSection div.sectionBody {
    display: block;
    border: 1px solid #4A4A4A;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    padding: 3px;
    margin-top: 0;
}
div.sectionStateCollapsed div.sectionBody {
    display: none;
}


div.adminFormWrapper {
    float: left;
    width: 446px;
}
.sectionBody div.onlyAdminInfo {
    float: none;
    width: auto;
}

div.orderSection form#loginForm {
    margin-left: 15px;
}
form.adminSection div.formHeader,
div.adminFormWrapper div.formHeader {
    min-height: 85px;
}

button.submitOrderDetails {
    float: right;
    margin: 15px 0 15px 0;
}

#validatingOrder {
    display: none;
    float: right;
    margin-top: 15px;
    margin-right: 5px;
    padding-right: 30px;
    text-align: right;
    background: transparent url('/images/load.gif') no-repeat right center;
}

button.backToCart {
    float: left;
    margin: 15px 0 15px 0;
}

/* End Domain details */

.hidden {
    display: none;
}

.clearBoth {
    clear: both;
}

/* Warning messages */
.warningMessage {
    margin: 5px 0;
    padding: 5px 10px;
    line-height: 150%;
    border: 1px solid #f5d850;
    background-color: #fefbee;
    clear: both;
}

.contactBanner {
    margin: 25px 0;
    padding: 35px 55px;
    height: 80px;
}

.contactBanner > div {
    float: left;
    height: 100%;
}

.contactBanner > .contactBannerImage {
    width: 130px;
    background: white url(/images/framework/contact_banner_sprite.png) no-repeat 0 0;
}

.contactBanner > .domainServices {
    height: 60px;
    margin: 10px 0;
    background-position: 0 -43px;
}

.contactBanner > .websites {
    height: 50px;
    margin: 15px 0;
    background-position: 0 -105px;
}

.contactBanner > .apps {
    height: 70px;
    margin: 5px 0;
    background-position: 0 -157px;
}

.contactBanner > .emailServices {
    height: 43px;
    margin: 16px 0;
}

.contactBanner > .contactBannerContent {
    width: 475px;
}
.contactBanner > .contactBannerContent p.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
}
.contactBanner > .contactBannerContent a {
    color: #333333;
}

.contactBanner > .contactBannerLink {
    float: right;
}

.contactBanner > .contactBannerLink a {
    background: url(/images/framework/hosting_submit_button.png) no-repeat;
    height: 29px;
    width: 170px;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
    text-decoration: none;
    margin: 20px 0 20px;
}

.pageBanner {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 25px 0;
}

.pageBanner .pageBannerImage,
.pageBanner .pageBannerText {
    width: 50%;
    position: relative;
    padding: 0;
}

.pageBanner .pageBannerImage {
    text-align: center;
    vertical-align: bottom;
}

.pageBanner .pageBannerText {
    padding: 55px 50px 20px;
    background: transparent url(/images/framework/globe_small.png) no-repeat 375px 50px;
}

.pageBanner .pageBannerText h1 {
    color: #fa6414;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 30px;
    width: 80%
}

/* FLAGS OF THE WORLD */
.flag {
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat
}

.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}

div.tldOverview {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

div.tldOverview div.header {
    overflow: auto;
    width: 100%;
    margin-bottom: 5px;
}

div.tldOverview div.header h2 {
    color: #666666;
    float: left;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 1.9em;
}

div.tldOverview div.header a.toggleBlock {
    float: right;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

div.tldOverview div.header a.open {
    background: url('../images/framework/tld_toggle.png') no-repeat;
}

div.tldOverview div.header a.closed {
    background: url('../images/framework/tld_toggle.png') no-repeat 0 -37px;
}

div.tldOverview div.closed {
    display: none;
}

div.tldOverview table.checkTlds tbody tr:hover td {
    background: #F5F5F5;
    border-top: 1px solid #D6D6D6;
    padding-top: 3px;
    cursor: pointer;
}

div.tldOverview table.checkTlds tbody tr:hover td label {
    cursor: pointer;
}

div.tldOverview table.checkTlds tbody tr:hover td:first-child {
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #EBEBEB;
    padding-left: 9px;
}

div.tldOverview table.checkTlds tbody tr:hover td:last-child {
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #EBEBEB;
    padding-right: 9px;
}

div.tldOverview table tr td.domain {
    width: 200px;
}

div.tldDetails {
    margin-top: 20px;
    color: #666666;
}

div.tldDetails .header {
    overflow: auto;
}

div.tldDetails .header .image {
    float: left;
    width: 58%;
}

div.tldDetails .header .image h1 {
    background: url('../images/framework/details/tld_bg.png') no-repeat;
    width: 252px;
    height: 146px;
    margin: 30px auto;
    color: #FFFFFF;
    font-size: 8em;
    text-align: center;
    padding-top: 107px;
    text-transform: uppercase;
}

div.tldDetails .header .image h1.small {
    font-size: 2.2em;
}

div.tldDetails .header .image h1.medium {
    font-size: 4em;
}

div.tldDetails .header .image h1.large {
    font-size: 7em;
}

div.tldDetails .header .image h1.xlarge {
    font-size: 8em;
}

div.tldDetails .header .description {
    float: left;
    width: 35%;
    margin: 45px 0;
    padding: 0 7% 0 0;
}

div.tldDetails .header .description h2 {
    font-size: 2.7em;
    line-height: 100%;
    color: #fa6414;
    position: relative;
    padding-right: 35px;
}

div.tldDetails .header .description h2 span.flag {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
}

div.tldDetails .details {
    overflow: auto;
    margin: 25px 0;
}

div.tldDetails .details .conditions {
    float: left;
    width: 51%;
    padding-right: 3%;
    margin-top: 20px;
}

div.tldDetails .details .registerAndCosts {
    float: right;
    width: 41.5%;
    padding: 2%;
}

div.tldDetails .details .registerAndCosts .register h3 {
    color: #fa6414;
    font-size: 1.4em;
    margin: 0 0 7px;
}

div.tldDetails .details .registerAndCosts .register div#domainEntry {
    border: none;
    padding: 0;
    float: none;
    min-height: inherit;
    overflow: auto;
}

div.tldDetails .details .registerAndCosts .register div#domainEntry button {
    background: url("../images/framework/search_button_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #cccccc;
    border-radius: 6px;
    cursor: pointer;
    padding: 6px 10px;
}

div.tldDetails .details .registerAndCosts .costs {
    border-top: 1px solid #ebebeb;
}

div.tldDetails .details .registerAndCosts .costs h3 {
    color: #000000;
    font-size: 1.4em;
}

div.tldDetails .details .registerAndCosts .costs table {
    width: 100%;
}

div.tldDetails .details .registerAndCosts .costs table tr td {
    background: #ebebeb;
    border-right: 1px solid #ffffff;
    text-align: center;
    width: 33.3%;
    padding: 10px 15px 5px 15px;
    line-height: 110%;
}

div.tldDetails .details .registerAndCosts .costs table tr td.price {
    font-size: 2.1em;
    padding: 5px 15px 15px 10px;
    font-weight: bold;
}

span.domainSuffix {
    font-size: 15px;
    right: 65px;
    position: absolute;
    top: 17px;
}

input.roundedInputDetail {
    background: transparent url('../images/framework/details/domain_input_small_bg.png') no-repeat;
    height: 22px;
    width: 218px;
    border: none;
    margin-right: 4px;
    font-weight: bold;
    padding: 7px 33px 8px 75px;
    font-size: 1.4em;
    font-weight: normal;
}

input.roundedInputDetail.small {
    width: 151px;
    padding-right: 100px;
}

input.roundedInputDetail.medium {
    width: 176px;
    padding-right: 75px;
}

input.roundedInputDetail.large {
    width: 201px;
    padding-right: 50px;
}

input.roundedInputDetail.xlarge {
    padding-right: 33px;
}

div.promotionPage a.orderButton {
    background: url("/images/framework/form_elements_sprite.png") no-repeat scroll left -940px rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    float: right;
    height: 37px;
    margin: 10px 20px 0 0;
    padding: 0 0 0 14px;
    text-decoration: none;
}

div.promotionPage a.orderButton span {
    background: url("../images/framework/form_elements_sprite.png") no-repeat scroll right -903px rgba(0, 0, 0, 0);
    color: #666666;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    padding: 8px 25px 0 16px;
}

div.promotionPage,
div.promotionPage h2 {
    color: #666666;
}

div.promotionPage div.header {
    width: 100%;
    text-align: center;
    margin: 30px 0 40px 0;
}

div.promotionPage div.header h1 {
    color: #fa6414;
    font-family: "Dosis",sans-serif;
    font-size: 5em;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 100%;
}

div.promotionPage div.header h3 {
    font-size: 1.55em;
    margin-top: 10px;
}

div.promotionPage div.mailBasic {
    overflow: auto;
    width: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    position: relative;
}

div.promotionPage div.mailBasic div.image {
    float: left;
    width: 30%;
    text-align: center;
}

div.promotionPage div.mailBasic div.details {
    float: left;
    width: 40%;
    font-size: 1.3em;
}

div.promotionPage div.mailBasic div.details h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.promotionPage div.mailBasic div.order {
    float: left;
    width: 30%;
}

div.promotionPage div.mailBasic div.order a.orderButton {
    position: absolute;
    bottom: 25px;
    right: 5px;
}

div.promotionPage div.hostingMedium {
    overflow: auto;
    width: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    position: relative;
}

div.promotionPage div.hostingMedium div.image {
    float: left;
    width: 30%;
    text-align: center;
}

div.promotionPage div.hostingMedium div.image img {
    margin: 0 auto;
}

div.promotionPage div.hostingMedium div.details {
    float: left;
    width: 40%;
    font-size: 1.3em;
}

div.promotionPage div.hostingMedium div.details h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.promotionPage div.hostingMedium div.order {
    float: left;
    width: 30%;
}

div.promotionPage div.hostingMedium div.order a.orderButton {
    position: absolute;
    bottom: 25px;
    right: 5px;
}

div.promotionPage div.website {
    overflow: auto;
    width: 100%;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
}

div.promotionPage div.website div.image {
    float: left;
    width: 60%;
    text-align: center;
}

div.promotionPage div.website div.details {
    float: left;
    width: 40%;
    font-size: 1.3em;
    padding-top: 80px;
}

div.promotionPage div.website div.details a.orderButton {
    margin-top: 142px;
}

div.promotionPage div.website div.details h2 {
    font-size: 2.3em;
    margin-bottom: 15px;
    margin-top: 10px;
}

div.promotionPage div.website div.details div.price {
    float: left;
    margin-top: 10px;
}

div.promotionPage div.details p {
    font-size: 0.9em;
}

div.promotionPage div.price {
    color: #fa6414;
    font-size: 2.8em;
    font-weight: bold;
    position: relative;
    float: right;
    margin-right: 30px;
    margin-top: 25px;
}

div.promotionPage div.price span.pm {
    font-size: 0.7em;
    font-weight: normal;
    position: absolute;
}

div.promotionPage div.price span.price {
    margin-right: 40px;
}

div.promotionPage div.price span.price span.pm {
    top: -9px;
    right: -10px;
}

div.promotionPage div.price span.priceBefore span.pm {
    right: -20px;
    top: -5px;
}

div.promotionPage div.price span.priceBefore {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    position: absolute;
    top: -7px;
    left: -90px;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg);
}

form#directDebitForm ol.form {
    padding-top: 10px;
}

form#directDebitForm table.data {
    margin: 5px 0;
    border: none;
}

form#directDebitForm table.data tbody td {
    border: none;
}

form#directDebitForm table.data tbody td.input {
    width: 5%;
}

form#directDebitForm input[type="radio"] {
    margin-top: 0;
    margin-bottom: 3px;
}

ul.checks {
    list-style: none !important;
    padding-left: 0 !important;
}

ul.checks li {
    padding: 0 0 6px 26px;
    vertical-align: top;
    margin: 0;
    background: url(/images/icons/usp.png) left top no-repeat;
    background-size: 19px;
}

.domainSearch {
    overflow: auto;
}

.domainSearch .search {
    float: left;
    width: 100%;
}

.domainSearch .search form {
    float: left;
}

.domainSearch .search .buttons {
    float: right;
}

.domainSearch .checkTlds td {
    padding: 0;
}

.g-recaptcha {
    float: right;
}