html {
    overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	padding: 0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#BCC0C2;
	scrollbar-highlight-color:#9EA5A9;
	scrollbar-face-color:#838C92;
	scrollbar-shadow-color:#6C757B;
	scrollbar-darkshadow-color:#596166;
	scrollbar-track-color:#F1F2F4;
}


/* Bgs */

.bg {
	background-image: url(../img/bg.jpg);
}

.mini {
	background-image: url(../img/bg_minis.gif);
	width: 68px;
	height: 68px;
	margin-bottom: 5px;
}

.mini2 {
	background: url(../img/bg_foto_destaques.gif) no-repeat;
	width: 57px;
	height: 57px;
}


/* Fontes */

td, div {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
}

.eventos {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #FD813B;
	font-weight:bold;
}

.sub_selecao {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #FD813B;
	font-weight: bold;
}


/* Links */

a.submenu {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.submenu:hover {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

a.link_busca {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #FD813B;
	font-weight: bold;
	text-decoration: none;
}

a.link_busca:hover { text-decoration: underline; }

/* Tira o contorno dos links quando são clicados */
a { outline: none; }

/* Divs */

div.produto {
	float: left;
	width: 68px;
	margin-right: 26px;
	margin-bottom: 8px;
	text-align: center;
}
div.produto a { color: #666666; text-decoration: none; cursor: pointer; }
div.produto a:hover { color: #FD813B; }
div.produto a:hover div { background-position: 0 69px; }

div.destaque { width: 57px; height: 57px; margin-top:8px; text-align: center; }
div.destaque a { cursor: pointer; }
div.destaque a:hover div { background-position: 0 -57px; }

.foto_evento_bg{
	background: url(../img/bg_foto_evento.gif) no-repeat;
	text-align: center;
	padding-top: 5px;
	width: 59px;
	height: 55px;
}

.foto_evento_gr_bg{
	background: url(../img/bg_foto_evento_gr.gif) no-repeat;
	text-align: center;
	padding-top: 5px;
	width: 108px;
	height: 100px;
}

.foto_destaques_bg{
	background: url(../img/bg_foto_destaques.gif) no-repeat;
	text-align: center;
	width: 57px;
	height: 57px;
	margin-top:13px;
}

.newsletter_bg{
	background: url(../img/bg_newsletter.gif) no-repeat;
	padding-top:4px;
	padding-left:7px;
	width: 164px;
	height: 22px;
}

.ftp_busca_bg{
	background: url(../img/bg_ftp_busca.gif) no-repeat;
	width: 116px;
	height: 22px;
}

/* Inputs */

.padrao {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	width: 150px;
	height: 18px;
	border: #D4D4D4 1px solid;
	background: #FFFFFF;
}

.msg {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	height: 50px;
	color: #666666;
	border: #D4D4D4 1px solid;
	background: #FFFFFF;
}

.busca_rapida {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	width: 175px;
	height: 16px;
	margin-top: 32px;
	margin-left: 22px;
	border: #D4D4D4 1px solid;
}

.cmb_portfolio { width: 120px; margin: 0; }

.newsletter {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	width: 153px;
	height: 16px;
	border: none;
	background: #FFFFFF;
}

.ftp_busca {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #666666;
	margin-left:7px;
	margin-top:3px;
	width: 100px;
	height: 16px;
	border: none;
	background: none;
}

/* Arquivos FTP */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

dt { float: left; }
dt input { cursor: pointer; }

dd { padding-top: 3px; margin-left: 25px; }
dd label { cursor: pointer; }


