<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.linkBar, .systemBar 
{
    clear: both; 
    padding: 8px 10px;
    
}

.linkBar UL LI 
{
    display: inline; 
    padding: 0 2px; 
    color: #FFF; 
    font-weight: bold; 
    font-size: 12px;
}

.linkBar UL LI IMG 
{
    margin-right: 5px; 
    display: inline;
}

.linkBar UL LI A  
{
    color: #fff; 
    font-size: 12px; 
    font-weight: bold; 
}

.linkBarArticlesImage 
{
    padding-left: 164px; 
}

.progressIndicator 
{
    padding-left: 1654px; 
}

.systemBar 
{
    z-index: 1000;
    /*background-image: url(Gfx/grad/navshape.jpg);*/
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    text-align:center;
}

.quantityLabel 
{ 
    color: White;
}

.quantityNum DIV 
{
    display: inline !important; 
}

.quantityText 
{
    width: 60px; 
    font-weight: bold; 
    text-align: left;
} 

/*Catalog tree */

.categoryBox
{
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    font-family: tahoma;
    border: 1px solid #C8C8C8;
    border-collapse: collapse;
    left: 0px;
    bottom: 0px;
    width: 235px !important;
    max-height: calc(100% - 28px);
    margin: 0px 10px 0px 10px;
    background-position: center;
    overflow:auto;
}

.categoryContainer .categoryList
{
    /*background-image: url(Gfx/grad/navshape.jpg);*/
    background-repeat:repeat-x;
    font-family:tahoma;    
    left: 0px;
    bottom: 0px;
    overflow: auto;
    /*width: 250px;*/
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    height: 100%;
}

.categoryContainer 
{
    /*background-image: url(Gfx/grad/navshape.jpg);*/
    /*width: 250px;   */
    padding: 0px 0px 0px 0px;
    height: 100%;
}

.categoryContainer H2      
{
padding:6px 0px 6px 0px;
font-weight:normal;
color:#4c4c4c;
background-repeat:repeat-x;
font-size:8pt;
/*width: 200px;*/
margin: 0px 25px 0px 25px;
overflow:hidden;
position:relative;
}

.categoryContainer H2 IMG   
{
    vertical-align: middle
}

.categoryContainer H2 SPAN  
{
    padding-left: 10px
}
.categoryContainer H2 A  
{
    padding-left: 10px;
    color: #9F000B;
}

.categoryContainer .selected 
{
    padding-left: 10px;
    color: #404241;
    font-weight:bold;
}
.categoryContainer .unselected 
{
    padding-left: 10px;
    color: #404241;
}

.categoryRoot 
{
    /*background-color:#FFFFFF;*/
    /*border:solid 1px #D0D2D1;*/
    padding:2px 2px 2px 2px;
    font-weight:bold;
    font-size:8pt;
    color:#404241;
    text-decoration:none;
    width:100%;
}

.categoryHeader 
{
    background-color:#FFFFFF;
    padding:2px 5px 2px 5px;
    font-weight:bold;
    font-size:8pt;
    color:#404241;
    text-decoration:none;
    width:100%;
}

.categoryItem
{
    /*background-color:#d6e8ff;*/
    padding:2px 2px 2px 10px;
    font-family:tahoma;
    font-size:8pt;
    width:100%;
}



.searchTextBox 
{ 
    border: solid 1px #7c7c7c; 
    width: 180px;
}

.searchCompletionList 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
    text-align : left; 
    list-style-type : none;
    z-index: 1000;
}

.searchCompletionListItem,
.searchCompletionListItemHighlighted { cursor: default; }
.searchCompletionListItem { background-color: #FFFFFF; }
.searchCompletionListItemHighlighted { background-color: #D0D2D1; }

.lookupCompletionList 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
    text-align : left; 
    list-style-type : none;
    z-index: 1000;
    width: 400px!important;
    min-width : 200px;
    overflow : auto;
    text-overflow:ellipsis;
    white-space:pre;    
    display: block;
    max-height: 300px!important;    
}

.featureSelectionButton
{ 
  /*  float:right; */
    margin-top: -3px;
    margin-right: 15px;
    margin-left: 15px;
}
.footer
{
    font-size: small;
    color: gray;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;    
}

/*Modal Popup*/
.modalBackground {
background-color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}
.modalPopup img {
border:solid 5px #fff;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
}
.modalPopup-text input {
width:75px;
}    
.feedback
{
color: #00cc00;
font-weight: 700;
}

.filterItemStyleX
{
display: table;
float: left;
width: auto !important;
}

.filterItemStyleY
{
width: auto !important;
}

.small-button-no-underline {
    padding: 0px !important;
    text-decoration: none !important
}</pre></body></html>