
/* ======================================================================
 *   NEW ORDER
 * ====================================================================== */


.cart-bg-container .twocolumn {
	width: 606px;
	position: relative;
	float: left;
	background: #e9eaea;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cart-bg-container .rightcolumn {
	float: right;
	padding: 0;
	width: 256px;
}

.cart-bg-container .clear {
	clear: both;
}

.cart-bg-container ul,
.cart-bg-container ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.cart-bg-container h2 {
	display: block;
	clear: both;
	letter-spacing: 1px;
	text-transform: none;
}

.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	float: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
	padding: 6px 12px 6px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}

#cart-strip {
	background:#eee;
}
	#cart-strip-inside {
		margin:0 auto;
		width:980px;
	}


.cart-summary-columnn {
	float:left;
	font-size:14px;
	width:580px;
}
	.cart-summary-columnn.relative {
		position:relative;
	}
	.cart-summary-columnn.right {
		float:right;
		width:355px;
	}


.quickorder-container {
	clear: both;
}

	.radius {
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		     -o-border-radius: 3px;
		        border-radius: 3px;
	}
	.radius-bottom-only {
		-webkit-border-radius: 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px;
		    -ms-border-radius: 0 0 3px 3px;
		     -o-border-radius: 0 0 3px 3px;
		        border-radius: 0 0 3px 3px;
	}
	.radius-top-only {
		-webkit-border-radius: 3px 3px 0 0;
		   -moz-border-radius: 3px 3px 0 0;
		    -ms-border-radius: 3px 3px 0 0;
		     -o-border-radius: 3px 3px 0 0;
		        border-radius: 3px 3px 0 0;
	}
	.quickorder-container .radius-small {
		-webkit-border-radius: 1px;
		   -moz-border-radius: 1px;
		    -ms-border-radius: 1px;
		     -o-border-radius: 1px;
		        border-radius: 1px;
	}
	.quickorder-container .shadow {
		-webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.48);
		-moz-box-shadow:    0px 5px 14px rgba(0, 0, 0, 0.48);
		box-shadow:         0px 5px 14px rgba(0, 0, 0, 0.48);
	}
	.quickorder-container .ajaxloader {
		visibility: hidden;
	}
	.quickorder-container .ajaxloader.active {
		visibility: visible;
	}
	.quickorder-container .ajaxloader.sipky16 {
		background: url('../images/ajax-loader16.gif') 0 0 no-repeat;
		height: 16px;
		width: 16px;
	}
	.quickorder-container .ajaxloader.sipky16.greybg {
		background: url('../images/ajax-loader-sipky16_greyBG.gif') 0 0 no-repeat;
		height: 16px;
		width: 16px;
	}
	.quickorder-container .ajaxloader.sipky32 {
		background: url('../images/ajax-loader32.gif') 0 0 no-repeat;
		height: 32px;
		width: 32px;
	}

	.quickorder-container .twocolumn {
		position: static; /* return positioning context to parent */
		padding: 0;
		background: transparent;
	}
	.quickorder-container .twocolumn.shadow-separator {
		background: url('../images/cartShadowSeparator.png') 100% 25px no-repeat;
		margin-right: 10px;
		min-height: 480px;
		padding-right: 40px;
		width: 638px;
	}

		.quickorder-prices {
			color:#CCCCCC;
			font-size:0.9em;
		}
		.quickorder-help.right {
			float:right;
		}
		.quickorder-help.none {
			float:none;
		}
		.quickorder-help.dark {
			background: #eee;
			border: 1px #AAB7B4 solid;
			color: #576966;
			margin: 0;
			margin-top: -1px;
		}
	

	.cart-generic-submit-green {
		background: rgb(129,189,33); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(129,189,33,1) 0%, rgba(103,149,26,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,189,33,1)), color-stop(100%,rgba(103,149,26,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(129,189,33,1) 0%,rgba(103,149,26,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(129,189,33,1) 0%,rgba(103,149,26,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(129,189,33,1) 0%,rgba(103,149,26,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(129,189,33,1) 0%,rgba(103,149,26,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81bd21', endColorstr='#67951a',GradientType=0 ); /* IE6-9 */

		border:1px #678E35 solid;
		cursor:pointer;
		float:right;
		font-family:sans-serif;
		color:#fff;
		line-height:36px;
		text-align: center;
		text-decoration:none;
	    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
		width:100%;
		z-index: 13;
	}
		.cart-generic-submit-green:hover {
			background: rgb(136,201,35); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(136,201,35,1) 0%, rgba(111,164,29,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,201,35,1)), color-stop(100%,rgba(111,164,29,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(136,201,35,1) 0%,rgba(111,164,29,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(136,201,35,1) 0%,rgba(111,164,29,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(136,201,35,1) 0%,rgba(111,164,29,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(136,201,35,1) 0%,rgba(111,164,29,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c923', endColorstr='#6fa41d',GradientType=0 ); /* IE6-9 */

			text-decoration: none;
		}
		.cart-generic-submit-green:active {
			background: rgb(94,137,24); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(94,137,24,1) 0%, rgba(124,182,32,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,137,24,1)), color-stop(100%,rgba(124,182,32,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(94,137,24,1) 0%,rgba(124,182,32,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(94,137,24,1) 0%,rgba(124,182,32,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(94,137,24,1) 0%,rgba(124,182,32,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(94,137,24,1) 0%,rgba(124,182,32,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8918', endColorstr='#7cb620',GradientType=0 ); /* IE6-9 */
		}
		.cart-generic-submit-green.disabled {
			background:#aaa;
			border: 1px solid #999;
			color:#dedede;
			cursor: default;
		}

		.cart-guide {
			color:#879393;
			margin-bottom:16px;
			line-height: 16px;
			height: 16px;
		}


		#cartNewClient span,
		.totalprice-addtocart span {
			font: normal normal bold 1.6em/0.8em sans-serif;
		}
		#cartBackToLogin {
			display:none;
			font-size:0.85em;
			right:12px;
			position:absolute;
			top:24px;
			z-index: 1500;
		}
		#cartNewClient {
			
		}
	.cart-note {
		display:inline;
		float:left;
		font-size:0.85em;
		margin:10px 0 0 15px;
		width:40%;
	}
	.cart-hint {
		color: #888;
		font-style: italic;
		margin-bottom:1em;
	}
	.switch-user-links{
		padding: 16px 32px;
	}
		.switch-user-links li {
			margin-top: 16px;
		}
			.switch-user-links li strong {
				display:block;
			}
			.switch-user-links li a {
				float:none !important;
				margin-bottom:1em;
			}
				.switch-user-links li a:hover {
					background:#C0D1C0;
					text-decoration: none;
				}
			.switch-user-links li a small {
				margin-top:1em;
			}
			.switch-user-links li a.absolute {
				font-size:0.85em;
				position:absolute;
				right:0;
				text-align: center;
				top:5px;
				width:24%;
			}
				
				.switch-user-links li .absolute small {
					display: none;
				}
	.cart-footer {
		background:url(../images/cart-benefits-bg-grey.png) no-repeat;
		color:#222;
		height:87px;
		margin-top:3em;
		overflow:visible;
		width:100%;
	}
		.cart-footer ul li {
			background:url(../images/cart-benefits-ikony-dark.png) no-repeat;
			float:left;
			height:70px;
			margin:10px 20px 0 0;
			width:30%;
		}
			.cart-footer ul li.last {
				margin-right:0;
			}
			.cart-footer ul li span {
				display:block;
				font-size:12px;
				line-height:20px;
				margin:0 0 0 50px;
			}
			.cart-footer ul li.money-back {
				background-position:5px 0;
			}
			.cart-footer ul li.parameters {
				background-position:0 -100px;
			}
			.cart-footer ul li.helpdesk {
				background-position:10px -200px;
			}
			
			.cart-footer ul li.testimony {
				background:none;
				float:right;
				margin-right:0;
				width:275px;
			}
				.cart-footer ul li.testimony img {
					float:left;
				}
				.cart-footer ul li.testimony span {
					display:block;
					float:right;
					margin:0;
					font-style: italic;
					width:175px;
				}
		.cart-footer .inside {
			padding:15px;
		}
	/* ================= [ positions of widgets !!!here!!! ] ================= */
	.domainchecker {
		margin:0 0 0 0;
	}
		.flatpanel.domeny .domainchecker {
			background:transparent;
			border:none;
			float:right;
			margin:100px 240px 0 0;
			width:500px;
		}
			.flatpanel.domeny .domainchecker .domainchecker-checker-container {
				width:100%;
			}
			.flatpanel.domeny .domainchecker .domainchecker-message {
				z-index: 10;
			}
			.flatpanel.domeny .domainchecker .domainchecker-mode-container,
			.flatpanel.domeny .domainchecker .domainchecker-message-icon.settings{
				display:none;
			}
			.flatpanel.domeny .domainchecker .domainchecker-wrapper {
				background:transparent;	
				border:none;
			}
	.domainchecker.simple {
		left: 206px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 115px;
		width: 542px;
	}
		.flatpanelwrapper .domainchecker-header {
			float:left;
			margin:105px 0 0 240px;
			width:470px;
			z-index: 25;
		}
	.hostingselect {
	}

	.customhosting {
		margin: 0 2.5%;
		width: 95%;
		font-family:sans-serif;
		font-size:14px;
	}
		.customhosting-content .customhosting {
			margin-bottom:2em;
		}
		.customhosting-content .customhosting-statecontainer.open {
			border:none;
		}

	.virtualserver {
		font-size:14px;
	}

	.basket-widget {
		font-size:14px;
	}

	.little-basket-widget {
		position:absolute;
		right:0;
		top:-2px;
		z-index: 15;
	}
	.descHideIt {
		font-size:0.85em;
	}





.cart-bg-container {
	background: #e7ebeb url(../images/cart-bg.png) repeat-y scroll center 0px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.cart-content {
	margin: 0 auto;
    padding: 12px 0;
    width: 980px;
	padding: 32px 0; 
	font-family: 'Source Sans Pro',sans-serif;
}
	.cart-content h2, .cart-content .button {
		font-family: 'Source Sans Pro',sans-serif;
	}
.rightcolumn {
	float: right;
	padding: 0;
	width: 256px;
}

.cart-content span.underline {
	position: absolute;
	width: 672px;
	height: 1px;
	background: #c8cecc;
	border-bottom: 1px solid white;
	margin-top: 47px;
}
h2.cart-left-header, h2.cart-right-header {
    color: #D2151C;
    font-size: 24px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 0 0 16px;
}
	h2.cart-left-header span.underline {
		margin-left: -16px;
	}
	h2.cart-right-header {
		font-weight: lighter;
		padding: 0 16px;
	}
		h2.cart-right-header span.underline {
			width: 224px;
		}
	h2.cart-left-subheader span.underline {
		margin-left: -16px;
	}
	h2.cart-left-subheader.gray {
		color: #666666;
		font-size: 30px;
		font-family: 'BebasNeue';
		
	}

.cart-bg-container .cart-left-column {
	width: 672px;
	padding: 0;
	background: transparent;
	margin-right: 0;
}

.cart-stripe {
	height: 48px;
	font-size: 12px;
	color: #bec3bf;
}
	.cart-stripe ol {
		list-style: none;	
	}
		.cart-stripe ol li {
			display: inline-block;
			zoom: 1; /* ie7 fix */
			*display: inline; /* ie7 fix */
			padding: 16px;
			line-height: 16px;
			height: 16px;
			width: 134px;
		}
			.cart-stripe ol li.active {
				color: #223e56;
				font-weight: bold;
			}
			.cart-stripe ol li.last {
				margin-right: -2px;
			}
			.cart-stripe ol li span.pos {
				font-size: 20px;
				display: inline-block;
				width: 16px;
				font-weight: bold;
			}
			.cart-stripe ol li a:hover {
				text-decoration: none;
				color: #223e56;
			}
	.cart-stripe span.underline.red {
		position: absolute;
		display: block;
		height: 4px;
		background: #cf181d;
		margin-top: 46px;
		width: 166px;
		border: 0;
	}
	.cart-stripe span.underline.red.position-2 {
		padding-left: 169px;
	}
	.cart-stripe span.underline.red.position-3 {
		padding-left: 338px;
	}
	.cart-stripe span.underline.red.position-4 {
		padding-left: 507px;
	}
	
.cart-finish-info-big, .cart-finish-info {
	line-height: 16px;
	height: 16px;
	padding: 16px;
	color: #1C3F53;
}
.cart-finish-info-big {
	font-weight: bold;
	margin-top: 32px;
}
.cart-finish-info {
	padding-top: 8px;
}
.cart-finish-whats-next {
	color: #1C3F53;
	padding: 16px;
}
	.cart-finish-whats-next h3, .cart-finish-whats-next span {
		float: left;
		line-height: 16px;
		padding: 8px 0;
	}
	.cart-finish-whats-next h3 {
		padding-right: 8px;
	}
.cart-final-helpdesk {
	margin: 16px;
	padding: 16px;
	margin-bottom: 0;
	background: white;
	color: #1C3F53;
}
.cart-final-helpdesk-links {
	padding: 0 16px;
}
	.cart-final-helpdesk-links a.button {
		display: block;
		margin: 16px 0;
		width: 200px;
		float: none;
	}
.cart-final-helpdesk-arrow {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	width: 0px;
	margin-left: 108px;
}
.cart-error-info {
	padding: 16px;
	margin: 16px 0;
	background: white;
	color: #1C3F53;
}
	.cart-error-info a {
		margin-top: -7px;
	}
.cart-error-summary-row {
	padding: 16px;
	color: #1C3F53;
}
.cart-error-summary {
	margin-top: 32px;
}
#editCartItem h2.cart-left-subheader {
	display: none;
}