	/*	Arquivo criado pelo programador Paulo Sergio de Oliveira	*/

.site{
width:100%;
min-height:600px;
margin:0px auto;
background-color:#;
border:px solid #f60;
float:left;
}


.main_index{
width:100%;
border:px solid #069;	
}
.results{
width:100%;
background-color:#fff;
border:px solid #f00;
float:left;		
}
.link_categ{
width:98%;
margin:1% 1% 2% 1%;
border:3px solid #;
float:left;
}
.link_categ:hover{
/*text-decoration:underline;*/
}





.produto{
min-height:350px;
height:500px;
max-height:600px;
margin:0% 1% 4% 1%;
background-color:#fff;
border-right:1px solid #aaa;
/*border:1px solid #f00;*/
/*overflow:hidden;*/
}
.produto_img{
width:50%;
margin:0 25%;
background-color:#;
border:px solid #aaa;
float:left;
}
.produto_img:hover{
cursor:pointer;
}
.produto_titulo{
width:80%;
margin:3% 10%;
min-height:30px;
max-height:200px;
background-color:#;
border:px solid #aaa;
float:left;
overflow:hidden;
text-align:center;
}
.produto_sub_titulo{
width:80%;
margin:1% 10%;
min-height:40px;
max-height:200px;
background-color:#;
border:px solid #aaa;
float:left;
font-weight:bold;
text-align:center;
}
.produto_descricao{
width:80%;
margin:0 10%;
min-height:50px;
max-height:200px;
background-color:#;
border:px solid #aaa;
float:left;
overflow:hidden;
}
.produto_preco{
width:80%;
margin:0 10% 5% 10%;
min-height:50px;
max-height:200px;
background-color:#;
border:px solid #aaa;
float:left;
overflow:hidden;
}

/*
.produto_data{
min-height:30px;
max-height:50px;
margin:0% 1% 1% 1%;
background-color:#;
border:px solid #aaa;
float:left;
}

.produto_link{
max-height:200px;
margin:0% 1% 4% 1%;
background-color:#;
border:px solid #aaa;
float:left;
font-size:1.8em;
color:#777;
}
*/




.publicidade_time_line{
width:100%;
/*max-height:100px;*/
margin:1% 0% 1% 0%;
background-color:#;
border:px solid #ddd;
float:left;			
}
.content_anuncio_externo{
width:98%;
max-height:250px;
/*max-height:322px;*/
padding:0px 0px;
background-color:#f1f1f1;
border:px solid #ddd;		
}
.content_anuncio_interno{
width:100%;
max-height:250px;
/*max-height:322px;*/
padding:0px 0px;
background-color:#f1f1f1;
border:px solid #ddd;		
}
.img_publicidade_time_line{

width:970px;
height:250px;
/*
width:1250px;
height:322px;
*/
margin:0% auto;
padding:0px 0px;
background-color:#;
border:px solid #ddd;
overflow:hidden;		
}






.load_results, .load_results_ultimos, .load_results_mais_vistos {
width:100%;
height:50px;
background-color:#;
margin:0px auto;
margin-bottom:0px;
border:0px solid #aaa;
float:left;
cursor:pointer;
transition:.5s;
display:none;
position:relative;
}
.load_results img, .load_results_ultimos img, .load_results_mais_vistos img{
width:50px;
height:50px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

.load_produtos, .load_produtos_mais_vistos, .load_ultimos_produtos, .load_search_post{
width:40%;
height:px;
background-color:#eb0000;
margin:10px 30%;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:5px;
float:left;
color:#fff;
cursor:pointer;
transition:.5s;
}
.load_produtos p, .load_produtos_mais_vistos p, .load_ultimos_produtos p, .load_search_post p{
width:;
height:px;
background-color:#;
margin:15px auto;
margin-bottom:10px;
border:px solid #0cf;
font-size:1.8em;
text-align:center;
}
.load_produtos:hover, .load_produtos_mais_vistos:hover, .load_ultimos_produtos:hover, .load_search_post:hover{
background-color:#fff;
border:1px solid #aaa;
color:#054;
transition:.2s;
}
