#wrap{
    background:url("../img/bg_pages.jpg") repeat-x center top;
}
#content_middle{
    margin:0 auto;
    width: 900px;
    padding: 15px 35px;
    background:url("../img/bg_contents.png") no-repeat center top;
    margin-top:20px;
    margin-bottom:0px;
    height:auto;
}

#linha_produtos{
    float:left;
    width:220px;
    height:auto;
    display:table;
}

#linhas{
    float:left;
    width:220px;
    margin-top:5px;
}
#linhas li{
    float:left;
    width:180px;
    margin-bottom:5px;
    padding:15px 20px;
    background:#ddd;
    font:normal 12px 'Roboto','Arial',sans-serif;
}
#linhas li a{
    color:#444243;
}
#linhas li a:hover{
    color:#1a6bad;
}

#descritivo{
    float:left;
    border:0px solid gray;
    margin-left:25px;
    width:650px;
    margin-bottom:25px;
}
#secao_busca{
    margin-top:-55px;
    height:45px;
    z-index: 222;
}

#secao_busca #product{
    margin-top:0px;
}
#secao_busca .bt_search{
    margin-top:0px;
}

#area_produtos{
    width:100%;
    margin-top:25px;
    display:table;
    margin-bottom:35px;
    height:auto;
}

.bloco_produtos{
    float:left;
    width:130px;
    padding:10px;
    height:240px;
    border:1px solid #ccc;
    border-radius:10px;
    display:table;
    margin-bottom:25px;
    margin-left:14px;
}
.margem{
    margin-left:0px;
}

.bloco_produtos:hover{
    border:1px solid #1467ac;
}

.bloco_produtos span{
    width:100%;
    display:table;
    font-family: 'Roboto','Arial',sans-serif;
    text-align:center;
}
.bloco_produtos span.nome_produto{
    color:#0b3b5c;
    margin-top:10px;
    margin-bottom:5px;
    font-size:14px;
    line-height:18px;
}
.bloco_produtos span.link_azul{
    color:#1467ac;
    margin-top:10px;
    margin-bottom:5px;
    font-size:12px;
    line-height:18px;
}

h3{
    display:table;
    width:100%;
    margin-top:25px;
    margin-bottom:10px;
    color:#1669ac;
    font:bold 16px 'Roboto','Arial',sans-serif;
}

#descritivo ul{
    float:left;
    width:300px;
    margin-bottom:30px;
}
#descritivo ul li{
    float:left;
    width:300px;
    padding-left:20px;
    background:url("../img/dots_menu.png") no-repeat left center;
    font:normal 14px 'Roboto','Arial',sans-serif;
    color:#6f6f6f;
    line-height:28px;
}

.baterias{
    width:650px;
    height:194px;
    border-radius:10px;
    overflow: hidden;
    display:block;
}
.link_azul{
    font-style:italic;
    color:#1f6eae;
    font:normal 13px 'Roboto','Arial',sans-serif;
   
}



.foto_pneu{
    float:left;
    margin-top:5px;
    margin-right:25px;
    width:200px;
    height:262px;
    border:1px solid #ddd;
    padding:12px;
    border-radius:10px;
}