dl.zend_form dt {
    clear: left;
    float: left;
    width: 250px;
}

dl.zend_form dt label{
    font-weight: bold;
}

#product-element input{
    margin:0;
}

#product_list-element{
    margin-left: 250px;
}

#product_list-element ul{
    margin: 0;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    width: 218px;
}

#product_list-element ul li{
    list-style: none;
    padding: 5px 10px;
}

#product_list-element ul li.even{
    background-color: #efefef;
}


#beefTraceability-element{
    margin: 0;
}
#fieldset-beefTraceability{
    clear:both;
}

.staticdata th{
    text-align: left;
}
.staticdata th,
.staticdata td{
    padding:5px 15px 5px 5px;
}