/*@charset "utf-8"; */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial;
	color: #000000;
}
#divLoja {
	height: 500px;
	width: 320px;
	overflow: auto;
}
#divOpiniao {
	height: 400px;
	width: 500px;
	overflow: auto;
}
#menu1 {
	position:absolute;
	width:230px;
	visibility: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	left: 318px;
	top: 343px;
}
li {
	list-style-type: square;
}
body a:link, body a:visited {
	text-decoration: none;
	color: #000000;
}
body a:hover, body a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
.titulosProduto {
	font-size: 18px;
	font-weight: bold;
}
.listaProduto {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.noticiaTitulo {
	font-size: 24px;
}
.textoProduto {
	font-size: 11px;
	font-weight: bold;
}
.textoBranco {
	font-size: 11px;
	color: #FFFFFF;
}
.enqueteChamada {
	font-size: 14px;
}
.textoEspec {
	font-size: 11px;
}
.DescLinhaProd {
	font-size: 12px;
	font-weight: bold;
}
.ProdCodigo {
	font-size: 14px;
	font-weight: bold;
}
.titAzul {
	font-size: 16px;
	font-weight: bold;
}
.titAma {
	font-size: 16px;
}
.titEnquete {
	font-size: 14px;
	font-weight: bold;
}
.titVerLoja {
	font-size: 12px;
	font-weight: bold;
}
.rodape {
	font-size: 11px;
}
.rodape a:link, a:visited {
	text-decoration: none;
}
.rodape a:hover, a:active {
	text-decoration: underline;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 20%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
