<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.popup-window {width:350px; z-index:9000; display:none; background:#fff; position:absolute; border:8px solid #ccc; -moz-border-radius:8px; border-radius:8px;}
div.popup-window-active {display:block;}
div.popup-border {border:1px solid #aaa;}
div.popup-content {margin:10px; position:relative;}
div.popup-content .price {margin-bottom:10px;}
div.popup-content .price label {display: block;}
div.popup-window h1, div.popup-window h2 {padding-bottom:5px; border-bottom:1px solid #ccc;}
div.popup-window a.cross {position:absolute; right:0; top:0; background:url('close.gif') no-repeat left top; height:17px; width:17px; display:inline-block; text-indent:-9999px; overflow:hidden;}
div.popup-window .footer {border-top:1px solid #ccc; padding-top:10px;}
div.popup-mini {text-align:center; width:250px;}
#popup-mask {left:0; top:0; position:absolute; z-index:8000; background-color:#fff;} 	
</pre></body></html>