* {
    padding: 0 0;
    margin: 0 0;
    font-family:Arial;
    color:gray;
    outline:none;
}

*:focus {
    outline:none;
}

body {
    height:100%;
    width:100%;
    min-width:1000px;
    background: white;
}

a {
    text-decoration: none;
    color:#000;
    font-size: 12px;
}
    a:hover {
        color:#df0000 !important;
        text-decoration:underline;
    }

.header {
    width:100%;
    height:110px;
}
    .header .menu {
        width:80%;
        height:60px;
		float:left;
    }
        .header .menu ul {
            overflow:hidden;
            text-align: center;
            padding-top:20px;
			margin-left:-20px;
        }
            .header .menu ul li {
                list-style-type: none;
                display:inline;
                padding: 3px 6px;
            }
                .header .menu ul li .separator {
                    margin-left:-7px;
                    margin-right:6px;
                }
                .header .menu ul li .separator_first {
                    margin-left:10px;
                    margin-right:-9px;
                }
                .header .menu a {
                    font-weight: bold;
                    font-size: 13px;
                }
                .header .menu .active a {
                    color:#df0000 !important;
                }
	.header .livechat {
		float:left;
		padding-top:10px;
	}
    .header .bar {
		float:left;
        width:100%;
        height:50px;
        background:#666;
		
    }
		.header .bar .bar_left {
			height:100%;
			float:left;
			width:525px;
			margin-left:10px;
		}
		.header .bar .bar_right {
			width:45%;
			float:left;
			margin-right:10px;
		}
        .header .bar .title {
            font-size:24px;
            color:white;
            font-weight: normal;
            line-height:50px;
			margin-right:10px;
            float:right;
        }
        .header .bar .search {
            font-size:20px;
            color:#ffffff;
            padding: 10px;
            float:right;
        }
        .header .bar .search form {
            
        }
        .header .bar .search form input[type="text"] {
            width:330px;
            height:24px;
            color:#666;
            font-weight:bold;
            font-size: 12px;
            text-indent: 5px;
            line-height: 24px;
            border:none;
        }
        .header .bar .search form input[type="submit"] {
            width:90px;
            height:24px;
            background:url(/img/domain-registration-search-button.jpg) top left repeat-x #d21b15;
            border:none;
            color:#ffffff;
            font-weight:bold;
            font-size: 13px;
            text-align: center;
            padding-bottom:4px;
            line-height: 24px;
        }

.content {
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-top:15px;
    margin-bottom:25px;
    min-height: 250px;
    display:table;
}
    .content .search {
        margin:50px;
        margin-top: 0px;
    }
        .content .search h2 {
            margin-bottom:10px;
            font-size:20px;
        }
        .content .search .buy {
            margin-top:5px;
        }
            .content .search .buy span {
                position:absolute;
                color:#df0000;
                margin-top:30px;
                margin-left:5px;
                font-weight: bold;
            }
                .content .search .buy span .arrow {
                    margin-left:8px;
                }
        .content .search .buy img {
            margin-top:5px;
        }
        .content .search h2 span {
            color:#df0000;
        }
        .content .search img {
            border:none;
        }
        .content .search table {
            width:450px;
            font-size:14px;
            margin-top:15px;
            margin-bottom:15px;
        }
            .content .search table .header {
                color:#333;
                font-weight: bold;
                height:18px;
            }
            .content .search table tr {
                color:#000;
                height:24px;
            }
            .content .search table .left {
                text-align:left;
            }
            .content .search table .center {
                text-align:center;
            }
            .content .search table .tld {
                width:30px;
            }
            .content .search table .country {
                width:50px;
            }
            .content .search table .domain {
                width:100px;
            }
            .content .search table .status {
                width:50px;
            }
            .content .search table .check {
                width:25px;
            }
            .content .search table img {
                position:relative;
                left:50%;
                margin-left:-8px;
            }
    .content .article {
        margin:50px;
        margin-top: 0px;
        display:none;
    }
        .content .article h2 {
            margin-bottom:10px;
            font-size:20px;
            font-weight: normal;
            color:#333;
        }

        .content .article p {
            margin-bottom:20px;
            font-size:12px;
            color:#000;
        }
        .content .article .flag {
            margin-left:15px;
        }
        .content .article ul {
            margin-bottom:50px;
            width:100%;
            display: inline;
        }
            .content .article ul li,
            .content .article ol li {
                list-style-type: none;
                display: block;
                font-size:12px;
                color:black;
            }
    .content .languages {
        margin-top:-1%;
        width:100%;
        height:40px;
    }
        .content .languages ul {
            text-align: right;
        }
            .content .languages ul li {
                list-style-type: none;
                display:inline;
                padding: 3px 6px;
            }
                .content .languages ul li a {
                    font-weight:bold;
                    font-family: Tahoma;
                    font-size: 10px;
                    color:#333;
                }
                    .content .languages .active  {
                        text-decoration:underline !important;
                    }
    .content .list ul {
        width:30%;
        display:block;
        float:left;
        margin-right:-11%;
        margin-left:10%;
    }
        .content .list ul li {
            list-style-type: none;
            float: left;
            overflow: hidden;
            display:block;
            margin-right:1%;
            margin-left:1%;
            width:98%;
            height:25px;
            line-height: 25px;
        }
            .content .list ul li a {
                color:#000;
                font-size:12px;
                font-family:Arial;
                text-decoration:underline;
            }
            .content .list ul li a:hover {
                color:#df0000 !important;
                text-decoration:underline;
            }
            .content .list ul li img {
                margin-right: 15px;
            }
.footer {
    width:98%;
    margin:1%;
}
    .footer .menu {
        width:100%;
        height:60px;
    }
        .footer .menu ul {
            overflow:hidden;
            padding:6px;
            text-align: center;
        }
            .footer .menu ul li {
                list-style-type: none;
                display:inline;
                padding: 3px 6px;
            }
                .footer .menu ul li .separator {
                    margin-left:-7px;
                    margin-right:6px;
                }
                .footer .menu ul li .separator_first {
                    margin-left:10px;
                    margin-right:-9px;
                }
                .footer .menu a {
                    font-weight:bold;
                    font-size: 12px;
                    font-family: Tahoma;
                }
                    .footer .menu .active a {
                        color:red !important;
                    }
    .footer .copyrights {
        width:98%;
        margin:1%;
        height:75px;
    }
        .footer .copyrights h2 {
            font-size: 12px;
            font-family: Tahoma;
            font-weight:400;
            color:#999;
            text-align:center;
            line-height: 18px;
            vertical-align: middle;
            margin-bottom:10px;
        }
        .footer .copyrights h2 a {
            font-size: 12px;
            font-family: Tahoma;
            font-weight:400;
            color:#999;
        }
            .footer .copyrights h2 a img {
                border:none;
                position:absolute;
                margin-left: 5px;
            }
#lan, #cur {
	display:none;
}


.col2 {
  width: 49%;
  float: left;
}

.colLeft {
  margin-right: 15px;
}
hr {
  border: none;
  background-color: #d7d7d7;
  color: #d7d7d7;
  height: 4px;
  margin-bottom: 15px;
}

hr.dark {
  height: 1px;
  background-color: #d7d7d7;
  color: #d7d7d7;
}

 table {
  width: 100%;
  margin-bottom: 15px;
}

.content .article table tr th {
  color: #000000;
  background-color: #cccccc;
  text-align: left;
}

.content .article table tr th,
.content .article table tr td {
  padding: 4px 10px;
}

.content .article table tr.odd td {
  background-color: #f2f2f2;
}

.content .article table tr.even td {
  background-color: #e5e5e5;
}

.content .article table tr.hover td {
  background-color: #444343;
  color: #ffffff;
}

.content .article table tr.odd .hover,
.content .article table tr.even .hover {
  background-color: #444343;
  color: #e9e9e9;
}

.content .article .strong {
  font-weight: bold;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

.domainInfoPopup {
	display:none;
	position:absolute;
	z-index: 10;
	height: 93px;
	width: 300px;
	margin-top: -105px;
}

.domainInfoPopup img {
	margin-left: 80px;
}

.domainInfoPopupInner {
	background: #454344;
	padding: 13px 15px 13px 15px;
	height: 57px;
	font-size: 11px;
	color: #fffeff;
}

.domainInfoPopupNotice {
	color: #ff6703;
}

.price_list {
	margin-top:30px;
}
.price_list * {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}