/* ---------------------------------------------------------
	DEFAULT.CSS
	General style sheet for all browsers
	Fernando Cardoso
----------------------------------------------------------*/

/* ---------------------------------------------------------
	MENU BOTÃO CATEGORIA
----------------------------------------------------------*/
.menu-categoria a {
	background:	'#D1261E';
	border:		0;
	margin:		0;
	padding:	3px 4px 3px 4px;
	display:    inline-table;
	white-space:	nowrap;
	cursor: pointer;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	width: 149px;
	height: 19px;
	text-align: inherit;
	text-decoration: none;
}

.menu-categoria a:hover {
	background:		#A9A9A9;
	padding:		2px 3px 2px 3px;
	border-width:	1px;
	border-style:	solid;
	border-color:	#A9A9A9;
	text-decoration: none;
}

/* ---------------------------------------------------------
	TEXTO TABELA PROD
----------------------------------------------------------*/
.text-tab  a {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 9px;
	
}

.text-tab  a:hover {
	font-size: 9px;
	text-decoration: underline;
	
	
}

.text-tab a:active {
	text-decoration: none;
	color: #990000;	
}

.text-tab a:visited {
	text-decoration: none;
	color: #990000;	
}


.text-tabcot  {
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica;
}

.text-bold  {
	color: #CC3333;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.text-normal  {
	color: #CC3333;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

/* ---------------------------------------------------------
	PAGINAÇÃO SELECT
----------------------------------------------------------*/
.text-pagin a {
	color: #CC3333;
	text-decoration: none;
}

.text-exclui a {
	color: #CC3333;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica;

}

/* ---------------------------------------------------------
	EOT
----------------------------------------------------------*/