.Category_SubHeader
{
    background-image:url(/App_Themes/Clean/images/catsearch-arrowright-bkg.gif) ; 
    background-repeat:no-repeat;
    background-position: right center;   
    height: 200px;
    padding-top:15px;
}
.Category_Content_Wrapper
{
    float:left; 
    width:40%; 
    margin-top:10px; 
    text-align:left; 
}

.popupControlAddress
{
	background-color:#DDDDDD;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: #FFFFFF;
	border-width: 2px;
	width: 50px;
	text-align: left;
	padding: 3px 3px 3px 3px;
}





.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem, .ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected, .ContextMenuItem-Selected
{
	font-weight: bold;
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}
a.ContextMenuItem-Selected:hover, .ContextMenuItem-Selected:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

a.ContextMenuItem:hover,.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

 .ContextMenuItem-Empty
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	width: 150px;
	
}

