/* overlay over page */
#o-myvzn-tut-overlay {
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 110000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
/* divs creating clickable regions */
#o-myvzn-tut-over-left,
#o-myvzn-tut-over-right {
    position: fixed;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 110002;
    cursor: pointer;
}
#o-myvzn-tut-over-left {
    left: 0;
}
#o-myvzn-tut-over-right {
    right: 0;
}
/* Modal options */
#o-myvzn-tut-modal {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
}

#o-myvzn-tut-modal.o-vzn-step-3 {
    top: 106px
}

#o-myvzn-tut-modal.o-vzn-step-4 {
    top: 339px
}

#o-myvzn-tut-modal.o-vzn-step-5 {
    top: 891px
}

#o-myvzn-tut-modal .o-tut-content {
    position: relative;
    width: 984px;
    margin: 0 auto;
    color: #ffffff;
    z-index: 110004;
}

/* header items */
.o-vzn-tut-head {
    height: 45px;
    border-bottom: 1px solid #929090;
    margin: 27px 0 20px;
}
.o-vzn-tut-title {
    font-family: 'VerizonApexMedium', 'Arial';
    font-size: 36px;
    line-height: 21px;
}
.o-vzn-tut-sep {
    border-right: 1px solid #929090;
    font-size: 28px;
    margin: 0 12px;
}
.o-vzn-index-active {
    font-family: 'VerizonApexMedium', 'Arial';
    font-size: 24px;
    line-height: 21px;
    margin-right: 15px;
}
.o-vzn-item-toggle {
    background: url('../img/nav-dots.png') transparent 0 0 no-repeat;
    width: 139px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.o-vzn-item-toggle a {
    position: absolute;
    display: block;
    top: 0;
    width: 14px;
    height: 14px;
}
.o-vzn-item-toggle.o-vzn-step-0 {
    background-position: 0 0;
}
.o-vzn-item-toggle.o-vzn-step-1 {
    background-position: 0 -14px;
}
.o-vzn-item-toggle.o-vzn-step-2 {
    background-position: 0 -28px;
}
.o-vzn-item-toggle.o-vzn-step-3 {
    background-position: 0 -42px;
}
.o-vzn-item-toggle.o-vzn-step-4 {
    background-position: 0 -56px;
}
.o-vzn-item-toggle.o-vzn-step-5 {
    background-position: 0 -70px;
}
.o-item-click.o-vzn-step-0 {
    left: 0
}
.o-item-click.o-vzn-step-1 {
    left: 26px
}
.o-item-click.o-vzn-step-2 {
    left: 52px
}
.o-item-click.o-vzn-step-3 {
    left: 77px
}
.o-item-click.o-vzn-step-4 {
    left: 103px
}
.o-item-click.o-vzn-step-5 {
    left: 127px
}
/* arrows of header */
.o-vzn-arrow {
    background: url('../img/nav-arrows.png') transparent top no-repeat;
    display: inline-block;
    width: 7px;
    height: 14px;
    cursor: pointer;
    margin: 0 10px;
}
.o-vzn-item-back {
    background-position: 0 0;
}
.o-vzn-item-forward {
    background-position: -7px 0;
}
a.o-vzn-tut-close-wrap:visited,
a.o-vzn-tut-close-wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 6px;
    font-family: "Arial";
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
}
.o-tut-close-icon {
    background: url('../img/icon-close.png') transparent no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

/* Item content */
.o-vzn-tut-content-wrap{

}
.o-vzn-tut-content-wrap .o-vzn-tut-item {
    display: none;
}
.o-vzn-tut-item.o-step-active {
    display: block;
}
.o-vzn-tut-item h3 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
}

.o-vzn-tut-item p {
    font-family: "Arial";
    font-size: 16px;
    line-height: 16px;
}

.o-vzn-tut-item img {
    position: absolute;
}

.o-vzn-tut-item.o-vzn-step-1 img {
    left: 0;
    top: 139px;
}

.o-vzn-tut-item.o-vzn-step-2 img {
    left: 808px;
    top: 88px;
}

.o-vzn-tut-item.o-vzn-step-3 img {
    left: 0;
    top: 164px
}

.o-vzn-tut-item.o-vzn-step-4 img {
    left: 0;
    top: 365px;
}

.o-vzn-tut-item.o-vzn-step-5 img {
    left: 0;
    top: 218px
}