<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabSepP
{
    width:6px;
    height:45px;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.tabOnP
{
    font-size:16px;
    height:45px;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-align:center; 
    vertical-align:middle;
}
.tabLink, .tabLink2
{
    display:block;
    height:45px;
    line-height:42px;
    text-decoration:none;
    font-size:16px;
}
.tabW { width:145px; }
.tabWbig { width:200px; }
a.tabLink:hover {
    background-color:#580027;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.IMGiconTab
{
    border:0px;
    width:32px;
    vertical-align:middle;
}
.IMGspaceTab
{
    height:4px; 
    width:12px;
    vertical-align:middle;
}

/*עבור כפתור סטטוס הופעה*/
.shoRound1
{
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    padding:0px 0px 0px 0px;
}
.shoRound2
{
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding:0px 0px 0px 0px;
}

.stat9
{
    background-color: #fD0170;display:block;width:180px;height:34px;text-align:center;color:#000000;line-height:32px;font-size:17px;
}
.stat9Sale
{
    background-color: #FFFF00;display:block;width:220px;height:45px;text-align:center;color:#000000;line-height:20px;font-size:17px;
}
.stat7
{
    background-color: #fD0170;display:block;width:180px;height:34px;text-align:center;color:#000000;line-height:32px;font-size:17px;
}
.stat7Sale
{
    background-color: #FFFF00;display:block;width:220px;height:45px;text-align:center;color:#000000;line-height:20px;font-size:17px;
}
.stat0
{
    background-color: #00C9FF;display:block;width:180px;height:34px;text-align:center;color:#000000;line-height:32px;font-size:17px;
}

.blinkHtml {
    animation-name: blinker;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}</pre></body></html>