﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.ShopCategoriesTree div.AspNet-TreeView ul
{
}
.ShopCategoriesTree div.AspNet-TreeView ul li
{
}

.ShopCategoriesTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.ShopCategoriesTree div.AspNet-TreeView ul li img
{
}

.ShopCategoriesTree div.AspNet-TreeView li a
{
}

.ShopCategoriesTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
}

.ShopCategoriesTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

.ShopCategoriesTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 24px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(images/icon/tree/minus.gif) 0 0 no-repeat;
    width: 19px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
	margin-left:-24px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(images/icon/tree/plus.gif) 0 0 no-repeat;
    width: 19px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
	margin-left:-24px;
}

.ShopCategoriesTree div.AspNet-TreeView a,
.ShopCategoriesTree div.AspNet-TreeView a:visited,
.ShopCategoriesTree div.AspNet-TreeView a:link
{
	color: #586673;
	text-decoration:none;
}
.ShopCategoriesTree div.AspNet-TreeView a:active,
.ShopCategoriesTree div.AspNet-TreeView a:hover
{
	color: #AF0A0A;
    text-decoration: underline;
}

.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #AF0A0A !important;
}

.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
	font-weight: normal !important;
	color: #586673 !important;
}
.ShopCategoriesTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a:hover
{
    font-weight: normal !important;
    color: #AF0A0A !important;
    text-decoration: underline;
}


