/* html */

* {
	margin:0;
/*	padding:0;*/
}
body {
	font-size:100%;
	font-family:'Arial Narrow', Tahoma, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
a {
	color:#959595;
}
a img{
	border:none;
}

A.menu:link, A.menu:visited, A.menu:active {color: #FFFFFF; text-decoration: underline;}
A.menu:hover {text-decoration: none; color:#FFFFFF;}

A.navi:link, A.navi:visited, A.navi:active {color: #000000; text-decoration: none;}
A.navi:hover {text-decoration: underline; color:#000000;}
.sbmt {
	color: #FFFFFF;
	background-color: #3B3B3A;
	border: 1px outset #000000;
}

.btn {
	color: #FFFFFF;
	background-color: #3B3B3A;
	border: 1px outset #000000;
}

/* struct */

#wrapper {
	position: relative;
	width:979px;
	margin:10px auto 50px auto;
	font-size:16px;
}
/* login */

#login {
	font-size:10px;
	color:#ABAB9F;
	text-align:right;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:0px 2px 10px 0px;
}
#login a {
	color:#000000;
	font-weight:bold;
}
#login span {
	padding:0px 0px 0px 34px;
}
#login a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/* header */

#header {
}
#header h2 {
	padding:15px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	font-size:22px;
	font-weight:normal;
}
#header #nav ul {
	margin:15px 0px 15px 0px;
}
#header #nav ul li {
	display:inline;
	font-size:16px;
	padding:0px 5px 15px 5px;
}
#header #nav ul li.active {
	background:url('../images/menu_active.gif') no-repeat 50% 100%;
	font-size:18px;
}
#header #nav ul li.active a {
	text-decoration:none;
	font-weight:bold;
}
#header #nav ul li a {
	color:#000;
	text-decoration: underline;
}
#header #nav ul li a:hover {
	text-decoration:none;
}
/* main */

#main {
}
/* content */

#content {
	text-align:left;
	padding:10px 0px 0px 0px;
}
#content h2 {
	font-size:17px;
	color:#959595;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	line-height:15px;
}
#content .col {
	padding:5px 20px 5px 23px;
	height:1%;
}
#content .col .block {
	float:left;
	width:235px;
	margin:0px 1px 0px 0px;
}
#content .col .block_arm1 {
	float:left;
	width:235px;
	margin:0px 1px 0px 12px;
}
#content .col .block_arm {
	float:left;
	width:200px;
	margin:0px 1px 0px 12px;
}
#content .col .block .content {
	padding:0px 0px 0px 13px;
	position:relative;
	z-index:100;
}
#content .col .links {
	margin:10px 0px 0px 0px;
}
#content .num {
	font-size:32px;
}
/* footer */

#footer {
	clear:both;
	height:11px;
}
/**/

.line {
	height:2px;
	background:url('../images/hr.gif') no-repeat 50% 0%;
}
/* cols */

.col .form {
	margin:120px 0px 0px 0px;
}
.col .form textarea {
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	width:198px;
	height:34px;
}
.col .form .button {
	text-align:right;
	margin:10px 22px 0px 0px;
}
.col .form label {
	color:#959595;
	font-size:10px;
	position:relative;
}
.col .form label span {
	float:right;
	width:100px;
	text-align:right;
	margin:0px 25px 0px 0px;
}
/* items */

.item {
	position:relative;
}
.item span {
	position:absolute;
	right:10px;
	top:0px;
	font-size:10px;
	color:#959595;
	padding:1px 0px 0px 0px;
}
.item.plus {
	background:url('../images/table_plus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 20px;
}
.item.minus {
	background:url('../images/table_minus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 20px;
}
.item em {
	position:absolute;
	right:70px;
	top:0px;
	font-style:normal;
}
/* reg page */

.reg {
	text-align:center;
}
.reg h3 {
	font-size:17px;
	font-weight:normal;
	text-align:center;
	margin:10px 0px 5px 0px;
}
.reg h4 {
	font-size:12px;
	color:#989897;
	font-weight:normal;
}
.reg .form {
	padding:45px 0px 0px 0px;
	width:530px;
	margin:0px auto 0px auto;
	text-align:left;
}
.reg .form table td {
	padding:0px 0px 17px 0px;
}
.reg .form label {
	font-size:17px;
	width:100px;
	line-height:15px;
	display:block;
	text-align:right;
	padding:0px 10px 0px 0px;
}
.reg .form input.txt {
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 5px 5px 5px;
	width:498px;
}
.reg .form .termtouse {
	width:498px;
	height:180px;
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	color:#989897;
	overflow: scroll;
	background:#FEFEFC;
	font-size:13px;
	padding:10px 15px 10px 15px;
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}
.reg .form .button {
	text-align:right;
	margin:35px 0px 30px 0px;
}
.reg .form .button input.btn {
	margin:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.reg .form .login-links {
	text-align:right;
	color:#000;
}
.reg .form .login-links a {
	color:#000;
}

.reg .form tr.alert label, tr.alert input.txt {
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.reg .form td.input .alert input.txt, .reg .form tr.alert input.txt {
	border:solid 1px #FF0000;
}
/* profile */

.profile {
	text-align:center;
}
.profile .form {
	padding:45px 0px 0px 0px;
	width:530px;
	margin:0px auto 0px auto;
	text-align:left;
}
.profile .form label {
	font-size:17px;
	width:200px;
	line-height:15px;
	display:block;
	text-align:right;
	padding:0px 10px 0px 0px;
}
.profile .form input.txt {
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	width:290px;
}
.profile .form .button {
	text-align:center;
	margin:35px 0px 30px 0px;
}
.profile .form .button input.btn {
	margin:0px 0px 0px 15px;
	font-size:20px;
	font-family:'Arial Narrow';
}
.profile .form table td {
	padding:0px 0px 17px 0px;
}
/**/

#content h2.title-line {
	font-size:18px;
	font-weight:bold;
	color:#000;
	background:url('../images/h2_line.gif') repeat-x 0% 60%;
	margin:20px 22px 10px 22px;
	padding:0px 0px 0px 15px;
}
#content h2.title-line span {
	background:#E0DFE3;
	padding:0px 10px 0px 5px;
}
/* pay history */

table.pay_history {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px 0px 10px 0px;
}
table.pay_history th {
	height:30px;
	background:url('../images/table_border.gif') repeat-y 100% 0%;
	border-right:solid 1px #D3D2C2;
	background:#E0DFE3;
	font-weight:normal;
	font-size:14px;
	color:#000;
	text-align:center;
}
table.pay_history th a.up {
	background:url('../images/arrow-up.gif') no-repeat 100% 55%;
	padding:0px 17px 0px 0px;
	color:#000;
}
table.pay_history th a.down {
	background:url('../images/arrow-down.gif') no-repeat 100% 55%;
	padding:0px 17px 0px 0px;
	color:#000;
}
table.pay_history th a.no {
	background:url('../images/arrow-no.gif') no-repeat 100% 55%;
	padding:0px 17px 0px 0px;
	color:#000;
}
table.pay_history td {
	border-right:solid 1px #D3D2C2;
	height:20px;
}
table.pay_history {
}
/* ----- */

table.pay_history .date {
	width:190px;
	width:145px;
}
table.pay_history td.date {
	padding:0px 0px 0px 45px;
}
table.pay_history td.date_ar {
	text-align:center;
}
table.pay_history .date span {
	font-size:10px;
}
table.pay_history .bank {
	width:105px;
}
table.pay_history td.bank {
	padding:0px 0px 0px 15px;
	font-size:10px;
}
table.pay_history .summ {
	width:100px;
	padding:0px 0px 0px 20px;
}
table.pay_history td.summ .plus {
	background:url('../images/table_plus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 25px;
}
table.pay_history td.summ .minus {
	background:url('../images/table_minus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 25px;
}
table.pay_history td.comment {
	font-size:10px;
	padding:0px 0px 0px 15px;
}
table.pay_history .saldo {
	width:100px;
	border:none;
}
table.pay_history td.saldo {
	padding:0px 45px 0px 20px;
	text-align:right;
}
table.pay_history td.saldo_ar {
	text-align:center;
	border:none;
}
table.pay_history td.name {
	padding:0px 0px 0px 42px;
}
table.pay_history td.type {
	padding:0px 10px 0px 10px;
	text-align:center;
}
table.pay_history .actions{
	border:none;
}
table.pay_history td.actions {
	padding:0px 10px 0px 10px;
	text-align:center;
	width:250px;
}
table.pay_history td.actions span{
	padding:0px 15px 0px 15px;
}
table.pay_history .domain{
padding:0px 0px 0px 67px;
text-align:left;
width:230px;
}
table.pay_history td.status, table.pay_history td.conf{
	text-align:center;
}
table.pay_history td.date_start, table.pay_history td.date_end{
	text-align:center;
	font-size:10px;
	color:#959595;
}
table.pay_history .date_end{
	border:none;
	padding:0px 90px 0px 0px;
}
/* ----- */

.pager {
	position:relative;
	padding:0px 0px 0px 42px;
	margin:10px 0px 10px 0px;
	font-family:Arial Narrow;
	font-size:14px;
}
.pager a {
	color:#000;
	padding:0px 3px 0px 3px;
}
.pager a.active {
	text-decoration:none;
}
.pager .left {
}
.pager .left select.select{
	color:#959595;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
}
.pager .left input.btn{
font-size:15px;
}
.pager .right {
	position:absolute;
	top:0px;
	right:18px;
}
/* ----- */

ul.link_list {
	list-style:none;
}
/* --- --*/

table.table_1 {
	width:100%;
}
table.table_1 a {
	color:#000;
}
table.table_1 td {
	vertical-align:top;
}
table.table_1 td.col_1 {
	padding:0px 0px 0px 42px;
}
table.table_1 td.col_1 span {
	color:#959595;
}
table.table_1 td.col_2 {
}
table.table_1 .form label {
	color:#959595;
}
table.table_1 .form input.txt {
	width:150px;
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
}
table.table_1 .form .pay_text{
	width:205px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
table.table_1 .form .pay_text span{
	color:#3D8800;
}
table.table_1 .form .button {
	text-align:right;
	padding:5px 57px 0px 0px;
}

/* ------------ */
#content .sign{
	width:500px;
	margin:50px auto 50px auto;
	font-size:17px;
}
#content .sign p{
	margin:0px 0px 10px 0px;
}
#content .sign p span{
	color:#3D8800;
}
/* profile new */
.profile_new {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.profile_new .form{
	margin:20px 0px 10px 0px}
.profile_new .form table{
	width:100%;
}
.profile_new .form table th{
	height:32px;
	font-weight:bold;
	background:#FAFAF8;
	padding:0px 0px 0px 170px;
}
.profile_new .form td{
	vertical-align:top;
}
.profile_new .form td.desc{
	width:400px;
	padding:10px 20px 0px 200px;
}
.profile_new .form td.desc p{}
.profile_new .form td.desc p span{
	color:#3D8800;
}
.profile_new .form td.note{
	padding:10px 0px 10px 0px;
	font-size:12px;
	color:#898989;
	font-style:italic;
}
.profile_new .form td.input{
	padding:10px 0px 45px 0px;
}
.profile_new .form td.input sup{
	font-weight:bold;
	vertical-align:top;
	padding:10px 0px 0px 5px;
	font-size:17px;
	margin:10px 0px 0px 0px;
}
.profile_new .form td.input label{
	width:350px;
	float:left;
	text-align:right;
	font-size:17px;
	line-height:15px;
	display:block;
	padding:10px 10px 0px 0px;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.profile_new .form td.input input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:275px;
}
.profile_new .form td.input textarea.text{
	width:455px;
	height:125px;
	margin:0px 0px 0px 200px;
	border:none;
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	padding:3px;

}
.profile_new .form td.input .select_label{
	width:395px;
}
.profile_new .form td.input select.select{
	width:252px;
	color:#959595;
	padding:0px 0px 0px 5px;
	margin:7px 0px 0px 0px;
}
.profile_new .form td.input .alert label, .profile_new .form td.input .alert sup, table.table_3 tr.alert label{
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.profile_new .form td.input .alert input.txt, .profile_new .form td.input .alert select.select, .profile_new .form td.input .alert textarea.text, .profile_new .form td.input .alert select, table.table_3 tr.alert input.txt{
	border:solid 1px #FF0000;
}
.profile_new .form .button{
	text-align:center;
	margin:30px 0px 30px 0px;
}
.profile_new .form .button input{
	font-size:34px;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	padding:0;
}
.select_date{
	margin:0px 0px 5px 0px;
}
.select_date span{
	font-size:17px;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	padding:0px 13px 0px 4px;
	vertical-align:bottom;
}
.select_date select{
	color:#959595;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 1px;
	text-align:left;
}
.select_date select.sel_date{
	width:40px;
}
.select_date select.sel_year{
	width:59px;
}
select.sel_country{
	width:295px;
	color:#959595;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 1px;
	text-align:left;
}
/**/
/* title */
h1.title{
	font-size:32px;
	font-family:'Arial Narrow';
	font-weight:normal;
	margin:0px 0px 0px 42px;
}
h1.title a{
	color:#000;
	text-decoration:underline;
}
h1.title a span{
	text-decoration:underline;
}
h1.title span{
	color:#959595;
	font-size:14px;
	display:block;
}
h1.title.alert{
color:#FF0000;
}
/* table-2 */
.table_2 {
	width:100%;
}
.table_2 td{
	width:50%;
}
/**/
.version{
	text-align:right;
	padding:0px 22px 0px 0px;
}
/* whois */
table.whois td{
	width:50%;
	padding:10px 0px 30px 0px;
	font-size:18px;
	vertical-align:top;
}
table.whois td.col_1{
	padding:10px 0px 30px 290px;
}
table.whois td.col_2{
	padding:10px 0px 30px 0px;
}

table.whois td span{
	font-size:12px;
	color:#A1A196;
}
table.whois td input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:260px;
}
table.whois td input.btn{
	font-size:22px;
	margin:0px 0px 2px 0px;
	padding:0px 2px 0px 2px;
}
table.whois td input.check{
	margin:0px 5px 4px 2px;
}
table.whois td .input{
	margin:5px 0px 0px 0px;
}
.whois_block pre{
	margin:20px 0px 0px 42px;
}

.whois .form tr.alert label, tr.alert input.txt {
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.whois .form td.input .alert input.txt, .whois .form tr.alert input.txt {
	border:solid 1px #FF0000;
}
/* domain reg */

table.domain_reg{
	width:100%;
}
table.domain_reg tr.alert{
color: #FF0000;
}
table.domain_reg tr.alert input.txt{
	border:solid 1px #FF0000;
}
table.domain_reg td{
	padding:10px 10px 10px 10px;
}

table.domain_reg .label{
	text-align:right;
	font-size:14px;
	line-height:16px;
}
table.domain_reg textarea.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:290px;
	height:200px;
}
table.domain_reg input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:200px;
}
table.domain_reg select.select{
	color:#959595;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
	width:310px;
	padding:0px 0px 0px 0px;
}
table.domain_reg .button{
	text-align:center;
}
table.domain_reg .small_button{
	text-align:center;
	font-family:'Arial Narrow';
	font-size:18px;
}
table.domain_reg .button input.btn{
	font-family:'Arial Narrow';
	font-size:20px;
}
/* block whois */
.block_whois{
	width:225px;
}
.block_whois textarea {
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	width:198px;
	height:34px;
}
.block_whois .button {
	text-align:right;
	margin:10px 22px 0px 0px;
}
.block_whois label {
	color:#959595;
	position:relative;
	padding:0px 0px 0px 5px;
}
.block_whois label span {
	float:right;
	width:100px;
	text-align:right;
	margin:0px 25px 0px 0px;
}
/* legend */

.legend{
	color:#959595;
	padding:0px 0px 0px 530px;
}
.legend div{
	padding:2px 0px 2px 0px;
}
.form-search{
		width:214px;
		float:right;
		font-family:'Arial Narrow';
}
.form-search label{
	font-size:14px;
	color:#959595;
	text-align:left;
	display:block;
}
.form-search input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
}
.form-search input.btn{
	float:right;
	margin:0px 22px 0px 0px;
	font-size:14px;
}
/* domain */
.domain_folders label{
	font-size:17px;
	font-family:'Arial Narrow';
}
.domain_folders select.select{
	font-family:'Arial Narrow';
	font-size:14px;
	color:#959595;
	width:250px;
}
.domain_folders input.btn{
	font-size:15px;
	margin:0px 0px 1px 0px;
}
/* table_3 */
table.table_3{
	width:100%;
	margin:10px 0px 10px 0px;
}
table.table_3 td{
	text-align:center;
	padding:3px 0px 3px 0px;
}
table.table_3 th{
	height:30px;
	background:url('../images/table_border.gif') repeat-y 100% 0%;
	background:#E0DFE3;
	font-size:14px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
table.table_3 td.input{
	width:240px;
	text-align:left;
	padding:0px 0px 5px 0px;

}
table.table_3 .label{
	font-size:17px;
	line-height:15px;
	padding:0px 10px 0px 0px;
	text-align:right;
}
table.table_3 input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 10px 4px 0px;
	width:240px;
}
table.table_3 .button{
	text-align:right;
	margin:20px 0px 0px 0px;
}
table.table_3 .button input.btn{
	margin:0px 10px 0px 0px;

}
/* table 4*/
table.table_4{
}
table.table_4 td{
	vertical-align:top;
	padding-left:20px;
}
table.table_4 td.col_1{
border-right:solid 1px #ccc;
	width:50%;
}
table.table_4 td.col_2{
	width:50%;

}
.domain_reg-1{
	margin:10px 0px 0px 0px;
}
.domain_reg-1 td.label{
	vertical-align:middle;
	width:30px;
}
.domain_reg-1 .input input.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:150px;
}
.domain_reg-1 textarea.txt{
	border: 1px inset #969694;
	border-color: #969694;
	border-style: solid;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:405px;
	height:200px;
}
.domain_reg-1 select.select{
	color:#959595;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
	width:310px;
	padding:0px 0px 0px 0px;
}
.domain_reg-1 .button {
	font-family:'Arial Narrow';
	font-size:18px;
	margin:0px 0px 10px 0px;
}
.domain_reg-1 .small_button {
	text-align:center;
	font-family:'Arial Narrow';
	font-size:18px;
}
table.domain_reg-1 tr.alert{
color: #FF0000;
}
table.domain_reg-1 tr.alert input.txt{
	border:solid 1px #FF0000;
}

.arm
{
	font-size:24px!important;
}