html {
    height: 100%;
}
body {
    /*height: 100%;*/
    margin: 0;
    font: 12px "Tahoma",sans-serif;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}
/*LINKS GERAIS*/
a{ 
	color:#006699; 
	text-decoration:undeline;
}
a:hover{ 
	color:#AEBCCA;
	text-decoration:none;
}
a:active{ 
	color:#AEBCCA; 
	text-decoration:none;
}

#tdorder{
	height:40px;
	vertical-align:middle;
	border-bottom-style: solid;
	border-bottom-color: purple; 
	border-bottom-width: 1px; 
}
#thorder{
	height:40px;
	vertical-align:middle;
	font: 12px "Tahoma",sans-serif;
	font-weight:bold;
	border-top-style: solid;
	border-top-color: purple; 
	border-top-width: 1px;
	border-bottom-style: double; 
	border-bottom-color: purple; 
	border-bottom-width: thick;
}

/*IMAGEM E LINK PARA FORM DE INTRODUÇÃO DE PRODUTO*/
#addprodform{
	float:right;
	width:28px;
	height:28px;
	background-image:url(images/icons/addprodform.png);
	background-repeat:no-repeat;
	display: block;
}
#linkaddform{
	display:block;
	width:28px;
	height:28px;
}



