@charset 'UTF-8';
#product-categories-wrapper {
	width: 202px;
	height: 764px;
	padding-top: 12px;
	position: relative;
}

#product-category-opener, #product-category-closer {
	display: none;
}
#product-categories-wrapper h1 {
	color: #404040;
	font-size: 13px;
	font-weight: bold;
	margin: 0 24px;
	text-align: center;
	text-transform: uppercase;
}
#product-categories-wrapper h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 24px 0 0;
	text-transform: uppercase;
}
#product-categories-wrapper h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
#product-categories-toc-wrapper {
	margin: 0;
	position: absolute;
	right: 7px;
	top: 3px;
	width: 202px;
}
#product-categories-toc-wrapper p {
	color: transparent;
	margin: 24px 16px 0 0;
}
#product-categories-toc li {
	background: #F7F0D4;
	border: 1px solid #FFF;
	list-style: none;
	margin-right: 0;
	margin-left: -50px;
	padding: 2px;
	text-align: left;
	text-transform: uppercase;
	width: 175px;/*I added this*/
	border: 0;
}
#product-categories-toc li.hover, #product-categories-toc li.active {
	border-color: #000;
	cursor: pointer;
	font-weight: bold;
}
#product-categories-toc a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
#product-categories-fold-out.active #product-categories-toc img {
	-moz-opacity: .3;
	opacity: 0.3;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
#product-categories-fold-out.active #product-categories-toc li.hover img, #product-categories-fold-out.active #product-categories-toc li.active img {
	-moz-opacity: 1;
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#product-categories-fold-out-closer {
	background: url(img/sidebar_popup_bg.png) no-repeat;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 100%;
}
#product-categories-fold-out-closer.active {
	display: block;
}
#product-categories-fold-out {
	background: url(img/sidebar_popup_bg.png) no-repeat;
	position: absolute;
	top: 44px;
	right: -4px;
	margin-right: 28px; /*it needs both right definitions to work*/
	height: 740px;
}
#product-categories-fold-out.active {
	width: 456px;
	margin-right: 28px; /*added to keep the shift to out of the right column*/
}
#product-category-info-wrapper {
	height: auto;	
}

#product-category-info-wrapper a:link {
	color: #706638;
	text-decoration: none;
}
#product-category-info-wrapper a:hover {
	color: #333;
	text-decoration: underline;
}
#product-category-info-wrapper a:visited {
	color: #706638;
	text-decoration: none;
}
.product-category-info {
	display: none;
	width: 192px;
	margin-left: 50px;
	text-align: left;
}
.product-category-info.active {
	display: block;
	position: relative;
	float: left;
}
.product-category-info p {
	margin-bottom: 1em;
}
.product-category-sub-categories li {
	float: left;
	font-size: 10px;
	list-style: none;
	margin-bottom: 1ex;
	text-align: center;
	width: 50%;
}
.product-category-info hr {
	clear: both;
	visibility: hidden;
}
.link-list-container {
	background: #F7F0D4;
	margin-top: 1em;
    padding: 1em;
	position: relative;
	border: 1px #9C8E4E solid;
	text-align: center;
}
/*.link-list-container img.new-window {
	position: absolute;
	top: 3px;
	right: 3px;
}*/
.link-list-container ul {
	margin-top: 1em;
	margin-left: 1.5em;
}
.link-list-container li {
	margin-bottom: 1em;
	margin-left: 1.3em;
	list-style: square url(../images/subNavBullet.gif);
	list-style-position: inside;
}
.link-list-container ul a, a:visited {
	color: #000;
	text-decoration: none;
}
.link-list-container ul a:hover {
	text-decoration: underline;
}
