
* {
	margin:0;
	padding:0;
	font-family: "trebuchet ms", tahoma;
}

body {
	text-align: center;
	font-size: 13px;
	background:#E2E2E2 url(/img/bg-site.jpg) repeat-y center top;
}

body, td {
	font-size: 13px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #3C4C6E;	
}

#conteudo a:hover {
	color: #399DEE;
	color: #617B70;
	text-decoration:underline;
}

a img { border: none; }

.clear {
	clear: both;
	margin:-1px;
	height: 1px;
	font: 0;
	position: relative
}

h2 {
	margin-bottom:20px;
}	

h2, h2 span {
	text-transform:uppercase;
	font:bold 28px Arial, Helvetica, sans-serif;
	position:relative;
	color:#444;	
}

h2 span {
	color:#92A99F;	
	position:absolute;
	left:0;
	top:-1px;
}

p {
	padding: 10px 0;
}

.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img {
	border: 1px solid #eee;
	padding:  6px;
	background: #f9f9f9
}

#site {
	width: 890px;
	text-align: left;
	margin: 0 auto;
	background:#FFF;
}

#topo {
	background:url(/img/topo.jpg) no-repeat center top;
	height:155px;
	position:relative;
}

#topo a {
	display:block;
	width:270px;
	height:120px;
	text-indent:-1000px;
	position:absolute;
	top:10px;
	left:0px;
}

#principal {
	padding:0 15px;
}

/* Menu */
#menu {
	background: url(/img/menu.png) no-repeat center top;
	height: 82px;
	position: relative;
	z-index:3;	
}

#menu ul {
	padding-left: 10px;
	
	padding-left: 50px;
}

#menu li, #menu li a {
	float: left;
	list-style: none;
	display: block;
	color: #177db3;
}

#menu li a {
	font: 15px arial, "trebuchet ms";
	text-transform: none; 
	color: #fff;
	padding: 18px 9px 16px; 
	padding: 18px 15px 16px; 	
	margin-left: 10px !important; 	
	margin-left: 7px;
}

#menu li a:hover, 
#menu li.selected a, 
#menu li.opened a {
	color: #344E43;
}

/* Sub-menus */
#menu li.opened .child {
	display: block;
}

#menu li .child {
	position: absolute;
	top: 55px;
	display: none;
	left: 0;
	padding: 0;
	width: 890px;
	font: normal 14px "trebuchet ms";
	text-align: right;
	color: #597D71;	
}

#site #menu li .child a {
	text-transform: none;
	display: inline;
	float: none;
	padding: 3px 5px 0px; 	
	padding: 0;
	margin: 0 !important;
	color: #597D71;
	background: none;
	font: normal 14px "trebuchet ms";
	line-height: 24px;
}

#site #menu li .child a:hover, 
#site #menu li .child .selected {
	background: none;
	color: #111;
}

#menu li .child {
	text-align: center;
}

#buscaProduto {
	background:url(/img/input_busca.png) no-repeat left top;

	width:163px;
	height:19px;
	position:absolute;	
	top:10px;
	right:25px;
	z-index:1000;
	display:none;
}

#buscaProduto #imgLoading,
#buscaProduto #imgClose {
	position:absolute;
	top:1px;
	*top:4px;
	_top:4px;
	right:5px;
	display:none;
}

#buscaProduto #imgClose {
	cursor:pointer;
}

#buscaProduto input {
	background:none;
	border:0 solid;
	margin-left:22px;
	width:125px;
	color:#666;
	font-size:12px;
}

#resultadoBusca {
	width:328px;
	top:26px;
	right:0;
	position:absolute;
	z-index:6000;
	display:none;
}

#conteudoResultadoBusca {
	background:url(/img/bgResultadoBusca.png) repeat-y center top;
	width:322px !important;
	width:328px;	
	padding:0 3px 10px;
}
#rodapeResultadoBusca {
	background:url(/img/rodapeResultadoBusca.png) no-repeat center bottom;
	height:35px;
	position: relative;
}

#rodapeResultadoBusca a {
	position:absolute;
	right:15px;
	top:8px;
	font:bold 11px arial;
	color:#FFF;
}

#rodapeResultadoBusca a:hover {
	text-decoration:underline;
}

#resultadoBusca h3 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background:#82B5D4;
	padding:5px 10px;
}

#resultadoBusca p {
	font-size:11px;
	padding:5px 10px;
	width:302px !important;
	width:322px;	
}

#resultadoBusca p strong {
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	display:block;
}

#resultadoBusca p a.foto img {
	border:1px solid #82B5D4;
}

#resultadoBusca p a.foto {
	display:block;
	border:1px solid #ccc;
	width:57px;
	height:57px;
	float:left;
	margin-right:5px;
}


#conteudo {
	padding:20px 5px 10px;
}



#rodape {
	background:url(/img/rodape.png) no-repeat center top;
	position:relative;
	height:97px;
}

#rodape, #rodape a {
	font-size:12px;
	color:#888;
	text-align:center;
	padding:20px 0;
	font-style:normal;
}

#rodape a:hover {
	color: #333;
}

#rodape address {
	width:200px;
	font-style:normal;
	text-align:left;
	left:345px;
	top:20px;
	position:absolute;
}

#rodape .copyright {
	position:absolute;
	left:625px;
	top:20px;
	text-align:left;
	padding:0;
	margin:0;
}

#rodape address strong {
	color:#444;
}

#rodape .copyright a {
	color:#444;
}

/* SUPORTE */

form input[type="text"],
form select,
form textarea {
    font:12px arial,helvetica,sans-serif;
    letter-spacing:1px;
    background:#FFFFFF url(/img/text-bg.gif) repeat-x scroll top;    
    margin:0;
    padding:3px 3px 4px;  
    border:1px solid #B5B8C8;    
}

form select {
    padding: 1px;
}


#conteudo .HeadPanel1,
#conteudo .TitleHeading,
#conteudo .Footer {
	display:none;
}

.Message td {
	padding:10px 5px;
}

#conteudo .content img {
	margin-right:5px;
	margin-top:3px;
	position:relative;
}

#conteudo .content a.categorylink {
	font-weight:bold;
	color:#4D6F5F;
	font-size:120%;
}

#conteudo .content .categorydesc {
	padding:3px 0 5px;
	color:#777;
}


#conteudo .FormPanel .Heading2 {
	display:none;
}

#conteudo .Heading,
#conteudo .Heading2 {
	background:url(http://www.automacaomaringa.com.br/img/bg_titulo_detalhes_suporte_heading.gif) no-repeat left top;
	border:0 solid;
	padding: 15px 15px 30px;
	*padding: 5px 10px 20px;
	_padding: 5px 10px 20px;
}

#conteudo .Heading img {
	margin-right:5px;
	position:relative;
}

#conteudo .BodyPanel .Content,
#conteudo .BodyPanel .NavPanel {
	padding-left:15px;
}

#conteudo #alphalist {
	padding:0 0 0 15px;
	margin:0;
}

#conteudo #alphalist a {
	margin:0;
	background:url(http://www.automacaomaringa.com.br/img/aba_over.png) repeat-x left top;
	border:0 solid;
}

#conteudo #alphalist a.current {
	background:url(http://www.automacaomaringa.com.br/img/aba.gif) repeat-x left top;
}

#conteudo #glossarytable {
	margin-left:15px;
}

.SearchHeading th{
	border-bottom:1px solid #999;
}
