/* Style Sheet for Popup page - Information */
#shopping_cart { background:#FFFFFF; margin:0; padding:0; left:0; top:0;}
#popup_window { position:absolute; z-index:1002; width:700px; left:0px; top:800px;}

/* Tab */
#popup_tab {float:left; width:100%; color:#FFFFFF; background-color:#9ecee5; line-height:25px;}
#popup_tab #window_title { font-size:1em; width:100px; float:left; padding-left:10px; font-weight:bold;}
#popup_tab #tabbt { float:right; text-align:right; padding-right:10px;}
#popup_tab .bt_drag, #popup_tab .bt_close { height:16px; line-height:16px; text-align:center; font-size:10px; color:#FFFFFF; border:none; margin-top:4px;}
#popup_tab .bt_drag { width:95px; float:left;}

/* Content background:url(/images/bg_popup_content.gif)*/
#popwin { position:absolute; z-index:1002; left:0px; top:826px; width:385px; border-left:#9ecee5 3px solid; border-right:#9ecee5 3px solid; border-bottom:#9ecee5 3px solid;}
#cart_container2 { width:650px; height:200px; overflow:auto;}

.white_overlay { display: none; position: absolute; top: 0%;left: 0%;width: 100%;height: 1250px;background-color: white;z-index:1001;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}

