﻿/* Toplevel images item styles ------------------------------------ */
.TopGroup
{
}

.ImageItem
{ 
	cursor:pointer; 
}

.ImageItemHover
{ 
	cursor:pointer;  
}

.ImageItemExpanded
{ 
	cursor:pointer;  
}


/* Default item styles ------------------------------------ */ 
.Item
{
	cursor:pointer;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FF9A11;
	/**/
	text-transform:lowercase;
	letter-spacing:-1px;
	word-spacing:3px;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	padding-top:15px;
}

.ItemHover,.ItemExpanded
{
	cursor:pointer;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#571272;
	/**/
	text-transform:lowercase;
	letter-spacing:-1px;
	word-spacing:3px;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	padding-top:15px;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	cursor:pointer;  
	font-size:11px;
	font-weight:normal;
	color:#FF9A11;
	text-decoration:none;
	background-color: #FEFBF6;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;  
	font-size:11px;
	font-weight:normal;
	color:#571272;
	text-decoration:none;
	background-color: #FEFBF6;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
