/* styles for popup windows Esselte Corporation project */
/* document styles */
.popupbkg {background:#fff repeat-y;color:#666;font-family:verdana,arial,"Lucida Grande",sans-serif;font-size:11px;margin:0;}
.popuptopCorner{position:absolute;top:0px;left:599px;}

/* containers and margins */
.popupContainer{float:left;width:618px;padding:0 30px 0 25px;voice-family:"\"}\"";voice-family:inherit;width:563px;}
html>body .popupContainer{width:563px;}
.popupMargins{margin:5px 10px 0 20px;}
.imagesBrands{float:left;  padding-top:35px;  padding-bottom:20px;}

/* shopping with DYMO specific */
.scroll{position:static; overflow:auto;}
.height {height: 350px;}

/* product FAQ specific */
/* document styles */
.faqpopupbkg {background:#fff url(/img/bg_faq_popup.gif) repeat-y;color:#666;font-family:verdana,arial,"Lucida Grande",sans-serif;font-size:11px;margin:0;}
.faqpopuptopCorner{position:absolute;top:0px;left:438px;}

.faqContainer{float:left;width:452px;padding:0 30px 0 25px;voice-family:"\"}\"";voice-family:inherit;width:397px;}
html>body .faqContainer{width:397px;}
.faqContent{float:left;width:406px;}
.faqH1{background-image:url(/img/hdrs/bg_h1_406.gif);}
#drvingDirectionBreadcrumbIcons {position:absolute;top:30px;right:30px;float:right;}

/* Enlarge and Demo Popups */
.enlargepopupbkg, .directionspopupbkg{background:#fff;}

/*
 popup.js
*/
div.popup {
  max-width: 1000%;
  border: 1px solid #FF9900;
  padding: 10px;
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

#messageOverlay {
    
}
.messageOverlayTitle {
    font-weight:bold; 
    text-align:center; 
    color:#FFFFFF; 
    text-transform:uppercase;
}
.messageOverlayText {
    padding:10px 0px 10px 0px;
}


