/* Reset */
body, input, textarea, select {
    color: #000;
    font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
body {
    background: #ebf7ff;
    padding: 20px 0;
    margin: 0;
    min-width: 980px;
}
a:link, a:visited {
    color: #ac3705;
    text-decoration: underline;
}
a:hover, a:active {
    color: #ac3705;
    text-decoration: none;
}
img {
    border: none;
}
pre {
    max-width: 750px;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

ul, ol, li, form {
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, p {
    margin: 0;
    font-weight: normal;
}
input, textarea {
    outline: none;
}
.clear {
    height: 0px;
    clear: both;
    overflow: hidden;
}
/* layout */
.page {
    background: #fff;
    padding: 30px 30px 20px 30px;
    width: 740px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 8px #bed6e6;
    -webkit-box-shadow: 0 0 8px #bed6e6;
    box-shadow: 0 0 8px #bed6e6;
}
#header {
    position: relative;
    height: 55px;
    margin-bottom: 20px;
}
.logo {
    position: absolute;
    left: 15px;
    top: 0;
}
.searchForm {
    position: absolute;
    left: 165px;
    bottom: 0;
}
.searchForm p {
    float: left;
    height: 53px;
    margin: 0;
}
.searchForm p.line {
    background: url(../../img/10/searchline_l.png) 0 0 no-repeat;
    padding-left: 15px;
}
.searchForm p.line input {
    border: none;
    padding: 0 20px 0 5px;
    background: #fff url(../../img/10/searchline_bg.png) 0 0 repeat-x;
    height: 53px;
    width: 470px;
    line-height: 53px;
    vertical-align: middle;
    color: #6fa7cc;
    font-size: 18px;
}
.searchForm p.button input {
    width: 47px;
    height: 53px;
    background: url(../../img/10/searchline_r.png);
    border: none;
    cursor: pointer;
}
.introBlock {
    background: #e8f4fc;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 18px 0 18px;
    margin-bottom: 20px;
}
.introBlock h1 {
    font-size: 30px;
    line-height: 30px;
    color: #0c3e60;
    margin-bottom: 15px;
}
.sitesList {
    overflow: hidden;
    width: 720px;
}
.sitesList li {
    float: left;
    padding: 5px 5px 10px 5px;
    background: #aad6f4;
    width: 214px;
    /*overflow: hidden;*/
    margin: 0 16px 18px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sitesList li>a {
    display: block;
    margin-bottom: 5px;
}
.sitesList li h2 {
    font: normal 16px/18px 'Trebuchet MS';
    float: left;
    max-width: 145px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.sitesList li h2 a:link, .sitesList li h2 a:visited {
    color: #0c3e60;
}
.sitesList li h2 a:hover, .sitesList li h2 a:active {
    color: #0c3e60;
}
.sitesList li .rating {
    float: right;
    color: #1671ad;
    font: normal 14px/18px 'Trebuchet MS';
}
.sitesList li:hover {
    background: #1c8fe0;
}
.sitesList li:hover .rating {
    color: #fff;
}
.sitesList li:hover h2 a:link, .sitesList li:hover h2 a:visited {
    color: #fff;
}
.sitesList li:hover h2 a:hover, .sitesList li:hover h2 a:active {
    color: #fff;
}
.latest {
    background: #dceaf3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #1671ad;
}
.latest>div {
    float: left;
    padding-bottom: 15px;
}
.latest .domains {
    width: 320px;
}
.latest .hosters {
    width: 210px;
}
.latest .searches {
    width: 210px;
}
.latest h3 {
    background: #294a60;
    color: #fff;
    height: 32px;
    border-right: 1px solid #5f7788;
    padding: 0 22px;
    font: normal 14px/32px 'Trebuchet MS';
    margin-bottom: 10px;
}
.latest ul {
    padding: 0 10px;
    overflow: hidden;
}
.latest ul li {
    overflow: hidden;
    padding-left: 12px;
}
.latest a:link, .latest a:visited {
    font: normal 12px/15px 'Trebuchet MS';
    margin-bottom: 3px;
    float: left;
    color: #1671ad;
    position: relative;
}
.latest a:hover, .latest a:active {
    color: #fff;
    background: #ac3705;
}
.latest a:link i, .latest a:visited i {
    display: block;
    position: absolute;
    width: 12px;
    height: 15px;
    left: -12px;
    top: 0;
    background: url(../../img/10/latest_li.gif) 4px 50% no-repeat;
}
.latest a:hover i, .latest a:active i {
    background: #ac3705 url(../../img/10/latest_li_hover.gif) 4px 50% no-repeat;
}
.latest .domains ul {
    padding-left: 22px;
}
.latest .domains li {
    display: inline;
    padding: 0 4px 0 0;
    font-size: 14px;
}
.latest .domains li a {
    font-size: 14px;
    float: none;
}
h1.blockH1 {
    background: #e8f4fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font: normal 24px/24px 'Trebuchet MS';
    color: #78adcf;
    padding: 16px 20px;
    margin-bottom: 10px;
}
h1.blockH1 b {
    font-weight: normal;
    color: #0c3e60;
}
.resultsList {
    margin: 0 20px 15px 20px;
}
.resultsList li {
    padding-left: 24px;
    position: relative;
	overflow:hidden
}
.resultsList li .siteIcon {
    position: absolute;
    left: 0;
    top: 5px;
}
.resultsList h2 {
    font-size: 14px;
    line-height: 20px;
}
.resultsList h2 a:link, .resultsList h2 a:visited {

}
.resultsList h2 a:hover, .resultsList h2 a:active {
    background: #ac3705;
    color: #fff;
    text-decoration: underline;
}
.resultsList p {
    margin-bottom: 10px;
	min-height: 15px;
}
.relatedBlock {
    background: #fff;
    padding: 0 20px 16px;
}
.relatedBlock a {
    text-decoration: none;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 1px 8px;
    color: #222;
    border-radius: 4px;
    border: 1px solid #eee;
}
.relatedBlock a:hover {
    text-decoration: none;
}
.relatedSites {
    background: #e8f4fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 30px;
}
.relatedSites h1 {
    color: #78adcf;
    margin-bottom: 15px;
    font: normal 24px/24px 'Trebuchet MS';
}
.relatedSites ul {
    margin: 0;
}
.whoisBlock {
    margin: 0 20px 30px;
}
.siteInfo {
    background: #e8f4fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 16px;
    margin-bottom: 5px;
    overflow: hidden;
}
.siteInfo .site {
    float: left;
    padding: 5px 5px 10px 5px;
    background: #aad6f4;
    width: 214px;
    overflow: hidden;
    margin-right: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.siteInfo .site>a {
    display: block;
    margin-bottom: 5px;
}
.siteInfo .site h2 {
    font: normal 16px/14px 'Trebuchet MS';
    float: left;
}
.siteInfo .site h2 a:link, .siteInfo .site h2 a:visited {
    color: #0c3e60;
    text-decoration: underline;
}
.siteInfo .site h2 a:hover, .siteInfo .site h2 a:active {
    color: #0c3e60;
    text-decoration: none;
}
.siteInfo .site .rating {
    float: right;
    color: #1671ad;
    font: normal 14px/14px 'Trebuchet MS';
}
.siteInfo .desc {
    overflow: hidden;
}
.siteInfo .desc h1 {
    color: #0c3e60;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.siteInfo .desc p {
    margin-bottom: 8px;
    overflow: hidden;
}
.siteInfo .desc p a:link, .siteInfo .desc p a:visited {
    text-decoration: underline;
    color: #000;
}
.siteInfo .desc p a:hover, .siteInfo .desc p a:active {
    text-decoration: none;
    color: #000;
}
.siteInfo .desc p a.visitSite:link, .siteInfo .desc p a.visitSite:visited {
    float: left;
    font-size: 18px;
    height: 21px;
    line-height: 20px;
    padding: 0 20px 0 10px;
    color: #fff;
/*    margin-top: 7px;*/
    text-decoration: none;
    background: #3f7599 url(../../img/10/visit_corner.gif) 100% 0 no-repeat;
}
.siteInfo .desc p a.visitSite:hover, .siteInfo .desc p a.visitSite:active {
    text-decoration: none;
}
.footer {
    color: #8ab8d6;
    padding: 0 15px;
    font: normal 14px 'Trebuchet MS';
}
.footer a:link, .footer a:visited {
    color: #1671AD;
}
.footer a:hover, .footer a:active {
    color: #1671AD;
}

div.featured {
    background: #e8f4fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #78adcf;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.adv-google
{
	width: auto;
	padding: 5px;
	margin: 7px 5px 5px 5px;
}

.adv-google .block-center {
    text-align: center;
}

.adsquare {
    display: inline-block;
}

.visit-disable {
	display: inline-block;
	background: url(http://whois.stsoftware.biz/img/10/visit-disable.png) 0 0 no-repeat;
	width: 218px;
	height: 29px;
	margin-top: 7px;	
}

.int_search {	
	float:right;
	padding-right: 35px;
}

.rt_search {	
	margin-bottom: 10px;
}

.rt_search span {
	font-weight: bold;	
	margin-right: 3px;
}
#rt i {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	background-image: url(http://whois.stsoftware.biz/img/10/sprate.png) 0 0 no-repeat;
}

#rt span {
	font: normal 15px 'Trebuchet MS';
	color: #78adcf;
	margin-right: 10px;
	padding-left: 20px;
}

#r_t { background: url(../../img/10/sprite.png) 0px -123px no-repeat }
#r_c { background: url(../../img/10/sprite.png) 0px -206px no-repeat }
#r_p { background: url(../../img/10/sprite.png) 0px 0px no-repeat }
#r_v {  background: url(../../img/10/sprite.png) 0px -78px no-repeat }

#shield {
	float: right;
	padding-right: 5px;
	width: 90px;
	height: 110px;
	padding-top: 20px;
	padding-left: 25px;
	top: 18px;
	position: relative;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

#opsend {
	float: right;
	font: normal 16px 'Trebuchet MS';
	color: #fff;
	background-color: #3f7599;
	margin-top: 5px;
	width: 40px;
	padding: 1px 15px;
	text-align: center;
	cursor: pointer;
}

.stars {
	width: 90px;
	margin-top: 15px;
	display: block;
	height: 20px;
	background: url(../../img/10/sprite.png) 0px -424px no-repeat;
}

.stars_inner {
	width: 0px;
	margin-top: 15px;
	display: block;
	height: 20px;
	background: url(../../img/10/sprite.png) 0px -451px no-repeat;
}

#rt td {
	padding-bottom: 8px;
	font-size: 15px;
}

#rt textarea {
	border: 1px solid #9b9b9b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 688px !important;	
	height: 60px;
	padding: 6px 10px;
	margin-top: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.irate {
	display: inline;
	width: 80px;
	height: 16px;
	background: url(http://whois.stsoftware.biz/img/10/star.gif);
}

#rt_block{ overflow:hidden;}

.bottom-block{
	background: #e8f4fc; 
	width: 332px;
	float: left;
	margin-right: 11px;
	/*height: 332px;*/
	/*box-sizing: border-box;*/
}

#rt_block .bottom-block {
	height: 170px;	
}

.bottom-block :last-child{ margin-right:0;}

.bottom-block h1 {
 color: #78adcf;
 font-size: 24px;
}

.bottom-block h1 span {
 font-size: 18px !important;
 padding: 0 !important;
}

.wrapper-table{
	overflow: hidden;
	margin-top: 15px;
    width: 100%;
}
 
.row{
	overflow: hidden;
    width: 100%;
    height: 32px;
	background: url(http://whois.stsoftware.biz/img/10/sprite.png)  no-repeat;
    border-bottom: 1px solid #fff;     
	position:relative;
}

.row:last-child{border:none;}
.trust{background-position:5px -76px;}
.vendor{background-position:6px -31px;}
.privacy{ background-position:7px 6px;}
.child{ background-position:6px -117px;}

.row-title{ 
	margin-left: 30px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 7px;
	font-size: 14px;
	color: #888;
	float: left;
	/*width: 274px;*/
}
      
.row-number{
                  overflow: hidden;
                  margin-right: 0px; /*12*/
                  padding-top: 7px;
                  font-size: 14px;
				  text-align: right;
}

.gray{
	color: #888;				  
}

.progress-wrapper{
	width: 78px;
	height: 4px;
	position: absolute;
	right: 31px;
	top: 15px;
	background: #aedbf0;
}

.percent-progress{
	height: 4px;
	background: #00599b;
}

.null-prog{
	background: rgba(0,0,0,.1);
}

.gauge{
	font-size: 4px;
	position: relative;
	top: -3px;
	padding-left: 0px;
}

.gauge_left{
	background-color: #15a;
	margin-right: 0px;		
	padding-right: 40px;	
}

.gauge_right{
	background-color: #78adcf;
	margin-right: 10px;
	padding-right: 30px;	
}

.wrapper-stars{ 
    margin-top: 20px;
    position: relative;}

.count-st{
                  overflow: hidden;
                  position: absolute;
                  left: 103px;
                  top: 0;
                  font-size: 14px;
}
     
.quote{
    margin-top: 16px;
    font-size: 12px;
    width: 80%;
}
.leave-com-block{
    width: 708px;
    height: auto !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.txtar {
	border-radius: 0 !important;
	width: 100% !important;
	/*box-sizing: border-box;*/
	resize: none;
	border-color: #a6a6a6;
	margin-top: 20px !important;
}
.block-rate { margin-right:0; }

.iSafety-small, .iSafety {
			cursor: default; 
            position: relative;
            /*background: #fff;*/
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }
        .iSafety .percent .label, .iSafety-small .percent .label {
            color: #777;
            display: block;
            font-size: 12px;
        }
        .iSafety .percent, .iSafety-small .percent {
            font-family: Tahoma, Arial, sans-serif;
        }


        .iSafety {
            width: 83px;
            height: 83px;
            border-radius: 42px;
            border: 5px solid rgba(0,0,0,.1);
        }
        .iSafety .percent {
            position: absolute;
            top: 14px;
            width: 73px;
            text-align: center;
            font-size: 20px;
        }

        .iSafety .percent span {font-size: 14px}


        .iSafety-small {
            width: 25px;
            height: 25px;
            border-radius: 12px;
            border: 3px solid rgba(0,0,0,.1);

        }
        .iSafety-small canvas { margin: -3px 0 0 -3px; float: left}
        .iSafety-small .percent {
            position: absolute;
            top: -5px;
            width: 50px;
            text-align: left;
            font-size: 14px;
            left: 25px;
        }
        .iSafety-small .percent span {font-size: 12px}
        .iSafety-small .percent .label {margin-top: -3px;}

        canvas {
            margin: -5px 0 0 -5px;
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
        }



        .green-safety .percent {color: #38b32e}
        .yellow-safety .percent {color: #ffa60b}
        .red-safety .percent {color: #d93800}
		
		
.sm-block{
	background: #fff; 
	width:440px;
	margin-left:170px;
}

.wrapper-block-small{width: 45%;
float: left;}

.wrapper-block-small :last-child{ 
	/*margin-left:10%;*/
}

sm-block h2{font-weight:bold;}

.title-small{width: 144px;font-size: 12px;}

.number-small{font-size:12px;}

.row-small{border-color: #eee;}

.trust-small{background-position:5px -261px;}

.vendor-small{background-position:7px -292px ;}

.privacy-small{ background-position:6px -327px;}

.child-small{ background-position:7px -364px;}

.ok-small{ background-position:5px -226px;}

.stop-small{ background-position:5px -167px;}

#rt1, #rt2 { height:190px;}

.row.row-small.status {
    background: none;
}
.row.status .row-title {
    margin-left: 0;
    font-weight: bold;
	width: 126px;
}
.row.status .row-number {
    padding-right: 0;
    text-align: right;
    font-weight: bold;
}
.row-number.green {
    color: #38b32e;
}
.row-number.yellow {
    color: #ffa60b;
}
.row-number.red {
    color: #d93800;
}

.row-title {
padding-top: 5px;
}

.row-number {
padding-top: 7px;
}
.row.row-small {
    height: 28px;
}

.title-short{
	width: 75px !important;	
	color: #444;
}

.row-small .stars {
	margin-top: 5px;	
	float: right;
}

.stars-inner-search {
	margin-top: 0px;	
}

.privacy h1 {margin: 0 0 10px; line-height: 1.2em;}
.privacy h2, .privacy h3, .privacy h4 {margin: 20px 0 10px; line-height: 1.2em;}
.privacy h1 {font-size: 28px}
.privacy h2 {font-size: 24px}
.privacy h3 {font-size: 20px}
.privacy h4 {font-size: 16px}
.privacy ul {padding: 10px !important}
.privacy ul li {padding: 2px 0 !important; list-style: disc;}
