﻿.turquoise {
  color: #2cd5c4;
}
.turquoiseBG {
  background-color: #2cd5c4;
}
.light_turquoise {
  color: #2cd5c4;
}
.light_turquoiseBG {
  background-color: #2cd5c4;
}
.turquoise_hover {
  color: #aaddd7;
}
.turquoise_hoverBG {
  background-color: #aaddd7;
}
.light_gray {
  color: #f2f2f2;
}
.light_grayBG {
  background-color: #f2f2f2;
}
.gray {
  color: #2cd5c4;
}
.grayBG {
  background-color: #2cd5c4;
}
.black {
  color: #000;
}
.blackBG {
  background-color: #000;
}
.gray_border {
  color: #2cd5c4;
}
.gray_borderBG {
  background-color: #2cd5c4;
}
body {
  font: normal 62.5% arial;
  background: #fff !important;
  direction: rtl;
}
P,
H1,
H2,
H3,
H4,
H5,
H6,
UL,
OL,
LI {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.generalPopupWrapper {
  display: none;
  width: 435px;
  position: relative;
  font-size: 1.4em;
  background-color: #fff;
  color: #3d3c3b;
}
.generalPopupWrapper .popupCloseBtn {
  position: absolute;
  top: 6px;
  left: 10px;
  background-image: url('/OrangeSale/images/AutomatedSale/popup_close_btn.png');
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.generalPopupWrapper > h2 {
  font-size: 1.4em;
  color: #3d3c3b;
  font-weight: bold;
  padding: 9px 20px 9px 40px;
  border-bottom: 1px solid #d9d9d9;
}
.generalPopupWrapper .btnDiv {
  display: inline-block;
  margin-top: 20px;
}
.generalPopupWrapper .btnDiv .btn {
  min-width: 70px;
  height: 42px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  background-color: #2cd5c4;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  /*border-radius: 5px;
            -webkit-box-shadow: 0px -2px 0px 0px #b44800 inset;
            -moz-box-shadow: 0px -2px 0px 0px #b44800 inset;
            box-shadow: 0px -2px 0px 0px #b44800 inset;*/
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  vertical-align: middle;
}
.generalPopupWrapper .btnDiv .btn:hover {
  background-color: #abeee7;
}
.generalPopupWrapper .btnDiv .loader {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.generalPopupWrapper .getCouponPopup {
  padding: 20px 20px 25px 20px;
}
.generalPopupWrapper .getCouponPopup > strong {
  margin-bottom: 15px;
  display: block;
  width: 85%;
}
.generalPopupWrapper .getCouponPopup .selectRow {
  margin-bottom: 15px;
}
.generalPopupWrapper .getCouponPopup .selectRow > label {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv.error .selectSpan {
  border: 1px solid red;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv.error .selectSpan .arrow {
  left: 0px;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv > select {
  width: 240px;
  height: 32px;
  border: 1px solid #d0d0d0;
  position: relative;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 1em;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv .selectSpan {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  border: 1px solid #d0d0d0;
  width: 223px;
  height: 12px;
  padding: 7px 10px 10px 5px;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  background: #fff;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv .selectSpan .arrow {
  display: block;
  position: absolute;
  width: 28px;
  left: 0px;
  top: 0px;
  height: 30px;
  cursor: pointer;
  background-image: url('/OrangeSale/images/NewPlansLobby/select_arrow.png');
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.generalPopupWrapper .getCouponPopup .selectRow .selectDiv .selectSpan.open .arrow {
  background-image: url('/OrangeSale/images/NewPlansLobby/select_arrow_open.png');
  background-repeat: no-repeat;
}
.generalPopupWrapper .getCouponPopup .inputDiv {
  margin-bottom: 20px;
}
.generalPopupWrapper .getCouponPopup .inputDiv.error .errorDiv {
  display: block;
}
.generalPopupWrapper .getCouponPopup .inputDiv.error > input[type='text'] {
  border: 1px solid red;
}
.generalPopupWrapper .getCouponPopup .inputDiv > label {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}
.generalPopupWrapper .getCouponPopup .inputDiv > input[type='text'] {
  width: 218px;
  height: 32px;
  height: 12px\9;
  border: 1px solid #d0d0d0;
  padding: 0 10px;
  padding: 10px\9;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.generalPopupWrapper .getCouponPopup .inputDiv .errorDiv {
  margin-right: 145px;
  color: red;
  margin-top: 3px;
}
.generalPopupWrapper .resultDiv {
  padding: 20px 20px 25px 20px;
}
.generalPopupWrapper .resultDiv > i {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-repeat: no-repeat;
}
.generalPopupWrapper .resultDiv .text {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: bold;
}
.generalPopupWrapper .resultDiv .text a {
  text-decoration: underline;
}
.generalPopupWrapper .resultDiv.success > i {
  background-image: url(/OrangeSale/images/NewItemsPage/confirm.png);
}
.generalPopupWrapper .resultDiv.failure > i {
  background-image: url(/OrangeSale/images/NewItemsPage/failure_icon.png);
}
.generalPopupWrapper.w500 {
  width: 550px;
}
.generalPopupWrapper.w500 iframe {
  margin: 20px auto;
  display: block;
}
.DeviceDetailsPage {
  width: 978px;
  margin: 0px auto 70px auto;
  color: #000;
}
.DeviceDetailsPage .topDiv {
  margin-bottom: 60px;
  margin-top: 30px;
}
.DeviceDetailsPage .topDiv .imageWrapper {
  margin-left: 20px;
  display: inline-block;
  width: 475px;
  /*height: 496px;*/
  /*.productCarouselWrapper {
                display: inline-block;
                vertical-align: middle;
                min-height: 496px;
            }*/
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper {
  display: inline-block;
  width: 380px;
  height: 550px;
  /*vertical-align: middle;*/
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper > a {
  display: block;
  border: none;
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper > a > img {
  display: block;
  width: 100%;
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper > a.video {
  position: relative;
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper > a.video .videoIcon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.DeviceDetailsPage .topDiv .imageWrapper .mainImgWrapper > a.image {
  cursor: default;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper {
  width: 380px;
  display: inline-block;
  vertical-align: top;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp {
  width: 380px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp > h1 {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: -4px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp > h2 {
  font-size: 1.6em;
  font-weight: normal;
  /*line-height: 1.5em;*/
  margin-bottom: 10px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv {
  font-size: 1.4em;
  line-height: 1.40em;
  margin-bottom: 25px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .sectionHeader,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .sectionHeader {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 115%;
  line-height: 20px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .sectionHeader > h3,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .sectionHeader > h3 {
  display: inline-block;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .sectionHeader .icon,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .sectionHeader .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #d3d3d3;
  text-align: center;
  cursor: pointer;
  float: left;
  display: inline-block;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .sectionHeader .icon.open,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .sectionHeader .icon.open {
  background: url('/OrangeSale/Images/NewItemsPage/close_open_icons.png') center -13px transparent no-repeat;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .sectionHeader .icon.close,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .sectionHeader .icon.close {
  background: url('/OrangeSale/Images/NewItemsPage/close_open_icons.png') center 7px transparent no-repeat;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv p,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv p {
  margin-top: -3px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .includesDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .includesDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .benefitsDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .benefitsDiv {
  margin-bottom: 25px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv {
  margin-bottom: 0px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .prod-details,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .prod-details {
  /*margin-top: 5px;
                        max-height: 99px;*/
  /*overflow-y: auto;*/
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv {
  display: inline-block;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv li,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv li {
  display: inline-block;
  margin-bottom: 0px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv .price,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv .price {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 4px;
  color: #000;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv .old-price,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv .old-price {
  color: #000;
  display: block;
  font-size: 85%;
  margin-bottom: 5px;
  margin-top: 5px;
  text-decoration: line-through;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv .currency,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv .currency,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv .text,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv .text {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-left: 5px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv .currency,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDiv .currency {
  display: inline-block;
  color: #000;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDivFms li,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv .priceDivFms li {
  display: block;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors .colorsLst span,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors .colorsLst span {
  cursor: pointer;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors span,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors span {
  display: inline-block;
  vertical-align: top;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul {
  display: inline-block;
  padding-right: 10px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
  border: 2px solid #fff;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li.selected,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li.selected {
  border: 2px solid #2cd5c4;
  display: inline-block;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 1px solid #D0D0D0;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span.blue,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span.blue {
  background: #008BDF;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span.white,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span.white {
  background: #FFF;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span.grey,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span.grey {
  background: #909090;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span.golds,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span.golds {
  background: #FFD162;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span.selected,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span.selected {
  border: 2px solid #ff6600;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors ul li span:hover,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors ul li span:hover {
  cursor: pointer;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors .colorName,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors .colorName {
  width: 60px;
  padding-right: 10px;
  font-weight: bold;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv.colors .error,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .addOnsDiv.colors .error {
  color: #ff0000;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv {
  margin-bottom: 25px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .bull-list ul > li {
  padding: 0 18px 0 10px;
  background: url("/OrangeSale/Images/NewItemsPage/small_bullet.png") no-repeat right 4px;
  padding-bottom: 5px;
  position: relative;
  cursor: default;
  color: #000;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .priceDiv {
  margin-bottom: 5px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .displayPricePaymentNote a {
  text-decoration: underline;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions {
  /*max-height: 109px;*/
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv li {
  margin-top: 10px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv li:first-child {
  margin-top: 0;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv li .priceWrapper {
  display: inline-block;
  vertical-align: middle;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv .price {
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.2em;
  margin-left: 4px;
  color: #000;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv .old-price {
  color: #000;
  display: inline-block;
  font-size: 85%;
  margin-left: 3px;
  text-decoration: line-through;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv .currency,
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .paymentOptions .priceDiv .text {
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-left: 8px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper {
  width: 450px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .buy-btn {
  display: inline-block;
  height: 53px;
  line-height: 52px;
  background-color: #2cd5c4;
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0 17px;
  border-bottom: none;
  vertical-align: middle;
  min-width: 120px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .buy-btn:first-child {
  margin-left: 0.4em;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .buy-btn:hover {
  background: #aaddd7;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .buy-btn.disable {
  background: #F2F2F2;
  color: #BEBEBE;
  cursor: default;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .smartLeaseBtn {
  display: inline-block;
  margin-top: 1em;
  font: 1.6em arial;
  float: left;
  border-bottom: 1px solid #1f1f1f !important;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .rentBtn {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  background-color: #ffffff;
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0 17px;
  border: 2px solid #000 !important;
  vertical-align: middle;
  min-width: 120px;
  margin-right: 15px;
}
.DeviceDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .loader {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper {
  /*width: auto;*/
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .topDetailsTemp {
  /*min-height: 470px;*/
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv {
  display: block;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv li {
  display: block;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv li .priceWrapper {
  display: inline-block;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv .priceDiv li .text {
  display: inline-block;
  width: 70%;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .btnWrapper {
  width: 650px;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .btnWrapper .btn {
  display: inline-block;
  height: 56px;
  line-height: 55px;
  background-color: #2cd5c4;
  color: #000;
  font-size: 2.4em;
  font-weight: bold;
  /*border-radius: 5px;
                        -webkit-box-shadow: 0px -2px 0px 0px #b44800 inset;
                        -moz-box-shadow: 0px -2px 0px 0px #b44800 inset;
                        box-shadow: 0px -2px 0px 0px #b44800 inset;*/
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-bottom: none;
  vertical-align: middle;
  min-width: 100px;
  padding: 0 35px;
  margin-left: 15px;
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .btnWrapper .btn:hover {
  background-color: #abeee7;
  /*-webkit-box-shadow: 0px -2px 0px 0px #9e3f00 inset;
                            -moz-box-shadow: 0px -2px 0px 0px #9e3f00 inset;
                            box-shadow: 0px -2px 0px 0px #9e3f00 inset;*/
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .btnWrapper .btn.blackBtn {
  background-color: #000;
  color: #fff;
  /*-webkit-box-shadow: 0px -2px 0px 0px #000000 inset;
                            -moz-box-shadow: 0px -2px 0px 0px #000000 inset;
                            box-shadow: 0px -2px 0px 0px #000000 inset;*/
}
.DeviceDetailsPage.repair .topDiv .topDetailsWrapper .btnWrapper .btn.blackBtn:hover {
  background-color: #2f2b27;
  /*-webkit-box-shadow: 0px -2px 0px 0px #100e0c inset;
                                -moz-box-shadow: 0px -2px 0px 0px #100e0c inset;
                                box-shadow: 0px -2px 0px 0px #100e0c inset;*/
}
.product-carousel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 50px;
}
.product-carousel .carousel-items {
  display: inline-block;
  width: 88px;
}
.product-carousel .carousel-items li {
  display: block;
  width: 78px;
  height: 103px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 4px;
}
.product-carousel .carousel-items li:hover {
  border: 1px solid #D0D0D0;
  cursor: pointer;
}
.product-carousel .carousel-items li:first-child {
  margin-top: 10px;
}
.product-carousel .carousel-items li > img {
  width: 79px;
  /*height: 105px;*/
}
.product-carousel .carousel-items li.selected {
  border: 1px solid #D0D0D0;
}
.product-carousel .carousel-items li.video {
  position: relative;
}
.product-carousel .carousel-items li.video > img {
  margin-top: 25%;
}
.product-carousel .carousel-items li.video:before {
  content: '';
  width: 86px;
  height: 111px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/OrangeSale/images/NewItemsPage/videoLayer_carousel.png);
  background-repeat: no-repeat;
}
.product-carousel .up {
  background: url('/OrangeSale/Images/NewItemsPage/carousel_arrows.png') center 0 transparent no-repeat;
  display: inline-block;
  width: 88px;
  height: 27px;
  position: absolute;
  top: -33px;
  right: 0;
}
.product-carousel .up:hover {
  cursor: pointer;
}
.product-carousel .down {
  background: url('/OrangeSale/Images/NewItemsPage/carousel_arrows.png') center -37px transparent no-repeat;
  display: inline-block;
  width: 88px;
  height: 27px;
  position: absolute;
  bottom: -35px;
  right: 0;
}
.product-carousel .down:hover {
  cursor: pointer;
}
.product-carousel .up-disable {
  background: url('/OrangeSale/Images/NewItemsPage/carousel_arrows.png') center -77px transparent no-repeat;
  display: inline-block;
  width: 88px;
  height: 27px;
  position: absolute;
  top: -33px;
  right: 0;
  cursor: default !important;
}
.product-carousel .down-disable {
  background: url('/OrangeSale/Images/NewItemsPage/carousel_arrows.png') center -112px transparent no-repeat;
  display: inline-block;
  width: 88px;
  height: 27px;
  position: absolute;
  bottom: -35px;
  right: 0;
  cursor: default !important;
}
.no-canvas .tabs-continer ul.title-col > li.active {
  width: 171px;
}
.tabs-continer {
  width: 980px;
  margin: 0 auto 40px;
}
.tabs-continer div {
  display: inline-block;
  vertical-align: top;
}
.tabs-continer div.listsCols {
  width: 355px;
  display: table-cell;
}
.tabs-continer div.listsCols div {
  width: 100%;
}
.tabs-continer div.listsCols > div {
  margin-top: 15px;
}
.tabs-continer ul.title-col {
  display: inline-block;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  width: 200px;
  font: 1.8em arial;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.tabs-continer ul.title-col > li {
  display: block;
  vertical-align: top;
  padding: 20px 15px 15px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background: #f2f2f2;
  color: #000;
}
.tabs-continer ul.title-col > li:first-child {
  border-top: none;
}
.tabs-continer ul.title-col > li.active {
  border-left: none;
  background: #Ffffff;
  width: 170px;
}
.tabs-continer ul.title-col > li:hover {
  cursor: pointer;
}
.tabs-continer ul.title-col > li > h2 {
  font-size: inherit;
}
.tabs-continer .tab-content {
  padding: 10px 20px;
  width: 715px;
  border: 1px solid #d0d0d0;
  margin-right: -3px;
  /*overflow-x:auto;*/
}
.tabs-continer .tab-content strong {
  font: bold 1.4em arial;
  display: inline-block;
  margin-bottom: 10px;
}
.tabs-continer .tab-content h2 {
  margin: 10px 0 15px;
  font-size: 1.6em;
}
.tabs-continer .tab-content li {
  font-size: 1.4em;
  padding-bottom: 10px;
}
.tabs-continer .tab-content li img {
  vertical-align: middle;
  margin-left: 5px;
}
.tabs-continer .tab-content li span {
  display: inline-block;
  vertical-align: middle;
}
.tabs-continer .tab-content .bull-list {
  width: 90%;
}
.tabs-continer .tab-content .bull-list .margB {
  margin-bottom: 20px;
}
.tabs-continer .tab-content .bull-list li {
  padding: 0 18px 0 10px;
  background: url("/OrangeSale/Images/NewItemsPage/small_bullet.png") no-repeat right 4px;
  padding-bottom: 5px;
  position: relative;
  cursor: default;
  color: #000;
}
.tabs-continer .tab-content .bull-list li:hover.tooltip-lnk {
  cursor: pointer;
  text-decoration: underline;
}
.tabs-continer .tab-content .bull-list li:hover div {
  position: absolute;
  left: 357px;
  top: -33px;
  display: block;
  width: 160px;
  height: 60px;
  padding: 10px;
  z-index: 99;
  border: 1px solid #D0D0D0;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0px #D0D0D0;
  -moz-box-shadow: 1px 1px 4px 0px #D0D0D0;
  box-shadow: 1px 1px 4px 0px #D0D0D0;
}
.tabs-continer .tab-content .bull-list li:hover div .triang {
  display: block;
  background: url("/OrangeSale/Images/NewItemsPage/triang.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -9px;
  top: 33px;
}
.tabs-continer .tab-content .bull-list li .info-tooltip {
  display: none;
}
.tabs-continer .tab-content .bull-list li a {
  text-decoration: underline;
}
.tabs-continer .tab-content .more-services {
  margin: 15px 0 20px;
}
.tabs-continer .tab-content .more-services li {
  padding-bottom: 30px;
}
.tabs-continer .tab-content .more-services li img {
  margin-left: 30px;
}
.tabs-continer .tab-content .more-services div {
  display: inline-block;
  width: 40%;
  margin-left: 70px;
}
.tabs-continer .tab-content .more-services div h2 {
  display: block;
  font-size: 1.15em;
  vertical-align: top;
  margin-bottom: 10px;
}
.tabs-continer .tab-content .more-services div span {
  display: inline-block;
  font-size: 1.15em;
  line-height: 20px;
}
.tabs-continer .tab-content .more-services .dark-btn {
  font-size: 1.0em;
  font-weight: bold;
  color: #000;
  background: #fff;
  text-align: center;
  /*width: 171px;*/
  height: 18px;
  line-height: 18px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  border: 2px solid #000 !important;
}
.tabs-continer .tab-content .more-services .dark-btn:hover {
  background: #aaddd7;
  border: 2px solid #aaddd7 !important;
}
.tabs-continer .tab-content .more-accessories {
  margin-top: 10px;
}
.tabs-continer .tab-content .more-accessories > li {
  display: inline-block;
  width: 220px;
  height: 283px;
  border: 1px solid #d0d0d0;
  margin-right: 22px;
  text-align: center;
  vertical-align: top;
}
.tabs-continer .tab-content .more-accessories > li:first-child {
  margin-right: 0;
}
.tabs-continer .tab-content .more-accessories > li img {
  width: 180px;
  height: 180px;
}
.tabs-continer .tab-content .more-accessories > li .priceDiv {
  font: 1.4em arial;
}
.tabs-continer .tab-content .more-accessories > li .priceDiv .old-price {
  color: #000;
  display: inline-block;
  font-size: 85%;
  margin-left: 3px;
}
.tabs-continer .tab-content .more-accessories > li .priceDiv .old-price span {
  display: inline-block;
  text-decoration: line-through;
}
.tabs-continer .tab-content .more-accessories > li .priceDiv .current-price {
  color: #000;
  display: inline-block;
  margin-left: 3px;
  font-size: 80%;
}
.tabs-continer .tab-content .more-accessories > li .priceDiv .currency {
  padding: 0 3px;
}
.tabs-continer .tab-content .more-accessories > li .dark-btn {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  background: #fff;
  text-align: center;
  /*-webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    border-radius: 4px;
                    -webkit-box-shadow: 0px 3px 1px 0px #000;
                    -moz-box-shadow: 0px 3px 1px 0px #000;
                    -ms-box-shadow: 0px 3px 1px 0px #000;
                    box-shadow: 0px 3px 1px 0px #000;*/
  height: 18px;
  line-height: 18px;
  padding: 5px 35px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000 !important;
}
.tabs-continer .tab-content .more-accessories > li .dark-btn:hover {
  background: #aaddd7;
  border: 2px solid #aaddd7 !important;
}
.tabs-continer .tab-content .more-accessories-lnk {
  font: 1.8em arial;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 30px auto;
}
.tabs-continer .tab-content .more-accessories-lnk a {
  display: inline-block;
  border-bottom: 1px solid #3d3c3b;
  text-decoration: none;
  color: #3d3c3b;
}
.tabs-continer .tab-content .recommended-apps {
  margin: 15px 0 20px;
}
.tabs-continer .tab-content .recommended-apps li {
  padding-bottom: 40px;
}
.tabs-continer .tab-content .recommended-apps li img {
  margin-left: 30px;
}
.tabs-continer .tab-content .recommended-apps div {
  display: inline-block;
  width: 40%;
  margin-left: 70px;
}
.tabs-continer .tab-content .recommended-apps div h2 {
  display: block;
  font-size: 1.15em;
  vertical-align: top;
  margin-bottom: 10px;
}
.tabs-continer .tab-content .recommended-apps div span {
  display: inline-block;
  font-size: 1.15em;
  line-height: 20px;
}
.tabs-continer .tab-content .recommended-apps .dark-btn {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  background: #fff;
  text-align: center;
  /*-webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                -webkit-box-shadow: 0px 3px 1px 0px #000;
                -moz-box-shadow: 0px 3px 1px 0px #000;
                -ms-box-shadow: 0px 3px 1px 0px #000;
                box-shadow: 0px 3px 1px 0px #000;*/
  /*width: 171px;*/
  height: 18px;
  line-height: 18px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
  border: 2px solid #000 !important;
}
.tabs-continer .tab-content .recommended-apps .dark-btn:hover {
  background: #aaddd7;
  border: 2px solid #aaddd7 !important;
}
.recommended {
  width: 980px;
  margin: 0 auto 70px;
}
.recommended h3 {
  font: bold 2.4em arial;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
.recommended h2 {
  font: bold 2.4em arial;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
.recommended > li {
  vertical-align: top;
  display: inline-block;
  width: 228px;
  height: 268px;
  border: 1px solid #d3d3d3;
  font-size: 1.6em;
  text-align: center;
  margin-right: 16px;
  padding-bottom: 15px;
}
.recommended > li:first-child {
  margin-left: 0;
}
.recommended > li .img-container {
  width: 228px;
  height: 209px;
  display: block;
  margin-bottom: 20px;
}
.recommended > li .img-container > img {
  width: 228px;
  height: 209px;
  display: block;
}
.recommended > li strong {
  display: block;
  margin-bottom: 4px;
}
.recommended > li span {
  font-size: 100%;
}
.recommended > li span .grey-txt {
  display: inline-block;
  text-decoration: line-through;
  color: #000;
  font-size: 85%;
  margin-left: 3px;
}
.bull-list li {
  padding: 0 18px 0 10px;
  background: url("/OrangeSale/Images/NewItemsPage/small_bullet.png") no-repeat right 4px;
  padding-bottom: 5px;
  position: relative;
  cursor: default;
}
/* main container */
.tabs-continer .jScrollbar {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #Fff;
  width: 725px;
  /* text container */
  /* slider container */
}
.tabs-continer .jScrollbar .jScrollbar_mask {
  position: relative;
  top: 0;
  float: right;
  width: 96%;
}
.tabs-continer .jScrollbar .jScrollbar_draggable {
  float: left;
  width: 7px;
  height: 410px;
  overflow: hidden;
  background: transparent;
  position: relative;
  background: #a7a9ac;
  /* draggable */
}
.tabs-continer .jScrollbar .jScrollbar_draggable a.draggable {
  position: relative;
  background-color: #000;
  display: block;
  height: 50px;
  width: 7px;
  cursor: pointer;
}
.prod-details-scroll {
  /*width: 379px;height: 80px;*/
}
.prod-details-scroll.jScrollbar {
  /* main container */
  max-height: 109px;
  width: 379px;
  overflow: hidden;
  position: relative;
  /*border:1px solid #000;*/
  background-color: #Fff;
}
.prod-details-scroll.jScrollbar .jScrollbar_mask {
  /* text container */
  width: 92%;
  position: relative;
  top: 0;
  float: right;
}
.prod-details-scroll.jScrollbar .jScrollbar_draggable {
  /* slider container */
  float: left;
  width: 7px;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #d0d0d0;
  margin-top: 5px;
}
.prod-details-scroll.jScrollbar .jScrollbar_draggable a.draggable {
  /** draggable **/
  position: relative;
  background-color: #000;
  display: block;
  height: 40px;
  width: 7px;
  cursor: pointer;
}
.paymentOptions.jScrollbar {
  /* main container */
  max-height: 130px;
  width: 379px;
  overflow: hidden;
  position: relative;
  /*border:1px solid #000;*/
  background-color: #Fff;
}
.paymentOptions.jScrollbar .jScrollbar_mask {
  /* text container */
  width: 92%;
  position: relative;
  top: 0;
  float: right;
}
.paymentOptions.jScrollbar .jScrollbar_draggable {
  /* slider container */
  float: left;
  width: 7px;
  height: 110px;
  overflow: hidden;
  position: relative;
  background: #d0d0d0;
}
.paymentOptions.jScrollbar .jScrollbar_draggable a.draggable {
  /** draggable **/
  position: relative;
  background-color: #3d3c3b;
  display: block;
  height: 40px;
  width: 7px;
  cursor: pointer;
}
.equipment .tab-content {
  height: 400px;
}
.leasePopupWrapper {
  display: none;
  width: 435px;
  position: relative;
  font-size: 1.4em;
  background-color: #fff;
  color: #3d3c3b;
}
.smartLeaseBtn {
  display: inline-block;
  margin-top: 1em;
  font: 1.6em arial;
  float: left;
  border-bottom: 1px solid #1f1f1f !important;
}
.leasePopup {
  display: none;
  width: 435px;
  position: relative;
  font-size: 1.4em;
  background-color: #fff;
  color: #3d3c3b;
}
.leasePopup .popupCloseBtn {
  position: absolute;
  top: 6px;
  left: 10px;
  background-image: url('/OrangeSale/images/AutomatedSale/popup_close_btn.png');
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.leasePopup h2 {
  font-size: 1.4em;
  color: #3d3c3b;
  font-weight: bold;
  padding: 9px 20px 9px 40px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}
.leasePopup .leasePopupPadd {
  padding: 18px;
}
.leasePopup .leasePopupContent {
  max-height: 170px;
}
.leasePopup .leasePopupContent h3 {
  font: bold 1em arial;
  margin-bottom: 0.5em;
}
.leasePopup .leasePopupContent ul {
  margin-bottom: 1em;
}
.leasePopup .leasePopupContent ul li {
  padding: 0 18px 0 15px;
  background: url("/OrangeSale/Images/NewItemsPage/small_bullet.png") no-repeat right 6px;
  padding-bottom: 5px;
  position: relative;
  cursor: default;
}
.as_toolTip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.as_toolTip .as_toolTipLink {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #2cd5c4;
  font-size: 1.15em;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 7px;
}
.as_toolTip .as_tooltipWrapper {
  position: absolute;
  z-index: 1000000;
  display: inline-block;
  bottom: 33px;
  right: auto;
  width: 290px;
  left: -137px;
}
.as_toolTip .as_tooltipWrapper:before {
  position: absolute;
  right: auto;
  left: 47%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e3e3e3;
  bottom: -12px;
}
.as_toolTip .as_tooltipWrapper:after {
  position: absolute;
  right: auto;
  left: 47%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  bottom: -9px;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 10px 30px;
  box-shadow: 0px 2px 5px -3px #000;
  text-decoration: none;
  cursor: default;
  display: block;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer .as_tooltipCloseBtm {
  background-image: url('/OrangeSale/Images/NewItemsPage/closeBtn.png');
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer .as_tooltipContent {
  font-size: 1em;
  color: #000;
  display: block;
  line-height: 16px;
}