@CHARSET "UTF-8";


.wd{
	
	float: left;
	margin: 0;
	padding: 0;
	min-height: 134px;
	height: 134px;
	margin-left: 19px;
}

.wd .tp{
	margin: 0;
	padding: 0;
	height: 5px;
	min-height:5px;
	font-size:1px;
}
.wd .bt{
	margin: 0;
	padding: 0;
	font-size:1px;
	height: 6px;
	min-height:6px;
	clear: both;
}
.wd .cnt{
	min-height: 113px;
	height: 113px;
	overflow:hidden;
	padding: 5px;
}
.w904 {
    margin: 0;
    padding: 12px 0 0;
    width: 100%;
    background: url('../images/themes/bgmain.png') no-repeat scroll left top transparent;
    float: left;
}

#dom-check-main {
    background: url('../images/themes/bgmain2.png') repeat-y scroll left top transparent;
}

#dom-check-header {
    padding: 0 0 0 10px;
    font-weight: bold;
    white-space: nowrap;
}

#dom-check-header > hr {
    width: 800px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #AAA;
    padding: auto;
}

#dom-check-form {
    margin: auto 20px;
}

#dom-check-form > div {
    padding: 0;
    margin: 0;
    display:inline-block;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
}

#dom-check-form > div.left {
   width:100px;
   text-align: center;
   float: left;
   font-weight: bold;
   background-color: #AAA; 
   -webkit-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#dom-check-form > div.center {
   text-align: center;
   float: left;
   background-color: #fff;
   width:620px;
}

#dom-check-form > div.right {
   width:200px;
   text-align: center;
   color:white;
   background-color: #D2691E;
   margin-right:0;
   float: right;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.w290{
	width: 290px;
}



.w290 a, .w290 img {
	padding: 0;
	margin: 0;
}
.w614{
	width: 614px;
}
.w290 .cnt{
	background: url(/images/index/w290-md.gif) left top repeat-y;
}
.w614 .cnt{
	background: url(/images/index/w614-md.gif) left top repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	
}

.w614 .cnt .hdr{
	font-weight: bold;
	font-size: 16px;
	
}

.wd .hr{
	height: 3px;
	min-height: 3px;
	font-size:1px;
	background: url(/images/index/w-hr.gif) left top repeat-x;
	clear: both;
}

.w614 .bt{
	background: url(/images/index/w614-bt.png) left top no-repeat;
}
.w614 .tp{
	background: url(/images/index/w614-tp.png) left top no-repeat;
}

.w614 .form, .w614 .results{
	padding: 0;
	margin: 0;
	
	
}
.w614 .form{
	float: left;
	width: 230px;
	height: 50px;
	min-height: 50px;
	padding-top: 20px;
}
.w614 .form input{
	width:160px;
}

.w614 .results{
	float: left;
	width: 240px;
	height: 60px;
	min-height: 60px;
}
.w614 .button_box{
	float: left;
	width: 90px;
	height: 50px;
	min-height: 50px;
	padding:0;
	margin:0;
	padding-top: 30px;
	clear: right;
}
.w614 .button_box a{
	display: block;
	height: 29px;
	width: 89px;
	background: url("../images/body/adresai/button.gif") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    height: 29px;
    text-align: center;
    text-transform: uppercase;
    width: 87px;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 6px;
	
}

.w614 .results ul{
	list-style: none;
	padding: 0;
	padding-top:15px;;
	margin: 0;
	
}
.w614 .results li{
	display: block;
}
.w614 .results li span{
	display: inline-block;
}

.w614 .results li .price, .w614 .results li .tld{
	width: 36px;
}
.w614 .results li .status{
	width: 20px;
}
.w614 .results li .sld{
	margin-left: 30px;
}
.w614 .results li .tld{
	color: #8b3800;
	font-weight: bold;

}
.w614 .results li.unavailable .tld{
	color: #dadada;
}


.w290 .bt{
	background: url(/images/index/w290-bt.png) left top no-repeat;
}
.w290 .tp{
	background: url(/images/index/w290-tp.png) left top no-repeat;
}


/* helpers ****************************************************************** */

.tac{
	text-align: center;
}


/* OTHER ****************************************************************** */

a.domaincheckhelp {
    position:relative; /*this is the key*/
    z-index:2; background-color: #E0E0E0;
    color: #C0C0C0;
    text-decoration:none}

a.domaincheckhelp:hover{z-index:2; background-color:#707070}

a.domaincheckhelp span{display: none}

a.domaincheckhelp:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    padding: 10px;
    top:20px; left:-90px; width:180px;
    border:1px solid #707070 ;
    background-color: #F0F0F0 ; color:#707070 ;
    text-align: center;
    font-size: 11px;}

#wwwinput2, #wwwinput3{
	display: inline-block;	
}
#wwwinput2{
	width: 160px;	
}
#wwwinput2 input{
	width: 149px;
	margin: 0;
	
}
#wwwinput2 img{
	border: 0px none;
	margin: 0;
	margin-left:-2px;
	padding: 0;
	float: left;
}


#dom-check-results .status{
  padding: 5px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}

#dom-check-results > div, #dom-check-results > div.col-md-9  {
   margin:0;
   padding:0;
}

#dom-check-results {
	font-size: 14px;
}

#dom-check-results .price {
	color: gray;
	font-size: 12px;
}

#dom-check-results a {
   text-decoration: none;
   color: black; 
}

#check-domain {
    color: #FFF;
	background-color: #F39E1D;
	width:150px; 
}
#go-to-plan {
    color: #FFF;
	background-color: #31708f;
	width:150px; 

}

#dom-check-head {
    color: #666;
    position: relative;
	font-size: 14px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

/*
#dom-check-head:after{
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 740px;
    height: 1px;
    content: '\a0';
    background-color: #CCC;
}
*/

#dom-search-box > div{
   padding: 20px 30px 0 30px;
}

/* STYLES YOU NEED */
.vservers-clearfix {
  clear: both;
}
.teo-vservers {
  font-family: Arial, "Times New Roman", Times, serif;
  padding: 30px;
  color: #666;
}
.teo-vservers .vservers-header {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 30px;
}
.teo-vservers .vservers-choose {
  min-height: 42px;
}
.teo-vservers .vservers-choose > div {
  float: left;
  vertical-align: middle;
  line-height: 42px;
}
.teo-vservers .vservers-choose .vservers-choose-text {
  width: 201px;
  font-weight: bold;
  font-size: 14px;
}
.teo-vservers .vservers-choose .vservers-choose-options {
  width: 530px;
  font-size: 12px;
  vertical-align: middle;
}
.teo-vservers .vservers-choose .vservers-choose-button {
  width: 170px;
}
.teo-vservers .vservers-choose .vservers-choose-button a {
  background-color: #f39e1d;
  display: inline-block;
  line-height: 40px;
  padding: 0 13px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  transition: all 0.1s ease 0s;
}
.teo-vservers .vservers-choose .vservers-choose-button a:hover {
  background-color: #f28507;
}
.teo-vservers .vservers-footer {
  padding-top: 20px;
  font-size: 12px;
  line-height: 24px;
}
.teo-vservers .vservers-footer strong {
  font-weight: bold;
}
.teo-vservers .vservers-footer a {
  text-decoration: none;
  color: #1596db;
}
.teo-vservers .vservers-footer a:hover {
  text-decoration: underline;
}
.teo-vservers .vservers-footer .solution-teo {
  color: #bf1f24;
  display: block;
  float: right;
  background: url('/img/logo-teo.png') right center no-repeat;
  padding-right: 60px;
}
.teo-vservers .vservers-footer .solution-teo:hover {
  text-decoration: none;
}

.vservers-checkboxes {
  vertical-align: middle;
}
.vservers-checkboxes label {
  vertical-align: middle;
}
.vservers-checkbox {
	display: none;
}
.vservers-checkbox + label {
	background-color: transparent;
	border: 3px solid #c2c2c2;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
    margin-right: 8px;
    margin-left: 30px;
}
.vservers-checkbox:checked + label {
	background-color: #1596db;
	border: 3px solid #1596db;
	color: #fff;
}
.vservers-checkbox:checked + label:after {
	content: '';
    background: url('/img/check.png') center center no-repeat;
    display: block;
	font-size: 14px;
    line-height: 20px;
	position: absolute;
	top: 4px;
	left: 3px;
    width: 12px;
    height: 12px;
	color: #fff;
}

.hostex-virtual-servers, .teo-office {
  width: 961px;
  margin: 30px auto 0;
  border-top: 1px solid #ccc;
}

.teo-office {
    padding-top: 30px;
}

#dom-check-results div a div {
    display: inline;
    white-space: nowrap;
}

#dom-check-results div a div span {
    font-size: 16px;
}

#dom-check-results div a div span:nth-child(2) {
    font-weight: bold;
    color: #bc2020;
}

