/* Fonts */
@font-face {
    font-family: OpenSansBold;
    src: url(../font/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSansLight;
    src: url(../font/OpenSans-Light.ttf);
}

@font-face {
    font-family: MuseoSans500;
    src: url(../font/MuseoSans_500.ttf);
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(../font/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: OpenSansRegular;
    src: url(../font/OpenSans-Regular.ttf);
}
#left_content{
    margin: 0;
}
#orderpage .museoSans {
    font-family: MuseoSans500, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .openSansLight {
    font-family: OpensSansLight, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .openSansSemiBold {
    font-family: OpenSansSemiBold, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .openSansBold {
    font-family: OpenSansBold, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .openSansRegular {
    font-family: OpenSansRegular, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .text-center {
    text-align: center;
}

#orderpage .text-right {
    text-align: right;
}

#orderpage .center {
    margin-left: auto;
    margin-right: auto;
}

#orderpage .left {
    float: left;
}

#orderpage .right {
    float: right;
}

#orderpage .bold {
    font-weight: bold;
}

#orderpage .italic {
    font-style: italic;
}

#orderpage .dashedBorder {
    border-bottom: dashed 1px #bebebe;
}

#orderpage {
    color: #808080;
    width: 100%; /* 100% */
    margin-bottom: 50px;
    /* margin: auto; */
}

#orderpage .blue-line {
    background: #0d8ff2;
    width: 86px;
    height: 7px;
    display: block;
    margin-bottom: 10px;
}

#orderpage /* >> STEP 1 << */
.step_1 {
    padding-top: 10px;
    width: 960px;
    -webkit-box-shadow: 0 9px 7px -4px #d4d4d4;
    box-shadow: 0 9px 7px -4px #d4d4d4;
    position: relative;
    z-index: 1;
}

#orderpage .step_1 h1 {
    color: #3f3f3f;
    font-size: 30px;
}

#orderpage .step_1 p {
    font-size: 17px;
}

#orderpage .server-details {
    width: 218px;
    margin-right: 22px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#orderpage .server-title {
    color: #404040;
    font-size: 15px !important;
    text-transform: uppercase;
}

#orderpage .server-desc {
    color: #7f7f7f;
    font-size: 15px !important;
}

#orderpage .server {
    margin: 38px 0 20px;
    background: #fff;
    width: 218px;
    border-radius: 8px;

    -webkit-box-shadow: 0px 2px 1px 1px #c6c6c6;
    box-shadow: 0px 2px 1px 1px #c6c6c6;
    cursor: pointer;
}

#orderpage .server-header {
    width: 100%;
    padding: 1px 0;
    border-radius: 6px 6px 0 0;
    background-color:#f9f9f9;
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: -ms-linear-gradient(top, #ffffff, #f9f9f9);
    background-image: linear-gradient(top, #ffffff, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    zoom: 1;
}

#orderpage .server-shadow {
    background: url(../img/shadow.png) no-repeat bottom;
    width: 218px;
    height: 5px;
    display: block;
}

#orderpage .server-header h3 {
    color: #3f3f3f;
    font-size: 22px;
    position: relative;
    top: 8px;
}

#orderpage .server-header p {
    font-size: 14px;
    margin-top: 5px;
}

#orderpage .server-params {
    padding: 0 20px 40px;
}

#orderpage .server-info {
    padding: 8px 0;
    width: 100%;
    border-bottom: dashed 1px #cbcbcb;
}

#orderpage .server-info:last-child {
    border-bottom: none;
}

#orderpage .server-info p {
    color: #999;
    font-size: 14px;
    margin: 0 5px;
}

#orderpage .server-info p span {
    color: #3f3f3f;
}

#orderpage .server-order {
    background: #dadada;
    width: 100%;
    border-radius: 0 0 8px 8px;
    border-top: solid 3px #c3c3c3;
    line-height: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
}

#orderpage .server-price {
    color: #3f3f3f;
    margin: 0 0 0 15px;
}

#orderpage .server-price p {
    line-height: 10px;
}

#orderpage .server-price small {
    color: #646464;
    font-size: 12px;
}

#orderpage .server-button-field {
    width: 94px;
    margin-right: 5px;
}

#orderpage .server-button {
    width: 92px;
    height: 35px;
    border-radius: 6px;
    border-bottom: solid 2px #417a25;
    cursor: pointer;
    text-align: center;
    background: -webkit-linear-gradient(top, #64bb39 50%, #59a733);
    background: -moz-linear-gradient(top, #64bb39 50%, #59a733);
    background: -o-linear-gradient(top, #64bb39 50%, #59a733);
    background: -ms-linear-gradient(top, #64bb39 50%, #59a733);
    background: linear-gradient(top, #64bb39 50%, #59a733);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bb39', endColorstr='#59a733',GradientType=0 );
    zoom: 1;
}

#orderpage .server-button span {
    color: #fff;
    text-shadow: 0 1px 1px #585858;
    line-height: 36px;
}

#orderpage .server-button:hover {
    background: #59a733;
}

#orderpage /* >> STEP 2 <<*/
.step_2 {
    background: #fbfbfb;
    width: 950px;
    display: block;
    overflow: auto;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

#orderpage .step_2 h1 {
    color: #3f3f3f;
    font-size: 30px;
}

#orderpage .step_2 p {
    font-size: 17px;
}

#orderpage .step_2 h2 {
    font-size: 22px;
    color: #aaaaaa;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
    clear: both;
}

#orderpage /* Step 2:  Left Column */
.left-column {
    color: #404040;
    width: 440px;
    margin-top: 15px;
    font-size: 14px;
}

#orderpage .server-detail {
    color: #404040;
    width: 150px;
    height: 40px;
}

#orderpage .server-detail-field {
    width: 268px;
    height: 26px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
    padding: 0 5px;
    margin: -6px 0 10px 8px;
}

#orderpage .server-detail-field input::-moz-focus-inner,#orderpage .server-detail-field input:focus {
    padding: 0;
    border: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#orderpage .billing-select-field {
    background: #fff;
    width: 268px;
    height: 26px;
    border-radius: 6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
}

#orderpage .billing-select-field select {
    width: 260px;
    margin: 0 0 0 8px;
    height: 25px;
    line-height: 1,5;
}

#orderpage .billing-select-field select:focus {
    outline: none;
}

#orderpage .server-detail-field select {
    border: none;
}

#orderpage .server-config {
    width: 100px;
    height: 40px;
    line-height: 15px;
}

#orderpage .server-config-fix {
    margin-top: -6px;
}

#orderpage .server-config-field {
    width: 332px;
    height: 40px;
    margin-left: 8px;
}

#orderpage .select-field {
    width: 332px;
    height: 26px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    margin-top: -6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
}

#orderpage .select-field select {
    width: 316px;
    margin: 0 0 0 8px;
    height: 25px;
}

#orderpage .select-field select:focus {
    outline: none;
}

#orderpage /* Step 2:  Right Column */
.right-column {
    width: 460px;
    margin: 15px 5px 0 0;
}

#orderpage .order-summary {
    background: #fff;
    width: 459px;
    border: solid 1px #e5e5e5;
    border-radius: 8px;

    -webkit-box-shadow: 0 2px 0 0 #e5e5e5;
    box-shadow: 0 2px 0 0 #e5e5e5;
    margin-bottom: 20px;
}

#orderpage .order-summary-header {
    color: #999999;
    font-size: 12px;
    width: 420px;
    height: 20px;
    margin: 10px auto 5px;
}

#orderpage .order-summary-header-desc {
    width: 266px;
}

#orderpage .order-summary-header-desc-col {
    width: 256px;
    margin-left: 10px;
}

#orderpage .order-summary-header-price,#orderpage .order-summary-header-price-col {
    width: 120px;
    margin-left: 30px;
}

#orderpage .order-summary-row {
    width: 420px;
    font-size: 13px;
    line-height: 15px;
    padding-top: 7px;
}

#orderpage .order-summary-row-hover {
    background: #f2f2f2;
}

#orderpage .order-summary-row span {
    color: #3e3e3e;
}

#orderpage .order-summary-total {
    width: 420px;
    margin-top: 25px;
}

#orderpage .order-summary-coupon {
    width: 270px;
}

#orderpage .order-summary-coupon a:before {
    content: '';
    background: url(../img/coupon.png) no-repeat left;
    padding-left: 25px;
}

#orderpage .order-summary-coupon a {
    color: #5fb136;
    font-size: 13px;
    text-decoration: none;
}

#orderpage .order-summary-coupon a:hover {
    color: #499821;
}

#orderpage .order-summary-total-price p {
    color: #3e3e3e;
    font-size: 22px;
}

#orderpage .order-summary-total-price p span {
    color: #999;
    font-size: 13px;
}

#orderpage /* Payment Methods */
.payment-methods {
    background: #fff;
    margin: 15px 0;
    min-height: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 8px;

    -webkit-box-shadow: 0 2px 0 0 #e5e5e5;
    box-shadow: 0 2px 0 0 #e5e5e5;
    padding: 15px;
    display: block;
    overflow: auto;
}
#orderpage #gatewayform .wbox_content.ccform{
    width: auto;
}

#orderpage .payment-methods ul {
    list-style: none;
}

#orderpage .payment-methods ul li {
    font-size: 14px;
    float: left;
    margin: 0 20px 5px 0;
}

#orderpage /* Step 2:  Middle Column */
.middle-column {
    background: #fbfbfb;
    width: 950px;
    height: auto;
    display: block;
    overflow: auto;
    padding: 0 5px;
}

#orderpage .middle-column h2 {
    width: 725px;
    font-size: 22px;
    color: #aaaaaa;
    font-weight: normal;
    margin-bottom: 15px;
}

#orderpage .colWidthFix {
    width: 950px !important;
}

#orderpage .client-toggle {
    background: #a6a6a6;
    width: 222px;
    height: 29px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0 6px 2px 0 #999;
    box-shadow: inset 0 6px 2px 0 #999;
    position: relative;
    cursor: pointer;
    left: 0;
}

#orderpage .client-toggle-button {
    width: 107px;
    height: 21px;
    border-bottom: solid 2px #0966ad;
    border-top: solid 1px #5fb5f6;
    border-radius: 4px;
    margin: 2px 0 0 5px;
    position: relative;
    z-index: 10;

    background: -webkit-linear-gradient(top, #0d8ff1, #0c82db);
    background: -moz-linear-gradient(top, #0d8ff1, #0c82db);
    background: -o-linear-gradient(top, #0d8ff1, #0c82db);
    background: -ms-linear-gradient(top, #0d8ff1, #0c82db);
    background: linear-gradient(top, #0d8ff1, #0c82db);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8ff1', endColorstr='#0c82db',GradientType=0 );
    zoom: 1;
}

#orderpage .left-client-option {
    top: 5px;
    left: 25px;
    margin: 0;
}

#orderpage .right-client-option {
    top: 5px;
    right: 25px;
    margin: 0;
}

#orderpage .active-client {
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0 #333;
    position: absolute;
    z-index: 11;
    margin: 0;
}

#orderpage .inactive-client {
    color: #747474;
    font-size: 11px;
    position: absolute;
    z-index: 11;
    text-shadow: 1px 1px 0 #ccc;
}

#orderpage .inactive-client:hover {
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0 #333;
    position: absolute;
    z-index: 11;
}

#orderpage .middle-column .left-column {
    color: #404040;
    width: 440px;
    font-size: 14px;
    margin-top: 0;
}

#orderpage .middle-column .right-column {
    color: #404040;
    width: 460px;
    height: 250px;
    margin: -240px 5px 0 0;
    font-size: 14px;
}

#orderpage .text-field {
    width: 322px;
    height: 26px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    margin-top: -6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
    padding: 0 5px;
}

#orderpage .text-field input:focus,#orderpage .text-field input::-moz-focus-inner,#orderpage .password-field input:focus,#orderpage .password-field input::-moz-focus-inner,#orderpage .postal-code-field input:focus,#orderpage .postal-code-field input::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#orderpage .text-field input,#orderpage .password-field input,#orderpage .postal-code-field input,#orderpage .server-detail-field input {
    color: #404040;
    width: 100%;
    height: 24px;
    border: none;
    margin: 2px 0 0 5px;
    border-radius: 0 8px 8px 0;
    padding: 0;
    border: 0;
    outline: none;
}

#orderpage .password-field {
    width: 282px;
    height: 26px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    margin-top: -6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
    padding: 0 5px;
}

#orderpage .postal-code-field {
    width: 172px;
    height: 26px;
    background: #fff;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    margin-top: -6px;

    -webkit-box-shadow: inset 0 1px 0 0 #e2e2e2;
    box-shadow: inset 0 1px 0 0 #e2e2e2;
    padding: 0 5px;
}

#orderpage /* Step 2:  Middle Column (textarea)*/
.textarea-field textarea {
    color: #808080;
    font-size: 15px;
    width: 920px;
    height: 73px;
    border: solid 1px #c0c0c0;
    border-radius: 6px;
    margin: 0 0 15px 10px;
    padding: 5px;
}

#orderpage .textarea-field textarea:focus,#orderpage .textarea-field textarea::-moz-focus-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#orderpage .step_2-shadow {
    -webkit-box-shadow: 0 8px 7px -4px #d4d4d4;
    box-shadow: 0 8px 7px -4px #d4d4d4;
}

#orderpage /* >> Step 3 << */
.step_3 {
    width: 960px;
    padding-top: 40px;
    display: block;
    overflow: auto;
}

#orderpage .step_3 h1 {
    color: #3f3f3f;
    font-size: 30px;
}

#orderpage .step_3 p {
    font-size: 17px;
}

#orderpage .checkout-info {
    width: 940px;
    margin-top: 30px;
    display: block;
    overflow: auto;
    position: relative;
}

#orderpage .checkout-text {
    width: 606px;
    height: 120px;
    border-left: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    border-radius: 0 0 0 12px;
}

#orderpage .checkout-text p {
    color: #656565;
    font-size: 14px;
    margin: 0 10px 0 15px;
}

#orderpage .checkout-button {
    width: 332px;
    height: 76px;
    border-radius: 6px;
    border-bottom: solid 2px #417925;
    cursor: pointer;
    position: relative;

    background: -webkit-linear-gradient(top, #64bb39, #59a633);
    background: -moz-linear-gradient(top, #64bb39, #59a633);
    background: -o-linear-gradient(top, #64bb39, #59a633);
    background: -ms-linear-gradient(top, #64bb39, #59a633);
    background: linear-gradient(top, #64bb39, #59a633);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bb39', endColorstr='#59a633',GradientType=0 );
    zoom: 1;
}

#orderpage .checkout-button span {
    color: #fff;
    font-size: 40px;
    display: block;
    margin-top: 28px;
    text-shadow: 0 2px 0 #696969;
}

#orderpage .checkout-button span small {
    font-size: 24px;
    letter-spacing: -3px;
    top: -3px;
    position: relative;
}

#orderpage .checkout-button:hover {
    background: #64bb39;
}

#orderpage .checkout-arrow {
    background: url(../img/arrow.png) no-repeat;
    width: 216px;
    height: 34px;
    position: absolute;
    bottom: 0;
    right: 165px;
}

#orderpage table.newchecker input {
    width: 312px !important;
}

#orderpage table.newchecker select {
    width: 321px !important;
}

#orderpage table.newchecker label {
    font-family: OpenSansBold, Helvetica, Trebuchet MS, sans-serif;
    text-align: right;
    width: 110px !important;
}

#orderpage .cart-item {
    padding: 10px 0;
    *zoom: 1;
}

#orderpage .cart-item:before,#orderpage .cart-item:after {
    display: table;
    content: "";
}

#orderpage .cart-item:after {
    clear: both;
    text-align: left;
}

#orderpage .cart-form-body {
    float: right;
    width: 300px;
    text-align: left;
}

#orderpage .cart-form-body select {
    width: 95% !important;
}

#orderpage .cart-form-body {
    padding-left: 5px;
}

#orderpage .cart-form-name {
    font-family: OpenSansBold, Helvetica, Trebuchet MS, sans-serif;
    width: 110px;
    float: left;
}

#orderpage .cart-addon-body,#orderpage .cart-addon-name,#orderpage .cart-addon-price,#orderpage .cart-addon-descr,#orderpage .cart-subproduct-body,#orderpage .cart-subproduct-name,#orderpage .cart-subproduct-price {
    float: left;
    margin: 5px;
}

#orderpage .cart-addon-body,#orderpage .cart-subproduct-body {
    /* margin-left: 25px; */
}

#orderpage .cart-addon-name,#orderpage .cart-subproduct-name {
    font-family: OpenSansBold, Helvetica, Trebuchet MS, sans-serif;
}

#orderpage .cart-addon-price,#orderpage .cart-addon-descr,#orderpage .cart-subproduct-price {
    margin-top: 0;
    margin-bottom: 0;
}

#orderpage .cart-addon-price .cycle-free,#orderpage .cart-addon-price .cycle-once,#orderpage .cart-subproduct-price .cycle-once,#orderpage .cart-subproduct-price .cycle-free {
    float: left;
    margin: 5px;
}

#orderpage .cart-addon-descr {
    margin-left: 25px;
    clear: both;
}

#orderpage .cart-domains .span2 {
    width: 50px;
}

#orderpage .page-full {
    margin: 0 -50%;
    padding: 0 50%;
    *zoom: 1;
}

#orderpage #wrapper {
    overflow: hidden;
}

#orderpage .server-details.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#orderpage .server-details .server {
    border: none;
}

#orderpage .server-details.selected .server {
    -webkit-box-shadow: 0 2px 3px 0 #64c437;
    box-shadow: 0 2px 3px 0 #64c437;
    border: solid 2px #66c03c;
    margin: 38px 0 16px;
}

#orderpage .server-details.selected .server-header {
    background-image: -webkit-linear-gradient(top, #6ecd3f, #62b738);
    background-image: -moz-linear-gradient(top, #6ecd3f, #62b738);
    background-image: -o-linear-gradient(top, #6ecd3f, #62b738);
    background-image: -ms-linear-gradient(top, #6ecd3f, #62b738);
    background-image: linear-gradient(top, #6ecd3f, #62b738);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecd3f', endColorstr='#62b738',GradientType=0 );
    *zoom: 1;
    background-color: #62b738;
    color: #fff;
    text-shadow: 0 1px 0 #666;
}

#orderpage .server-details.selected .server-header h3 {
    color: #fff;
}

#orderpage .server-details.selected .server {
    position: relative;
    top: -2px;
    left: -2px;
}

#orderpage .server-details ul {
    list-style: none;
    font-style: italic;
    color: #7f7f7f;
    font-size: 15px !important;
}

#orderpage #updater center td {
    padding: 10px;
}

#orderpage #updater2 td {
    padding: 5px;
}

#orderpage .btn-group.right {
    position: relative;
    top: 15px;
}

#orderpage .order-summary-row {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
}

#orderpage .order-summary-row {
    *zoom: 1;
}

#orderpage .order-summary-row:before,#orderpage .order-summary-row:after {
    display: table;
    content: "";
}

#orderpage .order-summary-row:after {
    clear: both;
    text-align: left;
}

#orderpage #gatewayform .wbox {
    border: none;
    background: none;
}

#orderpage #gatewayform .wbox_header {
    clear: both;
    color: #AAAAAA;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px dashed #BEBEBE;
    font-family: OpenSansRegular, Helvetica, Trebuchet MS, sans-serif;
    padding: 0;
    line-height: 36px;
}

#orderpage #gatewayform .wbox_header strong {
    font-weight: normal !important;
}

#orderpage #gatewayform .wbox_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px 8px 8px 8px;

    -webkit-box-shadow: 0 2px 0 0 #E5E5E5;
    box-shadow: 0 2px 0 0 #E5E5E5;
    display: block;
    min-height: 10px;
    overflow: auto;
    padding: 15px;
    width: 429px;
}

#orderpage .half-opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

#orderpage .domain-tld-bulk {
    margin-bottom: 5px;
    width: 250px !important;
}

#orderpage .domain-input-bulk {
    float: left;
}