body {
    background-image: none;
    background-color: #ececec;
}
#stage2 {
    position: relative;
    height: 368px;
    width: 100%;
    margin-bottom: -5.9em;
    overflow: hidden;
}
#stage2 .stageContainer {
    height: 300px;
    overflow: hidden;
    width: 10000px;
}
#stage2 .stage2-bg {
    position: absolute;
    right: 0;
}
#stage2 .stage2-bg .stage2-teaser {
    display: block;
    left: 36px;
}
#stage2 #stage2Claim {
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    left: 0;
    top: 306px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    padding: 13px 0;
}
#stage2 #stage2Claim a {
    padding: 0 13px;
    display: block;
}
#stage2 ul li.stageItem {
    position: relative;
    height: 300px;
    width: 48px;
    overflow: hidden;
    float: left;
    background-color: #ececec;
    padding-right: 0;
    border-right: 6px solid #fff;
}
#stage2 ul li.stageItem.active {
    overflow: hidden;
}
#stage2 ul li .stage2Flyout {
    display: block;
    width: 280px;
    height: 22px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10;
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: left top;
    -moz-transform-origin:  left top;
    -ms-transform-origin:  left top;
    -o-transform-origin:  left top;
    transform-origin:  left top;
    /* Should be unset in IE9+ I think. */
  /*  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    top: 300px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: red;
    padding: 13px;
    text-decoration: none;
}
#stage2 ul li .stage2Flyout:hover {
    text-decoration: none;
}
.ielt9 #stage2 ul li .stage2Flyout {
    width: 48px;
    height: 300px;
    padding: 0;
    top: 0;
}
.ielt9 #stage2 ul li .stage2Flyout span {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 276px;
    height: 22px;
    top: 0;
    display: block;
    padding: 13px;
}
#stage2 ul li a {
    float: right;
}
#stage2 .stage2-bg a:hover .stage2-teaser,
#stage2 ul li a:hover .stage2-teaser {
    text-decoration: underline;
}
#stage2 li.active .stage2-teaser {
    display: block;
}
#stage2 .stage2-teaser {
    position: absolute;
    left: 94px;
    top: 26px;
    width: 327px;
    display: none;
    color: #fff;
    font-size: 22px;
}
#stage2 .stage2TeaserLink {
    z-index: 1;
}
#stage2 ul li.stageItem img {
    margin-left: 48px;
}
#stage2 .colorCode,
#stage2 .hpColorCode,
#stage2 ul li.stageItem .claim,
#stage2 .hpClaim {
    display: none;
}
#stage2 ul li.stageItem:last-child {
    padding-right: 0;
    border-right: none;
}
#stage2 ul li.stageItem-1 .stage2Flyout {
    background-color: #73CD0B;
    left: 0;
}
#stage2 ul li.stageItem-2 .stage2Flyout {
    background-color: #228CF0;
}
