#inv_Heading{
   
}  

#inv_addPanel{
    display:none;
    position:absolute;
    right:0;
    top:129px;
    width:180px;
    height:110px;
    background-color:#E7E7E7;
    z-index:102;
}

.inv_addPanel_text{
    color:#333;
    padding:18px;
    font-size:15px;
    border-bottom:1px solid #aaa;
}
.listItem{

    background-color:#E7E7E7; 
    padding:16px; 
    font-size:18px; 
    border-bottom:1px #DDD solid;
}

.last{
    border:0;

}

.itemName{
    font-family: 'trade_gothic_lt_stdlight';
    font-family: 26px;
    margin-left:20px;
    text-transform:uppercase;

}


.itemUnit{
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-family: 24px;
    width:80px;
    position:absolute;
    right:30px;
}

.highlight{
    color:red;
}

.CatList{
    float: left;
    top: 9.5%;
    width: 100%;
    height: 50%;
    margin-left: 0%;
    background-color: #E7E7E7;
    z-index: 101;
    border-bottom: 2px solid #00A599;
}

.ExpList{
    float: left;
    top: 9.5%;
    width: 100%;
    height: 50%;
    margin-left: 0%;
    background-color: #E7E7E7;
    z-index: 101;
}


#EXPtoggle a{
    color:#9aa6af;
    
}

.listItem{
    color:#777;
    font-family: 'trade_gothic_lt_stdregular';
}
.listItem a{
    color:#777;
}


#expPanel{
    display:none;
    text-align:center;
    margin-left:213px;
    font-size:14px;
    
}
#unitPanel{
    display:none;
    text-align:center;
    margin-left:20px;
    font-size:14px;

}
.radio{
float:right;    
padding-top:2px;
    
}    

label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 13px;  
} 

input[type=radio] {  
    display: none;  
}

label:before {  
    content: "";  
    display: inline-block;  
    width: 19px;  
    height: 19px;  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #fff;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}


.radio label:before {  
    border-radius: 8px;  
}  


input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #00A599;  
    font-size: 28px;  
    text-align: center;
    line-height: 22px;  

} 

input[type=radio]:checked{
 
    position:absolute;
    top:12px;
}



