#debug		{background-color: #4C4C4C;color: silver;font-size: 11px;font-family: tahoma;position:absolute;width:200px;height:90%;right:10px;top:10px;padding:3px;}
#navbar			{color:gray; margin-bottom:5px; font-size:9px; font-family:tahoma; color:silver;}
.navbar			{font-size: 9px;font-family:tahoma; text-decoration: none;	color:silver;}
a.navbar:hover	{color:#555555;}



.cxmain 	{color:white; background:#273C82; padding:3px;}
.ntd 		{border-bottom:1px solid #ECECEC; padding:2px;}
.btn3		{color:#273C82; text-decoration:underline; font-weight:bold;}
.btn3:hover	{color:#3B549F;}

.thumbheader 		{margin-top:10px; }
.thumbnail			{color:#273c82; font-weight:normal; text-decoration:underline; margin-top:3px; margin-bottom:3px;}
.thumbnail:hover	{text-decoration:none;}


.btn{
	margin:0px;
	height:20px;
	background-color:#d8ddef;
	font-family:arial, verdana;
	font-size: 11px;
	font-weight: bold;
	color:#273c82;
	padding:2px 7px 2px 7px;
	border-top:1px solid #9faee0;
	border-right:1px solid #9faee0;
	border-bottom:1px solid #6e81c2;
	border-left:1px solid #6e81c2;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}


.btn2{
	margin:0px;
	height:20px;
	background-color:#a7e5bd;
	font-family:arial, verdana;
	font-size: 11px;
	font-weight: bold;
	color:#006e27;
	padding:2px 7px 2px 7px;
	border-top:1px solid #74da99;
	border-right:1px solid #74da99;
	border-bottom:1px solid #009f39;
	border-left:1px solid #009f39;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
}

/*
PAGINAÇÃO
Para páginas e listagens de produtos
* pn - pagenumber
*/
#n{
height: 10px;
vertical-align: bottom;
}

.nl{
	width: 75px;
}
	
a.nl{
	background-repeat: no-repeat;
	background-position: left top;
	width:75px;
	height:20px;
	padding: 3px;
	color:#273c82;
	text-decoration: none;
	text-align: center;
}

a.nl:hover{
	text-decoration: underline;
}

.nr{
	text-align: right;
	width: 75px;
}
a.nr{
	background-repeat: no-repeat;
	background-position: right bottom;
	width:75px;
	height:20px;
	padding: 3px;
	text-align: center;
	color:#273c82;
	text-decoration: none;
}
a.nr:hover{
	text-decoration: underline;
}
/* parte central */

td.nc{
	text-align: center;
	vertical-align: bottom;
	height: 18px;
}

span.nc{
	margin:3px;
}
a.nc{
	padding:3px;
	text-decoration: none;
	color:#273c82;
	font-weight: bold;
	text-decoration: underline;
}
a.nc:hover{
	text-decoration: none;
}


/* 
SEARCH RESULT
*/
.sr{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sr0{
	float: left;
	width: 20px;
	height:20px;
}
.sr1{
	font-weight: bold;
	text-decoration: underline;
	color:black;
	margin-bottom: 2px;
	color: #205B85;
}
a.sr1{
	color: #205B85;
}
a.sr1:visited{
	color: #464897;
}
a.sr1:hover{
	text-decoration: none;
}
.sr2{
	color:gray;
}