
/*all*/
.outtaHere {
position:absolute;
left:-3000px;
}
span.left, span.center, .selectArea a, .checkboxArea, .checkboxAreaChecked, .radioArea, .radioAreaChecked {
display:inline-block;
zoom:1;
vertical-align:top;
}
span.center {
	padding-left:10px;
	/* [*] RINAT */
	width:100%;
	white-space:nowrap;
	overflow: hidden;
	/* [*] RINAT */
}


/*select*/
.select-center > ul {
	padding:0;
	margin:0;
	list-style:none;
}
.selectArea {
margin:0 25px 0 0px;
position:relative;
border-left:1px solid #b4b4b4;
border-top:1px solid #b4b4b4;
border-bottom:1px solid #b4b4b4;
height:24px;
float:left;
border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
behavior: url(css/PIE.htc); 
background: white;
color: #333;
-o-box-shadow: inset 0 3px 10px -5px #999999;
-moz-box-shadow: inset 0 3px 10px -5px #999999;
-webkit-box-shadow: inset 0 3px 10px -5px #999999;
-ms-box-shadow: inset 0 3px 10px -5px #999999;
box-shadow: inset 0 3px 10px -5px #999999;
}
a.selectButton, span.left {
height:26px;
position:absolute;
top:0;
}
span.left {
width:10px;
left:-10px;
/*background:url(select_sprite.png) no-repeat 0 -27px;*/
}
span.center {
line-height:27px;
}

.registration_form {
	width:550px;
	margin:auto;
}
.f_call_back {
	float:left;
	margin:20px 0 0 15px;
}
.order_hosting_the_tarifs .the_list > li > div {
	text-indent:0 ;
}
.domens_payment .delete_icon {
	position: relative;
}




/*option*/
.optionsDivVisible {
margin-left:0px;
z-index:9;
}
.select-center {
/*padding:5px 5px;
background:#fff;
margin-left:5px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;*/

background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
margin-left: 5px;
max-height: 178px;
max-width: 100%;
overflow: auto;
padding: 5px;
}
.select-center a {
padding-left:5px;
line-height:18px;
color:#666;
text-decoration:none;
}

.radioArea, .radioAreaChecked, .checkboxArea, .checkboxAreaChecked {
width:18px;
}

/*checkbox*/
.checkboxArea, .checkboxAreaChecked {
height:18px;
width:18px;
cursor: pointer;
}
.checkboxArea {
background:url('/images/bg/checkbox.png') no-repeat 0;
}
.checkboxAreaChecked {
background:url('/images/bg/checkboxChecked.png') no-repeat 0;
}

/*radio*/
.radioArea, .radioAreaChecked {
height:18px;
}
.radioArea {
background:url('/images/bg/radio.png') no-repeat 0;
}
.radioAreaChecked {
background:url('/images/bg/radioChecked.png') no-repeat 0;
}


/* [*] RINAT */
a.selectButton {
/*width:26px;
right:-25px;
margin-top:-1px;
background:url(../images/bg/select-button.png) no-repeat;*/
    background: url("/images/bg/select-button.png") no-repeat scroll 300px center transparent;
    margin-top: -1px;
    right: -25px;
    width: 325px;
}

DIV#tab1 a.selectButton, DIV#tab2 a.selectButton, DIV#tab3 a.selectButton, DIV#tab4 a.selectButton {
    background: url("/images/bg/select-button.png") no-repeat scroll 348px center transparent;
    margin-top: -1px;
    right: -25px;
    width: 372px;
}


DIV#tab5 #divLnG a.selectButton {
    background: url("/images/bg/select-button.png") no-repeat scroll 57px center transparent;
    margin-top: -1px;
    right: -25px;
    width: 82px;
}

DIV#tab5 #divLnG2 a.selectButton {
    background: url("/images/bg/select-button.png") no-repeat scroll 628px center transparent;
    margin-top: -1px;
    right: -24px;
    width: 650px;
}


DIV#tab5 #divLnG3 a.selectButton {
    background: url("/images/bg/select-button.png") no-repeat scroll 628px center transparent;
    margin-top: -1px;
    right: -24px;
    width: 650px;
}



DIV#tab5 #divLnG4 a.selectButton {
    background: url("/images/bg/select-button.png") no-repeat scroll 174px center transparent;
    margin-top: -1px;
    right: -24px;
    width: 197px;
}

DIV#tab1 .organ_search_in > a > span, DIV#tab2 .organ_search_in > a > span, DIV#tab3 .organ_search_in > a > span, DIV#tab4 .organ_search_in > a > span {
    background: url("../images/bg/select-button.png") no-repeat scroll 349px center transparent;
    display: block;
    height: 26px;
    margin-top: -1px;
    right: -25px;
    width: 373px;
}
				
div.select-center > ul > li > a 
{
    display: inline-block;
    width: 100%;	
}
.select-center a:hover
{
	color:#fff;
	background: #82a7ce;
	/* Old browsers */
	background: -moz-linear-gradient(top, #82a7ce 0%, #2565aa 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82a7ce), color-stop(100%, #2565aa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #82a7ce 0%, #2565aa 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #82a7ce 0%, #2565aa 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #82a7ce 0%, #2565aa 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #82a7ce 0%, #2565aa 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82a7ce', endColorstr='#2565aa',GradientType=0 );
	/* IE6-9 */ 
	zoom:1;
}
/* [*] RINAT */