﻿.slideshow {
    border: 1px solid black;
    display: block;
    z-index: 1;
    float: left;
    margin-left: 22px;
    margin-top: 1%;
    width: 48%;
    height: 232px;
    background-color: White;
}


div.slideshow #links {
    float: right;
    clear: both;
    width: 5%;
    text-align: center;
}

    div.slideshow #links li {
        font-size: 12px;
        border-top: 1px solid white;
        line-height: 49px;
    }

        div.slideshow #links li a {
            display: block;
        }

        div.slideshow #links li.inativo {
            background-color: #EEEEEE;
        }

        div.slideshow #links li.ativo {
            background-color: #D9D9D9;
        }

div.slideshow #slides {
    height: 100%;
    color: Black;
    font-size: 14px;
}

    div.slideshow #slides .hidden {
        display: none;
    }

    div.slideshow #slides div span {
        display: block;
    }

    div.slideshow #slides .titulo {
        font-weight: bold;
        font-size: 16px;
        color: Black;
        padding: 5px 0 5px 5px;
        border-bottom: solid 1px black;
        text-align: center;
        height: 18px;
    }

    div.slideshow #slides .imagem {
        width: 200px;
        height: 170px;
    }

    div.slideshow #slides .conteudo {
        font-size: 13px;
        padding: 10px;
        width: 92%;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        word-wrap: break-word;
    }

    div.slideshow #slides .link {
        font-size: 13px;
        padding: 5px;
    }

div#slides #fade {
    position: relative;
}

div#fade {
    width: 100%;
    height: 100%;
    /*        background-color: #BBBBBB;
        margin-left:0;
        position: absolute;
        margin-top:-250px; */
}

div#slides #left {
    position: relative;
}

div#slides #right {
    position: relative;
}

div#left {
    width: 222px;
    height: 220px;
    position: absolute;
    margin-left: 0;
    margin-top: -250px;
    background: url(_voltar.gif) no-repeat center left;
}

div#right {
    width: 222px;
    height: 220px;
    position: absolute;
    margin-left: 222px;
    margin-top: -250px;
    background: url(avancar.gig) no-repeat center right;
}

div .link a {
    color: #FFFFFF;
}

div .link label a {
    color: #FFFFFF;
    font-weight: bold;
}

div .link a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}



.testeIMG {
    height: 180px;
    width: 104%;
}

.slideshowPecas {
    border: 1px solid black;
    display: block;
    z-index: 1;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1%;
    height: 235px;
    background-color: White;
}


div.slideshowPecas #links {
    float: right;
    clear: both;
    width: 5%;
    text-align: center;
}

    div.slideshowPecas #links li {
        font-size: 12px;
        border-top: 1px solid white;
        line-height: 49px;
    }

        div.slideshowPecas #links li a {
            display: block;
        }

        div.slideshowPecas #links li.inativo {
            background-color: #EEEEEE;
        }

        div.slideshowPecas #links li.ativo {
            background-color: #D9D9D9;
        }

div.slideshowPecas #slides {
    height: 100%;
    color: Black;
    font-size: 14px;
}

    div.slideshowPecas #slides .hidden {
        display: none;
    }

    div.slideshowPecas #slides div span {
        display: block;
    }

    div.slideshowPecas #slides .titulo {
        font-weight: bold;
        font-size: 16px;
        color: Black;
        padding: 5px 0 5px 5px;
        border-bottom: solid 1px black;
        text-align: center;
        height: 18px;
    }

    div.slideshowPecas #slides .imagem {
        width: 200px;
        height: 170px;
    }

    div.slideshowPecas #slides .conteudo {
        font-size: 13px;
        padding: 10px;
        width: 92%;
        text-decoration: none;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        word-wrap: break-word;
    }

    div.slideshowPecas #slides .link {
        font-size: 13px;
        padding: 5px;
    }


.containerPaineisPedidoPecas {
    width: 650px;
}

.painelPrincipal {
    width: 47%;
}

@media screen and (min-width: 800px) {
    .painelPrincipal {
        width: 46%;
    }

    .containerPaineisPedidoPecas {
        width: 300px;
    }
}


@media screen and (min-width: 1200px) {
    .painelPrincipal {
        width: 47%;
    }


    .containerPaineisPedidoPecas {
        width: 540px;
    }

        .containerPaineisPedidoPecas .testeIMG {
            width: 485px;
        }
}
