/* O core tá aqui */
html, body {
	margin:0;
	padding:0;
}

html, body, input, textarea, select ,a,p {
	color: #7a8c97;
	font-family: Arial;
	font-size:12px;
}

ul.listagem-categorias{
	list-style-image: url(../imgs/seta.gif) no-repeat;
	
}

form, h1, h2, h3, h4, h5, p, strong {
	margin: 0;
	padding: 0;
}

body {
	background:#FFFFFF;
}

a img {
	border:0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.overflow {
	overflow:hidden;
}

.nocss {
	border:none;
}

.bg-input-esq {
	background:url(../imgs/bg-input.gif) no-repeat;
	width:8px;
	height:26px;
	float:left;
	clear:both;
}

.bg-input-mid {
	height:26px;
	float:left;
	border-top:1px #cfcfcf solid;
	margin-bottom:10px;
}

.bg-input-mid  .centralize {
	float:left;
	padding-top:6px;
	height:18px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.fonte-menor {
	font-size:11px;
}

.marginzero {
	margin:0 !important;
}
/* png fix */

#listagem {
	position: absolute;
	z-index: 200;
}

* html img,
* html .png
{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}
