@charset "utf-8";
/* CSS Document */

/*
*
*popups
*{
*/
a{cursor: pointer;text-decoration:none;}
#backgroundPopup{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/height:100%;width:100%;top:0;left:0;background:#000000;border:0px solid #8d522e;z-index:998;}
#popupContact{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/width:530px; height:398px;background:#e7e1e1;border:0px solid #8d522e;z-index:1001;padding:0px;font-size:13px;}
#popupContactClose{font-size:14px;line-height:14px;right:6px;top:2px;position:absolute;color:#6fa5fd;font-weight:700;display:block;}
#contactArea{border:0px solid red; width:530px; height:398px;}
#contactArea.loading{background:url(../../../../img/loading.gif) 248px 170px no-repeat;}

#popupStock{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*//*height:467px;*/width:542px;background:#fddbaa;border:2px solid #8d522e;z-index:1001;padding:12px;font-size:13px;color:#000000;text-align:left;}
#popupStockClose{font-size:14px;line-height:14px;right:6px;top:4px;position:absolute;color:#6fa5fd;font-weight:700;display:block;}
#StockArea{border:0px solid red; width:384px; height:300px;}
#StocktArea.loading{background:url(../../../../img/loading.gif) 180px 170px no-repeat;}

#popupEvent{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*//*height:467px;*/width:408px;background:#fddbaa;border:2px solid #8d522e;z-index:1001;padding:12px;font-size:13px;color:#000000;text-align:left;}
#popupEventClose{font-size:14px;line-height:14px;right:6px;top:4px;position:absolute;color:#6fa5fd;font-weight:700;display:block;}
#eventArea{border:0px solid red; width:384px; height:300px;}
#eventArea.loading{background:url(../../../../img/loading.gif) 180px 170px no-repeat;}

#popupWelcomeleft{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*//*height:467px;*/width:408px;background:#fddbaa;border:2px solid #8d522e;z-index:2001;padding:12px;font-size:13px;color:#000000;text-align:left;}
#popupWelcomeleftClose{font-size:14px;line-height:14px;right:6px;top:4px;position:absolute;color:#6fa5fd;font-weight:700;display:block;}
#WelcomeleftArea{border:0px solid red; width:384px; height:300px;}
#WelcomeleftArea.loading{background:url(../../../../img/loading.gif) 180px 170px no-repeat;}
/*
*}
*popups
*
*/