/** 
 * Sitemap plugin style sheet
 *
 * @since 03.05.2006
 * @author Gaj Capuder <gaj.capuder@spletna-postaja.com>
 */

.sitemap table {
	width				: 100%;
	border-top			: 1px solid #DDDDDD;
	margin-top			: 13px;
}

.sitemap table th,
.sitemap table td {
	border				: none;
	padding				: 5px 0px;
	vertical-align		: top;
}

.sitemap table th {
	background-image	: url(/dsg/sitemap_separator.gif);
	background-repeat	: no-repeat;
	background-position	: 120px 12px;
	padding-right		: 10px;
	width				: 120px;
}

.sitemap table th.no_third {
	background-image	: none;
}

.sitemap table td {
	padding-left		: 5px;
}

#center .box.sitemap table a {
	color				: #000000;
}

#center .box.sitemap table th a {
	font-weight			: bold;
	text-transform		: none;
	font-size			: 12px;
}

#center .box.sitemap h2 {
	padding-top			: 20px;
}
