@namespace adi url(http://www.adi.com/2006/WWW/ProductList);

.product_table
{
    padding: 0 0 0 0;
    margin-left: 20px;
    width:500px;
	font-size: small;
    font-weight:normal;
}

.product_table th
{
    border-bottom: thin solid;
    background-color: #cccccc;
    font-size: x-small;
    font-weight:bold;
    text-align:left;
}

.product_table td
{
    border-top: thin solid;
    vertical-align: top;
    font-size: xx-small;
}


.class_button
{
    font-weight:bold;
    font-size: small;
    width:520px;
    background-color:#BCCAD9;
    padding-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    cursor: hand;
}

.type_button
{
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 400px;
    cursor: pointer;
    cursor: hand;
    color: #666666;
    text-decoration: underline;
}

adi|name
{
    font-weight: bold;
}

adi|description
{
    font-size: x-small;
    position: relative;
    top: 1em;
}

.expander 
{
                background-color: #666666;
                color: #ffffff;
                width: 1em;
                text-align: center;
                margin-right: 1em;
}