.footerCatsContainer {
    background-color: #3B5998;
    direction: rtl;
    margin: 10px auto 0;
    overflow: auto;
    padding: 10px;

}
.footerCatLinksContainer {
    margin: 0 auto;
    overflow: hidden;
    width: 970px;
}
.footerCatLinksContainer .footerCatLinks {
    background: url("http://www.tapuz.co.il/tapuzGlobals/Common/images/footerCatSep.gif") repeat-y scroll right center transparent;
    float: right;
    min-height: 150px;
    padding: 0 10px 0 5px;
    width: 68px;
}
.footerCatLinksContainer .firstCat {
    background: none repeat scroll 0 0 transparent !important;
}
.footerCatLinksContainer .footerCatLinks ul {
    direction: rtl;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 70px;
}
.footerCatLinksContainer .footerCatLinks ul li {
    direction: rtl;
    text-align: right;
}
.footerCatLinksContainer .footerCatLinks .catName {
    color: white;
    direction: rtl;
    font-size: 11px;
    font-weight: bold;
}
.footerCatLinksContainer .footerCatLinks a {
    color: white;
    display: block;
    font-size: 11px;
    margin-right: 1px;
    margin-top: 3px;
    text-decoration: none;
    width: 70px;
}
.footerCatLinksContainer .footerCatLinks a:hover {
    text-decoration: underline;
}
.footerCatCopyright {
    color: white;
    direction: ltr;
    font-size: 11px;
    padding-top: 10px;
    text-align: left;
}

.footerCatCopyright a
{
    text-decoration:none;
}

.footerCatCopyright span {
    color: #EE6300;
    font-size: 11px;
}
.footerContainer {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
   /* width: 100%;*/
}
.footerMenu {
    height: 20px;
    list-style: none outside none;
    text-align: center;
}
.footerMenu li {
    display: inline;
}
.footerMenu a {
    color: #8EB2CC;
    font-size: 11px;
}
.footerCopyright {
    color: #1A7EA7;
    direction: ltr;
    font-size: 11px;
    text-align: center;
}
.footerCopyright span {
    color: #EE6300;
    font-size: 11px;
}
.footerBanner {
    border: 1px solid #F5F8FD;
    margin: 0 auto 5px;
    padding: 3px;
    text-align: center;
    width: 765px;
}