/* Paises */
div.PaisesP { background:#e58333; color:#fff; padding:0.4em 1em; }
div.PaisesP div.Pesquisa { float:left; }
div.PaisesP div.Pesquisa label { font-weight:bold; }
div.PaisesP div.Pesquisa input.Input { background:#fff; border:none; padding:0.3em 0.3em; font-size:1em; width:15em; }
div.PaisesP div.Pesquisa input.Input:focus { background:#f1f1f1; }
div.PaisesP div.Pesquisa input.Pesquisar { background:#fff; border:none; font-size:1em; padding:0.2em 0.3em; cursor:pointer; }
div.PaisesP div.Pesquisa input.Pesquisar:hover,
div.PaisesP div.Pesquisa input.Pesquisar:focus { background:#de6400; }
div.PaisesP div.Nmarcas { float:right; text-align:right; }


table.Paises { margin:2.5em 0em 1.5em 0em; line-height:1.2; }
table.Paises thead { height:3em; text-transform:uppercase; }
table.Paises thead td { padding:0.5em; }
table.Paises thead a:link,
table.Paises thead a:visited { color:#000; padding-right:1.2em; background:url(../images/arrow3-down-verde.gif) no-repeat right; }
table.Paises thead a:hover,
table.Paises thead a:active { }

table.Paises thead a.ActiveUp,
table.Paises thead a.ActiveDown { color:#DE6400; font-weight:bold; }

table.Paises thead a.ActiveUp { background:url(../images/arrow3-down-laranja.gif) no-repeat right; }
table.Paises thead a.ActiveDown { background:url(../images/arrow3-up-laranja.gif) no-repeat right; }

table.Paises tbody td.NoPaises { padding:0.5em; text-align:center; font-size:1.1em; }

table.Paises tbody { }
table.Paises tbody tr td { line-height:3; background:#e7e7e7; border-bottom:1px solid #fff; }
table.Paises tbody tr td div { /*border-bottom:1px solid #b8babb;*/ }
table.Paises tbody tr.PaisImpar td { background:#f1f1f1; }

table.Paises tbody td.Bandeira { text-align:center; padding:0 0.5em; }
table.Paises tbody td.Bandeira img { width:16px; height:11px; }
table.Paises tbody td.Pais { font-weight:bold; }
