@import url("/us/css/layout.css"); /* related to layout */
@import url("/us/css/gnb.css"); /* related to gnb  */
@import url("/us/css/footer.css");  /* related ot footer  */
@import url("/us/css/design.css");  /* design related css that contains the country specific information */
@import url("/us/css/module.css");  /* module related css */
@import url("/us/css/apps/samsung-product.css");
@import url("/us/css/samsung-common.css");

#loding-overlay {
    background-color: #FFFFFF;
    background-image: url("/us/images/products/icon_loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    filter: alpha(opacity=50);
}

#loding-overlay2 {
    background-color: #FFFFFF;
    background-image: url("/us/images/apps/icon_loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    filter: alpha(opacity=50);
}