﻿.box { position: relative; }

.box .te,
.box .td,
.box .be,
.box .bd { 
	position: absolute; 
	width: 6px; 
	height: 6px; 
	line-height: 0; 
	font-size: 0; 
	background-repeat: no-repeat; 
	background-image: url(../img/bg_corners.gif); 
}

.box .te { top: 0; left: 0; background-position: top left; }
.box .td { top: 0; right: 0; background-position: top right; }
.box .be { bottom: 0; left: 0; background-position: bottom left; }
.box .bd { bottom: 0; right: 0; background-position: bottom right; }
	
/* BOX STYLES */	
.boxStyle .boxContent {
	background-color: #fdfdfd;
	border: 1px solid #dfdfdf;
}
.boxStyle .te,
.boxStyle .td, 
.boxStyle .be, 
.boxStyle .bd {
	background-image: url(../img/bg_corners.gif);
}

/* Box Paginador Saúde Inicio */	

.box_paginacao_saude { margin-bottom: 5px; }
	
.box_paginacao_saude .te,
.box_paginacao_saude .td, 
.box_paginacao_saude .be, 
.box_paginacao_saude .bd { background-image: url(../img/bg_box_saude.gif); }

.box_paginacao_saude .boxContent {
	background-color: #18505a;
	border: 1px solid #18505a;
}
/* Box Paginador Saúde Fim */	
/* Box Paginador Beleza Inicio */	

.box_paginacao_beleza { margin-bottom: 5px; }
	
.box_paginacao_beleza .te,
.box_paginacao_beleza .td, 
.box_paginacao_beleza .be, 
.box_paginacao_beleza .bd { background-image: url(../img/bg_box_beleza.gif); }

.box_paginacao_beleza .boxContent {
	background-color: #937184;
	border: 1px solid #937184;
}
/* Box Paginador Beleza Fim */
/* Box Paginador Criança Inicio */	
	
.box_paginacao_crianca { margin-bottom: 5px; }	
	
.box_paginacao_crianca .te,
.box_paginacao_crianca .td, 
.box_paginacao_crianca .be, 
.box_paginacao_crianca .bd { background-image: url(../img/bg_box_crianca.gif); }

.box_paginacao_crianca .boxContent {
	background-color: #3b9e94;
	border: 1px solid #3b9e94;
}
/* Box Paginador Criança Fim */
/* Box Paginador Cuidados Inicio */	
	
.box_paginacao_cuidados { margin-bottom: 5px; }	
	
.box_paginacao_cuidados .te,
.box_paginacao_cuidados .td, 
.box_paginacao_cuidados .be, 
.box_paginacao_cuidados .bd { background-image: url(../img/bg_corners.gif); }

.box_paginacao_cuidados .boxContent {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.box_paginacao_cuidados .boxContent .tar a,
.box_paginacao_cuidados .boxContent .tar b,
.box_paginacao_cuidados .boxContent .tar span {
	color: #000;
}
/* Box Paginador Cuidados Fim */	
/* Box Paginador Geral Inicio */	
	
.box_paginacao_geral { margin-bottom: 5px; }	
	
.box_paginacao_geral .te,
.box_paginacao_geral .td, 
.box_paginacao_geral .be, 
.box_paginacao_geral .bd { background-image: url(../img/bg_pag_box_geral.gif); }

.box_paginacao_geral .boxContent {
	background-color: #98002e;
	border: 1px solid #98002e;
}
/* Box Paginador Cuidados Fim */