﻿/*ADDED UI3.0*/
.CategoryNavCategoryLbl
{
	padding-left:30px;
}

.CategoryNavigationHeader
{
	background-color:#ffffff;
	border-bottom: solid 1px  #74a4ed;
	height: 28px !important; 
	padding-left: 10px;		
}
.CategoryNavigationHeaderLabel
{
	background-color: #ffffff; 
	color: #74a4ed; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px;	
}

a.CategoryNavigationLink
{
	/*color: #74a4ed !important;*/
	line-height:15px;
	letter-spacing:normal;
	text-decoration: underline !important;
	display:block;
	padding:3px 6px 3px 10px;
	/*background-color:  #74a4ed !important;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a.CategoryNavigationLink:hover
{
	/*text-decoration: none !important;*/
	/*color:#cdcdcd !important;*/
	/*background-color: #cdcdcd!important;*/
}

a.CategoryNavigationActiveLink
{
	/*color: #74a4ed !important;*/
	line-height:15px;
	letter-spacing:normal;
	text-decoration: underline !important;
	display:block;
	padding:3px 6px 3px 10px;
	/*background-color: #cdcdcd !important;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600 !important;		
}

a.CategoryNavigationActiveLink:hover
{
	/*text-decoration: none !important;
	font-weight:600 !important;
	color:#cdcdcd!important;
	background-color: #cdcdcd !important;	*/
}

.CategoryNavigationItem
{
	/*border-bottom: solid 1px #74a4ed;
	background-color: #74a4ed  !important;
	color: #74a4ed !important;*/		
}

.StoreIndexLink
{
	line-height: 30px;
	/*background-color: #cdcdcd !important;*/
}

/*collapsable list*/

.CollapsableCategoryNavigation 
{
	display: none;
	overflow: hidden; 
	position: absolute;
	border: 1px solid #74a4ed; 
	width: 1px; 
	height: 1px;
	z-index: 200;
	background-color: White;
}

.CollapsableCategoryNavigationShopMountainLink 
{	
}

/* floating box styles*/

.FloatingBox
{
	position:absolute;
	width:112px;
	height: 0px;
	background-color:#ffffff;
	margin: 0px;
	z-index: 100;
}

.FloatingBoxHeader
{
	line-height: 28px;
	display: inline-table;
	border-top:1px solid #74a4ed;
	border-left:1px solid #74a4ed;
	border-right:1px solid #74a4ed;
	border-bottom:1px solid #74a4ed;
	background-color: #ffffff; 
	color: #74a4ed; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px;	
}

.FloatingBoxCaption
{
	font-weight:bold;	
}

.FloatingBoxShowContent_on
{
	cursor: pointer;	
	padding-left:5px;
	background-image: url(/Image/arrow_tree_menu2.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;	
	height: 12px;
}

.FloatingBoxShowContent_off
{
	cursor: pointer;
	padding-left:5px;
	background-image: url(/Image/arrow_tree_menu.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}

.FloatingBoxContent
{
	background-color:#cdcdcd;	
	border-bottom:1px solid #74a4ed;
	border-left:1px solid #74a4ed;
	border-right:1px solid #74a4ed;	
	height:0px;
	overflow:hidden;
	display:none;
}
