/* miub - McClatchy Interactive Update Browser namespace */
#miub_alert, .miub_alt_browser {
    float: left;
    width: 75px;
}

#miub_ie6 {
    float: right;
    width: 75px;
    padding-top: 5px;
    text-align: center;
}

.miub_info_alt_browser {
    position: relative;
    height: 70px;
}

.miub_info_alt_browser_img {
    clear: both;
    width: 75px;
    float: left;
}

.miub_info_alt_browser_text {
    font-size: 0.8em;
    line-height: 1.1;
    padding-right: 40px;
    padding-top: 10px;
}


#miub_container {
    border: 1px solid #F7941D; 
    background: #FEEFDA; 
    text-align: center; 
    clear: both; 
    height: 75px; 
    position: relative; 
    display:none;
}

#miub_info_container {
    border: 1px solid #F7941D; 
    background: #FEEFDA; 
    clear: both; 
    overflow: hidden; 
    position: relative; 
}

#miub_close {
    position: absolute; 
    right: 3px; 
    top: 3px; 
    font-family: courier new; 
    font-weight: bold;
}

#miub_close img {
    border: none;
}

#miub_info {
    width: 700px; 
    margin: 0 auto; 
    text-align: left; 
    padding: 0; 
    overflow: hidden; 
    color: black;
}

#miub_upgrade_info {
    width: 600px; 
    margin: 0 auto; 
    text-align: left; 
    padding: 0; 
    overflow: hidden; 
    color: black;
}

#miub_info_box {
    width: 275px; 
    float: left; 
    font-family: Arial, sans-serif;
}

#miub_info_container #miub_info_box {
    width: 450px;
}

div#miub_info_container .miub_info_text p {
    clear: both; 
    width: 95%; 
    padding-left: 10px; 
    font-size: 1.2em; 
    line-height: 1.2;
    text-align: left;
}

.miub_info_text p {
    margin-bottom: 8px;
}

#miub_container h2 {
    font-size: 14px; 
    font-weight: bold; 
    margin-top: 12px;
} 

#miub_container p {
    font-size: 12px; 
    margin-top: 6px; 
    line-height: 12px;
}

#miub_info_container h2 {
    font-size: 1.8em; 
    font-weight: bold; 
    margin-top: 12px;
} 

#miub_info_container p {
    font-size: 1.4em; 
    margin-top: 6px; 
    line-height: 12px;
}
