body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

:focus {
	outline: 0;
}

a:link, a:visited {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.container {
	width: 770px;
	margin: 0 auto;
}

#header {
	background: #C00;
	height: 108px;
}

#header-links {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #980000 url('/images/headerlinks-bl.png') no-repeat left bottom;
	padding: 5px 0 5px 5px;
}

#header-links li {
	display: inline;
	padding: 5px 5px;
}

#header-links li:last-child {
	background: url('/images/headerlinks-br.png') no-repeat right bottom;
	padding-right: 10px;
}

#header-links a {
	color: #FFF;
}

#header h1 {
	margin: 0;
	padding: 22px 0;
}

#header h1 a {
	display: block;
	width: 187px;
	height: 63px;
	text-indent: -9999px;
	background: url('/images/logo.png') no-repeat;
}

#search {
	background: url('/images/bg-search.png') repeat-x;
	height: 46px;
	text-align: center;
}

#search input[type="text"] {
	background: url('/images/bg-searchbox.png') no-repeat;
	width: 163px;
	height: 22px;
	padding: 0 5px;
	margin-top: 8px;
	border: 0;
}

fieldset {
	border: 0;
}

#content {
	width: 770px;
	margin: 0 auto;
}

#breadcrumb {
	background: #E9E9E9;
	list-style: none;
	margin: 20px 0;
	padding: 3px 0 4px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li.parent a {
	padding: 3px 15px 4px 25px;
	color: #FFF;
	background: #980000 url('/images/breadcrumb-parent-parent.png') no-repeat 0 50%;
}

#breadcrumb li.home a {
	background-image: none;
	padding-left: 20px;
}

#breadcrumb li.current a {
	padding: 3px 0 4px;
	color: #FFF;
	background: #C00 url('/images/breadcrumb-current-right.png') no-repeat 100% 50%;
}

#breadcrumb li.current a span {
	padding: 3px 25px 4px;
	background: url('/images/breadcrumb-parent-current.png') no-repeat 0 50%;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#category-list {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	float: left;
}

#category-list li {
	float: left;
	width: 182px;
	padding-left: 10px;
	background: url('/images/doublearrow.png') no-repeat 0 5px;
}

#category-list li a {
	color: #606060;
	text-decoration: none;
}

#category-list li a:hover {
	text-decoration: underline;
}

#footer {
	list-style: none;
	padding: 10px 0;
	border-top: solid 1px #C8C8C8;
	text-align: center;
	clear: both;
	margin-top: 40px;
}

#footer li {
	display: inline;
	padding: 0 7px 0 8px;
	border-left: solid 1px #000;
}

#footer li:first-child {
	border: 0;
}

/* Forms */

form dl dt {
	float: left;
	padding-top: 2px;
}

form dl dd {
	margin-left: 150px;
	margin-bottom: 2px;
}

.default-value {
	color: #999;
	font-style: italic;
}

.error {
	color: #900;
}

/* Tables */

table {
	border-collapse: collapse;
}

tr.subheading-row {
	background: #E4E4E4;
}

th {
	background: #C00;
	color: #FFF;
	padding: 5px;
}

td {
	border-bottom: solid 1px #C8C8C8;
	padding: 5px;
}

th a:link,
th a:visited {
	color: #FFF;
	text-decoration: underline;
}

/* Home specific styles */

#home-page #tagline {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

#home-page #home-intro {
	text-align: center;
	margin: 5px 0 30px;
}

#home-category-list {
	list-style: none;
}

#home-category-list li {
	float: left;
	width: 220px;
	height: 40px;
	padding: 0 0 20px 20px;
	background: url('/images/star-yellow.png') no-repeat;
}

#home-category-list li h3 {
	font-size: 14px;
	margin: 0;
}

#home-category-list li h3 a {
	color: #039;
	text-decoration: underline;
	background: #ECFCFF;
}

#home-category-list .description {
	color: #666;
	font-size: 11px;
}

#home-category-list .description a {
	color: #666;
	text-decoration: none;
}

#home-category-list .description a:hover {
	text-decoration: underline;
}

/* Category specific styles */

h2.category-title {
	border-bottom: solid 1px #E1E1E1;
	background: url('/images/star-grey.png') no-repeat top left;
	padding: 2px 0 5px 30px;
	font-size: 20px;
}

#listings {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	clear: left;
}

#listings li {
	padding-left: 20px;
}

/* Set all listings to be "free" by default */
#listings li {
	background: url('/images/dot-grey.png') no-repeat 0 3px;
}

/* ...then override if paid (type=1 or 2) */
#listings li.listing-type-2,
#listings li.listing-type-3 {
	background: url('/images/star-yellow.png') no-repeat;
}

#listings li a.more {
	float: right;
	display: block;
	width: 47px;
	height: 15px;
	background: url('/images/more.png') no-repeat;
	text-indent: -9999px;
	margin: 0 0 10px 10px;
}

#listings li a.listing-url {
	text-decoration: underline;
	color: #606060;
}

#listings li.listing-type-3 a.listing-url {
	text-decoration: underline;
	color: #0165B9;
	font-weight: bold;
}

#listings li p.description {
	margin-top: 3px;
}

/* Listing detail specific styles */

#listing-details {
	border-top: solid 1px #C8C8C8;
	padding: 20px 0 0 20px;
	clear: left;
}

#listing-details {
	background: url('/images/dot-grey.png') no-repeat 0 20px;
}

#listing-details.listing-type-2,
#listing-details.listing-type-3 {
	background: url('/images/star-yellow.png') no-repeat 0 20px;
}

#listing-details #screenshot {
	float: right;
	display: block;
	border: solid 2px #E5E5E5;
	margin-bottom: 20px;
}

#listing-details #screenshot img {
	display: block;
}

#listing-details a {
	color: #0165B9;
	text-decoration: underline;
}

#listing-details .title {
	font-size: 14px;
	color: #606060;
}

#listing-details.listing-type-3 .title {
	font-weight: bold;
	color: #0165B9;
}

#listing-details .description {
	margin-top: 0;
}

/* Add Site page specific styles */

.title-paid {
	text-decoration: underline;
	color: #0165B9;
	font-weight: bold;
}

.title-free {
	text-decoration: underline;
	color: #606060;
}

.submitsite-form {
	width: 100%;
	margin: 20px 0;
}

.submitsite-form th {
	text-align: left;
	font-size: 14px;
}

.submitsite-form td {
	vertical-align: top;
	padding: 10px;
	color: #666;
}

.submitsite-form td.label {
	width: 200px;
}

.submitsite-form .label-title {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.submitsite-form .dtree a.node:hover,
.submitsite-form .dtree a.nodeSel:hover {
	text-decoration: none;
}

.submitsite-form #url,
.submitsite-form #backlink_url,
.submitsite-form #title,
.submitsite-form #keywords,
.submitsite-form #email {
	width: 100%;
}

.submitsite-form #backlink-note {
	display: none;
}

.submitsite-form textarea {
	width: 100%;
	height: 100px;
	font-family: Arial;
	font-size: 10pt;
}

#submit-form-page .urlchecker-info {
	font-weight: bold;
	padding-top: 10px;
	visibility: hidden;
}

#submit-form-page .urlchecker-error		{	color: #900;}
#submit-form-page .urlchecker-success	{	color: #090;}
#submit-form-page .urlchecker-checking	{	color: #999;}

#submit-form-page #submit a {
	display: block;
	width: 130px;
	margin: 0 auto;
	background: url('/images/griddler/bg-button4.png') no-repeat 0 -48px;
	padding-left: 30px;
	color: #333;
	text-shadow: white 0 1px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#submit-form-page #submit a span {
	display: block;
	width: 110px;
	height: 34px;
	background: url('/images/griddler/bg-button4.png') no-repeat 100% -48px;
	padding-right: 30px;
	padding-top: 14px;
}

#submit-form-page #submit a:hover {
	background-position: 0 0;
	text-decoration: none;
}

#submit-form-page #submit a:hover span {
	background-position: 100% 0;
}

#submit-form-page #noscript {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('/images/bg-overlay.png');
}

#submit-form-page #noscript div {
	background: #FFF;
	border: solid 3px #333;
	color: #333;
	width: 300px;
	margin: 300px auto 0;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #333 5px 5px 5px;
	-moz-box-shadow: #333 5px 5px 5px;
}

/* Tips page */

.tips-example {
	list-style: none;
}

.tips-example li {
	padding: 3px 0 3px 20px;
}

.tips-good	{background: url('/images/tip-good.png') no-repeat 0 50%;}
.tips-bad	{background: url('/images/tip-bad.png') no-repeat 0 50%;}

.tips-example span {
	display: none;
}

/* Links page */

code {
	background: #EEE;
	padding: 10px 15px;
	display: block;
	border-left: solid 2px #CCC;
}

/* Terms popup page */

#terms-popup #content {
	padding: 0 20px;
}

/* Search results */

#category-results {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: solid 1px #e1e1e1;
}

#category-results li {
	padding-left: 30px;
	background: url('/images/star-grey.png') no-repeat;
	margin-bottom: 5px;
}

#category-results a {
	font-size: 24px;
}

/* Pricing table */

#pricing-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

#pricing-table th {
	background: none;
	padding: 0;
}

#pricing-table td {
	border: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

#pricing-table .main-heading th + th {
	background: #c00;
	background: linear-gradient(0deg, #9a0000, #cb0000);
	border-bottom: solid 1px #292929;
	text-shadow: 0 1px 0 #000;
	line-height: 50px;
	height: 54px;
	font-size: 18px;
}

#pricing-table .main-heading th:nth-child(2) {
	border-top-left-radius: 5px;
}

#pricing-table .main-heading th:last-child {
	border-top-right-radius: 5px;
}

#pricing-table .sub-heading th + th {
	background: #e7e7e7;
	background: linear-gradient(0deg, #e0e0e0, #ececec);
	border-bottom: solid 1px #b9b9b9;
	color: #333;
	font-size: 24px;
	text-shadow: 0 1px 0 #fff;
	padding: 10px 0;
}

#pricing-table .sub-heading span {
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
}

#pricing-table tbody td:first-child {
	line-height: 51px;
	font-size: 14px;
	text-align: right;
	padding: 0 20px;
	width: 130px;
}

#pricing-table tbody tr:nth-child(even) td + td {
	background: #e4e4e4;
}

#pricing-table tbody td:nth-child(2) {
	border-left: solid 1px #d9d9d9;
}

#pricing-table tbody td:last-child {
	border-right: solid 1px #d9d9d9;
}

#pricing-table tbody tr:last-child td + td {
	border-bottom: solid 1px #d9d9d9;
	padding: 5px;
}

#pricing-table .btn {
	background: url(/images/griddler/bg-button4.png) no-repeat 0 -46px;
	display: inline-block;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
	padding-left: 30px;
}

#pricing-table .btn span {
	background: url(/images/griddler/bg-button4.png) 100% -46px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 7px 30px 7px 0;
	display: inline-block;
}

#pricing-table .btn:hover {
	text-decoration: none;
}

#pricing-table .btn:hover span {
	color: #c00;
}
