/* ----------------------------------------------------------------------------------------------------------------- */
/* estrutura principal */

div#cat_description { display: block; position: relative; float: right; width: 70%; overflow: hidden; margin: 0 0 10px 0; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* imagem */

div#cat_description img { width: 30%; float: left; }


/* ----------------------------------------------------------------------------------------------------------------- */
/* detalhes */
div#cat_description div.details { width: 65%; float: right; }
    div#cat_description div.details h1 { display: block; font-size: 18px; color: #bc313a; line-height: 30px; width: 100%; margin: 0 0 10px 0; }
    div#cat_description div.details p { display: block; font-size: 14px; line-height: 20px; width: 90%; margin: 0 auto; }


/* ----------------------------------------------------------------------------------------------------------------- */