﻿body {
    margin:0 auto;
    padding:0px 0px 0px 0px;
}

#contentProd {

    min-width:700px;
    width:700px;
    height:100%;
    min-height:850px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    margin: 10px 10px 10px 10px;
    margin-top:20px;
    margin-bottom:100px;
    background-color:#fff;
    float:left;

     border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}


#imagesProd {

    margin:10px;
    width:500px;
    min-width:500px;
    max-width:500px;
}


#checkBoxProd {
    margin-bottom:30px;
}

#tituloCategoria {
    height: 50px;
    width: auto;
    background-color: #ffff00; /*cor fundo titulo*/
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border: 2px solid #fff; /*cor da linha do titulo*/
    font-family: calibri;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    font-style: italic;

}
#imagemProd {
    margin: 0 auto;
    
}

.holderProd {
    text-align:center;
    width:660px;
}

.thumbProd {
	margin:0 auto;
    width:100px;
    margin-bottom:10px;
    margin-left:0px;
	background-color:#f00;
}

#tabela tr {
    text-align: left;
    font-family: Calibri;
    border:1px solid #E3E3E3;
}
#tabela tr:hover{
    background-color:#ffff00;
    cursor:pointer;
}

#tableDescProd a {
    font-size: 20px;
    font-weight: bold;
}

#righTotalProdutos {
    float:right;    
}

#rightProdComum {
    border: 1px solid #E3E3E3;
    width: 300px;
    height: auto;
    min-height:200px;
    margin-top: 20px;
    margin-bottom:20px;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #fff;
}


#rightGaleriaProd {
    border: 1px solid #E3E3E3;
    width: 300px;
    height: auto;
    min-height:200px;
    margin-top: 20px;
    margin-bottom:50px;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #fff;
    margin-bottom:100px;
}
#pesquisa{
    margin-bottom:50px;
    width:290px;
}

#pesquisa a {
    font-family: calibri;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-top:20px;
 }

#sideTituloGaleriaProd{
    height: 50px;
    background-color: #ffff00; /*cor fundo titulo*/
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border: 2px solid #fff; /*cor da linha do titulo*/
    font-family: calibri;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    font-style: italic;
}

#fileUPProd {
    /*margin-bottom:10px;*/
    margin-left:3px;
    height:40px;
}

#btnUPProd {
    height:40px;  
    margin-left:3px;  
}


#descricaoAdminProd {
    font-family: calibri;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-top:20px;

}

#descricaoGuestProd {
     font-family: calibri;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-top:20px;
}