﻿/* IE6 css fixer v0.4: Fri, 02 Oct 2009 17:42:15 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.promos,
.promos div,
.promos div span,
.promocao {display:inline;}

/* fix negative margins */
.promos div {position:relative; zoom:1;}

.promos 
{
    border-bottom:1px dashed #28156E;
    clear:both;
    height:100px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    width:480px;
    float: left;
}

.promos div 
{
    background:#F8F8F8;
    border:0p;
    float:left;
    height:95px;
    margin-right:10px;
    padding:6px;
    width:217px;
    margin-top:-10px;
}

.promos div h1 
{
    background:#28156E;
    color:White;
    font-family:Tahoma;
    font-size:12px;
    font-weight:600;
    margin:0;
    text-align:center;
    height:18px;
    padding-top:2px;
    margin-top:10px;
		
}

.promos div span 
{
    clear:right;
    display:block;
    float:right;
    margin-top:10px;
}

.promos div p 
{
    line-height:16px;
    margin:5px 0 0;
}

.icon_equipamento
{
    background:transparent url(/imagem/anuncios/equipamentos.jpg) no-repeat;
    height:62px;
    width:60px;
}

.icon_curso
{
    background:transparent url(/imagem/anuncios/cursos.jpg) no-repeat;
    height:62px;
    width:60px;
}

.icon_promocao
{
    background:transparent url(/imagem/anuncios/promocoes.jpg) no-repeat;
    height:62px;
    width:60px;
}

.icon_novidade
{
    background:transparent url(/imagem/anuncios/novidades.jpg) no-repeat;
    height:62px;
    width:60px;
}

.promocao 
{
    border:0px;
    clear:both;
    height:110px;
    margin:15px auto 10px;
    padding-bottom:10px;
    width:200px;
    float: right;
}