body 
{
	margin:0;
	background-image:url(imagens/bg_index.jpg);
	*background-image:url(imagens/bg_index_ie7.jpg);
	_background-image:url(imagens/bg_index_ie6.jpg);
	background-repeat:repeat-x;
}

.td
{
	border-left:1px #DDDDDD solid;
	border-top:1px #DDDDDD solid;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#454545;
}

img
{
	border:0;
}

#crumb
{
	width:110px;
	float:right;
	color:#004182;
	font-family:Tahoma;
	margin-right:10px;
}

#crumb li
{
	display:inline;
	font-size:10px;
}	

h3
{
	color: #6A7586;
	font-weight:bold;
	width:95%;
	border:1px solid #cccccc;
	height:15px;
	padding:3px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	margin-top:6px;
	background-color:#eeeeee;
}
.span_titArtigos
{
	float:left;
	width:96%;
	padding:5px;
	margin:10px 0 5px 0;
	border:1px solid #dddddd;
	background-color:#D8D8D8;
}
/*********************MENU PRINCIPAL******************************/
#cabecalho {
	display:block;
	position:relative;
	width:630px;
	height:96px;
        margin-top: -49px;
        _margin-top: -37px;
}

#menu_principal {
	display:block;
	position:absolute;
	width:630px;
	height:30px;
	top:36px;
	*top:20px;
	left:10px;
	_left:13px;
	z-index:1;
	_z-index:9999;
}

#menu_principal ul {
	display:block;
}

#menu_principal ul li {
	display:inline;
	width:100px;
	height:30px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}

#menu_principal ul li a {
	display:block;
	width:100px;
	height:21px;
	float:left;
	/*background-image:url(imagens/fundo_menu_2.png);*/
	/*background-image:url(imagens/fundo_menu_2.png);*/
	background-repeat:repeat-x;
	text-decoration:none;
	text-align:center;
	padding-top:9px;
	font-weight:bold;
}



#menu_principal ul li a:hover {
	cursor:pointer;
}
		#menu_princ li ul {
			position:absolute;
			display:none;
			margin:0;
			top:29px; 
			*top:30px;
			_top:25px;
			left:0;
			z-index:1;
			_z-index:9999;
		}
		
		#menu_princ li ul li {
			width:87px;
			min-height:15px;
			height:auto;
			height:15px;
		}

		#menu_princ li:hover ul ul, #menu_princ li:hover ul ul ul{
			display:none;
		}

		#menu_princ li:hover ul, #menu_princ ul li:hover ul, #menu_princ ul ul li:hover ul{
			display:block;
		}

		#menu_princ li ul li a {
			background-image:url(imagens/fundo_menu_2.png);
			_background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/fundo_menu_2.png', sizingMethod='scale');
			background-repeat:repeat-x;
			display:block;
			padding:2px 0px 3px 8px;
			width:87px;
			min-height:15px;
			height:15px;
			/*color:#363C3E;*/
			color:#FFFFFF;
			float:none;
			font-size:11px;
			z-index:9999;
		}

		#menu_princ li ul li a:hover {
			background-image:url(imagens/fundo_menu_over_2.png);
			_background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/fundo_menu_over_2.png', sizingMethod='scale'); 
			background-repeat:repeat-x;
			font-weight:bold;
			color:#FFFFFF;
			padding:4px 0px 3px 8px;
		}
/*********************LINKS*************************/
a:link
{
	text-decoration:none;
	color:#d3d5d9;
	outline: none;
	font-family:Tahoma;
	font-size: 11px;
}
a:visited
{
	text-decoration:none;
	color:#d3d5d9;
	outline: none;
	font-family:Tahoma;
	font-size: 11px;
}
a:hover
{
	text-decoration:underline;
	color:#ffffff;
	outline: none;
	font-family:Tahoma;
	font-size: 11px;
}
a:active
{
	color:#d3d5d9;
	outline: none;
	font-family:Tahoma;
	font-size: 11px;
}

/*******************ESTILOS DE TEXTO*******************/
.style3 {
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode";
	color: #d3d5d9;
}

.style4 {
	color: #FF9900;
	font-weight: bold;
}
/********************INC_HEADER***********************/
#topo
{
	width:100%;
	height:88px;
	*height:96px;
	_height:99px;
	background-image:url(imagens/bg_topo.jpg);
	background-repeat: repeat-x;
}

.sombra_esq2
{
	position:absolute;
	width:8px;
	height:91px;
	left:-11px;
	*left:-12px;
	_left:-12px;
	*top:0px;
	background-image:url(imagens/sombra_esq.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/sombra_esq.png', sizingMethod='scale'); 
	background-repeat:no-repeat;
}

.sombra_dir2
{
	position:absolute;
	width:8px;
	height:91px;
	right:-3px;
	*right:-5px;
	_right:-6px;
	*top:0px;
	background-image:url(imagens/sombra_dir.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/sombra_dir.png', sizingMethod='scale'); 
	background-repeat:no-repeat;
}

.menu
{
	position:absolute;
	width:974px;
	*width:973px;
	height:88px;
	left:50%;
	margin-left:-487px;
	/**background-image:url(imagens/bg_menu.jpg);
	background-repeat:no-repeat;*/
	*z-index:10;
	_z-index:10;
}

.logo
{
	width: 241px;
	height: auto;
	float: left;
	margin: -3px 0 0 -4px;
	*margin: 0px 0 0 -5px;
	_margin: 1px 0 0 -3px;
}

.telefone
{
    color: #666666;
    font-family:Arial, Helvetica, sans-serif;
    height: auto;
    float: right;
    color: #FFFFFF;
    margin-right: 40px;
    margin-top: 5px;
}
.telefone2
{
    height: auto;
    float: right;
    color: #FFFFFF;
    z-index: 2;
    margin-right: 20px;
}

.idioma
{
	width:150px;
	float:right;
	margin:5px 13px 0 0;
	_margin:10px 5px 0 0;
}

.escolha_idioma
{
	width:150px;
	height:20px;
	background-color: #003366;
	border:#000033 1px solid;
	font-family:"Lucida Sans Unicode";
	font-size:10px;
	color: #006699;
	font-style:italic;
	font-weight:bold;
}

#menu_topo
{
	width:620px;
	float:right;
	margin-top:18px;
}

.bt_menus a
{
	float:left;
	width:70px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.8px;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
}

.bt_menus a:link
{
	float:left;
	width:70px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.8px;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
}

.bt_menus a:houver
{
	float:left;
	width:70px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.8px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.bt_menus a:visited
{
	float:left;
	width:70px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.8px;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
}

/********************PAGINAS DE CONTEUDO***********************/
#tudo
{
	position:relative;
	width:996px;
	height:auto;
	left:50%;
	top:91px;
	*top:0px;
	_top:-3px;
	margin-left:-498px;
	*margin-bottom:-100px;
}

.sombra_esq
{
	position:absolute;
	width:8px;
	height:675px;
	left:0px;
	*left:-1px;
	_left:0px;
	*top:-4px;
	background-image:url(imagens/sombra_esq2.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/sombra_esq2.png', sizingMethod='scale'); 
	background-repeat:no-repeat;
}

.sombra_dir
{
	position:absolute;
	width:8px;
	height:675px;
	right:8px;
	*right:7px;
	_right:6px;
	*top:-4px;
	background-image:url(imagens/sombra_dir.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/sombra_dir.png', sizingMethod='scale'); 
	background-repeat:no-repeat;
}

.banner
{
	position:static;
	width:974px;
	height:278px;
	margin:-87px 0 0 7px;
	_margin:-88px 0 0 8px;
	*z-index:0;
}

#conteudo
{
	position:relative;
	width:974px;
	height:auto;
	margin:0 0 0 7px;
	_margin:0 0 0 5px;
}

.leia_mais
{	
	margin:10px 0 0 0;	
}

	.leia_mais a:link
	{	
		width:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		font-weight:bold;
	}

	.leia_mais a:visited
	{	
		width:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		font-weight:bold;
	}

	.leia_mais a:hover
	{	
		width:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#787878;
		font-weight:bold;
	}

	.leia_mais a:active
	{	
		width:auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		font-weight:bold;
	}

.bordas_bottom
{
	border-bottom:#999999 1px solid;
}

.logo_f4
{
	width:61px;
	height:63px;
	background-image:url(imagens/icon_frozen.png);	
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/icon_frozen.png', sizingMethod='scale');
	background-repeat:no-repeat;
}

.fquatro
{
	width:200px;
	_width:190px;
	height:200px;
	float:left;
	margin:20px 0 0 35px;
	_margin:20px 0 0 15px;
}

.logo_sorvete
{
	width:56px;
	height:60px;
	background-image:url(imagens/sorvete.png);	
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/sorvete.png', sizingMethod='scale');
	background-repeat:no-repeat;
}

.seta
{
	width:200px;
	_width:190px;
	height:200px;
	float:left;
	margin:23px 0 0 35px;
	_margin:22px 70px 0 15px;
}

/*.logo_iceway
{
	width:74px;
	height:63px;
	background-image:url(imagens/iceway.png);	
	_background-image:none;
	: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/iceway.png', sizingMethod='scale');
	background-repeat:no-repeat;
}

.iceway
{
	width:280px;
	height:200px;
	float:left;
	margin:20px 0 0 25px;
	_margin:20px 0 0 15px;
}*/

.logo_maxi
{
	width:67px;
	height:62px;
	background-image:url(imagens/maxi.png);	
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/maxi.png', sizingMethod='scale');
	background-repeat:no-repeat;
	margin-top:6px;
}

.maxi
{
	width:200px;
	_width:190px;
	height:200px;
	float:left;
	margin:15px 0 0 45px;
	_margin:15px 0 0 15px;
}

.artigos_index
{
	width:200px;
	height:200px;
	float:left;
	margin:20px 0 0 35px;
	_margin:20px 0 0 15px;
}

.textos
{	
	font-family: Tahoma;
	font-size: 11px;
	color:#5a5a5a;
}

#marcas
{
	position:absolute;
	width:930px;
	height:40px;
	margin:400px 0 15px 28px;
	_margin:12px 0 15px 28px;
	padding:5px;
	background-image:url(imagens/bg_marcas.jpg);
	background-repeat:no-repeat;
}

	.tvg a
	{
		width:62px;
		height:27px;
		float:left;
		margin:3px 0 0 2px;
		background-image:url(imagens/tvg.jpg);
	}
	.tvg a:link
	{
		width:62px;
		height:27px;
		float:left;
		margin:3px 0 0 2px;
		background-image:url(imagens/tvg.jpg);
	}
	.tvg a:visited
	{
		width:62px;
		height:27px;
		float:left;
		margin:3px 0 0 2px;
		background-image:url(imagens/tvg.jpg);
	}
	.tvg a:hover
	{
		width:62px;
		height:27px;
		float:left;
		margin:3px 0 0 2px;
		background-image:url(imagens/tvg_houver.jpg);
	}
	.tvg a:active
	{
		width:62px;
		height:27px;
		float:left;
		margin:3px 0 0 2px;
		background-image:url(imagens/tvg_houver.jpg);
	}

	.kids a
	{
		width:52px;
		height:27px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/kids.jpg);
	}
	.kids a:link
	{
		width:52px;
		height:27px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/kids.jpg);
	}
	.kids a:visited
	{
		width:52px;
		height:27px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/kids.jpg);
	}
	.kids a:hover
	{
		width:52px;
		height:27px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/kids_houver.jpg);
	}
	.kids a:active
	{
		width:52px;
		height:27px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/kids_houver.jpg);
	}

	.iceway a
	{
		width:40px;
		height:30px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/iceway.jpg);
	}
	.iceway a:link
	{
		width:40px;
		height:30px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/iceway.jpg);
	}
	.iceway a:visited
	{
		width:40px;
		height:30px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/iceway.jpg);
	}
	.iceway a:hover
	{
		width:40px;
		height:30px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/iceway_hover.jpg);
	}
	.iceway a:active
	{
		width:40px;
		height:30px;
		float:left;
		margin:3px 0 0 15px;
		background-image:url(imagens/iceway.jpg);
	}
	
.marcas_tecsoft
{
	width:180px;
	float:left;
	margin:8px 0 0 15px;
}

.DivAlocaParceiros
{
	float:left;
	width:100%;
}

.Divparceiros
{
	float:left;
	width:470px;
	height:92px;
	margin:10px 0px 0px 0px;
	background-image:url(imagens/bg_parceiros.png);
	background-repeat:no-repeat;
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/bg_parceiros.png', sizingMethod='scale');
	padding:11px;
}

.categoria_artigos
{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
}
/************************PRODUTOS**************************/
#conteudo_produtos
{
	width:974px;
	height:auto;
	margin:0 0 0 7px;
	_margin:0 0 0 0px;
}

.aloca_logos
{
	position:absolute;
	width:899px;
	margin:-20px 0 0 30px;
	*margin:300px 0 0 -840px;
}

	.logo_maqf1 a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f1.jpg);
	}
	.logo_maqf1 a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f1.jpg);
	}
	.logo_maqf1 a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f1_hover.jpg);
	}
	.logo_maqf1 a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f1.jpg);
	}
	.logo_maqf2 a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f2.jpg);
	}
	.logo_maqf2 a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f2.jpg);
	}
	.logo_maqf2 a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f2_hover.jpg);
	}
	.logo_maqf2 a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/f2.jpg);
	}
	.logo_maqf3 a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/f5.jpg);
	}
	.logo_maqf3 a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/f5.jpg);
	}
	.logo_maqf3 a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/f5_hover.jpg);
	}
	.logo_maqf3 a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/f5.jpg);
	}
	.logo_maqf4 a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/f4.jpg);
	}
	.logo_maqf4 a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/f4.jpg);
	}
	.logo_maqf4 a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/f4_hover.jpg);
	}
	.logo_maqf4 a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/f4.jpg);
	}
	.logo_maxiplus a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:145px;
		background:url(imagens/selos/maxi.jpg);
	}
	.logo_maxiplus a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:145px;
		background:url(imagens/selos/maxi.jpg);
	}
	.logo_maxiplus a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:145px;
		background:url(imagens/selos/maxi_hover.jpg);
	}
	.logo_maxiplus a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:145px;
		background:url(imagens/selos/maxi.jpg);
	}
	.logo_double a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/double.jpg);
	}
	.logo_double a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/double.jpg);
	}
	.logo_double a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/double_hover.jpg);
	}
	.logo_double a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:40px;
		background:url(imagens/selos/double.jpg);
	}
	.logo_superplus a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/superplus.jpg);
	}
	.logo_superplus a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/superplus.jpg);
	}
	.logo_superplus a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/superplus_hover.jpg);
	}
	.logo_superplus a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:25px;
		background:url(imagens/selos/superplus.jpg);
	}
	.logo_plus a:link
	{
		width:52px;
		height:53px;	
		float:left;
		margin-right:10px;
		background:url(imagens/selos/plus.jpg);
	}
	.logo_plus a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/plus.jpg);
	}
	.logo_plus a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/plus_hover.jpg);
	}
	.logo_plus a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/plus.jpg);
	}
	.logo_economic a:link
	{
		width:52px;
		height:53px;	
		float:left;
		margin-right:5px;
		background:url(imagens/selos/economic.jpg);
	}
	.logo_economic a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:5px;
		background:url(imagens/selos/economic.jpg);
	}
	.logo_economic a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:5px;
		background:url(imagens/selos/economic_hover.jpg);
	}
	.logo_economic a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:5px;
		background:url(imagens/selos/economic.jpg);
	}
	.logo_convenience a:link
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/convenience.jpg);
	}
	.logo_convenience a:visited
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/convenience.jpg);
	}
	.logo_convenience a:hover
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/convenience_hover.jpg);
	}
	.logo_convenience a:active
	{
		width:52px;
		height:53px;
		float:left;
		margin-right:10px;
		background:url(imagens/selos/convenience.jpg);
	}
		
#content {
	width:300px;
	padding-left: auto;
}
.content {
	width:340px;
	_width:300px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
	margin-bottom:10px;
}
#dentrocontainer {
	float:left;
	width:300px;
	_width:300px;
	height:auto;
	margin:25px 0 0 30px;
	_margin:25px 14px 0 -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.TituloAccordion
{
	width:300px;
	_width:300px;
	float:left;
	display:block;
	background-color:#f2f2f2;
	height:13px;
	padding:6px 0 3px 6px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ddd;
	text-indent:5px;
	font-size:11px;
	margin-top:50px;
}

.faixa
{
	width:400px;
	height:96px;
	float:left;
	margin:-40px 0 60px 24px;
	*margin:-35px 0 80px 24px;
	_margin:-35px 0 80px 24px;
	font-family: Tahoma;
	font-size:11px;
	color:#454545;
}

.linktexto_faixa
{
	width:295px;
	height:auto;
	float:right;
	text-align:left;
	font-family: Tahoma;
	font-size:11px;
	color:#454545;
	margin:-62px 0 0 10px;
}

#gallery
{
	float:left;
	width:85px;
	height:auto;
	margin:50px 0 0 35px;
	_margin:50px 0 0 20px;
}
#gallery ul
{
	list-style: none;
}

#gallery ul li
{
	display: inline;
}

#gallery ul img
{
	margin-bottom:15px;
}
	
#gallery ul a:hover img
{
	color: #fff;
}
	
#gallery ul a:hover
{
	color: #fff;
}

.miniaturas_lateral
{
	float:left;
	width:80px;
	height:auto;
	margin:50px 0 0 35px;
	_margin:50px 0 0 20px;
}

.borda_miniaturas
{
	margin-bottom:15px;
}

.div_vizualiza_big
{
	float:left;
	width:260px;
	height:auto;
	margin-top:15px;
}

.div_descricao_maq
{
	float:left;
	width:350px;
	height:auto;
	margin:35px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.nome_produto
{
	width:200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.descricao_produto
{
	width:300px;
	_width:300px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
	margin-bottom:10px;
}

.release_produto
{
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
}

.sorvetes
{
	width:55px;
	height:55px;
	padding:6px 8px 8px -3px;
	_padding:4px 8px 4px 0px;
	float:left;
	margin:10px 0 5px 0;
}



h4
{
	width:190px;
	height:18px;
	float:left;
	background-image:url(imagens/barra_orcamento_rapido.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding:8px 5px 5px 5px;
	text-align:center;
	margin-bottom:18px;
	*margin-bottom:13px;
}

.ul
{
	margin:3px 0 0 22px;
}

/*****************LATERAL - produtos********************/
.lateral_form_orcamento
{
	width:200px;
	height:750px;
	*height:800px;
	float:right;
	margin:4px 12px 0 0;
	*margin:-1px 0px 0 -10px;
	_margin:0px -3px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	background-color: #DBDBDB;
	padding:12px;
	_z-index:10;
}

.form_orcamento
{
	width:200px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:10px;
}

.campos_form_orcamento
{
	width:193px;
	height:16px;
	background:#f5f5f5;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	padding:2px 0 0 4px;
	margin-bottom:5px;
}

.campos_form_assistencia_1
{
    width: 430px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
}

.campos_form_assistencia_textarea
{
    width: 426px;
    height: 150px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 4px;
    margin-bottom: 5px;
}

.campos_form_assistencia_2
{
    width: 220px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
}

.div_form_assistencia_2-1
{
    width: 100px;
    float: left;
    display: inline;
}

.div_form_assistencia_2-2
{
    width: 100px;
    float: left;
    margin-left: 153px;
    display: inline;
}

.div_form_assistencia_2-3
{
    width: 70px;
    float: left !important;
    display: inline;
}

.campos_form_assistencia_2-3
{
    width: 40px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
    margin-right: 30px;
}

.div_form_assistencia_2-4
{
    width: 145px;
    float: left;
    display: inline;
}

.campos_form_assistencia_2-4
{
    width: 145px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
}

.div_form_assistencia_2-5
{
    width: 120px;
    float: left;
    margin-left: 39px;
    display: inline;
}

.campos_form_assistencia_2-5
{
    width: 120px;
    height: 16px;
    background: #f5f5f5;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
}

.bt_enviar
{
	width:50px;
	height:20px;
	border:#333333 1px solid;
	background:#707070;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:2px;
}

.bt_enviar_combo
{
	width:54px;
	height:28px;
	padding-bottom:4px;
	border:0;
	background-image:url(imagens/bt_enviar_combo.jpg);
	background-repeat:no-repeat;
	margin:15px 0 0 145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

}

.bt_download
{
	width:70px;
	height:20px;
	float:right;
	border:#333333 1px solid;
	background:#707070;
	margin:5px 2px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:2px;
}

/*******************pagina estrutura************************/

.tit_estrutura
{
	font-weight:bold; 
	width:100%; 
	float:left; 
	margin-top:35px;
	font-family:Arial, Helvetica, sans-serif;
}
.fotos_estrutura
{
	width:150px;
	float:left;
	margin:10px 15px 0 0;
}
/*******************formularios***********************/
.form_contato
{
	width:680px;
	height:auto;
	float:left;
	margin:30px 0 0 30px;
	_margin:30px 0 0 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
}

.form_assistencia
{
	width:680px;
	height:auto;
	float:left;
	margin:10px 0 0 30px;
	_margin:10px 0 0 18px;
	font-family: Tahoma;
	color:#555555;
	font-size:11px;
}

.campos_form_contato
{
	width:250px;
	height:16px;
	background:#f5f5f5;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin-bottom:5px;
}

.option
{
	padding-left:5px;
	margin-top:5px;
}

label
{
	font-family:Tahoma;
	font-size:11px;
	color:#777777;
}
.style5
{
	font-size: 14px;
	font-family:Tahoma;
}

.style6
{
	font-size: 11px;
	font-family: Tahoma;
}

.style7 {color: #FFFFFF}

.style8
{
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.style9
{
	font-size:14px;
	text-align:center;
}

/*******************conteudos de texto********************/
.pag_internas
{
	width:680px;
	height:auto;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	float:left;
	margin:15px 0 0 30px;
	_margin:15px 0 0 18px;
}

.tit_pag_internas
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	font-weight:bold;
}

.video
{
	width:320px;
	float:left;
	background-color:#f0f0f0;
	border:1px solid #A6ACB7;
}

.span_taxabits
{
	float:left;
	padding:8px;
	margin-top:1px;
	width:122px;
	border:1px solid #A6ACB7;
	color:#777777;
	font-family:Tahoma;
	font-size:9px;
}

.span_download
{
	width:100%;
	float:left;
	color:#555555;
	margin-bottom:15px;
}

.quadroLucrativo
{
	width:167px;
	height:110px;
	background:url(imagens/bg_lucrativo.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:250px;
	_margin-top:265px;
	padding:10px;
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:1px;
}
/**********************CARTAZES**************************/
#conteudo_cartazes
{
	width:650px;
	height:auto;
	float:left;
	margin:20px;
	padding:10px;
}

.cartaz
{
	width:136px;
	height:auto;
	border:1px #666666 solid;
	float:left;
	margin:10px 12px 15px 0;
	padding:6px;
	background-color:#FFFFFF;
	text-align:center;
}

.selos
{
	width:90px;
	height:auto;
	border:1px #666666 solid;
	float:left;
	margin:10px 15px 10px 0;
	padding:6px;
	background-color:#FFFFFF;
	text-align:center;
}

/*****************CONTEUDO DA LATERAL********************/
.lateral
{
	width:180px;
	height:100%;
	float:right;
	margin:12px 25px 0 0;
	*margin:12px 25px 0 0;
	_margin:0px 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
}

.enderecos_tecsoft
{
	width:180px;
	height:100%;
	float:left;
	margin:18px 0 0 0;
	font-family:Tahoma;
	font-size:11px;
	color:#555555;
}

.spacer{
	clear:both; 
	font-size:0px; 
}

.busca
{
	width:151px;
	height:17px;
	*height:17px;
	border:#a0a0a0 1px solid;
	background-color:ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #999999;
	padding:2px 0 0 3px;
	margin:7px 0 0 0;
	*margin:2px 0 0 0;
}

.bt_ok
{
	width:18px;
	height:18px;
	background-image:url(imagens/icon_procura.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/icon_procura.png', sizingMethod='scale');
	background-color:#c7c7c7;
	border:0;
	vertical-align:middle;
	*vertical-align: baseline;
	cursor:pointer;
}

.bt_ok2
{
	width:18px;
	height:18px;
	background-image:url(imagens/icon_procura.png);
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/icon_procura.png', sizingMethod='scale');
	background-color:#dbdbdb;
	border:0;
	vertical-align:middle;
	*vertical-align: baseline;
	cursor:pointer;
}

#video
{
	margin:15px 0 0 0;
	color: #888888;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight:bold;
}

	.video_index a:link
	{
		background-image:url(imagens/video.jpg);
		background-repeat:no-repeat;
		width:87px;
		height:70px;
		float:left;
		margin-left:45px;
	}
	.video_index a:visited
	{
		background-image:url(imagens/video.jpg);
		background-repeat:no-repeat;
		width:87px;
		height:70px;
		float:left;
		margin-left:45px;
	}
	.video_index a:hover
	{
		background-image:url(imagens/video_hover.jpg);
		background-repeat:no-repeat;
		width:87px;
		height:70px;
		float:left;
		margin-left:45px;
	}
	.video_index a:active
	{
		background-image:url(imagens/video.jpg);
		background-repeat:no-repeat;
		width:87px;
		height:70px;
		float:left;
		margin-left:45px;
	}

.acesse_tbm
{
	float:left;
	width:180px;
	font-size:16px;
	color:#003366;
	margin-top:10px;
}

.links_rapidos
{
	width:180px;
	float:left;
	margin-top:8px;
}
/*****************************************************/
.div_h1
{
	width:200px;
	_width:190px;
	float:left;
	margin:50px 0 0 35px;
	_margin:50px 0 0 15px;
	border-top:#999999 1px solid;
	padding-top:15px;
}

.bannerlateral
{
	width:189px;
	height:212px;
	padding:12px;
	padding-left:14px;
	background-image:url(imagens/bg_banner_index.png);
	background-repeat:no-repeat;
	_background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/bg_banner_index.png)', sizingMethod='scale');
	margin:0px 0 0px -3px;
}

.selo_10
{
	width:180px;
	height:191px;
	margin:15px 0 0 -8px;
	_margin:20px 0 0 -2px;
}

	.download a:link
	{
		width:79px;
		height:19px;
		float:left;
		background-image:url(imagens/bt_download.png);
		
		background-repeat:no-repeat;
		margin:5px 0 0 10px;
	}
	.download a:visited
	{
		width:79px;
		height:19px;
		float:left;
		background-image:url(imagens/bt_download.png);
		background-repeat:no-repeat;
		margin:5px 0 0 10px;
	}
	.download a:hover
	{
		width:79px;
		height:19px;
		float:left;
		background-image:url(imagens/bt_download_hover.png);
		background-repeat:no-repeat;
		margin:5px 0 0 10px;
	}
	.download a:active
	{
		width:79px;
		height:19px;
		float:left;
		background-image:url(imagens/bt_download.png);
		background-repeat:no-repeat;
		margin:5px 0 0 10px;
	}
    /*div da maquina de sorvetes que deve estar mais para a direita*/
    .divimgtxt{
        width: 200px;

}
   
    .maquina_de_frozen{
      width: 200px;
      float: right;
      margin: 5px -15px 0px 0px;
      
  }
    #textoesq{
        float: left;
        margin-top: -50px;

}
.formToEnterPasswords{
    background: url("imagens/cantos_arredondados/box.png") no-repeat scroll 0 0 transparent;
    height: 130px;
    margin-left: 140px;
    text-align: center;
    width: 280px;
}
.textFormToEnterPasswords{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    padding-top: 25px;
}
.formToEnterPasswords1{
    display: inline;
    height: 22px;
    margin-top: 5px;
    text-align: center;
    width: 85px;
}

.formToEnterPasswordsField{
  margin-left: 10px;
  margin-top: 10px;
}
.formToEnterPasswords2{
  display: inline;
  height: 22px;
  margin-top: 5px;
  text-align: center;
  width: 70px;
  cursor: pointer;
  /*background-color: #707070;*/
  border: none;
  border: 1px solid #333333;
  color: #ffffff;
  font-family: Arial;
  background: url(imagens/fundo_menu_over_2.png) repeat;

}
.formToEnterPasswords2:hover{
  background: url(imagens/fundo_menu_over_2.jpg) repeat;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/fundo_menu_over_2.jpg', sizingMethod='scale');
  width: 70px;
  height: 22px;
   z-index:9999;
    font-family: Arial;
}
.errorMessage{
    background-color: #FF0000;
    border: 3px solid #FF6666;
    color: #FFFFFF;
    height: 20px;
    margin-bottom: 10px;
    margin-left: 100px;
    text-align: center;
    width: 350px;
    padding: 10px;
    font-weight: bold;
}

.button_hover {
	position: absolute;
	text-indent:-9999px;
	display: block;
	width: 124px;
	height: 29px;
	background-image: url(imagens/banners/frozen_yogurt/button_full2.png);
}
.button_hover:hover {
	position: absolute;
	background-image: url(imagens/banners/frozen_yogurt/button_full2.png);
	background-repeat: no-repeat;
	background-position: 0px -28px ;
	*background-position: 0 31px;
}
.button_saibaMais{
	float: left;
	margin-left: -2px;
}
.button_localizacao{
    float: right;
    margin-right: 100px;
	*margin-left: 400px;
}
