 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body { font-family: Arial, san-serif; font-size: 1em; line-height: 1.5em; width: 620px; background-color: white; z-index: 1000; padding: 25px; }

a
{
	color: #0f9fdd;
	text-decoration: none;
}

.clearboth
{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

.product
{

	padding: 20px;
	/*border-bottom: 1px dotted #eee;*/
}


.product .desc
{
	z-index: 999;
}



	.product .desc h1 
	{
		color: #0f9fdd;
		font-size: 12px;
		line-height: 1.6em;
		padding-bottom: 2px;
		background-image: url("../images/dottedline.png");
		background-repeat: repeat-x;
		background-position: 0px center;
	}
	
	.product .desc h2
	{
		color: #444;
		font-size: 12px;
		line-height: 1.6em;
		padding-top: 5px;
	}
	
	.product .desc p
	{
		font-size: 12px;
		color: #444;
	}
	
	.product .desc span
	{
		font-size: 12px;
		color: #444;
		font-weight: normal;
		background-color: white;
		padding-bottom: 3px;
		z-index: 1000;
	}
	
	.product .desc  .apr
	{
		float: right;
		font-size: 11px;
	}
	
	.product .desc  .apr
	{
		padding-bottom: 1px;
		padding-left: 5px;
	}
	
	.product .desc  .nam
	{
		padding-right: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.product .desc  .fab
	{
		font-size: 11px;
		position: relative;
		left: -3px;
	}
	
#controls
{
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 5px;
	margin-bottom: 5px;
	
}

	#controls em
	{
		font-size: 12px; 
		color: #aaa;
	}

	#controls a
	{
		color: #444;
		text-decoration: none;
		font-weight: bold;
		padding: 0px 30px;
	}	
	
	#controls a:hover
	{
		color: #0f9fdd;
	}
	
#rodape
{
	text-align: center;
	border-top: 1px solid #eee;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #333;
}

.error
{
	padding: 25px 0px; 
	color: #888;
}

