﻿
.BrandBox
{
    display: inline-block;
    width: 950px;
    border-top: 1px solid #c1c1b5;
    border-bottom: 1px solid #c1c1b5;
    background-color: #ffffff;
    padding: 20px 0;
}

.BrandBox .BrandLogo
{
    display: inline-block;
    float: right;
    width: 120px;
    height: 30px;
    padding: 10px 10px 20px 10px;
    background-color: #ffffff;
    border: 1px solid #c1c1b5;
    margin-right: 20px;
    margin-top: 18px;
}

.BrandBox .BrandInfo
{
    display: inline-block;
    float: left;
    width: 750px;
    text-align: right;
}

.BrandBox .BrandInfo .BrandName
{
    display: inline-block;
    float: right;
    width: 750px;
    line-height: 30px;
    text-align: right;
}
.BrandBox .BrandInfo .BrandName H1
{
    font: bold 20px arial;
    color: #1f84e0;
    direction: rtl;
}

.BrandBox .BrandInfo .BrandSlogan
{
    display: inline-block;
    float: right;
    width: 750px;
    font: bold 18px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
}

.BrandBox .BrandInfo .Origin
{
    display: inline-block;
    float: right;
    width: 750px;
}

.BrandBox .BrandInfo .Origin .OriginLabel
{
    display: inline-block;
    float: right;
    font: bold 14px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}

.BrandBox .BrandInfo .Origin .OriginTxt
{
    display: inline-block;
    float: right;
    font: 14px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
    margin-right: 5px;
    line-height: 30px;
}

.BrandBox .BrandInfo .MoreAbout
{
    display: inline-block;
    float: right;
    width: 750px;
}

.BrandBox .BrandInfo .MoreAbout .MoreAboutLabel
{
    display: inline-block;
    float: right;
    width: 750px;
    font: bold 14px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}

.BrandBox .BrandInfo .MoreAbout .MoreAboutTxt
{
    display: inline-block;
    float: right;
    width: 700px;
    font: 14px arial;
    color: #3c3c3c;
    text-align: right;
    direction: rtl;
}


.MoreProductsBox
{
    display: inline-block;
    width: 952px;
    margin-top: 20px;
}

.MoreProductsBox .MoreProductsTitle
{
    display: inline-block;
    float: right;
    width: 935px;
    height: 43px;
    font: bold 14px arial;
    color: #3c3c3c;
    text-align: right;
    line-height: 45px;
    padding-right: 17px;
    background: url("https://img.zap.co.il/imgs/newui/MoreProductsTitleBG.png") no-repeat;
    direction: rtl;
}

.MoreProductsBox .MoreProductsList
{
    display: inline-block;
    float: right;
    width: 950px;
    height: 100%;
    direction: rtl;
    background: url("https://img.zap.co.il/imgs/newui/MoreProductsBG.png") repeat-x #f3f3e9;
    border: 1px solid #c5c5c5;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.MoreProductsBox .MoreProductsList .MoreProductsSection
{
    display: inline-block;
    float: right;
    width: 236px;
    height: 100%;
    padding: 15px 0 15px 0;
    direction: rtl;
}
.MoreProductsBox .MoreProductsList .HiddenCatRow
{
    display: none;
}
.MoreProductsList .SelectionsTitle
 {
    display: none;
    float: right;
    text-align: right;
    direction: rtl;
    font: 13px arial;
    font-weight: bold;
    color: #1f84e0;
    padding-right:17px;
    cursor: pointer; cursor: hand;
     width: 100%;
    line-height: 23px;
}
.MoreProductsBox .MoreProductsList .MoreProductsSection a
{
    display: inline-block;
    float: right;
    text-align: right;
    direction: ltr  ;
    font: 13px arial;
    color: #1f84e0;
    width: 222px;
    line-height: 20px;
    text-decoration: none;
    padding-right: 17px;
}

.MoreProductsBox .MoreProductsList .MoreProductsSection a:hover
{
    text-decoration: underline;
}


.MoreProductsBox .MoreProductsList .MoreProdVSeparator
{
    display: inline-block;
    float: right;
    width: 0px;
    border-left: 1px solid #efefe8;
    border-right: 1px solid #ffffff;
}
