/** 
* CSS for Component Sitemap 
* Author: Ioannis Sannos
* Author e-mail: datahell@elxis.org
* Author URL: http://www.isopensource.com
* Copyright: (C) 2008 Ioannis Sannos. All rights reserved
* License: Commercial
*/

.sitemap ul, .sitemap-rtl ul { display: block; list-style: none; margin: 0; padding: 0; }
.sitemap ul li, .sitemap-rtl ul li { margin: 0; padding: 0; white-space: nowrap; background: transparent; }
.sitemap a img, .sitemap-rtl a img { border: none; }

.sitemap ul.level_0 ul { list-style: inside disc; padding: 0; }
.sitemap ul.level_0 li { font-weight: bold; list-style: inside disc; }
.sitemap ul.level_1 li { font-weight: normal; list-style: none; }
.sitemap ul.level_2 li { font-weight: normal; list-style: none; }
.sitemap ul.level_3 li { font-weight: normal; list-style: none; }
.sitemap ul.level_4 li { font-weight: normal; list-style: none; }
.sitemap ul.level_5 li { font-weight: normal; list-style: none; }
.sitemap ul.level_1 li { padding: 0 0 0 2em; white-space: nowrap; }

.sitemap-rtl ul.level_0 ul { list-style: none; padding: 0; }
.sitemap-rtl ul.level_0 li { font-weight: bold; list-style: none; }
.sitemap-rtl ul.level_1 li { font-weight: normal; list-style: none; }
.sitemap-rtl ul.level_2 li { font-weight: normal; list-style: none; }
.sitemap-rtl ul.level_3 li { font-weight: normal; list-style: none; }
.sitemap-rtl ul.level_4 li { font-weight: normal; list-style: none; }
.sitemap-rtl ul.level_5 li { font-weight: normal; list-style: none; }
.sitemap-rtl ul.level_1 li { padding: 0 2em 0 0; white-space: nowrap; }

