﻿/* new UI like model 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;
    float:right;
    width:100px;
    height:36px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconTxt
{
_background-color: #2d71c8;
background:url("https://img.zap.co.il/imgs/newui/ModelIconsBackground.png") repeat-x;
height: 36px;
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: 3px;
    height: 33px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") -128px -7px 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: 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 .IconSide.Play
{
    _top: 56px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconSide.ThreeD
{
    _top: 118px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .IconSide.enlarge
{
    _top: -6px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon
{
    float:right;
    display: inline-block;
    width: 39px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") no-repeat;
    _position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
    margin-bottom: 13px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.Play
{
    background-position: -42px -7px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.ThreeD
{
    background-position: -1px -7px;
}
.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .Icon.enlarge
{
    background-position: -84px -7px;
}

.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;
}
.MainDiv .ProductBox .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 .ProductBox .PicBox .Play_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -411px -528px no-repeat;
}

.MainDiv .ProductBox .PicBox .Play_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -379px -528px no-repeat;
}


.MainDiv .ProductBox .PicBox .ThreeD_
{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -443px -559px no-repeat;
    position: absolute;
    margin: 37px 0 0 214px;
    cursor: pointer;
}

.MainDiv .ProductBox .PicBox .ThreeD_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -411px -559px no-repeat;
}

.MainDiv .ProductBox .PicBox .ThreeD_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -379px -559px no-repeat;
}

.MainDiv .ProductBox .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 .ProductBox .PicBox .enlarge_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -60px -591px no-repeat;
}

.MainDiv .ProductBox .PicBox .enlarge_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") 0 -591px no-repeat;
}

.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;
}

.MainDiv .ProductBox .PicBox .IconsBar .IconContainer .EmptyIconTxt SPAN {
    float: right;
    width: 72px;
    padding-top: 8px;
    padding-right: 9px;
}

.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;
}

/* 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:36px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconTxt
{
_background-color: #2d71c8;
background:url("https://img.zap.co.il/imgs/newui/ModelIconsBackground.png") repeat-x;
height: 36px;
float: right;
width: 60px;
color: white;
display:none;
font: 14px arial;
text-align: center;
position:relative;
cursor:pointer;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconTxt .IconSep
{
    display: inline-block;
    width: 3px;
    height: 33px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") -128px -7px 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: 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 .IconSide.Play
{
    _top: 56px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconSide.ThreeD
{
    _top: 118px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .IconSide.enlarge
{
    _top: -6px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon
{
    float:right;
    display: inline-block;
    width: 39px;
    height: 36px;
    background: url("https://img.zap.co.il/imgs/newui/ModelIcons.png") no-repeat;
    _position: absolute;
    _margin: 5px 0 0 214px;
    cursor: pointer;
    margin-bottom: 13px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.Play
{
    background-position: -42px -7px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.ThreeD
{
    background-position: -1px -7px;
}
.MainDiv .GalleryProductBox .PicBox .IconsBar .IconContainer .Icon.enlarge
{
    background-position: -84px -7px;
}

.MainDiv .GalleryProductBox .PicBox .ProductPic
{
    _text-align: center;
    margin-right: 12px;
    float:right;
}
.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 .ThreeD_
{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -443px -559px no-repeat;
    position: absolute;
    margin: 37px 0 0 214px;
    cursor: pointer;
}

.MainDiv .GalleryProductBox .PicBox .ThreeD_:hover
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -411px -559px no-repeat;
}

.MainDiv .GalleryProductBox .PicBox .ThreeD_:active
{
    background: url("https://img.zap.co.il/imgs/newui/ButtonsSprits.png") -379px -559px 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;
}
