
/**
 * Catalog navigation
 *
 * @package    Sprinnet_Accmenu
 * @copyright  Copyright (c) 2010 SPRINNET Systems, s.r.o. (http://www.sprinnet.com/)
 *
**/
 
.treeContainer
{
	padding: 15px 15px 15px 25px;
	background: #333333;
	border-radius: 4px;
}

.treeContainer P
{
	margin: 14px 0 0 0;
	font-size: 14px;
	padding: 0 0 0 12px;
}

.treeContainer A, .treeContainer A:visited, span.noLink, span.noLink:visited
{
	margin: 0 12px 0 0;
	padding: 0 3px;
	display: block;
	text-decoration: none;
	color: #f1f1f1;
}

.treeContainer A:hover, span.noLink:hover
{
	text-decoration: underline;
}

.itemContainer P
{
	font-size: 12px;
	/*line-height: 1.4;*/
	margin-top: 8px;
}

.activeTreeItem A, .activeTreeItem A:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.activeTreeItem A:hover
{
	/*
	background-color: #900;
	color: #fff;
	*/
}

.treeItem
{
	cursor: pointer !important;
	padding-left: 12px;
}

.haveContainerLevel0
{
	background: transparent url(../images/ico_plus.gif) no-repeat 1px 5px;
	background: transparent url(../images/categories-arrow.gif) no-repeat 1px 5px;
	/*line-height: 1.5;*/
}

.haveContainerLevel1
{
	background: transparent url(../images/ico_plus.gif) no-repeat 1px 5px;
}

.haveContainerLevel2
{
	background: transparent url(../images/ico_plus.gif) no-repeat 1px 5px;
}

.haveContainerLevel3
{
	background: transparent url(../images/ico_plus.gif) no-repeat 1px 5px;
}

.expanded P.collapsed
{
	background: transparent url(../images/ico_plus.gif) no-repeat 1px 5px !important;
}

.expanded .haveContainer, P.expanded
{
	background-image: url(../images/ico_minus.gif);
}

.itemContainer
{
	padding-left: 14px;
}

