@charset "utf-8";
/* CSS Document */



/*.................... PDG ...............................*/


body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
	
	
/*.................... BOX BUSCA HOME ...............................*/
.busca_topo {
	background-image:url(../imagens/busca_home_topo.gif);
	background-repeat:no-repeat;
	height:19px;
	}
	
.busca_bg {
	background-image:url(../imagens/busca_home_bg.gif);
	background-repeat:repeat;
	height:30px;
	}

.busca_botton {
	background-image:url(../imagens/busca_home_botton.gif);
	background-repeat:no-repeat;
	height:7px;
	}



/*.................... BOX BUSCA SHOW...............................*/
.busca_show_topo {
	background-image:url(../imagens/busca_show_topo.gif);
	background-repeat:no-repeat;
	height:20px;
	}
	
.busca_show_bg {
	background-image:url(../imagens/busca_show_bg.gif);
	background-repeat:repeat;
	height:30px;
	}

.busca_show_botton {
	background-image:url(../imagens/busca_show_botton.gif);
	background-repeat:no-repeat;
	height:11px;
	}
     
		
/*.................... COMBO ...............................*/


		
.container,#container2
        {
            float:left;
            height:200px;
            width:600px;
            overflow:hidden;
            position:relative;
        }
		
		
#containerPrincipal {
            background:url('../imagens/drop_itens_meio.gif');
            float:left;
            height:125px;
            width:153px;
            overflow:hidden;
            position:relative;
        }

#containerPrincipal #textoMateria {
	position:absolute;
	width: 133px;
	padding-right:
}

#textoMateria p
{
	padding-right:10px;
}

/*.................... COMBO ...............................*/


        
input[type='text'] {
            /*
            background:transparent;
            border-width:0px;
			*/
}
        
		
#borda_esq {
	position: absolute;
	float:left;
	width:7px;
	height:23px;
	background:url('../imagens/drop_esquerda.gif');
	background-repeat:no-repeat;
	background-position:left;
	top: 240px;

	}
	


#borda_dir{
	position:relative;
	float:left;
	width:15px;
	height:23px;
	background:url('../imagens/drop_direita.gif');
	background-repeat:no-repeat;
	background-position:left;
	}

		
#combo {
	height:21px;
	width:68px;
}


		
#comboStyle {
            background:url('../imagens/drop_meio2.gif');
            float:left;
            height:21px;
			width:50px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			text-align:center;

}
        
