* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	text-decoration:none;
}
body{
	margin:0 auto;
	padding:0;
	background:#faf8f8;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#494949;
}
#geral{
	width:779px;
	margin:0 auto;
	background: url(../imagens/bg_cont_ut2.jpg) repeat-y;
	text-align:left;
	display:table;
}

/*	TOPO   */
#topo{
	width:779px;
	height:178px;
	padding:30px 10px 0 10px;
	background:url(../imagens/topo_ut2.jpg) no-repeat;}

#logo img{
	width:192px;
	height:144px;
	margin:5px 5px 0 5px;
	float:left;}
	
#editor{
	width:535px;
	float:left;
	padding-top:5px;}
	
#editor a{
	color:#494949;
	font-style:italic;}

/*	MENU  */
ul#ulmenucinza {
	width:186px;
	padding:0;
	margin:10px 0 15px 20px;
	_margin:10px 0 15px 10px;
	float:left;
	border-top:1px solid #494949;}
	
li.limenucinza{
	width:185px;
	height:22px;
	border:1px solid #494949;
	margin-top:-1px;
	background:url(../imagens/bg_mn_ut.jpg) repeat-x;}

li.limenucinza p{
	font:11px Arial, Helvetica, sans-serif;
	padding:8px 0 0 5px;}

li.limenucinza p a{color:#494949;}
li.limenucinza p a:hover{color:#000;}

#conteudo{
	width:540px;
	overflow:hidden;
	position:relative;
	margin:0 0 15px 10px;
	text-align:center;
	float:left;}

/*** iframe ***/
#iframe{
	width:290px;
	height:55px;
	text-align:center;
	position:relative;
	margin:10px 0 20px 125px;
	_margin:10px 0 20px 0;
	overflow:hidden;}
	
h6{
	width:45px;
	font-weight:normal;
	text-align:center;}
	
#ftsadicionais{
	width:260px;
	height:50px;
	margin-left:0;
	float:left;
	position:relative;
	text-align:left;
	overflow:hidden;}
	
#ftsadicionais ul li img{ margin-right:5px; border:0 !important;}

#ftsadicionais ul{
	width:100000px;
	padding:0;
	margin:0;}
	
#ftsadicionais ul li{
	display:inline;
	float:left;
	cursor:pointer;}

#setinha_esquerda{
	margin:0 5px 0 0;
	cursor:pointer;
	float:left;}	
	
#setinha_direita{
	cursor:pointer;
	margin:0 0 0 5px;
	float:left;}

/* FIM Imagem adicional do produto */

#imagem_adicional{margin:15px 0 15px 0;}

#imagem_adicional li{
	width:48px;
	height:36px;}

/*#texto{text-align:left;}*/

#rodape{
	width:779px;
	height:30px;
	clear:both;
	background:url(../imagens/bg_rod_ut.jpg) no-repeat;}

#rodape img{
	margin:13px 10px 0 0;
	float:right;}


/** DIV LOADING - CARREGANDO **/
#divLoading{
    position:absolute;
    width:200px;
    height:25px;
	top:50%;
	left:50%;
	border: 2px solid #666;
	background-color: #FFF;
	text-align:center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-weight: bold;
	display: none;
	z-index: 999;
}
/** FIM DIV LOADING - CARREGANDO **/
