﻿/* new UI like models page */
.MainDiv .ProductBox .PicBox
{ 
    display: inline-block;
    float: right;
    position: relative;
}

.MainDiv .ProductBox .PicBox .IconsBar
{
    position: absolute;
    width: 50px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer 
{
    margin-bottom: 5px;/*5px;*/
    float:right;
    width:100px;
    height:34px;
}

.MainDiv .PicBox .IconsBar .display-none {
    display: none;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .EmptyIconTxt {
    background: url("https://img.zap.co.il/imgs/newui/ModelIconsBackground.png") repeat-x;
    height: 36px;
    float: right;
    width: 80px;
    color: white;
    display: block;
    font: 13px arial;
    text-align: center;
    position: relative;
    cursor: pointer;
    direction: rtl;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .EmptyIconTxt SPAN {
    float: right;
    width: 60px;
    padding-top: 8px;
    padding-right: 9px;
    font-weight: bold;
}

.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .EmptyIcon
{
    display: inline-block;
    width: 20px;
    height: 39px;
    background: url("https://img.zap.co.il/imgs/newui/EmptyIcon.png");
    position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconTxt
{
_background-color: #2d71c8;
background:url("https://img.zap.co.il/imgs/newui/ModelIconsBackgroundMedium.png") repeat-x;
height: 34px;
float: right;
width: 60px;
color: white;
display:none;
font: 14px arial;
text-align: center;
position:relative;
cursor:pointer;
}
    .MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconTxt .IconSep {
        display: inline-block;
        width: 2px;
        height: 31px;
        background: url("https://img.zap.co.il/imgs/newui/iconSep.png") no-repeat;
        position: absolute;
        top: 0px;
        left: -2px;
    }

.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconTxt SPAN
{
float: right;
width: 55px;
margin-top:8px;
    
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconSide {
    display: inline-block;
    width: 7px;
    height: 41px;
    background: url("https://img.zap.co.il/imgs/newui/iconSide.png") no-repeat;
    position: absolute;
    right: -6px;
    float: right;
    margin-top: -7px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconSide.discount {
    display: inline-block;
    width: 6px;
    height: 43px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") -133px -2px no-repeat;
    position: absolute;
    right: -6px;
    float:right;
    margin-top:-6px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon
{
    float:right;
    display: inline-block;
    width: 35px;
    height: 34px;
    /*background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png")  no-repeat;*/
    cursor: pointer;
    margin-bottom: 13px;
}
    .MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.Play {
        background: url("https://img.zap.co.il/imgs/newui/iconPlay.png") no-repeat;
    }
    .MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.ThreeD {
        background: url("https://img.zap.co.il/imgs/newui/iconThreeD.png") no-repeat;
    }
    .MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.enlarge {
        background: url("https://img.zap.co.il/imgs/newui/iconEnlarge.png") no-repeat;
    }

.MainDiv .ProductBox .PicBox .ProductPic
{
    _text-align: center;
    _margin-right: 12px;
    float:right;
}
.MainDiv .ProductBox .PicBox .ProductPic a
{
    float:right;
}
.MainDiv .ProductBox .PicBox .ProductPic IMG
{
    height: 219px;
    width: 219px;
    _border: 1px solid !important;
    margin: 20px;
}

/* end of new UI*/


/*Gallery view*/
.MainDiv .GalleryProductBox .PicBox
{ 
   display: inline-block;
    float: right;
         width: 156px;
    height: 156px;
    margin: 13px 13px 0 13px;
    position: relative;
  
}


.MainDiv .GalleryProductBox .PicBox .IconsBar
{
    position: absolute;
    width: 50px;
        right: -14px;
    margin-top: 10px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer 
{
    margin-bottom: 5px;
    float:right;
    width:100px;
    height:34px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .EmptyIconTxt {
    background: url("https://img.zap.co.il/imgs/newui/ModelIconsBackground.png") repeat-x;
    height: 36px;
    float: right;
    width: 80px;
    color: white;
    display: block;
    font: 13px arial;
    text-align: center;
    position: relative;
    cursor: pointer;
    direction: rtl;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .EmptyIconTxt SPAN {
    float: right;
    width: 60px;
    padding-top: 8px;
    padding-right: 9px;
    font-weight: bold;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconTxt
{
_background-color: #2d71c8;
background:url("https://img.zap.co.il/imgs/newui/ModelIconsBackgroundMedium.png") repeat-x;
height: 34px;
float: right;
width: 60px;
color: white;
display:none;
font: 14px arial;
text-align: center;
position:relative;
cursor:pointer;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .EmptyIcon
{
    display: inline-block;
    width: 20px;
    height: 39px;
    background: url("https://img.zap.co.il/imgs/newui/EmptyIcon.png");
    position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
}
    .MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconTxt .IconSep {
        display: inline-block;
        width: 2px;
        height: 31px;
        background: url("https://img.zap.co.il/imgs/newui/iconSep.png") no-repeat;
        position: absolute;
        top: 0px;
        left: -2px;
    }

.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconTxt SPAN
{
float: right;
width: 55px;
margin-top: 8px;
    
}
    .MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconSide {
        display: inline-block;
        width: 7px;
        height: 41px;
        background: url("https://img.zap.co.il/imgs/newui/iconSide.png") no-repeat;
        position: absolute;
        right: -6px;
        float: right;
        margin-top: -7px;
    }

.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconSide.discount {
    display: inline-block;
    width: 6px;
    height: 43px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") -133px -2px no-repeat;
    position: absolute;
    right: -6px;
    float:right;
    margin-top:-6px;
}

.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon
{
    float:right;
    display: inline-block;
    width: 35px;
    height: 34px;
    /*background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") no-repeat;*/
    _position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
    margin-bottom: 13px;
}
    .MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.Play {
        background: url("https://img.zap.co.il/imgs/newui/iconPlay.png") no-repeat;
    }
    .MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.ThreeD {
        background: url("https://img.zap.co.il/imgs/newui/iconThreeD.png") no-repeat;
    }
    .MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.enlarge {
        background: url("https://img.zap.co.il/imgs/newui/iconEnlarge.png") no-repeat;
    }

.MainDiv .GalleryProductBox .PicBox .ProductPic
{
    _text-align: center;
    margin-right: 12px;
    float:right;
    cursor: pointer;
}
.MainDiv .GalleryProductBox .PicBox .ProductPic a
{
    float:right;
}
.MainDiv .GalleryProductBox .PicBox .ProductPic IMG
{
    height: 219px;
    width: 219px;
    _border: 1px solid !important;
    margin-right: 20px;
}
.MainDiv .GalleryProductBox .PicBox .Play_
{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -443px -528px no-repeat;
    position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
}

.MainDiv .GalleryProductBox .PicBox .Play_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -411px -528px no-repeat;
}

.MainDiv .GalleryProductBox .PicBox .Play_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -379px -528px no-repeat;
}


.MainDiv .GalleryProductBox .PicBox .enlarge_
{
    display: inline-block;
    width: 50px;
    height: 49px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -120px -591px no-repeat;
    position: absolute;
    margin-top: 187px;
    cursor: pointer;
}

.MainDiv .GalleryProductBox .PicBox .enlarge_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -60px -591px no-repeat;
}

.MainDiv .GalleryProductBox .PicBox .enlarge_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") 0 -591px no-repeat;
}
