/* CSS Document */
/*old bg color : 989898 #1a1a1a*/
Body { background-color:#000000;
		top:0;
		left:0;
		margin:0}
Body * { border:solid 0px grey;
		 font-family:verdana, Helvetica, sans-serif;
		 font-size:8pt;
		 color:#ffffff;
		 }
		 
a 	{	color: #f3d02a;
		text-decoration:none;}
		
.orange {color:#f3d02a; }

#bgwrapper {	width:100%;
				height:100%; 
				text-align:center; 
				border:solid 0px red;
				}
	   
#headerTop {	width:950px; 
				height:150px; 
				z-index:-10; 
				margin:auto; 
				background-color:black; 
				border:solid 0px yellow; 
				text-align:center;
				}
				
#headerMenu {	width:950px; 
				height:30px; 
				margin:auto; 
				background-color:#black; 
				border:solid 0px yellow; 
				text-align:center;
				}
				
#content { 	width:950px; 
			/*min-height:50%;*/
			margin:auto; 
			z-index:10; 
			border:solid 0px blue; 
			background-color:#black;
			position: relative;
			}
			
#left {	width:200px;
		background-color:#2c2c2c;
		vertical-align:top;
		color:#f3d02a;
		}
.summary, .summary b{
		height:18;
		background-color:#5c5c5c;
		color: #f3d02a;
		}
#center {	width:750px;
			background-color:#000000;
			vertical-align:top;		
		}
#center h3{background-color:#2c2c2c;}

#footer { 	width:950px;
			margin:auto;
			background-color:#666666;
			border:solid 0px pink; 
			text-align:center;
			/*position:absolute;
			bottom:0px;*/
			clear:both;
			}		
			
#productList {width:700px; border:solid 1px #2c2c2c;}			
#productList td{vertical-align:top; text-align:left;}
#productList .N_produto{width:90px;}
#productList .IM_produto{width:75px;}
#productList .NM_produto{width:400px}
#productList .NM_produto a{font-weight:bold;}
#productList .QT_produto{width:30px}
#productList .M_produto{width:100px}
		
/*.ProductAmountField, .ProductOptionsField, option, input{color:#000000;}*/
option, input, select, textarea {background-color:#2c2c2c; color:f3d02a;}


.alphapng
{
	behavior: url(../ietransp.htc);
}