@charset "ISO-8859-1";
/* 
================================
Skin styles for DotNetNuke
================================
  
/*-------- Default Style --------*/
th,td,div{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
}
.copy {
	font-size: 8px;
	font-weight: normal;
}
a,a:link,a:visited,a:active{
	color:#009;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
a:hover{
	color:#F30;
}

.pagemaster {
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(fundo.jpg);
}
.logo {
	background-image: url(logo.jpg);
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.linha {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.linha_botton {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.linha_botton2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 1px;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 302px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.titulos_caixa {
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px;
	color: #FFF;
}
.leftpane {
	width: 302px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 9px;
	padding-top: 0px;
}
.login {
	background-color: #CCC;
	padding: 0px;
	height: 50px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.texto_caixa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.centerpane {
	width: 302px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 302px;
	background-color: transparent;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height:16px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #CCC;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana, Geneva, sans-serif;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}



.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #333;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana, Geneva, sans-serif;
	white-space: nowrap;   /*explicitly set padding for root menu items*/
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.main_dnnmenu_itemhover {
	color: #FFF;
	background-repeat: repeat-x;
}

.main_dnnmenu_itemhover td {
	background-color: #333;
	color: #F60;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);   /*explicitly set padding for sub-menus */
	color: #FFF;
	background-color: #333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.noticias {
	background-image: url(noticias.jpg);
	background-repeat: no-repeat;
}
.lojailus {
	background-image: url(loja_ilus.jpg);
	background-repeat: no-repeat;
}
.Head {
	font-family: Verdana, Geneva, sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #333;
}

.revendedor {
	background-image: url(revendedor.jpg);
	background-repeat: no-repeat;
}
.revendedorilus {
	background-image: url(revendedor_ilus.jpg);
	background-repeat: no-repeat;
}
.noticiasilus {
	background-image: url(noticias_ilus.jpg);
	background-repeat: no-repeat;
}
.moldura {
	border: thin solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.spacer {
	height: 2px;
	width: 220px;
}
.loja {
	height: 149px;
	width: 305px;
	background-image: url(loja.jpg);
	background-repeat: no-repeat;
}
.revendedor {
	height: 149px;
	width: 305px;
	background-image: url(revendedor.jpg);
	background-repeat: no-repeat;
}
.noticias {
	height: 149px;
	width: 305px;
	background-image: url(noticias.jpg);
	background-repeat: no-repeat;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.breadcrumb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}
.titulo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
}
.qtd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
}
.path {
	background-image: url(path.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 930px;
}
.linha_direita {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
}
.barra {
	background-image: url(barra.jpg);
	background-repeat: repeat-x;
	height: 38px;
}
.barra_esq {
	background-image: url(barra_esq.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 7px;
	background-position: right;
}
.barra_dir {
	background-image: url(barra_dir.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 7px;
	background-position: left;
}
.moldura_login {
	border: thin solid #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.login {
	background-image: url(login_fundo.jpg);
	background-repeat: repeat-x;
	height: 29px;
	background-position: center top;
}
.login_esq {
	background-image: url(login_esq.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 14px;
	background-position: right top;
}
.login_dir {
	background-image: url(login_dir.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 15px;
	background-position: left top;
}

.menu {
	width: 200px;
	border-size: 1px;
	background-image: url(menu_back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #CCC;
	}
	
.menu a {
	height: 23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 23px;
	text-decoration: none;
	}	
	
.menu  a:link, #menu  a:visited {
	color: #333;
	display: block;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
.menu  a:hover {
	color: #000;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	background-image: url(menu_over.jpg);
	background-position: 0px 5px;
	}
	
.menu  a:active {
	color: #333;
	background: url(menu_over.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
	
.copy_regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.sub_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-weight: bold;
}
.pics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}
.customizer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}
.coop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9C9484;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}