* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

a {
	color:#FF0000;
}

#container {
	margin: 0 auto;
	width: 760px;
	/*background-color: gray;*/
}

body {
	background-color: black;
}

p {
	margin-left: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

span.hide {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

span.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*CABEÇALHO*/

#top {
	width: 740px;
	height: 230px;
	/*background-color: blue;*/
}

/*h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../_img/_fontes/topo_red.jpg);
	width: 740px;
	height: 208px;
}*/

a.voltar {
	background-image: url(../_img/voltar_apagado.jpg);
	position: absolute;
	margin-left: 233px;
	top: 21px;
	border: none;
	width: 105px;
	height: 32px;
}

a.voltar:hover {
	background-image: url(../_img/voltar_aceso.jpg);
}

div#banner {
	display: block;
	border: 1px solid #666666;
	width: 505px;
	height: 101px;
	position: absolute;
	margin-left: 232px;
	margin-top: 85px;
}

	
/*LINK OUTRAS WEBS*/

/*SECTIONS*/

img.sellers {
	border: none;
	padding: 10px;
}

div#sellers {
	margin: 0 auto;
}

/*SECTION-B*/

table#revendas {
	border: 1px solid #111111;
	border-collapse: collapse;
}

td {
	border: 1px solid #111111;
	margin: 0;
	width: 545px;
}

td.sellersPic {
	float: left;
	display: block;
	width: 180px;
	height: 100%;
	background-color: #FFFFFF;
}

tr {
	border: 1px solid #111111;
	margin-top: 0px;
	color: white;
}	

#section-b {
	width:350px;
	height: 400px;
	float: left;
}

fieldset {
	margin-top: 20px;
	border: 1px solid #999999;
	height: 370px;
}

legend {
	background-color: #666666;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

ul#especificacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	margin-top: 20px;
	margin-left: 10px;
	list-style: disc;
	list-style-position: inside;
	height: 330px;
	overflow: auto;
}

ul#especificacao p {
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
}

ul#especificacao li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 2px;
}

img.relation {
	border: none;
}

/*CLEAR*/

#clear {
	clear: both;
}

/*RODAPE*/

#bottom {
	height: 55px;
	background-image: url(../_img/rodape.gif);
	width: 760px;
	margin-top: 60px;
}
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height: 135px;
		background-color: black;
		position: absolute;
		top: 75px;
		margin-left: 285px;
		overflow:hidden;
		padding:1px;
		height: 135px;
		width: 450px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
		background-color: #000000;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;
		background-color: #000000;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
	}

	#theImages .imageCaption{
		display:none;
	}

/*JAVASCRIPT*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 40%; 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-image: url(data:_recursos/_img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
}


span.boldRed {
	font-weight: bold;
	color: #FF0000;
}

span.boldGreen {
	font-weight: bold;
	color: #00FF33;
}

span.boldBlue{
	font-weight: bold;
	color: #3399FF;
}

span.boldYellow {
	font-weight: bold;
	color: #FFFF00;
}

span.boldPurple {
	font-weight: bold;
	color: #9933FF;
}

span.boldPink {
	font-weight: bold;
	color: #FF66CC;
}

span.boldGray {
	font-weight: bold;
	color: #999999;
}
	
	
	
	
	
	
	
	
	
	
	