#btu_container
{
    width:148px;
    border:solid 1px silver;
    border-right:solid 1px #666;
    border-bottom:solid 1px #666;
    background-color:#eee;
    margin-top:12px;
}
#btu_button_container
{
    padding:4px 4px 0px 4px;
    background-color:#E4F0F8;
	border-right:1px solid #7788AA;
}

#btu_calc
{
    background-color:#eee;
}

#btu_container ul
{
    list-style:none;
    padding-bottom:4px;
}

#btu_container ul li
{
    padding-right:10px;
    padding-bottom:6px;
    text-align:right;
    
}

#btu_title
{
    font-weight:bold;
    font-size:14px;
    color:#666;
    margin-bottom:8px;
}

#btu_button
{
    background-color:#1C6A97;
    color:white;
    border:white;
    cursor:pointer;
    /width:103px;
    /font-size:10px;
    margin:4px 0px 4px 0px;
}

.btu_small
{
    font-size:10px;
    position:relative;
    left:-4px;
}

a.small_expandable_list
{
    text-decoration:none;
	display:block;
	background-color:#E4F0F8;
	border-bottom:1px solid #7788AA;
	width:143px;
	padding:2px;
	position:relative;
	left:-4px;
}

a.small_expandable_list span
{
    color:blue;
	text-decoration:underline;
}
a.small_expandable_list img
{
    margin-right:5px;
    margin-left:5px;
    vertical-align:middle;
}

#btu_result_text, #btu_result_text2
{
    float:left;
    padding-left:7px;
}
