﻿
#catalogo {
    width: 613px;
    float: left;
    border: solid 8px #ec008c;
}

#fotoCat {
    width: 308px;
    height: 410px;
    float: left;
    margin-right: 32px;;
    border-right: solid 1px #dcdae4;
}

#contCat {
    width: 272px;
    float: left;
    padding-top: 53px;
}
#contCat h3 {
    font-size: 13px;
    color: #ec008c;
    margin-bottom: 15px;
}
#contCat ul,
#contCat ul li {
    width: 260px;
    float: left;
    margin-bottom: 3px;
}
#contCat ul li a {
    display: block;
    padding: 0 0 2px 18px;
    background: transparent url(/mm/img/sprites.gif) no-repeat 0 -843px;
    color: #253f6e;
    font-weight: bolder;
    text-decoration: none;
}
#contCat ul li a:hover {text-decoration: underline;}

#contCat .buttons {
    float: left;
    width: 210px;
    margin-top: 230px;
}
#contCat .botao {
    float: left;
    overflow: hidden;
    text-indent: -5000px;
    height: 17px;
    margin-right: 5px;
}
#contCat .btAnterior {
    width: 101px;
    background: transparent url(/mm/img/bt-paginaAnt.gif) no-repeat 0 0;
}
#contCat .btProximo {
    width: 98px;
    background: transparent url(/mm/img/bt-proximaPag.gif) no-repeat 0 0;
}


