﻿@charset "UTF-8";

/* Corpo */
body
{
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ------------------------------------------------------------------------------------------------------- */

/* Formato dos textos da tabela de productos */
.productosTextoPrin
{
	font-family: "Arial Black";
	font-size: 11px;
	color: #178BD4;
	height: 30px;
}
/* ------------------------------------------------------------------------------------------------------- */

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Layout das listas */
.MenuBarVertical
{
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 25px;
	cursor: default;
}

/* Personalização das listas */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #178BD4;
	text-decoration: none;
	font-family: "Arial Black";
	font-size: 11px;
	color: #178BD4;
}

/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 190px;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	border: 1px solid #178bd4;
	background-color: #ffffff;
	width: 200px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
	vertical-align: middle;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

.brochura
{
	text-decoration: none;
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #178BDA;
	font-weight: bold;
}
