﻿/* CSS Document */
html, body{
	height:100%;
	width:100%;}
body{
	font-size:100%;
	line-height:15pxж}
html, input, textarea{
	font-family:Verdana, Geneva, sans-serif;
	color:#232323;
	padding:0px;
	text-align:left;
	border-radius: 5px;}	
b{
	color:#4a4540;
    font-size:14px;}
a img{ 
    border:0px;}
label{
	cursor: pointer;}

#checkbox2{
	color:#4a4540;
	font-size:12px;}
	
.saveconfig{ 
    cursor: pointer;}
	
#content, #content2, #content3, #content4, #content5, #content5_eng, #content6, #content7, #content8, #content9, #content10, #content11, #content13, #content14, #content15, #content16 {
	 background: #f5f5f5; 
     -moz-border-radius: 15px; 
     -webkit-border-radius: 15px; 
     border-radius: 15px; 
	 box-shadow: 0 0 15px #40310a;}	


#leftblock2, #leftblock3{
	background: #fdfcfc;
	box-shadow: 0 0 15px #40310a;
    border-radius: 10px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    color:#4a4540;
	font-size:12px;
	text-align: justify;}
	
p.headline{
	color:#3e8bc0;
	font-size:14px;
    text-align: center;
    padding-right: 15px;}
			 
p.block{
	padding-right: 15px;}

.hint {
background-color:#fff;
font-size:12px; color:#000;
font-family:Arial,Verdana;
line-height:12px;
color: #000000;
border:1px dashed Silver;
margin:0px; padding:10px; position:absolute; visibility:hidden;
}


	
	
#serveronline{
    color:#4a4540;
	font-size:14px;}
	
A.webmoney{
	color: #ff7f00; 	
	font-size: 12px; 
	text-decoration:none;}
A.webmoney:hover{
	color:#ff7f00;
	font-size:12px;
	text-decoration: underline;}
	
#webmoneyback{	
    background: #f5f5f5;
    border-radius: 10px;}	
	
#webmoneyat{   
	color:#4a4540;}
	
p.headline2{
	color:#3e8bc0;
	font-size:14px;}
	
#webmoney3, #webmoney3_eng{
    font-size:12px;}

	
	
#centerblock2, #centerblock2hosting, #centerblock3domen, #centerblock4reselling, #centerblock4server{ 
	background: #FFFFFF; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius: 15px;}	
				
.centerblock3{
	color: #4a4540;
	font-size: 12px;
	text-indent: 15px;
	line-height: 15px;}
.centerblock4{
	color: #4a4540;
	font-size: 12px;
	line-height: 15px;}
	
#rightcol3, #rightcol4, #rightcol5, #rightcol6{
	background: url(images/column-2.gif) no-repeat;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
	box-shadow: 0 0 15px #40310a;}
	
.rightcol3head{
	color:#ff7f00;
	font-size:14px;
	font-weight: 900;
	text-align: center;}
		
#rightcol3 ul li, #rightcol4 ul li, #rightcol5 ul li, #rightcol6 ul li{
	color:#4a4540;
	font-size:12px;
	list-style-type:none;
	background:#fff url(images/tick.gif) no-repeat;
	padding:3px 0px 0px 30px;}
	
#price p{
	color:#f8091f;
	font-size:14px;
	font-weight: 900;}	
	


table.table1, table.table2{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    border-collapse:separate;}	
	
	
.table1 thead th{
    padding: 10px 15px;
	text-align: center;
    color:#666;
    border:1px solid #9C9C9C;
    background-color:#9DD929;
	
    background: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%);
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;}

[css]table1 thead th { 
color:#666; 
}[/css]



.table1 .tarifplan, .table2 .tarifplan{
    text-shadow: 1px 1px 1px #CD6600;
    border: 1px solid #FF7F00;
    background-color: #FF7F00;
    color: #fff;
    text-align: left;
    background: -moz-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%);
    background: -o-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%);
    background: -ms-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%);}
		
.table1 thead th:empty, .table2 thead th:empty{
    background:transparent;
    border:none;}
	
.table1 tbody th, .table2 tbody th {
    color:#666;
    background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156)));
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%);
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;}
	
	

.table1 tbody td, .table2 tbody td{
    padding:5px;
    text-align:center;
    background-color:#E8E8E8;
    border: 2px solid #CFCFCF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;}
	
	
.table1 tbody span.check::before, .table2 tbody span.check::before{
    content : url(images/check0.png)}
.table1 tbody span.check2::before, .table2 tbody span.check2::before{
    content : url(images/check2.png)}
	
		
#textslogan{
	padding: 10px 25px;
	color:#4a4540;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;}


#textcontact{
	color: #4a4540;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFFFFF;
	-moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius: 15px;} 
	
#textcontact a:hover{
	color:#ff7f00;}
p.textline, p.textline2, p.textline4{ 
    border-top: 2px solid #ccc; 
    text-align: center;}
	
p.textline3, P.textline5{ 
    border-bottom: 2px solid #ccc;}

p.textline4{
	 text-align: justify;}
    
P.textline5{ 
    text-align: justify;}
	
	
#circle, #circle2, #circle3{
	border-radius: 100px;
	text-align:center;
    background: #ff7f00; 
    background: -moz-radial-gradient(#ff7f00, #F4A460); 
    background: -webkit-gradient(radial, center center, 0, center center, 100%, 
                color-stop(0%,#ff7f00), color-stop(100%,#F4A460));
    background: -webkit-radial-gradient(#ff7f00, #F4A460); 
    background: -o-radial-gradient(#ff7f00, #F4A460); 
    background: -ms-radial-gradient(#ff7f00, #F4A460); 
    background: radial-gradient(#ff7f00, #F4A460);}	
	
	
.texticq{
	font-size: 14px;
	color: #ff7f00;
	font-weight: 600;}
	
	
a.afooter{
	color:#ff7f00;
    font-size:14px;
    text-decoration:none;}
A.afooter:hover{
	text-decoration: underline;}
	
tabledomainzones.tabledomain{
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;}
.tabledomain thead th{
	padding:7px 15px;
	color:#666;
    font-size:12px;
	border:1px solid #9C9C9C;
	text-align: center;
	background-color:#CFCFCF;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
	background: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;}
.tabledomain .tarifplan{
	text-shadow:1px 1px 1px #CD6600;
	border:1px solid #FF7F00;
	background-color:#FF7F00;
	color:#fff;
	text-align:right;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(255,127,0)),
        color-stop(0.51, rgb(255,127,0)),
        color-stop(0.87, rgb(238,118,0))
        );
	background: -moz-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%
        );}

.tabledomain thead th:empty{
    background:transparent;
    border:none;}
.tabledomain tbody th{
    color:#666;
    background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    padding:0px 5px;
	text-align:right;
	background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;}

.tabledomain tbody td{
	font-size:12px;
    padding:2px 5px;
    text-align:center;
    background-color:#E8E8E8;
    border: 2px solid #CFCFCF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;}
.tabledomain tbody span.check2::before{
    content : url(images/check2.png)}
	
tablereselling.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;}
	
P.textline6, P.textline7{ 
    border-top: 2px solid #ccc; 
    padding-top: 5px;
	text-align: center;}
	
tabledomainzonesreselling.tabledomain{
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;}
	
#columnserver1, #columnserver2, #columnserver3, #columnserver4{
	background: url(images/column-2.gif) no-repeat;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
	box-shadow: 0 0 15px #40310a;}
	
#columnserver1 ul, #columnserver2 ul, #columnserver3 ul, #columnserver4 ul{
	list-style-type:none}
#columnserver1 ul li, #columnserver2 ul li, #columnserver3 ul li, #columnserver4 ul li{
	color:#4a4540;
	font-size:12px;
	list-style-type:none;
	padding:3px 0px 0px 30px;
	background:#fff url(images/tick.gif) no-repeat}
	
.starserver{
	color:#ff7f00;
	font-size:14px;
	font-weight: 900;}
	
.sale{
	color: #F8091F;
	font-weight: 900;}
	
.period7days{
	color: #F8091F;}
.mainpagebpanel{
	font-weight: 600;}
.siteheadline{
	font-weight:900;
	color:#0080FF;
	text-align:center;}
	

	
	

	

	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	 
	
	#centerblock3domen a {color: #4a4540; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:underline;}
	#centerblock3domen a:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}
	
	
	
	
	
	
	
	
	
	













	
	
	
	

	
	A.registration {color: #ff7f00; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:none;}
	A.registration2 {color: #ff7f00; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:none;}
	
    
	
	
	A.registration:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}

	A.registration2:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}
	
	
	
#panel {width: 400px; height: 250px;}



   

  
	
	
	
	
	
	
	
	
	
	
	
	
	
	.centerblock4 {
	padding: 20px 25px;
	color:#4a4540;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
    text-align: left;}
	
	   
	
		


  

	#rightcol4 ul{list-style-type:none}
#rightcol4 ul li{color:#4a4540;
	font-size:12px;
	list-style-type:none;padding:3px 0px 0px 30px;background:#fff url(images/tick.gif) no-repeat}
	#rightcol5 ul{list-style-type:none}
#rightcol5 ul li{color:#4a4540;
	font-size:12px;
	list-style-type:none;padding:3px 0px 0px 30px;background:#fff url(images/tick.gif) no-repeat}
	
	
		



	
	







	
	
	#centerblock2hosting a {color: #4a4540; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:underline;}
	#centerblock2hosting a:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}
	#centerblock2hosting p {
	text-indent: 15px;
}
	
	
	
	
	
	
	
	 P.textline { 
    border-top: 2px solid #ccc; /* РџР°СЂР°РјРµС‚СЂС‹ Р»РёРЅРёРё */ 
    margin-top: 0px; /* РћС‚СЃС‚СѓРї */
    padding-top: 8px; /* Р Р°СЃСЃС‚РѕСЏРЅРёРµ РѕС‚ Р»РёРЅРёРё РґРѕ С‚РµРєСЃС‚Р° */ 
	text-align: center;
   }
   
   /* DOMEN */
  
	
	
	
	#centerblock4reselling a {color: #4a4540; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:underline;}
	#centerblock4reselling a:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}
	#centerblock4reselling p {
	text-indent: 15px;}
	
	#centerblock4server a {color: #4a4540; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:underline;}
	#centerblock4server a:hover {color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;}
	#centerblock4server p {
	text-indent: 15px;}
	
    
	
	
	
	
	
	
	
	
   
     
    
	
	 
    
	 
	 
	 
	
	/* Reseller Table1 */

.table1 thead th{
   text-align: center;
    color:#666;
    border:1px solid #9C9C9C;
    
    background-color:#9DD929;
	 
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 .tarifplanres {
	text-shadow:1px 1px 1px #CD6600;
	border:1px solid #FF7F00;
	background-color:#FF7F00;
	color:#fff;
	text-align: left;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(255,127,0)),
        color-stop(0.51, rgb(255,127,0)),
        color-stop(0.87, rgb(238,118,0))
        );
	background: -moz-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%
        );
  
}

.table1 .tarifplan2 {width: 305px;}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#666;
        background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.table1 tbody td{
    padding:5px;
    text-align:center;
    background-color:#E8E8E8;
    border: 2px solid #CFCFCF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	
}

   
.table1 tbody span.check::before{
    content : url(images/check0.png)
}
.table1 tbody span.check2::before{
    content : url(images/check2.png)
}

/* Reseller Table2 */
tablereselling2.table2{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
}

.table2 .tarifplanres {
    text-shadow:1px 1px 1px #CD6600;
    border:1px solid #FF7F00;
    text-align: center;
	color:#fff;
	
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(255,127,0)),
        color-stop(0.51, rgb(255,127,0)),
        color-stop(0.87, rgb(238,118,0))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%
        );
  
}

.table2 .tarifplan2 {width: 305px;}
.table2 thead th:empty{
    background:transparent;
    border:none;
}
.table2 tbody th{
    color:#666;
        background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    
    padding:0px 5px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table2 tbody td{
    padding:5px;
    text-align:center;
    background-color:#E8E8E8;
    border: 2px solid #CFCFCF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	
}

   
.table2 tbody span.check::before{
    content : url(images/check0.png)
}
.table2 tbody span.check2::before{
    content : url(images/check2.png)
}




	
	
 

 
   
	
	
	
	/* РЎРµСЂРІРµСЂС‹ */
	
	
	
	
	
	.priceserver {color:#f8091f;
	font-weight: 700;}
	
	
	
	
	
	
	
	
	
	
	
	
	/* Table 1 Style */
tableserver1.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
	padding:10px 15px;
	text-align:center;
	color:#666;
	border:1px solid #9C9C9C;
	background-color:#CFCFCF;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
	background: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.table1 .tarifplan {
	text-shadow:1px 1px 1px #CD6600;
	border:1px solid #FF7F00;
	background-color:#FF7F00;
	color:#fff;
	text-align: left;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(255,127,0)),
        color-stop(0.51, rgb(255,127,0)),
        color-stop(0.87, rgb(238,118,0))
        );
	background: -moz-linear-gradient(
        center bottom,
        rgb(255,127,0) 2%,
        rgb(255,127,0) 51%,
        rgb(238,118,0) 87%
        );
  
}

.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#666;
        background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.table1 tbody td{
    padding:5px;
    text-align:center;
    background-color:#E8E8E8;
    border: 2px solid #CFCFCF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
	
}

   
.table1 tbody span.check::before{
    content : url(images/check0.png)
}
.table1 tbody span.check2::before{
    content : url(images/check2.png)
}





.rightimg5 { float:right; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ РїРѕ Р»РµРІРѕРјСѓ РєСЂР°СЋ */
    margin: 100px 200px 0px 0px; /* РћС‚СЃС‚СѓРїС‹ РІРѕРєСЂСѓРі РєР°СЂС‚РёРЅРєРё */}
	
	
	
	
	
	
	.rightimg2-4 { float:right;
    margin: -10px 0px 0px 20px; /* РћС‚СЃС‚СѓРїС‹ РІРѕРєСЂСѓРі РєР°СЂС‚РёРЅРєРё */}
	
	/* РџР°СЂС‚РЅРµСЂР°Рј */
	#centerblock4partner { background: #FFFFFF; /* Р¦РІРµС‚ С„РѕРЅР° */
    color: ; /* Р¦РІРµС‚ С‚РµРєСЃС‚Р° */
    padding: 0px; /* РџРѕР»СЏ РІРѕРєСЂСѓРі С‚РµРєСЃС‚Р° */
    -moz-border-radius: 15px; /* Р”Р»СЏ Firefox 3 */
    -webkit-border-radius: 15px; /* Р”Р»СЏ Safari 4 Рё Chrome */
    border-radius: 15px; /* Р”Р»СЏ СЃРѕРІСЂРµРјРµРЅРЅС‹С… Р±СЂР°СѓР·РµСЂРѕРІ */
	padding: 20px 25px;
	color:#4a4540;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: -15px 0px 0px 0px; } 
	
	#centerblock4partner a{color: #4a4540; 	font-size: 12px; font-family: Verdana, Geneva, sans-serif; text-decoration:underline;}
	#centerblock4partner a:hover {
	color:#ff7f00;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
	#centerblock4partner p {text-indent: 1em;}
	
    
	
	
	 
	 
	
	 
	
	
		
	
	
	/* РћРїР»Р°С‚Р° */
	
	 .ordertable {
    width: 800px; /* РЁРёСЂРёРЅР° С‚Р°Р±Р»РёС†С‹ */
   border-top: 2px solid #ccc; /* РџР°СЂР°РјРµС‚СЂС‹ Р»РёРЅРёРё */ 
   border-bottom: 2px solid #ccc; /* РџР°СЂР°РјРµС‚СЂС‹ Р»РёРЅРёРё */ 
    margin: 0 auto; /* Р’С‹СЂР°РІРЅРёРІР°РµРј С‚Р°Р±Р»РёС†Сѓ РїРѕ С†РµРЅС‚СЂСѓ РѕРєРЅР°  */
   }
  .ordertable2 {
    width: 800px; /* РЁРёСЂРёРЅР° С‚Р°Р±Р»РёС†С‹ */
    border-bottom: 2px solid #ccc; /* РџР°СЂР°РјРµС‚СЂС‹ Р»РёРЅРёРё */ 
    margin: 0 auto; /* Р’С‹СЂР°РІРЅРёРІР°РµРј С‚Р°Р±Р»РёС†Сѓ РїРѕ С†РµРЅС‚СЂСѓ РѕРєРЅР°  */
   }
   
/* Table 1 Style */
tableorder.table1order{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    font-style: normal;
    border-collapse:separate;
}
.table1order tbody th{
    color:#666;
        background-color:#CFCFCF;
    border:1px solid #9C9C9C;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(207,207,207)),
        color-stop(0.51, rgb(181,181,181)),
        color-stop(0.87, rgb(156,156,156))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(207,207,207) 2%,
        rgb(207,207,207) 51%,
        rgb(207,207,207) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.table1order tbody td{
	padding:5px;

	background-color:#FFF;
	border: 2px solid #CFCFCF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	text-shadow:1px 1px 1px #fff;}

   
.table1order tbody span.WebMoneyorder:before{
    content : url(images/hwebmoney.png)}

.table1order tbody span.WebMoneyorder2:before{
    content : url(images/hwebmoney_eng.png)}

.table1order tbody span.iomoneyorder:before{
    content : url(images/iomoney.png)}
	.table1order tbody span.RBKorder:before{
    content : url(images/rbkmoney.gif)}
.table1order tbody span.Z-Paymentorder:before{
    content : url(images/zpayment.gif)}
.table1order tbody span.RoboxChangeorder:before{
    content : url(images/robo2.png)}
.table1order tbody span.MoneyMailorder:before{
    content : url(images/moneymail.gif)}
.table1order tbody span.Visaorder:before{
    content : url(images/visa.jpg)}
.table1order tbody span.Masterorder:before{
    content : url(images/mastercard.gif)}
.table1order tbody span.PayPalorder:before{
    content : url(images/paypal.gif)}
	.table1order tbody span.LendShoporder:before{
    content : url(images/lendshop.png)}
	.table1order tbody span.TeleMoneyorder:before{
    content : url(images/telemoney.gif)}
	.table1order tbody span.LiqPayorder:before{
    content : url(images/liqpay.gif)}
		.table1order tbody span.IntellectMoneyorder:before{
    content : url(images/intellectmoney.gif)}
		.table1order tbody span.InterKassaorder:before{
    content : url(images/interkassa.gif)}
		.table1order tbody span.QiWiorder:before{
    content : url(images/qiwi.gif)}
		.table1order tbody span.OkPayorder:before{
    content : url(images/okpay.jpg)}

	

	
	
	
	.text166 {margin-left: 250px;}
	.sendletter {margin:10px 0px 10px 170px;}
	.sendletter2 {margin:10px 0px 0px 170px;}
	
	