/* CSS Document */
html {
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#EFEFEF;
}
body {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../../img/bg_pagina.gif) repeat-y center top;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
p {
	margin: 0 0 5px 0;
}
.direita {
	float: right;
	clear: right;
}
.esquerda {
	float: left;
	clear: left;
}
.semquebra {
	white-space: nowrap;
}
.txtpeq {
	font-style: italic;
}
.linha_bot {
	background: url(../../img/fio_bot.gif) repeat-x left center;
	display: block;
	margin: 5px 0px;
	padding: 0px 0px 5px;
	clear: both;
	height: 4px;
}
.linha_top {
	background: url(../../img/fio_top.gif) repeat-x left center;
	display: block;
	margin: 5px 0px;
	padding: 0px 0px 5px;
	clear: both;
	height: 4px;
}
.linha_mid {
	clear:both;
	display: block;
	height: 5px;
	background: url(../../img/fio_mid.gif) repeat-x left top;
	margin: 5px 0px;
	padding: 0px 0px 5px;
}

.img_tit {
	display: block;
	padding: 0;
	margin: 4px 0 10px;
	clear: both;
}
.tx_verm {
	color:#990000;
}
.tx_azul {
	color:#003366;
}
.bx_padrao {
	background: url(../../img/fio_top.gif) repeat-x left top;
	padding: 8px 0px 0px;
	margin: 0 20px 20px 0;
	display: block
}

/* tabela */

.tabela1 {
	width: 98%;
	margin: 0 auto 10px;
}
.tabela1 thead th {
	background: #999999;
	color: #FFFFFF;
	text-align: left;
}
#topo {
	width: 764px;
	height: 120px;
	margin: 0 auto;
	padding: 0 4px 4px 4px;
	position: relative;
	background: url(../../img/bg_topo.gif) no-repeat center top;
}
#logo1 {
	position: absolute;
	width: 150px;
	height: 91px;
	top: 12px;
	left: 13px;
	border: 0;
	z-index: 10;
	display: block;
}

/* --- carrinho */
#carrinho {
	position: absolute;
	width: 95px;
	right: 217px;
	top: 48px;
	line-height: 22px;
}
#carrinho h1, #buscasimp h1 {
	color: #000000;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 0px;
}
#carrinho #carro {
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 0px 2px;
	width: 20px;
	text-align: center;
}
/* --- busca */

#buscasimp {
	position: absolute;
	width: 180px;
	right: 20px;
	top: 48px;
	line-height: 22px;
}
/* --- menu horiz */

#sub_topo {
	min-height: 50px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-style: none;
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 768px;
	font: 12px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../../img/bg_menu1.jpg) repeat left top;
	position: relative;
}
#sub_topo a {
	font: 12px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 4px;
	height: 20px;
	width: 100%;
}
#sub_topo a:hover {
	color: #FF0000;
}
#sub_topo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu1 {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	line-height: 25px;
	width: 600px;
	background: url(../../img/div_menu1_2.gif) no-repeat left 5px;
	padding-left: 4px;
}
#menu1 span {
	height: 25px;
	background: url(../../img/div_menu1.gif) no-repeat right center;
	padding-right: 4px;
	white-space: nowrap;
	float: left;
	display: block;
	padding-left: 2px;
}
	/* submentus */
#sub_topo_dir {
	background: #973365 url(../../img/bg_subdir.jpg) repeat-x left bottom;
	height: 50px;
	float: right;
	width: 100px;
	border-left: 2px solid #000000;
	text-align: right;
	padding: 0px 5px 0px 0px;
}
#menu2 {
	height: 25px;
}
#menu3 {
	height: 25px;
}
#menu2 h2, #menu3 h2 {
	font: 12px/25px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 25px;
	cursor: pointer;
}
#menu2 ul, #menu3 ul {
	position: absolute;
	border-top: 2px solid #000000;
	right: 0px;
	z-index: 100;
	display: none;
}
#menu2 ul li, #menu3 ul li {
	height: 25px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-style: none;
	line-height: 25px;
	white-space: nowrap;
	display: block;
	min-width: 99px;
}
#menu2 #menu_cat2 {
	background: #663366;
}
#menu3 #menu_cat3 {
	background: #823466;
}
/* --- Grid */

#grid {
	width: 764px;
	margin: 0 auto;
	padding: 0;
}
#grid .col1 {
	padding: 18px 0px 0px 13px;
	width: 150px;
}
#grid .col2 {
	padding: 18px 0px 0px 20px;
}
/* --- Login Professor */

#bx_logprof {
	background: url(../../img/fio_top.gif) repeat-x left top;
	padding: 8px 0px 0px;
	line-height: 20px;
}
#bx_logprof #f_logprof {
	background: url(../../img/fio_bot.gif) repeat-x left bottom;
	padding: 0px 0px 8px;
}
#menu {
	display: block;
	margin: 10px 0px;
	padding: 0px 0px 15px;
	list-style-type: none;
	background: url(../../img/fio_bot.gif) repeat-x left bottom;
}
#menu a {
	color: #000000;
}
#menu a:hover {
	color: #990000;
}
#menu li {
	height: 18px;
	margin: 0px;
	padding: 0 0px 0px 20px;
	width: 117px;
	line-height: 18px;
}
#menu .tit_secao {
	font-weight: bold;
}
#menu .blt1 {
	background: url(../../img/menu_bullet1.jpg) no-repeat left center;
}
#menu .blt2 {
	background: url(../../img/menu_bullet2.jpg) no-repeat left 14px;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #000000;
	padding-bottom: 0px;
}
#menu .blt3 {
	background: url(../../img/menu_bullet3.jpg) no-repeat left 14px;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #000000;
}
#menu .blt4 {
	background: url(../../img/menu_bullet4.jpg) no-repeat left 14px;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #000000;
}
#menu .blt5 {
	background: url(../../img/menu_bullet5.jpg) no-repeat left 14px;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #000000;
}
#menu .blt6 {
	background: url(../../img/menu_bullet6.jpg) no-repeat left 14px;
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px solid #000000;
}

#bx_cac {
	width: 116px;
	height: 75px;
	margin: 0 0 10px 20px;
	position: relative;
}
#rodape1 {
	text-align: center;
	padding: 0px;
	margin: 0 0 10px;
}
#rodape1 a {
	color: #000000;
}
#rodape1 a:hover {
	color: #990000;
}

/* Hacks */
.clear {
	clear:both;
	display: block;
	width: 100%;
	height: 1%;
}
.linha {
	clear:both;
	display: block;
	height: 5px;
	background: url(../../img/fio_mid.gif) repeat-x left top;
	padding: 0px;
	margin: 0px 20px 10px 0px;
}
.lista1 {
	margin: 10px 0 10px 5px;
	padding: 0 0 0 15px;
}
.lista1 li {
	margin-bottom: 5px;
}
#selo_ebit {
	text-align: center;
}