/* TAGS
/* -------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
h1, h2, h3, h4, h5, h6, p, td, th, form, ul, ol, li {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	color: #000;
	}
body, p, td, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body, p, td, th {
	line-height: 1.2em;
	}
a {
	color: #00b4ff;
	}
a img {
	border: none;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	color: #00b4ff;
	margin: .8em 0 1.3em;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
p {
	margin: 1em 0;
	}
small{
	font-size: 9px;
	line-height: 1.1em;
	}
input, select {
	vertical-align: middle;
	}
ul {
	list-style: none;
	}
ul, ol {
	margin: 1em 0 1em .5em;
	}
ul li {
	background: url('../img/bull.gif') 0 .45em no-repeat;
	margin: .4em 0;
	padding-left: 1.3em;
	}
ol li {
	margin: .4em 0 .4em 1em;
	}

/* MAKEUP
/* -------------------------------------------- */
#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	/*
	margin: 0 auto -110px;
	padding: 0 0 110px 0;
	padding: 0;
	border: 1px solid red;
	*/
	width: 900px;
	text-align: left;
	}
#wrap-inner {
	padding-bottom: 120px;
}
#wrap-clear {
	position: relative;
	margin: -110px auto 0 auto;
	height: 110px;
	width: 900px;
	/*
	border: 1px solid red;
	bottom: 0;
	margin: 0 auto;
	margin-top: -110px;
	margin-top: -110px;
	padding: 0;
	clear: both;
	*/
	}
.left {
	float: left;
	margin-left: 67px;
}
.right {
	float: left;
	margin-right: 67px;
}

/* FOOTER
/* -------------------------------------------- */
#main-menu {
	width: 100%;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*
	margin-bottom: 20px;
	margin: 0;
	*/
	padding: 25px 45px 0 45px;
	text-align: left;
	}
	#main-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#main-menu li {
			background: none;
			float: left;
			margin: 0 30px 0 0;
			padding: 0;
			}
#main-menu + .clear {
	clear: both;
	height: 30px;
	}

#box-sites {
	width: 100%;
	height: 530px;
	clear: both;
	vertical-align:top;
    background-color:#f5f5f5;
    margin-top:20px;
    text-align: center;
    }

    #top {
	height: 40px;
	vertical-align:middle;
	text-align: center;
	border:1px #f5f5f5 solid;

    }

    #sites-preview {
	width: 95%;
	height: 150px;
	margin-left:20px;


	text-align:center;

    }

	#site-preview
	{
	margin-right:10px;
	margin-left: 10px;
	border:0px;
	margin-bottom:30px;

    }

/* FOOTER
/* -------------------------------------------- */
#footer {
	width: 100%;
	height: 50px;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	left: 0;
	bottom: 0;
	/*
	position: absolute;
	padding: 0 45px;
	*/
	background-color: #6aad14;
	text-align: left;
	}
	#footer-l {
		float: left;
		margin-left: 45px;
		}
		#footer-l p {
			height: 50px;
			line-height: 50px;
			color: #fff;
			margin: 0;
			}
		#footer-l a {
			color: #fff;
			text-decoration: none;
			}
		#footer-l a:hover {
			color: #f00;
			text-decoration: underline;
			}
	#footer-r {
		float: right;
		margin-right: 45px;
		}
		#footer-r ul {
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0;
			}
			#footer-r li {
				width: 88px;
				background: none;
				float: right;
				margin: 0 0 0 3px;
				padding: 0;
				}
		#footer-r ul .doublecounter {
			margin-top: -4px;
			/*
			width: 90px;
			height: 40px;
			*/
		}
			#footer-r ul .doublecounter * {
				/*
				margin: 0 !important;
				padding: 0 !important;
				border-width: 0 !important;
				*/
			}



/* system
/* -------------------------------------------- */
#system {
	padding-top: 30px;
	/*
	margin-top: 40px;
	*/
}
	#system .left {
		margin-left: 45px;
	}
	#system .inner {
		border-left: 2px solid #6aad14;
		border-right: 2px solid #6aad14;
	}
	.lang a {
		display: block;
		float: left;
		padding: 3px 8px;
		margin: 0 3px;
		font-size: 10px;
		color: #8e8e8e;
		text-decoration: none;
		vertical-align: middle;
	}
	.lang a:hover {
		color: #00b4ff;
		text-decoration: underline;
	}
	.lang a.current {
		background-color: #e9e9e9;
	}
		.lang img {
			margin: -3px 3px 0 0;
		}
	#system .right {
		float: right;
	}

/* HEADER
/* -------------------------------------------- */
#header {
	padding-top: 30px;
	clear: both;
	}
	#header .left {
		padding: 0;
		margin: 0;
		width: 330px;
	}
		#logo {
			border-left: 2px solid #e9e9e9;
			border-right: 2px solid #e9e9e9;
			text-align: center;
		}
	#header .right {
		padding: 0;
		margin: 0;
		/*
		width: 570px;
		*/
	}
		#slogan h2{
			font-size: 24px;
			color: #00b4ff;
			margin: 1em 0 0 67px;
		}
			#slogan h2 span {
				font-size: 20px;
				line-height: 1em;
				}

/* BANNER-TOP
/* -------------------------------------------- */
#banner-top {
	width: 100%;
	clear: both;
	margin-top: 30px;
	background: #fff;
}
/* REGISTRATION
/* -------------------------------------------- */
#registration {
	width: 100%;
	margin-top: 30px;
	/*
	background: #f9f9f9;
	background: #ededed;
	*/
	background: #e9e9e9;
	border-left: 2px solid #dd0a0a;
	border-right: 2px solid #dd0a0a;
	}
	#registration .left {
		padding: 0;
		margin: 0;
		width: 328px;
	}
		#registration .left .block {
			margin: 0 20px 0 45px;
			padding: 18px 0;
			}
	#registration .right {
		padding: 0;
		margin: 0;
		width: 568px;
	}
		#registration .right .block {
			margin: 23px 0 18px;
			}
			#registration .right .step {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 21px;
				padding-right: 8px;
				float: left;
				}
				#registration .right .point {
					font-weight: bold;
					font-size: 1.2em;
					color: #fff;
					/*
					background: url(../img/step-point.gif) left top no-repeat;
					width: 21px;
					height: 21px;
					*/
					background: url(../img/red-circle.gif) left top no-repeat;
					width: 25px;
					height: 25px;
					line-height: 25px;
					text-align: center;
					float: left;
					}
				#registration .right .text {
					margin-left: 3px;
					float: left;
					}


/* CONTENT
/* -------------------------------------------- */
#content {
	/*
	width: 100%;
	padding: 20px 0 30px;
	*/
	padding: 20px 0 30px;
	}
	#content #content-s {
		/*
		width: 100%;
		margin: 0 67px;
		*/
		width: 766px;
		padding: 0 67px;
		float: left;
		}
		#content-s .menu {
			height: 1.7em;
			border-bottom: 1px solid #e9e9e9;
			margin: 0;
			padding: 0;
		}
			#content-s .menu a {
				display: block;
				float: left;
				padding: 3px 8px;
				margin: 0 3px;
				/*
				font-size: 10px;
				text-decoration: none;
				vertical-align: middle;
				*/
			}
			#content-s .menu a.current {
				background-color: #e9e9e9;
				text-decoration: none;
				color: #8e8e8e;
			}
			#content-s .menu a:last-child, #content-s .menu a.logout {
				float: right;
			}
            /* menu balance */
            #content-s .menu span {
                float: right;
                font-weight:bold;
                color: #00C209;
                line-height: 1.2rem;
            }
            /* menu currency */
            #content-s .menu span span {
                display: block;
                margin-left: 20px;
            }
	#content #content-l {
		margin: 0;
		float: left;
		width: 330px;
		}
		#content #content-l div:first-child {
			padding-top: 2em;
		}
		#content #content-l .block {
			margin-right: 20px;
			}
			#content #content-l .block center{
				text-align: left;
				margin-left: 67px;
				}
		#content #content-l ul {
			margin: 0 0 0 25px;
			padding: 0;
			}
			#content #content-l ul li {
				background: url('../img/ul-icon.gif') 0 16px no-repeat;
				margin: 0;
				padding: 0 0 30px 45px;
				}

		#content #content-l ul.menu {
			margin: 0 0 0 25px;
			padding: 0;
			}
			#content #content-l ul.menu li {
				background: url('../img/ul-icon.gif') 0 -5px no-repeat;
				margin: 0;
				}

	#content #content-r {
		margin: 0;

		float: left;
		width: 570px;
		}
	#content .info {
		margin-bottom: 35px;
		}
	#content .design-list {

		}
	#content .design-list .item {
		float: left;
		border: 1px solid #d3d3d3;
		width: 100px;
		height: 100px;
		margin: 0 10px 10px 0;
		padding: 4px;
		font-size: 9px;
		line-height: 1em;
		}
		#content .design-list .item .img {
			text-align: center;
			}
		#content .design-list .item .name {
			display: block;
			text-align: left;
			padding-top: 9px;
			padding-bottom: 1px;
			}
		#content .design-list .item a {
			color: #000;
			text-decoration: none;
			}
		#content .design-list .item a:hover {
			color: #00b4ff;
			}
		.work {
			width: 100%;
			padding: 50px 0 0 0;
		}
			.work a {
				color: #000;
				text-decoration: none;
				margin: 0;
				display: block;
				width: 30%;
				height: 71px;
				float: left;
				}
			.work a:hover {
				color: #00b4ff;
				text-decoration: underline;
				}
			.work .left {
				background: url(../img/work-button-r.gif) left top no-repeat;
				padding: 13px 0 0 78px;
			}
			.work .right {
				background: url(../img/work-button-l.gif) 10px top no-repeat;
				padding: 13px 0 0 88px;
			}




/* POS
/* -------------------------------------------- */
.align-l {
	text-align: left;
	}
.align-c {
	text-align: center;
	}
.align-r {
	text-align: right;
	}
.align-j {
	text-align: justify;
	}
.valign-t {
	vertical-align: top;
	}
.valign-m {
	vertical-align: middle;
	}
.valign-b {
	vertical-align: bottom;
	}
.clear {
	clear: both;
	overflow: hidden;
	}
.float-l {
	float: left;
	}
.float-r {
	float: right;
	}
.flat {
	width: 100%;
}

/* OTHER
/* -------------------------------------------- */
.txt-red {
	color: #dd0a0a;
	}


.button {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}
.button[disabled] {
    cursor: default;
}
.btn-sitepreview {
	background-image: url(/img/btn_sitepreview.png);
}
.btn-siteedit {
	background-image: url(/img/btn_siteedit.png);
}
.btn-sitepay {
	background-image: url(/img/btn_sitepay.png);
}

.error-list {
	border: 1px solid #d0d0d0;
}
	.error-list legend {
		color: red;
		/* font-weight: bold; */
		font-size: 1.2em;
	}

.success-list {
	border: 1px solid #5e9614;
	/*
	background-color: #aae859;
	*/
	padding: 0 15px 10px 15px;
}
	.success-list legend {
		color: #5e9614;
		/*
		*/
		font-size: 1.2em;
	}

.tr {
	width: auto;
}
	.tr .left {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}
	.tr .right {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}


/* CABINET
/* -------------------------------------------- */
.sites {
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
}
.sites th {
	padding: 3px 5px;
	border: 1px solid #d0d0d0;
}
.sites td {
	padding: 3px 5px;
	font-size: 0.9em;
}

.order_details .tr {
	width: auto;
	margin-top: 0.5em;
}
	.order_details .tr .left  {
		padding: 3px 5px;
		width: 30%;
		background-color: #ffffff;
	}
	.order_details .tr .right {
		width: 60%;
		/*
		border: 1px solid #004080;
		*/
		border: 1px solid #d0d0d0;
		padding: 3px 5px;
	}


.payform .order_details {
	width: 100%;
}
	.payform .tr {
		width: auto;
		margin-top: 1em;
	}
		.payform .tr .left  {
			width: 20%;
			background-color: #ffffff;
		}
		.payform .tr .right {
			width: 80%;
			/*
			background-color: #d0d0d0;
			*/
		}

	.payform .radio {
		position: absolute;
		left: 0;
		z-index: 0;
	}

	.payform .txt {
		width: 400px;
		font-size: 1.2em;
	}

	.payform .submitInput {
		height: 40px;
		line-height: 30px;
		font-size: 1.5em;
		border: 2px solid #808080;
		background: #e9e9e9;
	}

	.tariffs, .payment_type_id, .order_type {
		display: none;
	}

	.payform label {
		display: block;
		position: relative;
		height: 40px;
		line-height: 40px;
		/*
		margin: 0 10px;
		*/
		width: 370px;
		padding: 0 15px;
		border: 2px solid #004080;
		background-color: #c4c4ff;
		text-align: center;
		vertical-align: middle;
		float: left;
		white-space: nowrap;
		z-index: 100;
	}
	.payform label.selected {
		border: 2px solid #5e9614;
		background-color: #aae859;
	}

	.payform .order_types label {
		width: auto !important;
	}
	.payform .site {
		width: 400px;
		height: 30px;
		font-size: 1.5em;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
	}


.addSite th {
	padding: 0 1em;
}
.addSite td:first-child {
}
.addSite input, .addSite select {
	border: 1px solid #d0d0d0;
}
.addSite .gr {
	padding: 0.5em 0.5em;
	background-color: #c4e0c1;
	/*
	border: 1px solid #5e9614;
	*/
}

.messages {
	border: 1px solid #d0d0d0;
	padding: 1em 1.4em;
	margin: 1em 0;
}


/* AUTH
/* -------------------------------------------- */
.regform td {
	padding: 3px 5px;
	vertical-align: top;
}

.c-Important {
	color: #f00;
}

.regform-http {
	margin: 0.3em 0 0 -4em;
	position: absolute;
}

/* OTHERS
/* -------------------------------------------- */
.ovl_win {
	position: fixed;
	padding: 8px 12px 8px 2px;
	background-color: #ffffff;
	border: 2px solid #00dd6b;
}

/* ---------- Standart button ---------- */

.bt,
.bt-red {
	display: block;
    border: 0 none;
	/*
    padding-bottom: 2px;

	*/
    background: transparent url(/img/btn_bg_a.gif) left top no-repeat;
    font-size: 9px;
    line-height: 20px;
    font-weight: bold;
    color: #222222;
    vertical-align: middle;
	text-align: center;
	text-decoration: none;
    width: 91px;
    height: 21px;
}
.bt[disabled],
.bt-red[disabled] {
    color: #999999;
}
.bt:active {
	color: red;
	background-position: 0 -21px;
}


/* Services */
table.service-list {
    width: 100%;
}
table.service-list,
table.service-list td {
    border-collapse: collapse;
    border: 1px solid #000;
}
table.service-list th {
    padding: 1rem;
}
table.service-list td {
    padding: 0.5rem;
}
table.service-list th {
    padding-left: 84px;
    background-color: #0099ff;
    background-position: 15px 15px;
    background-repeat: no-repeat;
}
table.service-list th,
table.service-list th * {
    color: #fff;
}
table.service-list th h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0;
}
table.service-list th ul {
    margin: 1rem 1rem 0 1.5rem;
    padding: 0;
}
table.service-list th ul li {
    list-style-type: disc;
    background: none;
    padding-left: 0;
}
table.service-list td.tariff-name {
    width: 100%;
}
table.service-list td.tariff-bonus {
    text-align: center;
    font-weight: bold;
}
table.service-list td.tariff-price {
    text-align: center;
    font-weight: bold;
}
table.service-list td.tariff-order {
    text-align: center;
}


/* Sites */
table.site-list,
table.site-list th,
table.site-list td,
table.site-list table {
    border: 1px solid #000;
}
table.site-list,
table.site-list table {
    width: 100%;
    border-collapse: collapse;
}
table.site-list th {
    padding: 0.4rem;
    background-color: #0099ff;
    color: #fff;
    font-weight: bold;
}
table.site-list td {
    padding: 0.4rem;
}
table.site-list td.site-list-inner {
    padding: 0;
}
table.site-list .site-list-inner table {
    border: 0;
}
table.site-list .site-list-inner td {
    text-align: center;
    vertical-align: bottom;
}
table.site-list .site-list-inner table th:first-child,
table.site-list .site-list-inner table td:first-child {
    border-left: 0;
}
table.site-list .site-list-inner table th:last-child,
table.site-list .site-list-inner table td:last-child {
    border-right: 0;
}
table.site-list .site-list-inner table tr:first-child th,
table.site-list .site-list-inner table tr:first-child td {
    border-top: 0;
}
table.site-list .site-list-inner table tr:last-child td {
    border-bottom: 0;
}
table.site-list td.site-alias {
    font-weight: bold;
}
table.site-list td p {
    margin: 0;
}
table.site-list td button {
    display: inline-block;
    margin-top: 0.4rem;
}
table.site-list td p.site-list-none {
    color: gray;
}
table.site-list td p.site-list-process {
    color: orangered;
}
table.site-list td p.site-list-available {
    color: green;
}
table.site-list td p.site-list-unavailable {
    color: red;
}

/* Orders */
table.order-list {
    width: 100%;
    border-collapse: collapse;
}
table.order-list,
table.order-list th,
table.order-list td {
    border: 1px solid #000;
}
table.order-list th {
    background-color: #0099ff;
    color: #fff;
    font-weight: bold;
}
table.order-list th,
table.order-list td {
    padding: 0.4rem;
}
table.order-list .order-list-date {
    white-space: nowrap;
}
table.order-list .order-list-status {
    text-align: center;
}
table.order-list .order-list-status button {
    display: inline-block;
    margin-top: 0.4rem;
}
table.order-list .order-list-amount-title {
    font-weight: bold;
    text-align: right;
}
table.order-list .order-list-amount {
    font-weight: bold;
}

.payment-type-list {}
.payment-type-list .amount-info {
    background-color: #FEFEDD;
    padding: 1em;
    margin: 1em 0;
    color: #373737;
}
.payment-type-list h3 {
    color: #5D6A75;
    font-size: 1.5em;
    padding: 0;
    margin: 1em 0 0.8em;
}
.payment-type-list .payment-type-block {
    margin-bottom: 3em;
}
.payment-type-list .payment-type-block > div {
    margin-bottom: 1em;
}
.payment-type-list .payment-type-block div a {
    text-decoration: none;
}
.payment-type-list .payment-type-block div span {
    display: block;
    font-size: 0.9em;
    margin-top: 0.1em;
}
.payment-type-pd4 {

}
.payment-type-pd4-title {
    font-weight: bold;
    font-size: 1.1em;
    color: #373737;
}
.payment-type-pd4 form > div {
    margin-bottom: 1em;
}
.payment-type-pd4 form > div label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.2em;
}