#categoryBrowser {
	font-family: Helvetica, Arial, sans-serif;
	display:none;
}

#categoryBrowser-OverlayBlackout {
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#categoryBrowser ul li a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#categoryBrowser li a.productPage, #categoryBrowser a.landingPage  {
	background: url('../../images/layout/newPageRed.jpg') 100% 4px no-repeat;
	padding-right:18px;
}

#categoryBrowser .title {
	font-weight:bold;
	font-size:14px;
}

#categoryBrowser .title a:link, #categoryBrowser .title a:visited {
	color:#C01016;
}

#categoryBrowser .title a:hover {
	color:#0045AC;
}

#categoryBrowser-Breadcrumb {
	height:14px;
	font-size:12px;
	padding:10px 0 4px 10px;
}

#categoryBrowser-Breadcrumb span.separator{
	padding-left:6px;
	padding-right:6px;
}

.imageText {
	cursor: pointer;
	float:right;
	height: 16px;
	width:16px;
	margin: 5px 5px;
	position:relative;
	font-size:7px;
	text-align:center;
	overflow:hidden;
}

#categoryBrowser-Help span {
		background: url('../../images/layout/redHelp.png') no-repeat 0 0;
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
}

#categoryBrowser-CloseHelp {
	font-size:6px;
}

#categoryBrowser-CloseHelp span {
	background: url('../../images/layout/redClose.png') no-repeat 0 0;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

#categoryBrowser-List{
	padding-left:10px;
	width:45%;
	float:left;
}

#categoryBrowser-List .title{
	color:#0045AC;
}

#categoryBrowser-List ul li {
	padding:4px 0 4px 10px;
}

#categoryBrowser-List ul li a{
	margin-left:10px;
}

#categoryBrowser-List ul li.selected {
	background-color:#FFFFFF;
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:#979797;
}

#categoryBrowser-PreviewPane {
	width:50%;
	float:left;
	background-color: #FFFFFF;
	margin-top:10px;
	border:1px solid #979797;
}

#categoryBrowser-PreviewPane.categoryBrowser-Featured div.title {
	padding-left:21px;
	padding-top:9px;
	font-size:16px;
	color:#0045AC;
}

#categoryBrowser-PreviewPane.categoryBrowser-Featured ul {
	border-top:1px solid #979797;
}

#categoryBrowser-PreviewPane.categoryBrowser-Featured li {
	background:none;
	margin-bottom:15px;
	margin-right:10px;
}

#categoryBrowser-PreviewPane.categoryBrowser-Featured li a{
	margin-bottom:7px;
	font-size:12px;
	font-weight:bold;
	display:block;
}

#categoryBrowser-PreviewPane.categoryBrowser-Featured li img {
	float:left;
	margin-right:5px;
}

#categoryBrowser-HelpDialog {
	width:50%;
	float:right;
	background-color: #FFFFFF;
	margin-top:26px;
	margin-right:21px;
	border:1px solid #979797;
}

#categoryBrowser-CloseHelp {
	cursor:pointer;
}

#categoryBrowser-PreviewPane div > div{
	margin-left:5%;
	margin-right:5%
}

#categoryBrowser-PreviewPane .title {
	color:#C01016;
	margin-top:4px;
	margin-bottom: 10px;
}

#categoryBrowser-PreviewPane .intro ul li {
	margin-left:0;
}

#categoryBrowser-PreviewPane > div > ul {
	border-top:1px dotted #000000;
	width:90%;
	margin:5px 5% 10px 5%;
}

#categoryBrowser-PreviewPane ul li {
	margin-left:10px;
	margin-top:8px;
}

#categoryBrowser-PreviewPane ul li {
	background:url("../../images/layout/arrowBlue_Right.png") no-repeat scroll 0 4px transparent;
	padding-left:11px;
}
