/* 
 * SubCategory divs for missing subcat in URL 
 */
#trueCenter h1 {
    color: #002596;
    font-size: 22px;
    margin-bottom: 5px;
}
#trueCenter #container {
    background-color: #EFEFEF;
    border: 2px solid #CCCCCC;
    display: block;
    float: left;
    height: 120px;
    margin: 10px 10px 50px 2px;
    text-align: center;
    width: 120px;
}

#trueCenter #container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	}
#trueCenter #container .name { color:#002596; line-height:13px; margin-top:124px; }
#trueCenter #container .nameNotes { color:#999999; font-size:10px; line-height:10px; }
#trueCenter .dt_processing {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 14px;
    height: 50px;
    left: 50%;
    margin-left: -125px;
    margin-top: 55px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 5%;
    vertical-align: top;
    width: 250px;
}
.enlarge { color:#999999; font-size:10px; line-height:10px; width:120px; text-align:center; }
