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

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

#f2 {
    border: 0 solid blue;
    color: #4C4C4C;
    float: left;
    height: 210px;
    margin: 0;
    padding: 10px 0 0 20px;
    width: 260px;
}
#f2 a {
    color: #4C4C4C;
}
#f2_top {
    border: 0 solid blue;
    float: left;
    height: 110px;
    padding-bottom: 0;
    position: relative;
    width: 120px;
}
#f2_top_content {
    border: 0 solid chocolate;
    bottom: 0;
    margin: 0;
    padding-left: 5px;
    position: absolute;
}
#f2_middle {
    border: 0 solid #FF00FF;
    float: right;
    height: 210px !important;
    width: 140px;
}
#f2_bottom {
    border: 0 solid chocolate;
    float: left;
    height: 100px;
    width: 120px;
}
#f2_imagem {
    border: 0 solid black;
    float: left;
    padding: 0;
    margin: 0;
}
#f2_3icons {
    border: 0 solid green;
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
    width: 41px;
}
#f2_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;
}
#f2_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;
}
#f2_descontoportes {
    border: 0 solid red;
    margin: 5px 0 0;
    padding: 0;
}
#f2_24horas, #f2_campanha {
    border: 0 solid yellow;
    margin: 5px 0 0;
    padding: 0;
}
#f2_24horas img.condicoes24h {
    cursor: pointer;
}
#f2_titulo, #f2_titulo a {
    border: 0 solid red;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 0;
    padding: 0;
    text-decoration: none;
}
#f2_subtitulo {
    display: none;
}
#f2_slogan {
    border: 0 solid red;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}
#f2_resumo {
    border: 0 solid red;
    color: #999999;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 0;
}
#f2_autores, #f2_autores a {
    border: 0 solid yellow;
    float: none;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
#f2_disponibilidade {
    border: 0 solid orange;
    color: #999999;
    float: none;
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0;
}
#f2_precocapa_nome {
    border: 0 solid green;
    display: none;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f2_precocapa_separador {
    border: 0 solid green;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f2_precocapa {
    border: 0 solid blue;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f2_precovenda {
    border: 0 solid red;
    color: #009DE0;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}
#f2_comprar {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-right: 5px;
    margin-top: 10px;
    width: 72px;
}
#f2_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;
}
#f2_comprar a:hover {
    background-position: 0 -22px;
}
#f2_comprar a.disabled {
    background-position: 0 -22px;
    cursor: default;
}
#f2_wishlist {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 80px;
    width: 17px;
}
#f2_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;
}
#f2_wishlist a:hover {
    background-position: 0 -22px;
}
#f2_wishlist a.disabled {
    background-position: 0 -22px;
    cursor: default;
}


