@charset "UTF-8";

/*---------------------------------------------

Sitemap CSS

for $domain
coded by Unieye at 2009-11-12
linked to "sitemap.html"

---------------------------------------------*/

 
@import url(page-zero-com.css);


table.sitemap th {
	background-color: #f0f8ff;
	color: #000099;
	padding: 3px 3px 3px 10px;
	text-align: left;
	font-size: 14px;
	}

table.sitemap td {
	padding: 3px 0px;
	padding-left: 30px;
	color:#666666;
	border-bottom:dotted 1px;
	border-bottom-color:#CCCCCC;
	}

table.sitemap td.child1 {
	padding: 3px 0px;
	padding-left: 60px;
	color:#666666;
	border-bottom:dotted 1px;
	border-bottom-color:#CCCCCC;
	}

table.sitemap td.bottom {
	padding: 3px 0px 20px 0px;
	padding-left: 30px;
	color:#666666;
	border: none;
	}

table.sitemap td.bottom-child1 {
	padding: 3px 0px 20px 0px;
	padding-left: 60px;
	color:#666666;
	border: none;
	}


table.sitemap td a {
	color:#333;
	}