.bannerContainer {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
.bannerContainer .see-more-btn-wrapper {
  width: auto !important;
}
.bannerContainer .pageControl.dot > a {
  border: 1px solid #ddd;
}
.bannerContainer .contentCarouselWidget {
  max-height: 430px;
}
.bannerContainer .carousel .pageControl {
  width: 120px;
  position: absolute;
  top: 65%;
  left: 70%;
}
.bannerContainer .carousel .pageControl > a {
  width: 15px;
  height: 15px;
  background-color: white;
  opacity: 1;
}
.bannerContainer .carousel .pageControl a.selected {
  background-color: #009fe3;
}
.bannerContainer .carousel-item1,
.bannerContainer .carousel-item3 {
  position: relative;
  z-index: 1;
  top: 0px;
  min-height: 200px;
}
.bannerContainer .carousel-item1 .banner-link,
.bannerContainer .carousel-item3 .banner-link {
  color: #fff;
  text-decoration: initial;
}
.bannerContainer .carousel-item1 .carousel-item-bg-img,
.bannerContainer .carousel-item3 .carousel-item-bg-img {
  width: 100%;
  min-height: 160px;
  max-height: 430px;
  position: absolute;
}
.bannerContainer .carousel-item1 .carousel-item-img-container,
.bannerContainer .carousel-item3 .carousel-item-img-container {
  width: 42%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  min-height: 20px;
}
.bannerContainer .carousel-item1 .carousel-item-img-container .carousel-item-img,
.bannerContainer .carousel-item3 .carousel-item-img-container .carousel-item-img {
  width: 100%;
  position: relative;
  top: 0px;
}
.bannerContainer .carousel-item1 .content,
.bannerContainer .carousel-item3 .content {
  position: relative;
  top: 0px;
  padding: 3%;
  width: 100%;
}
.bannerContainer .carousel-item1 .content .heading,
.bannerContainer .carousel-item3 .content .heading {
  display: block;
  font-weight: normal;
  /*font-size:@font-size-h3;*/
  font-size: 24px;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  color: #FFF;
}
.bannerContainer .carousel-item1 .content .heading-img,
.bannerContainer .carousel-item3 .content .heading-img {
  display: block;
  position: relative;
  width: 220px;
  margin: 0 auto;
  margin-top: -14px;
  z-index: 2;
}
.bannerContainer .carousel-item1 .content .text-container,
.bannerContainer .carousel-item3 .content .text-container {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: white;
  font-size: 11px;
  text-align: center;
}
.bannerContainer .carousel-item1 .content .text-container .see-more-btn,
.bannerContainer .carousel-item3 .content .text-container .see-more-btn {
  margin-top: 3px;
  height: 20px;
  padding-top: 3px;
  width: 100%;
}
.bannerContainer .carousel-item2 {
  position: relative;
  z-index: 1;
  top: 0px;
  min-height: 200px;
}
.bannerContainer .carousel-item2 .carousel-item-bg-img {
  width: 100%;
  min-height: 160px;
}
.bannerContainer .carousel-item2 .carousel-item-img-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bannerContainer .carousel-item2 .carousel-item-img-container .carousel-item-img {
  width: 100%;
  position: absolute;
}
.bannerContainer .carousel-item2 .content {
  position: absolute;
  top: 0px;
  width: 100%;
}
.bannerContainer .carousel-item2 .content .heading {
  display: block;
  font-weight: normal;
  /*font-size:@font-size-h3;*/
  font-size: 24px;
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  color: #FFF;
}
.bannerContainer .carousel-item2 .content .heading-img {
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
  margin-top: -14px;
  z-index: 2;
}
.bannerContainer .carousel-item2 .content .three-column-container {
  margin-top: -10px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 {
  text-align: right;
  padding-right: 0px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column3 {
  text-align: left;
  padding-left: 0px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 h2,
.bannerContainer .carousel-item2 .content .three-column-container .column3 h2 {
  color: white;
  margin-bottom: -1px;
  font-size: 14px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 h4,
.bannerContainer .carousel-item2 .content .three-column-container .column3 h4 {
  margin-top: 0px;
  color: white;
  font-size: 12px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 h5,
.bannerContainer .carousel-item2 .content .three-column-container .column3 h5 {
  margin-top: 0px;
  color: white;
  font-size: 11px;
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 .btn-primary-arrow,
.bannerContainer .carousel-item2 .content .three-column-container .column3 .btn-primary-arrow {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 3px 5px;
  font-size: 12px;
  /*width:80%;*/
}
.bannerContainer .carousel-item2 .content .three-column-container .column1 .label-manager,
.bannerContainer .carousel-item2 .content .three-column-container .column3 .label-manager {
  color: #009fe3;
  font-size: 12px;
  text-transform: uppercase;
}
.bannerContainer .btn:lang(fr) {
  white-space: nowrap !important;
}
/*@media (min-width: @screen-sm-min) {*/
@media (max-width: 700px) {
  .col-xs-6.learn-more {
    width: auto;
  }
}
@media (min-width: 700px) {
  .bannerContainer {
    position: relative;
    top: -110px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .bannerContainer .see-more-btn-wrapper {
    width: 16.66666667% !important;
  }
  .bannerContainer .carousel .pageControl {
    width: 120px;
    position: absolute;
    top: 60%;
    left: 85%;
  }
  .bannerContainer .carousel .pageControl > a {
    width: 9px;
    height: 9px;
    margin: 0px 3px;
  }
  .bannerContainer .carousel-item1,
  .bannerContainer .carousel-item3 {
    /*top: -71px;*/
    /*pushing home page slider up*/
    height: 430px;
    background-color: black;
  }
  .bannerContainer .carousel-item1 .content,
  .bannerContainer .carousel-item3 .content {
    top: 70px;
  }
  .bannerContainer .carousel-item1 .content .heading,
  .bannerContainer .carousel-item3 .content .heading {
    font-size: 59px;
    line-height: 46px;
    width: 600px;
    margin-top: 10px;
  }
  .bannerContainer .carousel-item1 .content .heading-img,
  .bannerContainer .carousel-item3 .content .heading-img {
    width: 300px;
    margin-top: -12px;
  }
  .bannerContainer .carousel-item1 .content .text-container,
  .bannerContainer .carousel-item3 .content .text-container {
    width: 600px;
    font-size: 15px;
  }
  .bannerContainer .carousel-item1 .content .text-container .see-more-btn,
  .bannerContainer .carousel-item3 .content .text-container .see-more-btn {
    margin-left: -50px;
    height: 23px;
    padding-top: 5px;
    width: 100%;
  }
  .bannerContainer .carousel-item1 .carousel-item-img-container,
  .bannerContainer .carousel-item3 .carousel-item-img-container {
    min-height: 100px;
  }
  .bannerContainer .carousel-item1 .carousel-item-img-container .carousel-item-img,
  .bannerContainer .carousel-item3 .carousel-item-img-container .carousel-item-img {
    top: 60px !important;
    position: absolute;
  }
  .bannerContainer .carousel-item1 .carousel-item-img-container .xtl,
  .bannerContainer .carousel-item3 .carousel-item-img-container .xtl {
    top: 16px !important;
  }
  .bannerContainer .carousel-item2 {
    /*top: -71px;*/
    height: 430px;
    background-color: black;
  }
  .bannerContainer .carousel-item2 .carousel-item-bg-img {
    width: 100%;
    min-height: 160px;
    max-height: 430px;
  }
  .bannerContainer .carousel-item2 .carousel-item-img-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bannerContainer .carousel-item2 .carousel-item-img-container .carousel-item-img {
    width: 100%;
    position: absolute;
    top: -60px;
  }
  .bannerContainer .carousel-item2 .content {
    top: 80px;
    padding: 20px 0px 20px 0px;
  }
  .bannerContainer .carousel-item2 .content .heading {
    font-size: 58px;
    line-height: 46px;
    width: 600px;
  }
  .bannerContainer .carousel-item2 .content .heading-img {
    width: 300px;
    margin-top: -10px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container {
    width: 1000px;
    margin: 0 auto;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 {
    text-align: right;
    padding-right: 30px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column2 .carousel-item-img {
    top: 0px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column3 {
    text-align: left;
    padding-left: 30px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 h2,
  .bannerContainer .carousel-item2 .content .three-column-container .column3 h2 {
    color: white;
    margin-bottom: -1px;
    font-size: 24px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 h4,
  .bannerContainer .carousel-item2 .content .three-column-container .column3 h4 {
    margin-top: 0px;
    color: white;
    font-size: 20px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 h5,
  .bannerContainer .carousel-item2 .content .three-column-container .column3 h5 {
    margin-top: 0px;
    color: white;
    font-size: 14px;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 .btn-primary-arrow,
  .bannerContainer .carousel-item2 .content .three-column-container .column3 .btn-primary-arrow {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 5px 10px;
    font-size: 12px;
    width: initial;
  }
  .bannerContainer .carousel-item2 .content .three-column-container .column1 .label-manager,
  .bannerContainer .carousel-item2 .content .three-column-container .column3 .label-manager {
    color: #009fe3;
    font-size: 14px;
    text-transform: uppercase;
  }
  .bannerContainer .carousel-item3 .carousel-item-img-container .carousel-item-img {
    /*top: -120px !important;*/
  }
  .bannerContainer .carousel-item3 .carousel-item-img-container .carousel-item-img:lang(nl) {
    top: 0px !important;
  }
  .bannerContainer .carousel-item3 .carousel-item-img-container .carousel-item-img:lang(fr) {
    top: 0px !important;
  }
  .bannerContainer .carousel-item3 .content .text-container .see-more-btn {
    width: 100%;
  }
  .bannerContainer #widget_breadcrumb {
    width: 1100px;
    margin: 10px auto 0px auto;
    padding-left: 20px;
    position: absolute;
    z-index: 1;
  }
}
/***************menu-item-espot***************/
/****for mobile****/
.menu-item-espot {
  margin-left: 12px;
  max-width: 300px;
}
.menu-item-espot .container-fluid {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}
.menu-item-espot .container-fluid h5 {
  color: #bfbfbf;
  float: left;
}
.menu-item-espot .container-fluid img {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.menu-item-espot .container-fluid a {
  float: left;
  text-transform: uppercase;
}
.menu-item-espot .container-fluid a,
.menu-item-espot .container-fluid i {
  font-size: 12px;
  font-weight: bold;
}
.menu-item-espot:hover .container-fluid,
.menu-item-espot:focus .container-fluid {
  border: 1px solid #fff;
}
.menu-item-espot:hover .container-fluid h5,
.menu-item-espot:focus .container-fluid h5 {
  color: #fff;
  cursor: pointer;
}
/****for desktop****/
@media (min-width: 700px) {
  .menu-item-espot {
    margin-left: 0px;
    max-width: 450px;
    min-width: 400px;
  }
  .menu-item-espot .container-fluid {
    border: 1px solid #ccc;
    padding: 10px 5px;
  }
  .menu-item-espot .container-fluid h5 {
    color: #4d4d4d;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
  }
  .menu-item-espot:hover .container-fluid,
  .menu-item-espot:focus .container-fluid {
    background-color: #009fe3;
    padding: 10px 5px;
  }
  .menu-item-espot:hover .container-fluid h5,
  .menu-item-espot:focus .container-fluid h5 {
    color: #fff;
    cursor: pointer;
  }
  .menu-item-espot:hover .container-fluid a,
  .menu-item-espot:focus .container-fluid a {
    color: #fff;
  }
}
/****for mobile****/
.fullWidth_hero_container {
  position: relative;
  /*margin-bottom:10px;*/
  z-index: 0;
}
.fullWidth_hero_container:lang(de),
.fullWidth_hero_container:lang(nl),
.fullWidth_hero_container:lang(fr) {
  background-image: url("http://images.dymo.com/is/image/DYMO/bg-contactus-de-fr-nl_1300x370?$dymo_com_cs_banner_bg_1300x370$") !important;
}
.fullWidth_hero_container .contentContainer {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 10px;
  padding-top: 20;
}
.fullWidth_hero_container .contentContainer .heading {
  display: block;
  font-weight: normal;
  /*font-size:@font-size-h3;*/
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  color: #FFF;
}
.fullWidth_hero_container .contentContainer .heading-img {
  display: block;
  position: relative;
  width: 180px;
  margin: 0 auto;
  margin-top: -14px;
  z-index: 2;
}
.fullWidth_hero_container .contentContainer .heading-img:lang(de) {
  background-image: url(http://images.dymo.com/is/image/DYMO/label-contactus-de_357x64?fmt=png-alpha&wid=360&hei=65);
  width: 360px;
  height: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 360px;
}
.fullWidth_hero_container .contentContainer .heading-img:lang(fr) {
  background-image: url(http://images.dymo.com/is/image/DYMO/label-contactus-fr_357x64?fmt=png-alpha&wid=357&hei=64);
  width: 357px;
  height: 64px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 357px;
}
.fullWidth_hero_container .contentContainer .heading-img:lang(nl) {
  background-image: url(http://images.dymo.com/is/image/DYMO/label-contactus-nl_357x64?fmt=png-alpha&wid=357&hei=64);
  width: 360px;
  height: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 360px;
}
.fullWidth_hero_container .contentContainer .description {
  display: block;
  position: relative;
  color: white;
  font-size: 11px;
}
.fullWidth_hero_container .contentContainer .widget_height {
  color: white;
  font-size: 14px;
}
.fullWidth_hero_container img.bg {
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -1;
  /*min-height:180px;*/
}
.fullWidth_hero_container img.bg.contact_us {
  /*top:-40px !important;*/
}
/****for desktop****/
@media (min-width: 700px) {
  .fullWidth_hero_container {
    position: relative;
    z-index: 0;
  }
  .fullWidth_hero_container:lang(de),
  .fullWidth_hero_container:lang(nl),
  .fullWidth_hero_container:lang(fr) {
    /*margin-bottom: -230px;*/
  }
  .fullWidth_hero_container .contentContainer {
    margin: 70px 0 0 0;
  }
  .fullWidth_hero_container .contentContainer .heading {
    font-size: 50px;
    line-height: 46px;
  }
  .fullWidth_hero_container .contentContainer .heading-img {
    width: 360px;
    margin-top: -8px;
    /*margin-left:20px;*/
  }
  .fullWidth_hero_container .contentContainer .description {
    font-size: 25px;
  }
  .fullWidth_hero_container img.bg {
    width: 100%;
    position: relative;
    /*top: -350px !important;*/
    z-index: -1;
    min-height: auto;
  }
  .fullWidth_hero_container img.bg:lang(de),
  .fullWidth_hero_container img.bg:lang(nl),
  .fullWidth_hero_container img.bg:lang(fr) {
    /*top: -287px !important; 
                        min-height: 500px; */
  }
  .fullWidth_hero_container img.bg.contact_us {
    /*top:-113px !important;*/
    /*max-height:370px;*/
  }
}
/**************************Content Pages Start*****************************/
/****for Mobile****/
.content-pg-container {
  background-color: #ffffff;
  margin: 50px 0px;
  padding: 10px 5%;
  /*fixing content position defects here*/
}
.content-pg-container #widget_breadcrumb {
  top: -58px;
  position: relative;
  padding: 0px;
}
.content-pg-container .contentRecommendationWidget .left_espot {
  width: 100%;
  margin: 0 auto;
}
.content-pg-container .contentRecommendationWidget .left_espot h1.titleContent {
  font-size: 32px;
  padding: 0;
}
.content-pg-container .contentRecommendationWidget .left_espot.contact-us .contentContainer {
  background-color: #EEE;
  border-radius: 7px;
  padding: 20px;
  /*about us image banner*/
}
.content-pg-container .contentRecommendationWidget .left_espot.contact-us .contentContainer .imgBanner {
  width: 100%;
  max-width: 850px;
}
.content-pg-container .contentRecommendationWidget .left_espot.contact-us .contentContainer p {
  width: auto!important;
}
.content-pg-container .contentRecommendationWidget .left_espot .copy {
  background-color: #EEE;
  width: 100%;
  max-width: 850px;
  padding: 20px 4%;
  margin: 5px 0;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
}
.content-pg-container #shipping_solutions_espot {
  margin-left: 0px !important;
}
.content-pg-container #shipping_solutions_espot ul {
  padding: 0px;
}
.content-pg-container .widget_height:nth-child(1) > div:nth-child(3) {
  float: initial !important;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(7) > div > div {
  height: 280px;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(7) > div > div > div:nth-child(2) {
  width: 590px !important;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(1) > div > div:nth-child(3) > div:nth-child(1) {
  width: 850px !important;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(2) > div > div > div:nth-child(1) {
  /*width:600px !important;
		    float: initial !important;*/
}
.content-pg-container contentRecommendationWidget > div > div > div:nth-child(2) > div {
  position: relative;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(2) > div > div > div:nth-child(2) {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  position: absolute;
  top: 280px;
  left: 750px;
}
.content-pg-container .contentRecommendationWidget > div > div > div.widget_height > div {
  /*width:830px !important;*/
}
.content-pg-container contentRecommendationWidget > div > div > div.widget_height > div {
  width: 830px !important;
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(7) > div > div > div:nth-child(1) {
  /*width:600px !important;*/
}
.content-pg-container .contentRecommendationWidget > div > div > div:nth-child(7) > div > div > div:nth-child(2) {
  /*width:139px !important;*/
}
.content-pg-container .contentRecommendationWidget > div > div > div.widget_height > div > div > h2 {
  position: relative !important;
  left: 10px;
}
.content-pg-container .tia-606 .espot2 .widget_height > div > div {
  height: 405px;
}
.content-pg-container .bring-instant-order .espot2 {
  margin-top: 20px;
  position: relative;
}
.content-pg-container .bring-instant-order .espot2 .widget_height > div > div {
  float: initial !important;
}
.content-pg-container .bring-instant-order .espot2 .widget_height > div > div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 650px;
}
.content-pg-container .bring-instant-order .espot3 > div {
  width: 830px !important;
}
.content-pg-container .bring-instant-order .espot4 .widget_height {
  position: relative;
}
.content-pg-container .bring-instant-order .espot4 .widget_height > div {
  width: 830px !important;
}
.content-pg-container .bring-instant-order .espot4 .widget_height > div > div {
  float: initial !important;
}
.content-pg-container .bring-instant-order .espot4 .widget_height > div > div:nth-child(3) {
  position: absolute;
  top: 100px;
  left: 640px;
}
/****for Desktop****/
@media (min-width: 700px) {
  .content-pg-container {
    padding: 10px 30px !important;
    border-radius: 0;
    border: 3px solid #ddd;
    -webkit-box-shadow: 0px 0px 20px 4px #cccccc;
    -moz-box-shadow: 0px 0px 20px 4px #cccccc;
    box-shadow: 0px 0px 20px 4px #cccccc;
    min-height: 400px;
  }
}
/********for mobile*******/
.support-page-container .sliding-row {
  margin-bottom: 50px;
  border: 0px;
  background-color: #fff;
}
.support-page-container .sliding-row .slide-container {
  background-color: #fff;
  padding-top: 5px;
}
.support-page-container .left_espot {
  border: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding: 0px 10px 10px 10px;
  border-radius: 4px;
  background-color: #fff;
}
.support-page-container .left_espot #Support_eSpot2Platform_Label {
  text-decoration: underline;
}
.support-page-container .left_espot #Support_eSpot2Header_Text {
  padding: 10px 0 0 0 !important;
}
.support-page-container .left_espot #Support_eSpot2Header_Text span {
  text-decoration: underline;
}
.support-page-container .left_espot .widget_support_espot_top a {
  width: 100px;
  margin-top: 10px;
}
.support-page-container .left_espot .widget_support_espot_top span {
  text-decoration: underline;
}
.support-page-container .left_espot .driver .info {
  top: 2.5rem;
}
.support-page-container .left_espot .driver a#Support_eSpot2CTA_Button {
  top: 0.8vw;
  margin-bottom: 35px;
}
.support-page-container .left_espot img {
  width: 100%;
  margin-top: 10px;
}
/********for desktop*******/
@media (min-width: 700px) {
  .support-page-container .sliding-row {
    border: 3px solid #ddd;
    -webkit-box-shadow: 0 0 20px 4px #ccc;
    -moz-box-shadow: 0 0 20px 4px #ccc;
    box-shadow: 0 0 20px 4px #ccc;
  }
  .support-page-container .sliding-row .support-container {
    padding-left: 0px;
  }
  .support-page-container .left_espot {
    background-color: initial;
  }
  .support-page-container .left_espot img {
    width: 80%;
  }
  .support-page-container .left_espot .box-shadow {
    background-color: #f2f2f2;
    margin-bottom: -10px;
  }
  .support-page-container #Support_eSpot2CTA_Button {
    margin-bottom: 30px;
  }
}
.left_espot .opsEbayEspot .espotBgImage {
  background: url('http://images.dymo.com/is/image/DYMO/bg_OPS_P2_hdr?wid=850&hei=210&fmt=png-alpha,rgb&qlt=85,1&op_sharpen=0&resMode=bicub&op_usm=0.5,1,6,0&icc=sRGB%20IEC61966-2.1&iccEmbed=0&printRes=72') 0 0 no-repeat;
  width: 850px;
  height: 210px;
  display: block;
  padding: 0 0 0px 0;
  overflow: hidden;
  margin: 0 0 0 20px;
}
.left_espot .opsEbayEspot .espotBgImage h1 {
  font-size: 32px;
  color: #fff;
  margin: 35px 0 20px 50px;
  font-family: Helvetica, Arial, sans-serif;
  width: 600px;
}
.left_espot .opsEbayEspot .espotBgImage p {
  font-size: 18px;
  width: 400px;
  margin: 0 0 20px 50px;
  color: #009FE4;
  line-height: 22px;
}
.left_espot .opsEbayEspot .espotBgImage .downloadBtn {
  font-size: 32px;
  color: #fff;
  margin: 0 0 20px 50px;
  font-family: Helvetica, Arial, sans-serif;
  width: 600px;
}
.left_espot .opsEbayEspot .tableBlock2 p {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  width: 600px;
  margin: 20px;
}
.left_espot .opsEbayEspot .tableBlock2 .floatLeft {
  float: left;
}
.left_espot .opsEbayEspot .tableBlock2 .floatLeft.right {
  margin-left: -17px;
}
.left_espot .opsEbayEspot .tableBlock2 .floatLeft .Heading {
  background-color: #009fe4;
  font-size: 12px;
  color: #fff;
  width: 300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0px 20px;
  font-weight: bold;
}
.left_espot .opsEbayEspot .tableBlock2 .floatLeft .tableData {
  width: 300px;
  font-size: 12px;
  color: #000;
  background-color: #efefef;
  margin: 0 0 0 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  vertical-align: top;
}
.left_espot .opsEbayEspot .beforeYouBeginBlock h2 {
  font-size: 24px;
  margin: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 600px;
}
.left_espot .opsEbayEspot .beforeYouBeginBlock ul {
  font-size: 12px;
  width: 600px;
  color: #000;
}
.left_espot .opsEbayEspot .beforeYouBeginBlock ul li {
  list-style: outside none none;
  background: url('http://images.dymo.com/is/image/DYMO/img_list_blue_dot') 0 21px no-repeat;
  padding: 15px 0 0 15px;
}
.left_espot .module1 {
  background: url("http://images.dymo.com/is/image/DYMO/bg_OPS_P2_2?wid=850&hei=1465&fmt=png-alpha,rgb&qlt=85,1&op_sharpen=0&resMode=bicub&op_usm=0.5,1,6,0&icc=sRGB%20IEC61966-2.1&iccEmbed=0&printRes=72") no-repeat scroll 0px 35px;
  height: 1465px;
  width: 850px;
}
.left_espot .module1 h2 {
  font-size: 24px;
  margin: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 600px;
}
.left_espot .module1 ul {
  font-size: 12px;
  width: 450px;
  color: #000;
}
.left_espot .module1 ul li {
  list-style: none;
}
.left_espot .module1 ul li.one {
  margin: 35px 0 10px 20px;
}
.left_espot .module1 ul li.two {
  margin: 75px 0 0px 20px;
}
.left_espot .module1 ul li.three {
  margin: 90px 0 0 20px;
}
.left_espot .module1 ul li.four {
  margin: 35px 0 10px 30px;
  width: 450px;
}
.left_espot .module1 ul li.five {
  margin: 150px 0 0 30px;
  width: 450px;
}
.left_espot .module1 ul li.six {
  margin: 165px 0 0 20px;
  width: 450px;
}
.left_espot .module1 ul li.seven {
  margin: 95px 0 0 20px;
  width: 450px;
}
.left_espot .module1 ul li.eight {
  width: 450px;
  margin: 45px 0 0 20px;
}
.left_espot .module2 {
  background: url('http://images.dymo.com/is/image/DYMO/bg_OPS_P2_3?wid=850&hei=837&fmt=png-alpha,rgb&qlt=85,1&op_sharpen=0&resMode=bicub&op_usm=0.5,1,6,0&icc=sRGB%20IEC61966-2.1&iccEmbed=0&printRes=72') no-repeat scroll 0px 35px;
  width: 850px;
  height: 900px;
}
.left_espot .module2 h2 {
  font-size: 24px;
  margin: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 600px;
}
.left_espot .module2 .module2Block1 {
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block2 ul li {
  list-style: none;
  width: 450px;
  font-size: 12px;
}
.left_espot .module2 .module2Block2 ul li.one {
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block2 ul li.two {
  padding: 15px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block2 ul li.three {
  padding: 15px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block3 p {
  padding: 10px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block3 ul {
  width: 450px;
}
.left_espot .module2 .module2Block3 ul li {
  list-style: none;
  font-size: 12px;
}
.left_espot .module2 .module2Block3 ul li.one {
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  width: 80%;
}
.left_espot .module2 .module2Block3 ul li.two {
  padding: 17px 0 0 20px;
  box-sizing: border-box;
  width: 80%;
}
.left_espot .module2 .module2Block3 ul li.three {
  padding: 15px 0 0 20px;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block4 p {
  padding: 85px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  width: 500px;
}
.left_espot .module2 .module2Block4 ul {
  width: 760px;
}
.left_espot .module2 .module2Block4 ul li {
  list-style: none;
  font-size: 12px;
}
.left_espot .module2 .module2Block4 ul li.one {
  padding: 15px 0 0 20px;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block4 ul li.two {
  padding: 15px 0 0 20px;
  box-sizing: border-box;
}
.left_espot .module2 .module2Block4 ul li.three {
  padding: 15px 0 0 20px;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  .left_espot .opsEbayEspot .espotBgImage {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #111;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .opsEbayEspot .espotBgImage h1 {
    font-size: 24px;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .left_espot .opsEbayEspot .espotBgImage p {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 5% 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
  }
  .left_espot .opsEbayEspot .espotBgImage .downloadBtn {
    margin: 0;
    width: auto;
    text-align: center;
  }
  .left_espot .opsEbayEspot .tableBlock2 p {
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 5% 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .left_espot .opsEbayEspot .tableBlock2 .floatLeft {
    float: none;
  }
  .left_espot .opsEbayEspot .tableBlock2 .floatLeft.right {
    margin-left: 0;
  }
  .left_espot .opsEbayEspot .tableBlock2 .floatLeft .Heading {
    width: 100%;
    margin: 0;
  }
  .left_espot .opsEbayEspot .tableBlock2 .floatLeft .tableData {
    width: 100%;
    margin: 0;
    padding: 5% 0%;
  }
  .left_espot .opsEbayEspot .beforeYouBeginBlock h2 {
    padding: 5% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .left_espot .opsEbayEspot .beforeYouBeginBlock ul {
    width: 100%;
    padding: 0;
  }
  .left_espot .opsEbayEspot .beforeYouBeginBlock ul li {
    background: none;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .module1 {
    background: none;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .left_espot .module1 h2 {
    font-size: 18px;
    margin: 0 0 3% 0;
    width: 100%;
  }
  .left_espot .module1 ul {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #eaeaea;
  }
  .left_espot .module1 ul li {
    margin: 0;
  }
  .left_espot .module1 ul li.one {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.two {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.three {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.four {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.five {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.six {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.seven {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module1 ul li.eight {
    width: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .module2 {
    background: none;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .left_espot .module2 h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block1 {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .module2 .module2Block1 p {
    margin: 0;
  }
  .left_espot .module2 .module2Block2 ul {
    padding: 0;
    background: #eaeaea;
  }
  .left_espot .module2 .module2Block2 ul li.one {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block2 ul li.two {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block2 ul li.three {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block3 {
    padding: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .module2 .module2Block3 p {
    margin: 0;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .module2 .module2Block3 ul {
    padding: 0;
    width: 100%;
    background: #eaeaea;
  }
  .left_espot .module2 .module2Block3 ul li.one {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block3 ul li.two {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block3 ul li.three {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block4 p {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .module2 .module2Block4 ul {
    width: 100%;
    padding: 0;
    background: #eaeaea;
  }
  .left_espot .module2 .module2Block4 ul li.one {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block4 ul li.two {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .module2 .module2Block4 ul li.three {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.left_espot .postageStamps .bgImagePStamps {
  background: url('http://images.dymo.com/is/image/DYMO/bg_OPS_P2_hdr?wid=850&hei=210&fmt=png-alpha,rgb&qlt=85,1&op_sharpen=0&resMode=bicub&op_usm=0.5,1,6,0&icc=sRGB%20IEC61966-2.1&iccEmbed=0&printRes=72') 0 0 no-repeat;
  width: 850px;
  height: 210px;
  display: block;
  padding: 0 0 0px 0;
  overflow: hidden;
  margin: 0 0 0 20px;
}
.left_espot .postageStamps .bgImagePStamps h1 {
  font-size: 32px;
  color: #fff;
  margin: 10px 0 20px 50px;
  font-family: Helvetica, Arial, sans-serif;
  width: 600px;
}
.left_espot .postageStamps .bgImagePStamps p {
  font-size: 18px;
  width: 400px;
  margin: 0 0 20px 50px;
  color: #009FE4;
  line-height: 22px;
}
.left_espot .postageStamps .bgImagePStamps .downloadBtn {
  font-size: 32px;
  color: #fff;
  margin: 0 0 20px 50px;
  font-family: Helvetica, Arial, sans-serif;
  width: 600px;
}
.left_espot .postageStamps .module1Stamps h2 {
  font-size: 24px;
  margin: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 600px;
}
.left_espot .postageStamps .module1Stamps ul {
  font-size: 12px;
  width: 600px;
  color: #000;
}
.left_espot .postageStamps .module1Stamps ul li {
  list-style: outside none none;
  background: url('http://images.dymo.com/is/image/DYMO/img_list_blue_dot') 0 21px no-repeat;
  padding: 15px 0 0 15px;
}
.left_espot h2.sevenStepsPrintingHeading {
  font-size: 24px;
  margin: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 600px;
}
.left_espot .sevenStepsPrinting {
  background: url('http://images.dymo.com/is/image/DYMO/bg_OPS_P3?wid=850&hei=1656&fmt=png-alpha,rgb&qlt=85,1&op_sharpen=0&resMode=bicub&op_usm=0.5,1,6,0&icc=sRGB%20IEC61966-2.1&iccEmbed=0&printRes=72') 0 0 no-repeat;
  width: 850px;
  height: 1696px;
}
.left_espot .sevenStepsPrinting ul {
  font-size: 12px;
  width: 450px;
  color: #000;
}
.left_espot .sevenStepsPrinting ul li {
  list-style: none;
}
.left_espot .sevenStepsPrinting ul li.one {
  padding: 25px 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.two {
  padding: 9.5rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.three {
  padding: 10.5rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.four {
  padding: 13.5rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.five {
  padding: 14.5rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.six {
  padding: 26rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven {
  padding: 16.5rem 0 0 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven ul li.eight {
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven ul li.nine {
  padding: 0.5rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven ul li.ten {
  padding: 0.8rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven ul li.eleven {
  padding: 0.9rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left_espot .sevenStepsPrinting ul li.seven ul li.twelve {
  padding: 1.3rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  .left_espot .postageStamps .bgImagePStamps {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #111;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot .postageStamps .bgImagePStamps h1 {
    font-size: 24px;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .left_espot .postageStamps .bgImagePStamps p {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 5% 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
  }
  .left_espot .postageStamps .bgImagePStamps .downloadBtn {
    margin: 0;
    width: auto;
    text-align: center;
  }
  .left_espot .postageStamps .module1Stamps {
    margin-bottom: 20px;
  }
  .left_espot .postageStamps .module1Stamps h2 {
    padding: 5% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .left_espot .postageStamps .module1Stamps ul {
    width: 100%;
    padding: 0;
  }
  .left_espot .postageStamps .module1Stamps ul li {
    background: none;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .left_espot h2.sevenStepsPrintingHeading {
    font-size: 18px;
    margin: 0 0 3% 0;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting {
    margin-bottom: 20px;
    background: none;
    height: 100%;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #eaeaea;
  }
  .left_espot .sevenStepsPrinting ul li {
    margin: 0;
  }
  .left_espot .sevenStepsPrinting ul li.one {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.two {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.three {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.four {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.five {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.six {
    margin: 0px;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.seven {
    margin: 0;
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .left_espot .sevenStepsPrinting ul li.eight {
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .sevenStepsPrinting ul li.nine {
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .sevenStepsPrinting ul li.ten {
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .sevenStepsPrinting ul li.eleven {
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .left_espot .sevenStepsPrinting ul li.twelve {
    padding: 5% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
}
.contact-us .text span.head {
  display: block;
}
.bottom-banner-espot1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.labelMakersPrintersCR2Content1 {
  margin-bottom: 20px;
}
.bottom-banner-espot2,
.labelMakersPrintersCR2Content2 {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.headerPromoEspot {
  font-size: 9px;
  color: #fff;
  text-align: center;
}
.headerPromoEspot a:hover {
  text-decoration: initial;
}
.headerPromoBanner {
  text-align: center;
}
.headerPromoBanner .headerFreeShipBanner {
  background-color: #009fe3!important;
  color: #ffffff;
  padding: 3px;
  font-size: 12px;
}
.headerPromoBanner .banner-link {
  font-size: 10px;
  color: #ffffff;
}
.contentRecommendationWidget img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.menu-item-espot.free-ship,
.menu-item-espot.free-lm {
  width: 100%;
  border: 1px solid #ddd;
  min-width: auto;
  padding: 5px 0;
  margin: 0 auto 10px;
}
.menu-item-espot.free-ship .espot-free-ship-img,
.menu-item-espot.free-lm .espot-free-ship-img,
.menu-item-espot.free-ship .espot-free-lm-img,
.menu-item-espot.free-lm .espot-free-lm-img {
  float: left;
  height: 100px;
}
.menu-item-espot.free-ship .espot-free-ship-img img,
.menu-item-espot.free-lm .espot-free-ship-img img,
.menu-item-espot.free-ship .espot-free-lm-img img,
.menu-item-espot.free-lm .espot-free-lm-img img {
  float: none;
}
.menu-item-espot.free-ship sup,
.menu-item-espot.free-lm sup {
  display: block;
  line-height: 15px;
  clear: both;
  padding: 0 5px;
}
.menu-item-espot.free-ship .espot-free-ship-details,
.menu-item-espot.free-lm .espot-free-ship-details,
.menu-item-espot.free-ship .espot-free-lm-details,
.menu-item-espot.free-lm .espot-free-lm-details {
  text-align: left;
}
.menu-item-espot.free-ship .espot-free-ship-details h1,
.menu-item-espot.free-lm .espot-free-ship-details h1,
.menu-item-espot.free-ship .espot-free-lm-details h1,
.menu-item-espot.free-lm .espot-free-lm-details h1,
.menu-item-espot.free-ship .espot-free-ship-details h5,
.menu-item-espot.free-lm .espot-free-ship-details h5,
.menu-item-espot.free-ship .espot-free-lm-details h5,
.menu-item-espot.free-lm .espot-free-lm-details h5 {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.menu-item-espot.free-ship .espot-free-ship-details a,
.menu-item-espot.free-lm .espot-free-ship-details a,
.menu-item-espot.free-ship .espot-free-lm-details a,
.menu-item-espot.free-lm .espot-free-lm-details a {
  display: block;
}
@media (min-width: 700px) {
  .bottom-banner-espot1,
  .labelMakersPrintersCR2Content1 {
    border-right: 1px solid #999999;
    border-bottom: none;
    padding-bottom: none;
  }
  .bottom-banner-espot2,
  .labelMakersPrintersCR2Content2 {
    margin-bottom: 10px;
    padding-bottom: none;
  }
  .headerPromoBanner {
    z-index: 1;
    top: 15px;
    position: relative;
  }
  .headerPromoBanner .headerFreeShipBanner {
    width: 1100px;
    margin: auto;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
  }
  .headerPromoBanner .banner-link {
    font-size: 12px;
  }
  .contentRecommendationWidget img {
    width: auto;
    height: auto;
    margin-bottom: 0px;
  }
  .menu-item-espot.free-ship,
  .menu-item-espot.free-lm {
    width: 350px;
  }
  .menu-item-espot.free-ship .espot-free-ship-img img,
  .menu-item-espot.free-lm .espot-free-ship-img img,
  .menu-item-espot.free-ship .espot-free-lm-img img,
  .menu-item-espot.free-lm .espot-free-lm-img img {
    margin-top: -10px;
  }
}

/*  CMC  Preview styles  */
/*  
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2012, 2014 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */
	/* -----------------------------------------------------------------------------*/
	/* NEW STYLE MARKETING SPOT BUTTONS AND MASKS
/* -----------------------------------------------------------------------------*/
.editMode .genericESpot,.editMode .searchResultSpot,.editMode .categorySpot,.editMode .product,.editMode .productDetail
	{
	position: relative;
}

.editMode .emptySearchResultSpot {
	margin: 10px 0;
}

.searchScore {
	display: none;
}

.product_listing_container > .list_mode > li > .product > .borderCaption {
	min-height: 410px;
}
.borderCaption {
	border: 1px solid #3A73F5;
	box-shadow: 0 0 4px #35B0D8;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	pointer-events: none;
	background-color: transparent;
	filter: progid : DXImageTransform.Microsoft.Glow ( color = '#35B0D8',
		Strength = '1' ), progid : DXImageTransform.Microsoft.gradient (
		startColorstr = #3F000000, endColorstr = #3F000000 );
}

.previewEspot {
	min-height: 29px;
}

.editMode .highlightSpot {
	position: relative;
}

.grid_mode .ESpotInfo {
	top: 31px;
	left: 10px;
}

.ESpotInfo {
	position: absolute;
	top: 2px;
	top: 4px \9; /*IE*/
	left: 2px;
	left: 4px \9; /*IE*/
	display: none;
	z-index: 900;
	background-color: #33CCFF;
	border-radius: 4px;
	color: white;
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	left: 2px;
	line-height: 23px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	padding: 1px 9px;
}

.ESpotInfo a:hover {
	text-decoration: underline;
}

.ESpotInfo a:visited {
	color: white;
}

.editManagedContent {
	display: none;
	position: relative;
	z-index: 900;
	line-height: 23px;
}

.editManagedContent a {
	background-color: #33CCFF;
	border-radius: 4px;
	color: white;
	font-family: verdana;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 9px;
	padding-left: 9px;
	margin: 2px;
}

.editManagedContent a:hover {
	text-decoration: underline;
}

.editManagedContent a:visited {
	color: white;
}

.caption {
	font-size: 0;
	border: 0px;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.25;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#3F000000, endColorstr = #3F000000 );
	pointer-events: none;
	background: black; /*non-IE*/
	background: transparent \9; /*IE*/
	position: absolute;
	z-index: 1;
}

/* -----------------------------------------------------------------------------*/
	/* ESPOT INFO POPUP
/* -----------------------------------------------------------------------------*/
.espot_dialog_popup * {
	text-align: left;
	direction: ltr;
	/* margin-bottom: 10px; */
}

.espot_dialog_popup {
	text-align: left;
	direction: ltr;
	position: absolute;
	z-index: 500;
}

.pageinfo_header_top {
	max-width: 550px;
	margin-top: 10px;
	border: 1px solid #999;
}

.pageinfo_header_top>.header {
	color: #FFFFFF;
	float: left;
	font-family: Verdana, Arial;
	height: 30px;
	width: 540px;
	margin-top: 10px;
	padding-left: 10px;
}

.header>.header_title {
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}

.header> #close_layout_info {
	float: right;
	height: 14px;
	width: 12px;
	position: absolute;
	right: 20px;
	top: 13px;
}

.header>a .close {
	background: url("../images/cmc/storepreview_window_close_icon.png");
	float: right;
	height: 14px;
	width: 12px;
	position: absolute;
	right: 20px;
	top: 13px;
}

.header>.tooltip,.title_container>.tooltip {
	float: left;
	height: 14px;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}

.header>a .close:hover {
	background:
		url("../images/cmc/storepreview_window_close_icon_hover.png");
}

.header>a .close:active {
	background:
		url("../images/cmc/storepreview_window_close_icon_press.png");
}

.pageinfo_header_top>.whitespace_background {
	background-color: #FFFFFF;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0;
	float: left;
	margin: 0 0 8px 7px;
	padding: 0;
	max-width: 532px;
	width: 532px;
}

.whitespace_background>.pagination_container {
	background: url("../images/cmc/storepreview_pagination_bg.png") repeat
		scroll 0 0 transparent;
	border-bottom: 1px solid #9AABCB;
	border-top: 1px solid #C2CAD7;
	float: left;
	height: 19px;
	margin-left: 0;
	width: 100%;
}

.whitespace_background>.content_container {
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 18px;
}

.content_container>.sub_header {
	min-height: 50px;
	padding-left: 6px;
	border-bottom: 1px solid #cccccc;
}

.sub_header>.emarketing_spot {
	background: url("../images/cmc/emarketing_spot.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.search_rule {
	background: url("../images/cmc/search_rule.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.title_container {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	width: 360px;
}

.title_container>.title {
	float: left;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #343434;
}

.title_container>.sub_title {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

.sub_header>.edit a,.sub_header>.create a {
	float: right;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #0054ff;
	margin-top: 10px;
}

.content_container>.summary {
	padding-left: 18px;
	padding-right: 10px;
}

.recommended_items,.default_contents {
	padding: 7px 10px 0px 15px;
}

.recommended_item>.treepole,.content_path>.treepole {
	background: url("../images/cmc/tree_pole.png");
	width: 12px;
	height: 20px;
	float: left;
}

.recommended_item>.icon_layout,.content_path>.icon_layout {
	background: url("../images/cmc/layout.png");
	width: 20px;
	height: 16px;
	float: left;
}

.recommended_item>.icon_content,.content_path>.icon_content {
	background: url("../images/cmc/content.png");
	width: 20px;
	height: 16px;
	float: left;
}

.recommended_item>.icon_catentry,.content_path>.icon_catentry {
	background: url("../images/cmc/product.png");
	width: 20px;
	height: 16px;
	float: left;
}

.recommended_item>.icon_catgroup,.content_path>.icon_catgroup {
	background: url("../images/cmc/category.png");
	width: 20px;
	height: 16px;
	float: left;
}

.recommended_item>.filename,.content_path>.filename {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #343434;
	float: left;
}

.recommended_item>.content_type {
	margin-left: 3px;
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 16px;
	color: #999999;
	float: left;
	font-style: italic;
}

.recommended_item>.edit,.content_path>.edit {
	float: right;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #0054ff;
	margin-right: -10px;
}

.icon_content>.deactivated,.icon_catentry>.deactivated,.icon_catgroup>.deactivated
	{
	background: url("../images/cmc/deactivated.png") repeat scroll 0 0
		transparent;
	height: 7px;
	margin-left: -2px;
	margin-top: -2px;
	width: 7px;
}

.summary>.description {
	padding-top: 5px;
}

.activities_container>.widget_summary {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-right: 10px;	
}

.widget_summary>.widget_nvp {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #343434;
	margin-bottom: 5px;
}

.description>.content_rec {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #343434;
	float: left;
	margin-bottom: 5px;
}

.no_activity_notice {
	color: #343434;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	margin-left: 18px;
	margin-top: 7px;
}

.bottom_messages_container_no_line {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bottom_messages_container {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bottom_messages_container>.bottom_message, .bottom_messages_container_no_line>.bottom_message {
	color: #343434;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	margin-left: 18px;
	margin-top: 7px;
}

.bottom_messages_container>.bottom_message_tooltip {
	float: left;
	height: 16px;
	margin-bottom: 2px;
	margin-top: 7px;
	width: 16px;
}

.bottom_messages_container>.search_query_title {
	margin-top: 20px;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #343434;
}

.bottom_messages_container>.search_query {
	margin-top: 3px;
	margin-left: 15px;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #343434;
}

.content_container>.activities_container,.content_container>.default_contents_container
	{
	margin-top: 20px;
}

.activities_container>.title_container,.default_contents_container>.title_container
	{
	border-bottom: 1px solid #cccccc;
	height: 25px;
}

.title_container>.title,.default_contents_container>.title {
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 25px;
	color: #343434;
	float: left;
}

.title_container>.create {
	float: right;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #0054ff;
	margin-top: 5px;
}

.activities_container>.expand_title {
	padding-top: 10px;
}

.expand_title>.expand_arrow {
	background: url("../images/cmc/storepreview_opened_arrow.png");
	width: 9px;
	height: 9px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.expand_title>.contract_arrow {
	background: url("../images/cmc/storepreview_unopened_arrow.png");
	width: 9px;
	height: 9px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.expand_title>.title {
	font-family: Verdana, Arial;
	font-size: 12px;
	float: left;
	line-height: 14px;
	color: #343434;
}

.expand_title>.edit, .expand_title>.create {
	float: right;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #0054ff;
}

.activities_container>.activities {
	padding: 7px 10px 10px 15px;
}

.activities>.data_table {
	background-color: #f2f2f2;
	color: #666666;
	font-size: 11px;
	float: left;
	width: 98%;
	padding: 10px;
	line-height: 20px;
}

.data_table>.priority,.data_table>.start_date,.data_table>.end_date {
	color: #343434;
	float: left;
	margin-right: 2px;
}

.data_table>.priority_data,.data_table>.start_date_data,.data_table>.end_date_data
	{
	color: #666666;
	float: left;
	margin-right: 8px;
}

.data_table>.evaluation {
	color: #343434;
}

.data_table>.evaluation_data {
	color: #666666;
	line-height: 13px;
}

.sub_header>.iconContent {
	background: url("../images/cmc/storepage.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.iconCategory {
	background: url("../images/cmc/category_store_page.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.iconCatalogEntry {
	background: url("../images/cmc/product_store_page.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.iconSearch {
	background: url("../images/cmc/search_store_page.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.sub_header>.iconLayout {
	background: url("../images/cmc/pagelayout.png") no-repeat;
	width: 51px;
	height: 41px;
	float: left;
}

.category_container {
	padding-left: 30px;
}

.regular_text {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 13px;
	color: #343434;
	float: left;
}

.layout_regular_text {
	padding-top: 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	color: #343434;
	float: left;
}

.expand_title>.catalog_title {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 14px;
	color: #343434;
	padding-bottom: 5px;
}

.expand_title>.spot_title {
	margin-right: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
	float: left;
	line-height: 14px;
	color: #343434;
	word-wrap: break-word;
	max-width: 420px;
}

.espot_dialog_popup {
    padding: 10px;
    background: rgb(255, 255, 255);
    border:1px solid #4eace8;
    border-radius:4px;
 }
