﻿@charset "utf-8";
@import "texto.css";
@import "listagem.css";

#banner a {
	color: #E0F1F2;
	width: 335px;
	height: 42px;
	padding: 40px 116px 0  15px;
	background: #6AB7C0 url(../images/banner-parceiros.jpg) no-repeat;
}


/********************
Chamada lateral
********************/
#contato { background-image: url(../images/box-entre-em-contato.jpg); }

#contato h2 { background-image: url(../images/entre-em-contato.png); }

#contato ul {
	width: 214px;
	margin: 0 auto;
}

#contato li {
	line-height: 20px;
	padding-left: 25px;
	border: 1px solid #EDEBF4;
	border-bottom-color: #E2DDEC;
	background-color: #F6F4FA;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#contato li.last { border-bottom-color: #EDEBF4; }
#contato li.email { background-image: url(../images/ico-email.gif); }
#contato li.orkut { background-image: url(../images/ico-orkut.gif); }
#contato li.msn { background-image: url(../images/ico-msn.gif); }
#contato li.tel { background-image: url(../images/ico-tel.gif); }

#contato li:hover, #contato li.hover { background-color: #ebe6f4; }

#contato li strong, #contato li a {
	color: #65468B;
	font-weight: normal;
}

#contato a { text-decoration: underline; }
#contato a:hover { text-decoration: none; }

/* GRID */

#ctl00_ContentPlaceHolder1_RESULTADOS tbody tr td {
	padding:10px;
	background:#F2F8FA url(../images/box-destaque.png) repeat-x scroll center bottom;
	border-bottom:1px dotted #DADAE1;
	margin-bottom:2px;
	display:block;
	width:448px;
	min-height:130px;
	_height:130px;
}

#ctl00_ContentPlaceHolder1_RESULTADOS tbody tr.pager td {
	min-height:1px;
	_height:auto;
}

#ctl00_ContentPlaceHolder1_RESULTADOS tbody tr td ul {
	overflow:hidden;
}

#found {
	color: #5E5F60;
	text-align: right;
	padding: 5px 10px 10px;
}

#found strong {
	color: #15828C;
	font-size: 1.1em;
}

#ctl00_ContentPlaceHolder1_RESULTADOS tbody tr.pager, #ctl00_ContentPlaceHolder1_RESULTADOS tbody tr.pager td 
{
	background-color:transparent;
	background:none;
}
#ctl00_ContentPlaceHolder1_RESULTADOS tbody tr.pager:hover, #ctl00_ContentPlaceHolder1_RESULTADOS tbody tr.pager td:hover
{
	background-color:transparent;
	background:none;
}

/* FIM: GRID */
/********************
Fim: Chamada lateral
********************/

/********************
PAGINAÇÃO DO GRID
********************/
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination 
		{
			text-align:center;
			margin:3px 0px;
			padding:5px 0px;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a {
			background:none;
			color:#5E5E5E !important;
			font-size: 0.9em;
			text-align: center;
			padding:2px 6px;
			margin:0px 4px;
			display:inline;
			height:auto;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a:hover, div.pagination a:active {
			background:transparent url(../images/paginacao-paginas.png) no-repeat scroll center top;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.current {
			background:transparent url(../images/paginacao-paginas.png) no-repeat scroll center bottom;
			cursor:default;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.current:hover {
			background:transparent url(../images/paginacao-paginas.png) no-repeat scroll center bottom;
			cursor:default;
		}
		
		/* PREVIOUS BUTTON */
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.FirstDisabled {
			background-image:url(../images/paginacao-anterior.png) !important;
			display:inline;
			padding:2px 34px 2px 35px;
			_padding:2px 35px 2px 34px;
			cursor:default;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.firstbutton
		{
			background-image:url(../images/paginacao-anterior.png) !important;
			display:inline;
			padding:2px 34px 2px 35px;
			_padding:2px 35px 2px 34px;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.firstbutton:hover
		{
			background-position:center bottom;
		}
		/* FIM: PREVIOUS BUTTON */
		
		/* NEXT BUTTON */
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.LastDisabled {
			background-image:url(../images/paginacao-proximo.png) !important;
			display:inline;
			padding:2px 34px 2px 35px;
			_padding:2px 35px 2px 34px;
			cursor:default;
		}

		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.lastbutton 
		{
			background-image:url(../images/paginacao-proximo.png) !important;
			display:inline;
			padding:2px 34px 2px 35px;
			_padding:2px 35px 2px 34px;
		}
		
		#principal #ctl00_ContentPlaceHolder1_RESULTADOS tr td div.pagination a.lastbutton:hover 
		{
			background-position:center bottom;
		}
		/* FIM: NEXT BUTTON */
/********************
FIM: PAGINAÇÃO DO GRID
********************/

/* Produtos - Accordion */
#accordion h3 {
	font-weight:normal;
}

/* primeiro nivel */
#accordion .toggler {
	line-height:30px;
	font-size:1.3em;
	background:#F4F3F7 url(../images/prod_seta.png) no-repeat 10px 0px;
	color:#83768F;
	margin-bottom:1px;
	padding-left:30px;
	cursor:pointer;
	border:1px #CDD1D6 solid;
}
#accordion .toggler:hover, #accordion h3.toggler.hover {
	border:1px #607EA4 solid;
	color:#7A3987;
	text-decoration:underline;
	background:#E8E4EE url(../images/prod_seta.png) no-repeat 10px -32px;
}
#accordion h3.toggler.sel {
	border-color:#787E86;
	border-style:solid;
	border-width:1px;
	margin-bottom:0px;
	border-width:1px 1px 0;
	color:#5B5F64;
	background:#EBE8F1 url(../images/prod_seta.png) no-repeat 10px -64px !important;
}
#accordion .element {
	background:#FAF9FE url(../images/cat_bg.jpg) repeat-x top;
	display:none;
	border:1px #787E86 solid;
}

/* segundo nivel */
#accordion .sub_toggler {
	line-height:30px;
	font-size:1.2em;
	background-color:#F4F3F7;
	color:#83768F;
	padding-left:15px;
	margin:0 0px 1px;
	cursor:pointer;
	border:1px #D6DDE7 solid;
}
#accordion .sub_toggler:hover, #accordion .element h3.sub_toggler.hover {
	background:none;
	background-color:#FFF;
	color:#7A3987;
	cursor:pointer;
	border:1px #889BB3 solid;
	text-decoration:underline;
}
#accordion .element h3.sub_toggler.sel2 {
	background-color:#FFF;
	color:#8D469B;
	border:1px #889BB3 solid;
	border-width:1px 1px 0;
	margin-bottom:0px;
	font-weight:bold;
}
#accordion .sub_element {
	background-color:#FFF;
	padding:5px 15px;
	border:1px #889BB3 solid;
}
#accordion ul { overflow:hidden; }
#accordion li { margin-bottom:1px; _float:left; }
#accordion a {
	background-color:#F1F5FD;
	padding:15px;
	height:68px;
	display:block;
	text-decoration:none;
}
#accordion li.odd a { background-color:#F3F4F7; }

#accordion li a:hover { background-color:#E5E9F7; }
#accordion a:hover h4 {
	text-decoration:underline;
	color:#0551AA;

}
#accordion a:hover p {
	color:#384D81;
}

#accordion img {
	display:block;
	float:left;
	border:1px #E6E7E9 solid;
	margin-right:12px;
}

#accordion h4 {
	color:#1D3E66;
	font-size:1.1em;
	font-weight:normal;
	font-size:1.2em;
	padding-bottom:30px;
}

#accordion p {
	color:#80878F;
	padding:4px 0px 12px;
}

#accordion span {
	padding-left:10px;
	background:url(../images/gBullet.gif) no-repeat left 7px;
	color:#5C7A9E;
	text-decoration:underline;
}

#accordion li.f {
	background:#F2F8FA url(../images/box-destaque.png) repeat-x scroll center bottom;
	border-bottom:1px dotted #DADAE1;
	display:block;
	margin-bottom:2px;
	min-height:130px;
	padding:10px;
	width:374px;
}

#accordion li.f li {
	float:none;
}

#accordion li.last {
	border-bottom:none;
}
/* Fim: Produtos - Accordion */

#banner {
	margin-top:30px;
}
