<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagerRow 
{
    height: 42px; 
    /*height: 46px; */
    background-color: #ffffff;    
    text-align: center;    
}

.basket
{
    float:right;
    line-height: 42px;
    /*height: 50%;*/
    margin-right: 10px;
}

.pagerRow a
{
    color: #404241;
}

.pagerCell
{
	width: 50px;
    background-color: #ffffff;    
    /*border-bottom: 1px solid #c8c8c8;*/
}

.pagerTitleCell
{
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-family: tahoma,sans-serif;
    color: #525252;
    padding-left: 3px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10pt;
    background-color: #ffffff;    
    border-bottom: 1px solid #404241;
 
}

.pagerTitleCellRight
{
    width: 100%;
    vertical-align: middle;
    text-align: right;
    background-color: #ffffff;    
    border-bottom: 1px solid #404241;
}
.rightPanel .topTableLabel
{
    font-size: 11pt;
}

.topTableLabel {
    font-weight: bold;
    /*font-family: tahoma,sans-serif;*/
    color: #4c4c4c;
    padding-left: 3px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 30px;
    text-align: left;
}

.topMessageLabel
{
    color: #404241;
    text-align: left; 
    vertical-align: middle;
    font-weight: bold;
    margin-right: 100px;
}
.topTableLabelItalic
{
    color: #404241;
    text-align: left; 
    font-weight: bold;
    font-style: italic;
}

.topTableBasketFirstCell 
{
    width: 100%; 
    text-align: left; 
    min-height:22px;
    background-color: #ffffff;    
    display:inline-block;
    text-align:left;
    float: left;
    width: auto;
    margin-bottom:2px;
    /*border-bottom: 1px solid #c8c8c8;*/
    line-height: 42px;
}

.topTableBasketSecondCell
{
    background-color: #ffffff;    
    /*border-bottom: 1px solid #c8c8c8;*/
    text-align: left;
    min-height:22px;
    
    /* this two attributes is added to fit the cell width to content */
    white-space:nowrap;
}

.topTableBasketSecondCell a, .topTableBasketSecondCell input
{
    margin-right: 10px;
}

.basket a
{
    margin-right: 5px;
}
.basket input
{
    margin-right: 5px;
    padding-top: 12px;
}

.topTableRight
{
    background-color: #ffffff;    
    /*border-bottom: 1px solid #c8c8c8;*/
}
.topTableBasket
{
    min-width:15%;    
}
.topTableBasketInput 
{
    text-align:center;
}
.topTableCatalogCell
{    
    text-align: left; 
    font-weight: bold;
    font-family: tahoma,sans-serif;
    color: #4c4c4c;
    padding-left: 3px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10pt;
    min-height:24px;
    background-color: #ffffff;    
    /*border-bottom: 1px solid #c8c8c8;*/
    width: 100%;
    
}

.topTableButtonCell
{
	width: 140px; 
    text-align: right; 
    vertical-align: middle;
    background-color: #ffffff;    
    /*border-bottom: 1px solid #c8c8c8;*/
}

.topTableHyperLinkCell
{
	width: 140px;
    text-align: right; 
    background-color: #ffffff;    
    vertical-align: middle;    
    border-bottom: 1px solid #c8c8c8;
}</pre></body></html>