/* 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);
}

.museoSans {
	font-family: MuseoSans500, Helvetica, Trebuchet MS, sans-serif;
}

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

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

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

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

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

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

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

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

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

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

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

/* >> 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: 10;
}

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

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

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

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

.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;
}

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

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

.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;
}

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

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

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

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

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

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

.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;
}

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
}
#gatewayform .wbox_content.ccform{
    width: auto;
}

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

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

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

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

.colWidthFix {
	width: 950px !important;
}

.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;
}

.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;
}

.left-client-option {
	top: 5px;
	left: 25px;
}

.right-client-option {
	top: 5px;
	right: 25px;
}

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

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

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

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

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

.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;
}

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

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

.text-field input,.password-field input,.postal-code-field input,.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;
}

.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;
}

.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;
}

/* 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;
}

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-addon-body,.cart-subproduct-body {
	margin-left: 25px;
}

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

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

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

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

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

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

#wrapper {
	overflow: hidden;
}

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

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

.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;
}

.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;
}

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

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

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

#updater center td {
	padding: 10px;
}

#updater2 td {
	padding: 5px;
}

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

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

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

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

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

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

#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;
}

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

#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;
}

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

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

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