/* Body */
* {
	margin: 0;
	border-spacing: 0px;
}
body {
	background-color: #292929;
	background: url(http://www.expireddomains.com/images/background.png);
	color: #404040;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 100%;
	}
p	{
	margin: 0px;
	padding: 0px;
	}
ul {
	padding: 0px;
	margin: 0px;
	}
fieldset {
	border:	1px solid #DBDFE1;
	width: 704px;
	padding: 0px 5px 5px 5px;
	margin: 0px;
	}
legend {
	font-style: italic;
	padding: 0px;
	margin: 0px;
	}
a {
   outline: 0;
}
a:link, a:active, a:visited {
	color: #009900;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}
.hovered {
	background-color: #EDEDED;
	}
.liner {
	border-bottom: 1px solid #DBDFE1;
	margin-bottom: 4px;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #B3B6B7;
	}
h1.inner-h1{
	font-size: 18px;
	line-height: 40px;
	}
.title {
	height: 40px;
	padding: 0px;
	background-color: #000000;
	border-bottom: 1px solid #404040;
	}
.title-left {
	width: 191px;
	float: left;
	text-align: center;
	padding: 0px;
	background-color: #333333;
	}
.title-right {
	float: left;
	padding-left: 5px;
	}
span.cat {
	color: #33BDFF;
}
span.sub-cat {
	color: #37F34C;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	}
/* Nav */
.head {
	width: 980px;
	}
#header {
	width: 236px;
	border: 1px solid #404040;
	height: 50px;
	float: left;
	padding: 0px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 16px;
	}
.logo {
	float: left;
	}
.sidebar {
	width: 236px;
	border: 1px solid #404040;
	min-height: 628px;
	background-color: #000000;
	float: left;
	margin-right: 4px;
	font-size: 16px;
	font-weight: bold;
	}
.sidebar-head {
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0px 0px 0px 30px;
	color: #33BDFF;
	border-bottom: 1px solid #333333;
	font-size: 18px;
	}
.sidebar ul {
	list-style-type: none;
	border-bottom: 1px solid #333333;
}
.sidebar ul a {
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 40px;
	display: block;
	text-align: left;
	margin: 0px;
	}
.sidebar ul a.current_page {
	background-color: #3D3D3D;
	border-left: 10px solid #008000;
	padding-left: 30px;
	}
.sidebar li {
	}
.sidebar a:link {
	color: #37f34c;
	text-decoration: none;
	}
.sidebar a:active {
	color: #37f34c;
	text-decoration: none;
	}
.sidebar a:visited {
	color: #37f34c;
	text-decoration: none;
	}
.sidebar a:hover {
	color: #37f34c;
	text-decoration: none;
	background: #575757;
	}
/* Content */
#content {
	width: 980px;
	margin: 4px 0px;
	padding: 0;
	overflow: hidden;
	}
#in-content {
	float: left;
	width: 736px;
	border: 1px solid #404040;
	min-height: 628px;
	max-height: 999999px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
/* Domain Table */
.table-container {
	margin: 4px 0px 4px 6px;
	}
table.domain-table {
	padding: 0px;
	width: 187px;
	}
table.domain-table ul {
	}
table.domain-table li {
	}
table.domain-table td { 
	vertical-align: middle;
	border-collapse: collapse;
	font-size: 14px;
	overflow: hidden;
}
.domain-li {
	font-size: 14px;
}
.table-head {
	height: 28px;
	color: #33BDFF;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #000000;
	padding: 0px;
	text-align: center;
	}
.table-tail {
	text-align: left;
	}
.domainblock {
	display: block;
	padding: 6px;
	cursor: pointer;
	font-weight: bold;
}
/* Domain Table End */
#text-after {
	text-align: left;
	line-height: 23px;
	padding: 5px 10px;
	}
/* Footer */
#footer {
	width: 968px;
	height: 45px;
	padding: 5px;
	background-color: #000000;
	color: #808080;
	border: 1px solid #404040;
	margin: 0;
	text-align: left;
	}
.footer-text {
	float: left;
	line-height: 45px;
	}
.footer-links {
	float: right;
	}
.footer-links a:hover {
	color: #FFFFFF;
	}
/*  */
.header-top {
	width: 736px;
	border: 1px solid #404040;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	background-color: #000000;
}
.header-text {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 50px;
	color: #CDD2D5;
	margin-bottom: 4px;
	}
.clear {
	clear: both;
	}
.spacer-for-now {
	height: 4px;
	}