@CHARSET "UTF-8"; /*declaração da codificação de caracteres */
/* 
    Document   : f4
    Created on : 9/Jan/2012, 19:01:27
    Author     : MSSousa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#f4 {
    border: 0 solid blue;
    color: #4C4C4C;
    float: left;
    height: 210px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 540px;
}
#f4 a {
    color: #4C4C4C;
}
#f4_top {
    border: 0 solid blue;
    float: left;
    height: 110px;
    padding-bottom: 0;
    position: relative;
    width: 120px;
}
#f4_top_content {
    border: 0 solid chocolate;
    bottom: 0;
    margin: 0;
    padding-left: 5px;
    position: absolute;  
}
#f4_middle {
    border: 0 solid #FF00FF;
    float: right;
    height: 210px !important;
    width: 400px;
}
#f4_bottom {
    border: 0 solid chocolate;
    float: left;
    height: 130px;
    width: 120px;
}
#f4_imagem {
    border: 0 solid black;
    float: left;
    margin: 0;
    padding: 0;
}
#f4_3icons {
    border: 0 solid green;
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
    width: 41px;
}
#f4_desconto {
    background-image: url("../../../assets/site/botoes/descontoback.gif");
    background-repeat: no-repeat;
    border: 0 solid aqua;
    color: #FFFFFF;
    font: bold 14px arial;
    height: 20px;
    margin: 5px 0 0;
    padding: 1px 0 0 12px;
    width: 43px;
}
#f4_novidade {
    background-image: url("../../../assets/site/botoes/novidades.png");
    background-repeat: no-repeat;
    border: 0 solid black;
    color: #FFFFFF;
    font-size: 1%;
    height: 19px;
    left: -34px;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    width: 75px;
}
#f4_descontoportes {
    border: 0 solid red;
    margin: 5px 0 0;
    padding: 0;
}
#f4_24horas, #f4_campanha {
    border: 0 solid yellow;
    margin: 5px 0 0;
    padding: 0;
}
#f4_24horas img.condicoes24h {
    cursor: pointer;
}
#f4_titulo, #f4_titulo a {
    border: 0 solid red;
    font-size: 18px;
    font-weight: bold;
    margin: 2px 0 0;
}
#f4_slogan {
    border: 0 solid red;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}
#f4_resumo {
    border: 0 solid red;
    font-size: 13px;
    margin: 10px 0 0;
    padding: 0;
}
#f4_autores, #f4_autores a {
    border: 0 solid yellow;
    float: none;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
#f4_subtitulo {
    display: none;
}
#f4_disponibilidade {
    border: 0 solid orange;
    color: #999999;
    float: none;
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0;
}
#f4_precocapa_nome {
    border: 0 solid green;
    display: none;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f4_precocapa_separador {
    border: 0 solid green;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f4_precocapa {
    border: 0 solid blue;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
    text-decoration: none;
}
#f4_precovenda {
    border: 0 solid red;
    color: #009DE0;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f4_comprar {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-right: 5px;
    margin-top: 20px;
    width: 92px;
}
#f4_comprar a {
    background: url("../../../assets/site/botoes/btadicionarPeq.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 1%;
    height: 22px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 92px;
}
#f4_comprar a:hover {
    background-position: 0 -22px;
}
#f4_comprar a.disabled {
    background-position: 0 -22px;
    cursor: default;
}
#f4_wishlist {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 20px;
    width: 17px;
}
#f4_wishlist a {
    background: url("../../../assets/site/botoes/btInfo.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 1%;
    height: 22px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 17px;
}
#f4_wishlist a:hover {
    background-position: 0 -22px;
}
#f4_wishlist a.disabled {
    background-position: 0 -22px;
    cursor: default;
}

