div#ondaexpress{
	width: 869px;
    height: 120px;
    padding: 41px 0px 10px 0px;
    background: url("../imgs/ondaexpress.jpg") no-repeat;
}

div#ondaexpress div#ondaexpress_produtos_wrapper{
    padding: 0px ;
	margin: 0px 20px 13px 19px;
    background: #ffffff;
    height: 90px;
}

div#ondaexpress ul{
    display: block;
    margin: 0px;
    padding: 0px;
    background: #f7f7f7;
}

div#ondaexpress li{
    display: block;
    float: left;
    padding: 5px;
    padding-top: 8px;
    width: 122px;
    height: 72px;
    margin: 3px;
    background: #ececec;
}

div#ondaexpress a,
div#ondaexpress a:active,
div#ondaexpress a:visited{
    color: #3e3e3e;
    font-size: 8pt;
    text-decoration: none;
    font-weight: normal;
}

div#ondaexpress a:hover{
    text-decoration: underline;
}

div#ondaexpress div.ondaexpress_imagem{
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 0px;
}

div#ondaexpress div.ondaexpress_descricao{
    overflow: hidden;
    height: 55px;
    float: left;
    width: 60px;
    text-align: left;
}


div#ondaexpress div.ondaexpress_preco{
    padding: 5px;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    color: #ff7a00;
}
