/* Left Content Area */
.Left {
	width: 176px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.Left Block {
}
.Left .BlockContent {
/*	padding: 10px 5px 15px 5px;*/
}
.Left h2 {
	font-size: 1.3em;
	padding: 8px 5px 8px 5px;
	margin: 0;
	width: 128px;
}
.Left ul {
	margin: 0;
	padding: 0;
}
.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.Left li a {
	text-decoration: none;
}
.Left li a:hover {
	text-decoration: underline;
}
.Left #SideCategoryList li ul {
}
.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}
.Left #SideCategoryList li{
	padding: 2px 0 1px 0;
}
.Left #SideCategoryList li ul {
	padding-left: 8px;
}


#SideCategoryList .sf-menu,
#SideCategoryList .sf-menu ul,
#SideCategoryList .sf-menu li {
	width: 165px; /* the width must be fixed to the use of floats */
}

/* Menu links */
#SideCategoryList .sf-menu a {
	padding: 5px 13px 5px 8px;
	width: 150px; /* this + paddings must equal the root width above for hovers to work */
}

/* Child override: menu containers */
#SideCategoryList .sf-menu ul {
	left: 165px;
}

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
	padding: 5px 8px 5px 8px;
	width: 180px; /* this + paddings must equal the child width above for hovers to work */
}

/* End: category flyout styles */




.Left {
}
.Left .Block {
	background: #fafafa;
	
}
.Left .BlockContent {
}
.Left h2 a {
	color: #fff;
}
.Left li {
	border-bottom: 1px solid #d1d1d1;
}
.Left li a {
}
.Left li a:hover {
}
.Left #SideCategoryList li ul {
	border-top: 1px solid #d1d1d1;
	border-bottom: 0;
}


/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
	background-color: #eeeeee;
	color: #3a3a3a;
	border:1px dotted #CCC;
	background:#eee;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
	background-color: #eeeeee;
	color: #e0001a;
}

#SideCategoryList .sf-sub-indicator {
	background-image:  url('../../USER/SOURCES/IMAGES/arrows-dark.png');
}



/*** ESSENTIAL STYLES - FROM SUPERFISH.CSS ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.2em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul {
	background: transparent;
}
.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul.sf-shadow-off,
.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** VERTICAL STYLES - FROM SUPERFISH-VERTICAL.CSS ***/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** STYLES APPLICABLE TO MOST STORE TEMPLATES ***/

/* Root-level sub-indicators may need to be positioned differently than sub-level sub-indicators */
#SideCategoryList .sf-menu .sf-sub-indicator {
	top: 7px;
}

.afterSideCategoryList {
	clear: both;
}

.Left #SideCategoryList .sf-menu,
.Right #SideCategoryList .sf-menu,
.Left #SideCategoryList .sf-menu ul,
.Right #SideCategoryList .sf-menu ul,
.Left #SideCategoryList .sf-menu li,
.Right #SideCategoryList .sf-menu li,
.Left #SideCategoryList .sf-menu li ul,
.Right #SideCategoryList .sf-menu li ul {
	/* sizing reset - these extra spaces should be on the A for hovers to work */
	/* the specificity is necessarily ugly due to existing CSS in all templates */
	padding: 0;
	margin: 0;
}

.Left #SideCategoryList .sf-menu li ul,
.Right #SideCategoryList .sf-menu li ul,
.Left #SideCategoryList .sf-menu li ul li,
.Right #SideCategoryList .sf-menu li ul li {
	/* border reset for child items - the specificity is necessarily ugly due to existing CSS in all templates */
	border: 0;
}
