/* Basic */
body	{
	font: 76% Arial, sans-serif;
	background: white;
	}

h1, h2, h3, h4, h5, h6	{
	margin-top: 0;
	margin-bottom: 0.5em;
	}
	
h1, h2, table.product-list caption	{
	font-size: 184%;
	font-weight: bold;
	letter-spacing: -0.05em;
	}
	
h2	{
	margin-top: 1.3em;
	font-size: 150%;
	}
	
h3, caption	{
	font-size: 116%;
	font-weight: bold;
	}
	
h4, h5, h6	{
	font-size: 100%;
	}
	
p	{
	margin-top: 0;
	line-height: 1.45em;
	}
	
ul, ol	{
	margin-left: 0;
	padding-left: 25px;
	}

		
a.ext, .newsbox h3 a span span	{
	position:absolute;
	background: url("../images/ico-exter.png") no-repeat right top;
	padding-right: 9px;
	}

/* Misc */
.br, .break, .clearfix	{
	clear: both;
	}
	
.left	{
	text-align: left;
	}
	
.right	{
	text-align: right;
	}
	
.small	{
	font-size: 92%;
	}
	
.no-border	{
	border: none !important;
	}
	
.no-marg	{
	margin: 0 !important;
	}


/* Half columns */
.col-h-l, .col-h-r	{
	width: 49%;
	}
	
.col-h-l	{
	float: left;
	}
	
.col-h-r	{
	float: right;
	}
	
/* Box */
.box, .box-l, .box-r	{
	background: #F9F9F9;
	padding: 20px;
	margin-bottom: 1em;
	border: 1px solid #E4E4E4;
	}
	
.box-l, .box-r	{
	margin: 20px;
	margin-top: 0;
	float: left;
	}
	
.box-l	{
	margin-left: 0;
	}
	
.box-r	{
	margin-right: 0;
	float: right;
	}

/* Images */
a img, img.no-border	{
	border: 0;
	}
	
img.left, img.right	{
	margin: 0 15px 15px 15px;
	}
	
img.left	{
	margin-left: 0;
	float: left;
	clear: left;
	}
	
img.right	{
	margin-right: 0;
	float: right;
	clear: right;
	}
	
img.plain	{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	}
	
p.imgbox-center, p.imgbox-left, p.imgbox-right	{
	font-weight: bold;
	font-size: 92%;
	}
	
p.imgbox-center img, p.imgbox-left img, p.imgbox-right img	{
	vertical-align: middle;
	float: none !important;
	margin: 0 !important;
	}
	
p.imgbox-left	{
	margin: 0 20px 20px 0;
	float: left;
	clear: both;
	}
	
p.imgbox-right	{
	margin: 0 0 20px 20px;
	float: right;
	clear: both;
	}
	
p.imgbox-center	{
	margin: 0 auto 20px auto;
	float: none;
	clear: both;
	text-align: center;
	}
	
.error-message	{
	color: red;
	font-weight: bold;
	}
	
	
#destaques ul {list-style: none;margin: 0;padding: 0;position: relative;}
#destaques li { width:990px;background: #ffffff;}
.textholder {text-align: left;font-size: small;padding: 6px;color: #000000;}
#destaques { height:150px; }
