#widgetContainer {
  margin: 0 auto 0 auto;
  width: 980px;
  min-height: 700px;
}

/* poster */

.vwc-catalog-poster {
  position: relative;
  float: left;
  width: 157px;
  height: 240px;
}
.vwc-catalog-poster .border {
  position: absolute;
  top: 1px;
  left: 15px;
  width: 127px;
  height: 180px;
  background-color: #888;
}
.vwc-catalog-poster .border img {
  margin: 1px;
  width: 125px;
  height: 178px;
}
.vwc-catalog-poster:hover .border {
  background-color: #F3EB04;
}
.vwc-catalog-poster .vudu-star-ratings-base {
  position: absolute;
  left: 44px;
  top: 190px;
}
.vwc-catalog-poster .trailer {
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("/resources/buttons/Play_Trailer_Icon.png");
  width: 16px;
  height: 16px;
  left: 15px;
  top: 189px;
}
.vwc-catalog-poster .hover-message {
  position: absolute;
  left: 25px;
  top: 215px;
  font-family: Arial;
  font-size: 10px;
  color: #000;
  white-space: nowrap;
  background-color: #FFFFE1;
  padding: 0 5px;
}
.vwc-catalog-poster .expire-label {
    position: absolute;
    top: 161px;
    left: 16px;
    width: 125px;
    overflow: hidden;
    background-color: #CC3333;
    text-align: center;
}
.vwc-catalog-poster .expire-label .gwt-Label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #FFF;
    padding: 2px;
}
.vwc-catalog-poster .episode-label {
    position: absolute;
    top: 161px;
    left: 16px;
    width: 125px;
    overflow: hidden;
    background-color: #000;
    text-align: center;
}

.vwc-catalog-poster .episode-label .gwt-Label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #FFF;
    padding: 2px;
}

/* star */

.vudu-star-ratings-base {
  width: 80px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("/resources/ratings/Stars_16px_Grey.png");
}
.vudu-star-ratings-comm {
  background-image: url("/resources/ratings/Stars_16px_Blue.png");
  background-repeat: no-repeat;
  height: 16px;
}
.vudu-star-ratings-user {
  background-image: url("/resources/ratings/Stars_16px_Green.png");
  background-repeat: no-repeat;
  height: 16px;
}



/* popup */

.gwt-DecoratedPopupPanel .popupTopLeft {
  background-image: url("/resources/decorator/dtd-popup-NW.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 74px;
}
.gwt-DecoratedPopupPanel .popupTopRight {
  background-image: url("/resources/decorator/dtd-popup-NE.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 74px;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
  background-image: url("/resources/decorator/dtd-popup-N.png");
  background-repeat: repeat-x;
  height: 74px;
}
.gwt-DecoratedPopupPanel .popupTopCenter .popupTopCenterInner {
    position: relative;
}
.gwt-DecoratedPopupPanel .popupMiddleCenter {
  background-color: #262626;
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
  background-image: url("/resources/decorator/dtd-popup-W.png");
  background-repeat: repeat-y;
  width: 17px;
}
.gwt-DecoratedPopupPanel .popupMiddleRight {
  background-image: url("/resources/decorator/dtd-popup-E.png");
  background-repeat: repeat-y;
  width: 17px;
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
  background-image: url("/resources/decorator/dtd-popup-S.png");
  background-repeat: repeat-x;
  height: 16px;
}
.gwt-DecoratedPopupPanel .popupBottomLeft {
  background-image: url("/resources//decorator/dtd-popup-SW.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}
.gwt-DecoratedPopupPanel .popupBottomRight {
  background-image: url("/resources//decorator/dtd-popup-SE.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
}
.custom-popup > .title {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.custom-popup > .title .gwt-Label {
  float: left;
  width: 100%;
  text-align: center;
  margin: 5px 0 0 0;
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
.custom-popup > .title .close {
  position: absolute;
  right: 15px;
  top: 5px;
  background-image: url("/resources/buttons/dtd-popup-close.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.custom-popup > .title .close:HOVER {
  background-image: url("/resources/buttons/dtd-popup-close-hover.png");
  cursor: pointer;
}
.gloss {
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}
.custom-block {
  width: 450px;
  min-height: 100px;
  padding: 20px 20px 10px 20px;
}
.custom-block .gwt-HTML {
  font-size: 16px;
}
.custom-block .black-button {
  text-align: center;
  margin: 50px 0 0 180px;
}
.custom-block .actions {
    margin: 50px 0 0 0;
    width: 100%;
  height: 100px;
  text-align: center;
}
.custom-block .actions > .black-button {
  margin: 0 0 0 50px;
  float: left;
}

.custom-block .actions > .gwt-Anchor {
    float: left;
    margin: 8px 0 0 50px;
    font-size: 20px;
    text-decoration: underline;
}
.spinner {
  width: 300px;
  height: 80px;
  background-image: url("/resources/misc/spinner.gif");
  background-repeat: no-repeat;
  background-position: 134px 40px;
}



/* button */

.black-button .custom-button-left {
  background-image: url("/resources/buttons/blue-button-W.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 47px;
}
.black-button .custom-button-right {
  background-image: url("/resources/buttons/blue-button-E.png");
  background-repeat: no-repeat;
  width: 5px;
  height: 47px;
}
.black-button .custom-button-center {
  background-image: url("/resources/buttons/blue-button-C.png");
  background-repeat: repeat-x;
  height: 47px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 15px;
  text-align: center;
}
.black-button:HOVER {
  cursor: pointer;
}
.black-button:HOVER .custom-button-left {
  background-image: url("/resources/buttons/blue-button-hover-W.png");
}
.black-button:HOVER .custom-button-right {
  background-image: url("/resources/buttons/blue-button-hover-E.png");
  width: 5px;
}
.black-button:HOVER .custom-button-center {
  background-image: url("/resources/buttons/blue-button-hover-C.png");
}
.black-button-disabled .custom-button-left {
  background-image: url("/resources/buttons/blue-button-inactive-W.png");
}
.black-button-disabled .custom-button-right {
  background-image: url("/resources/buttons/blue-button-inactive-E.png");
}
.black-button-disabled .custom-button-center {
  background-image: url("/resources/buttons/blue-button-inactive-C.png");
}
.black-button-disabled:HOVER {
  cursor: default;
}
.black-button-disabled:HOVER .custom-button-left {
  background-image: url("/resources/buttons/blue-button-inactive-W.png");
}
.black-button-disabled:HOVER .custom-button-right {
  background-image: url("/resources/buttons/blue-button-inactive-E.png");
}
.black-button-disabled:HOVER .custom-button-center {
  background-image: url("/resources/buttons/blue-button-inactive-C.png");
}



/* auto complete search */

.search-box {
  width: 300px;
  height: 28px;
}
.search-box > div {
  float: left;
  width: 24px;
  height: 28px;
  background-image: url("/resources/buttons/search-bar-E.png");
  background-repeat: no-repeat;
}
.search-box > div:FIRST-CHILD {
  background-image: url("/resources/buttons/search-bar-W.png");
}
.search-box .vudu-text-box-with-label {
  float: left;
  background-color: transparent;
  background-image: url("/resources/buttons/search-bar-C.png");
  background-repeat: repeat-x;
  width: 252px;
  height: 28px;
  padding: 0;
  border: none;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0;
}
.search-box .vudu-text-box-with-label .text-box {
  height: auto;
  width: 100%;
  padding: 0;
  line-height: 20px;
  outline: medium none;
}
.gwt-PopupPanel .search-box-list {
  background-color: #FFF;
  border: 1px solid #333;
  width: 500px;
  padding: 5px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.gwt-PopupPanel .search-box-list > div {
  position: relative;
}
.gwt-PopupPanel .search-box-list > div .gwt-Label {
  white-space: nowrap;
  padding: 2px 4px;
  color: #333333;
}
.gwt-PopupPanel .search-box-list > div:HOVER,
.gwt-PopupPanel .search-box-list > div:HOVER > div {
  cursor: pointer;
  background-color: #E1E1FF;
}
.gwt-PopupPanel .search-box-list .selected > div {
  background-color: #C1C1FF;
}
.gwt-PopupPanel .search-box-list .total-count-label,
.gwt-PopupPanel .search-box-list .total-count-label:HOVER {
  font-weight: bold;
  background-color: #FFF;
  cursor: default;
}


/* details popup searhc results */

.dvd-convert-items {
  width: 400px;
  height: 420px;
  overflow: auto;
  overflow-x: hidden;
}

.dvd-convert-items::-webkit-scrollbar {
  width: 12px;
}
.dvd-convert-items::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #999;
}
.dvd-convert-items::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}
.dvd-convert-items .details-panel {
  width: 380px;
  border-bottom: 1px solid #BBB;
}
.dvd-convert-items .details-panel > .gwt-Label {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  padding: 5px;
}
.dvd-convert-items .details-panel > .gwt-Label:FIRST-CHILD {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 4px 5px 0;
}
.dvd-convert-items .details-panel:HOVER{
  background-color: #333;
  cursor: pointer;
}

/* Detailed Star Ratings  */

.detailed-star-ratings .ratingBack {
  background-color: rgba(0,0,0,0.4);
  height: 28px;
  width: 126px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detailed-star-ratings .gwt-Label {
  font-family: Arial;
  font-size: 12px;
  color: #D2D2D2;
  margin-bottom: 5px;
  text-align: center;
}
.detailed-star-ratings .ratingLabel {
  float: left;
  margin: 6px 0 0 10px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;;
}
.detailed-star-ratings .vudu-star-ratings-base {
  float: left;
  margin: 6px 0 0 10px;
}


/* Rotten Tomatoes Ratings  */

.rotten-tomato-rating {
  width: 136px;
  height: 59px;
}
.rotten-tomato-rating .rtBackground {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("/resources/ratings/RT_BG_and_Logo.png");
  background-repeat: no-repeat;
}
.rotten-tomato-rating .rtRatingBackground {
  position: absolute;
  background-color: #333;
  width: 80px;
  height: 8px;
  top: 45px;
  left: 48px;
}
.rotten-tomato-rating .rtRatingFill {
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 48px;
  width: 0px;
  height: 8px;
  background-image: url("/resources/ratings/RT-bar-fill-C.png");
  background-repeat: repeat-x;
}
.rotten-tomato-rating .rtTitle {
  position: absolute;
  z-index: 4;
  top: 33px;
  left: 55px;
  font-family: Arial;
  font-size: 8px;
  color: #FFF;;
}
.rotten-tomato-rating .rtRating {
  position: absolute;
  z-index: 4;
  top: 37px;
  left: 12px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}


/* Details */

.catalog-item-detail {
  width: 612px;
  margin: 10px;
}
.catalog-item-detail .title-panel {
  height: 70px;
  width: 495px;
  margin: 0 auto;
}
.catalog-item-detail .title-panel .left {
  float: left;
  background-image: url("/resources/decorator/dtd-title-mapping-W.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 50px;
}
.catalog-item-detail .title-panel .center {
  float: left;
  background-image: url("/resources/decorator/dtd-title-mapping-C.png");
  background-repeat: repeat-x;
  height: 50px;
  width: 475px;
  overflow: hidden;
}
.catalog-item-detail .title-panel .right {
  float: left;
  background-image: url("/resources/decorator/dtd-title-mapping-E.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 50px;
}
.catalog-item-detail .title-panel .gwt-Label {
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  padding: 10px 20px;
}
.catalog-item-detail .content-panel {
  width: 100%;
  height: 220px;
}
.catalog-item-detail .content-panel > div:FIRST-CHILD {
  float: left;
  height: 220px;
  width: 125px;
  margin: 0 24px 0 40px;
}
.catalog-item-detail .content-panel .details {
  float: left;
  width: 423px;
  height: 220px;
  margin: 0;
  overflow: hidden;
}
.catalog-item-detail .content-panel .details > div {
  float: left;
}
.catalog-item-detail .content-panel .details > .gwt-Label{
  font-size: 12px;
  color: #999;
  width: 100%;
  margin: 0 0 5px 0;
}
.catalog-item-detail .content-panel .details > .gwt-Label:FIRST-CHILD {
  font-size: 18px;
  font-weight: bold;
  width: 380px;
  color: #FFF;
}
.catalog-item-detail .content-panel .details .featured {
  width: 273px;
}
.catalog-item-detail .content-panel .details .featured > .gwt-Label {
  color: #BBB;
  padding: 2px 0 3px 0;
}
.catalog-item-detail .content-panel .details .featured > .gwt-Label:FIRST-CHILD {
  font-style: italic;
  color: #999;
  padding: 2px 0 5px 0;
}
.catalog-item-detail .content-panel .details .rating {
  width: 150px;
}
.catalog-item-detail .options-panel {
  width: 100%;
  height: 130px;
}
.catalog-item-detail .options-panel > .gwt-Label {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.catalog-item-detail .options-panel > table {
  width: 100%;
}
.catalog-item-detail .options-panel .option,
.catalog-item-detail .options-panel .option .black-button {
  width: 230px;
}
.catalog-item-detail .options-panel .option > .gwt-Label {
  width: 100%;
  padding: 4px 0 0 0;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #999;
}

/* start */

.dtd-start {
  width: 980px;
}
.dtd-start .header {
  background-color: #191919;
  position: relative;
  width: 980px;
  height: 332px;
  background-image: url("/resources/backgrounds/disc-to-digital-header-full-5.png");
  background-repeat: no-repeat;
}
/* .dtd-start .header .black-button {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.dtd-start .header .gwt-Anchor {
  position: absolute;
  bottom: 8px;
  right: 110px;
  color: #FFFFFF;
  text-decoration: underline;
}
.dtd-start .header .black-button .custom-button-left {
  background-image: url("/resources/buttons/start-button-W.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 47px;
}
.dtd-start .header .black-button .custom-button-right {
  background-image: url("/resources/buttons/start-button-E.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 47px;
}
.dtd-start .header .black-button .custom-button-center {
  background-image: url("/resources/buttons/start-button-C.png");
  background-repeat: repeat-x;
  height: 47px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 15px;
}
.dtd-start .header .black-button:HOVER {
  cursor: pointer;
  height: 47px;
}
.dtd-start .header .black-button:HOVER .custom-button-left {
  background-image: url("/resources/buttons/start-button-hover-W.png");
  height: 47px;
}
.dtd-start .header .black-button:HOVER .custom-button-right {
  background-image: url("/resources/buttons/start-button-hover-E.png");
  height: 47px;
}
.dtd-start .header .black-button:HOVER .custom-button-center {
  background-image: url("/resources/buttons/start-button-hover-C.png");
  height: 47px;
}
.dtd-start .promotion .termsLink, .dtd-start .promotion .termsLink:visited, .dtd-start .promotion .termsLink:hover{
  color: #81A4FB;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 10px;
  left: 15px;
  position: relative;
  text-decoration: underline;
  top: 78px;
} */
.dtd-start .header .start-btn {
  position: absolute;
  right: 26px;
  bottom: 29px;
  width: 137px;
  height: 79px;
  cursor: pointer;
}
.dtd-start .header .sign-in {
  position: absolute;
  right: 71px;
  bottom: 7px;
  width: 40px;
  height: 15px;
  cursor: pointer;
}
.dtd-start .header .terms-link {
  bottom: 7px;
  cursor: pointer;
  height: 15px;
  left: 15px;
  position: absolute;
  width: 130px;
}
.dtd-start .section {
  width: 100%;
  padding: 10px 0;
  background-image: url("/resources/backgrounds/gradient-section-divider.png");
  background-color: #262626;
  background-repeat: repeat-x;
}
.dtd-start .section > .gwt-Label {
  font-family: Arial;
  font-size: 18px;
  padding: 5px 35px;
  color: #d2d2d2;
}
.dtd-start .section-search > .gwt-Label {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.dtd-start .section-search .search-box {
  height: 50px;
  margin: 20px auto 0 auto;
}
.catalogItem-data {
  white-space: nowrap;
  padding: 2px 4px 2px 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFF;
  font-weight: bold;
}

.dtd-manage .contents-wrapper,
.dtd-start .contents-wrapper {
  margin: 10px auto 0 auto;
  position: relative;
  width: 942px;
  height: 240px;
  overflow: hidden;
}
.dtd-manage .contents-wrapper > div,
.dtd-start .contents-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 4710px;
}
.dtd-manage .controls-container,
.dtd-start .controls-container {
  width: 100px;
  height: 8px;
  margin: 0 auto 30px auto;
}
.dtd-manage .controls-container > div,
.dtd-start .controls-container > div {
  float: left;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  background-image: url("/resources/buttons/carousel-dot-bright.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.dtd-manage .controls-container > .control-selected,
.dtd-start .controls-container > .control-selected {
  background-image: url("/resources/buttons/carousel-dot-dark.png");
  cursor: default;
}

/* manage */

.dtd-manage {
  width: 980px;
}
.dtd-manage .header {
  position: relative;
  width: 980px;
  height: 217px;
  background-image: url("/resources/backgrounds/disc-to-digital-header-small-3.png");
  background-repeat: no-repeat;
}
.dtd-manage .account-header {
  width: 100%;
  height: 50px;
}
.dtd-manage .account-header .left {
  float: left;
  background-image: url("/resources/decorator/dtd-popup-NW.png");
  background-repeat: no-repeat;
  background-position: -9px -9px;
  width: 8px;
  height:49px;
}
.dtd-manage .account-header .center {
  float: left;
  background-image: url("/resources/decorator/dtd-popup-N.png");
  background-repeat: repeat-x;
  background-position: 0 -9px;
  width:964px;
  height: 49px;
}
.dtd-manage .account-header .right {
  float: right;
  background-image: url("/resources/decorator/dtd-popup-NE.png");
  background-repeat: no-repeat;
  background-position: 0 -9px;
  width: 8px;
  height: 49px;
}
.dtd-manage .account-header .first-step {
  width: 940px;
  margin: 0 auto;
  height: 58px;
}
.dtd-manage .account-header .first-step > div {
  float: left;
}
.dtd-manage .account-header .first-step > div:FIRST-CHILD {
  background-image: url("/resources/icons/dtd-step-1.png");
  background-repeat: no-repeat;
  width: 75px;
  height: 42px;
  margin-top: 2px;
}
.dtd-manage .account-header .first-step .gwt-Label {
  width: 300px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 12px;
}
.dtd-manage .account-header .first-step .mylist {
  font-size: 24px;
  width: 190px;
  text-align: center;
  margin-top: 10px;
}
.dtd-manage .account-header .first-step .user {
  width: 375px;
  color: #d2d2d2;
  font-weight: normal;
  overflow: hidden;
  margin-top: 13px;
  text-align: right;
}
.dtd-manage .section-search {
  width: 100%;
  padding: 10px 0;
  background-image: url("/resources/backgrounds/gradient-section-divider.png");
  background-color: #262626;
  background-repeat: repeat-x;
}
.dtd-manage .section-search > .gwt-Label {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.dtd-manage .section-search .search-box {
  height: 50px;
  margin: 20px auto 0 auto;
}
.dtd-manage .section-copies {
  width: 980px;
  height: 250px;
  background-color: #262626;
}
.dtd-manage .section-copies .left-arrow {
  float: left;
  background-image: url("/resources/buttons/dtd-list-left.png");
  background-repeat: no-repeat;
  width: 41px;
  height: 137px;
  margin: 35px 0 0 29px;
}
.dtd-manage .section-copies .left-arrow:HOVER {
  background-image: url("/resources/buttons/dtd-list-left-hover.png");
  cursor: pointer;
}
.dtd-manage .section-copies .wrapper {
    position: relative;
  float: left;
  overflow: hidden;
  width: 800px;
  height: 210px;
  margin: 0 20px;
}
.dtd-manage .section-copies .right-arrow {
  float: left;
  background-image: url("/resources/buttons/dtd-list-right.png");
  background-repeat: no-repeat;
  width: 41px;
  height: 137px;
  margin: 35px 0 0 0;
}
.dtd-manage .section-copies .right-arrow:HOVER {
    background-image: url("/resources/buttons/dtd-list-right-hover.png");
    cursor: pointer;
}
.dtd-manage .section-copies .right-arrow-disabled,
.dtd-manage .section-copies .right-arrow-disabled:HOVER {
    background-image: url("/resources/buttons/dtd-list-right-disabled.png");
    cursor: default;
}
.dtd-manage .section-copies .left-arrow-disabled,
.dtd-manage .section-copies .left-arrow-disabled:HOVER {
    background-image: url("/resources/buttons/dtd-list-left-disabled.png");
    cursor: default;
}
.dtd-manage .section-copies .wrapper .copies-container {
    position: absolute;
    background-image: url("/resources/backgrounds/dtd-poster-row-placeholder.png");
    background-repeat: repeat-x;
    background-position: 0 -14px;
}
.dtd-manage .section-copies .wrapper .copies-container > .gwt-Label {
    width: 800px;
    height: 210px;
    font-size: 36px;
    font-family: Arial;
    color: #808080;
    line-height: 210px;
    vertical-align: middle;
    text-align: center;
}
.dtd-manage .section-copies .copies-container .copy-item {
  float: left;
  width: 160px;
  height: 210px;
  background-color: #262626;
}
.dtd-manage .section-copies .copies-container .copy-item .gwt-Image {
  width: 125px;
  height: 178px;
  border: 1px solid #333;
  margin: 0 16px;
}
.dtd-manage .section-copies .copies-container .copy-item:HOVER {
  cursor: pointer;
}
.dtd-manage .section-copies .copies-container .copy-item:HOVER .gwt-Image {
  border: 1px solid #F3EB04;
}
.dtd-manage .section-copies .copies-container .copy-item  > div {
  margin: 5px 0 0 40px;
}
.dtd-manage .section-copies .copies-container .copy-item  div .gwt-Label {
  float: left;
  font-family: Arial;
  font-size: 14px;
  color: #808080;
}
.dtd-manage .section-copies .copies-container .copy-item  div .gwt-Label:FIRST-CHILD {
  color: #FFFFFF;
  margin: 0 10px 0 0;
}
.dtd-manage .section-step {
  width: 100%;
  height: 85px;
  background-color: #262626;
}
.dtd-manage .section-step > div {
  float: left;
}
.dtd-manage .section-step > div:FIRST-CHILD {
  background-image: url("/resources/icons/dtd-step-2.png");
  background-repeat: no-repeat;
  width: 75px;
  height: 42px;
  margin: 0 0 0 20px;
}
.dtd-manage .section-step .description {
  width: 300px;
}
.dtd-manage .section-step .description .gwt-Label {
  width: 100px;
  font-family: Arial;
  font-size: 12px;
  color: #a0a0a0;
}
.dtd-manage .section-step .description .gwt-Label:FIRST-CHILD {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.dtd-manage .section-step .black-button {
  float: left;
  width: 200px;
}
.dtd-manage .section-step > .gwt-HTML{
  position: relative;
}
.dtd-manage .section-step .black-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
}
.dtd-manage .section-step .black-button a:HOVER{
    text-decoration: none;
}
.dtd-manage .section-step-third {
  background-image: url("/resources/backgrounds/gradient-section-divider.png");
  background-repeat: repeat-x;
  padding: 60px 0 20px 0;
}
.dtd-manage .section-step-third > div:FIRST-CHILD {
  background-image: url("/resources/icons/dtd-step-3.png");
}


/* Black Popup */

.black-popup {
    z-index: 999;
}
.black-popup .gwt-Label {
    font-size: 15px;
    color: #D2D2D2;
    font-family: Arial;
}
.black-popup .popupTopLeft {
    background-image: url("/resources/decorator/pop-up-black-NW.png");
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}
.black-popup .popupTopRight {
    background-image: url("/resources/decorator/pop-up-black-NE.png");
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}
.black-popup .popupTopCenter {
    background-image: url("/resources/decorator/pop-up-black-N.png");
    background-repeat: repeat-x;
    height: 5px;
}
.black-popup .popupMiddleCenter {
    background-image: none;
    background-color: #000;
}
.black-popup .popupMiddleLeft {
    background-image: url("/resources/decorator/pop-up-black-W.png");
    background-repeat: repeat-y;
    width: 5px;
    vertical-align: bottom;
}
.black-popup .popupMiddleRight {
    background-image: url("/resources/decorator/pop-up-black-E.png");
    background-repeat: repeat-y;
    width: 5px;
    vertical-align: bottom;
}
.black-popup .popupMiddleLeftInner {
    width: 5px;
    height: 124px;
    background-image: none;
}
.black-popup .popupMiddleRightInner {
    width: 5px;
    height: 124px;
    background-image: none;
}
.black-popup .popupBottomCenter {
    background-image: url("/resources/decorator/pop-up-black-S.png");
    background-repeat: repeat-x;
    height: 5px;
    background-position: bottom;
}
.black-popup .popupBottomLeft {
    background-image: url("/resources/decorator/pop-up-black-SW.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 5px;
    height: 5px;
}
.black-popup .popupBottomRight {
    background-image: url("/resources/decorator/pop-up-black-SE.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 5px;
    height: 5px;
}
.black-popup .popupContent>div {
    position: relative;
    overflow: hidden;
}
.black-popup .close-button {
    position: absolute;
    background-image:
        url("/resources/buttons/X_Close_Window_Button_Normal.png");
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
}
.black-popup .close-button:HOVER {
    background-image:
        url("/resources/buttons/X_Close_Window_Button_OVER.png");
    cursor: pointer;
}
.black-popup .black-popup-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.black-popup .msg-label {
    height: 25px;
    overflow: hidden;
    color: #65B001;
    margin-left: 5px;
}
.black-popup .error-label {
    height: 25px;
    overflow: hidden;
    color: #CC3333;
    margin-left: 5px;
}
.gwt-PopupPanelGlass {
    background-color: #000000;
    z-index: 998;
    opacity: 0.75;
    filter: alpha(opacity = 75);
}


/* Playback */

.vwc-player>.gwt-Label {
    font-family: Arial;
    font-size: 18px;
    color: #D2D2D2;
    margin: 0 0 0 8px;
    height: 25px;
}
.vwc-player .gwt-HTML {
    font-family: Arial;
    font-size: 14px;
    color: #D2D2D2;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding: 150px 0 0;
    text-align: center;
}



/* footer */

.dtd-footer {
  width: 980px;
  background-color: #FFFFFF;
  margin: 0 auto 20px auto;
}
.dtd-footer .top {
  width: 980px;
  height: 10px;
}
.dtd-footer .top .left {
  float: left;
  background-image: url("/resources/decorator/dtd-footer-NW.png");
  background-color: #262626;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.dtd-footer .top .right {
  float: right;
  background-image: url("/resources/decorator/dtd-footer-NE.png");
  background-color: #262626;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.dtd-footer .bottom {
  width: 980xp;
  height: 10px;
}
.dtd-footer .bottom .left {
  float: left;
  background-image: url("/resources/decorator/dtd-footer-SW.png");
  background-color: #262626;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.dtd-footer .bottom .right {
  float: right;
  background-image: url("/resources/decorator/dtd-footer-SE.png");
  background-color: #262626;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.dtd-footer .middle {
  padding: 0 40px 20px 40px;
  font-family: Arial;
  color: #4d4d4d;
  font-size: 13px;
}
.dtd-footer .title {
  font-size: 16px;
  font-weight: bold;
  color: #007fd5;
  padding: 20px 0 10px 0;
}
.dtd-footer .fine {
  font-size: 10px;
  padding: 20px 0 10px 0;
}

/* in home dtd */

.dtd-start .header-new-user {
  height: 332px;
  background-image: url("/resources/banners/in_home_dtd_banner_new_user_v6.png");
}
.dtd-start .header-new-user .start-btn {
  height: 63px;
}
.dtd-start .header-existing-user {
  height: 332px;
  background-image: url("/resources/banners/in_home_dtd_banner_existing_user_v6.png");
}
.dtd-start .header-existing-user .download-btn {
  bottom: 13px;
  cursor: pointer;
  height: 82px;
  position: absolute;
  right: 25px;
  width: 225px;
}

.d2d-conv-cart-message-strip{
    width: 99vw;
    height: 50px;
    background-color: #333;
    margin: -12px 0 10px 0;
    position: relative;
    margin-left: calc(-1 * ((99vw - 99.9%) / 2));
}

.d2d-conv-cart-message{ 
    margin: auto 0 auto 15%;
    font-size: 16px;
    color: #F5F5F5;
    height: 20px;
    width: 60%;
    padding: 15px 0;
    display: inline-block;
}

.d2d-conv-view-cart {
    display: inline-block;
    font-size: 18px;
    color: #F5F5F5;
    background-color: #0B6276;
    width: 146px;
    text-align: center;
    margin: auto 0;
    line-height: 36px;
    cursor: pointer;
}

.d2d-conv-cart-strip-close{
   	display: inline-block;
    font-size: 26px;
    color: #F5F5F5;
    font-weight: bold;
    margin: auto 1% auto 0;
    float: right;
    padding: 6px 0;
    cursor: pointer;    
}