/* *** SEO Solutions *** */

#container_netdb {
	width: 692px;
	height: 100%;
	text-align: justify;
	margin: 0 auto;
    }

#netdb_option {

    }

span.netdb_option_header {
	font-size: 17px;
	font-weight: bold;
    }

#container_netdb p , #container_netdb li {
	font-size: 13px;
    }

#container_netdb ul , #container_netdb li , #container_netdb p {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
    }

#container_netdb ul {
	margin-bottom: 13px;
    }

#container_netdb li {
	text-align: right;
    }

#container_netdb ul a {
	color: #212221;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-left: auto;
	cursor: pointer;
    }

#container_netdb ul a:hover {
	color: #212221;
	background: #eaebea;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#dadbda');
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dadbda));
	background: -moz-linear-gradient(left,  #ffffff,  #dadbda);
	padding-right: 4px;
    }

#netdb_left , #netdb_right {
	width: 333px;
    }

#netdb_left {
	float: left;
    }

#netdb_right {
	float: right;
    }

#netdb_foot {
	font-size: 18px;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: 8px;
    }

span.netdb_foot {
	font-weight: bold;
	font-size: 20px;
    }

#netdb_disclaimer {
	font-size: 13px;
	font-style: italic;
	text-align: center;
    }

