* {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;
	background: #545454 url("../images/bg.jpg") repeat-X top center;
}
.addClear:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
}

* html .addClear {height: 1%;}

body,p,div,td,a,li,span {
	font-family: "Trebuchet MS",sans-serif;
	letter-spacing: 0.3px;
	color: #000;
}
p,td,div {
	font-size: 10pt;
	font-weight: lighter;
}
body {
	text-align: center;
}
p {
	color: #707070;
	margin: 0 0 15px;
}
#lateral,#conteudo,#menu,#rodape {
	text-align: left;
}
#topo {
	background-color: #fff;
	background-image: url("../images/topo.jpg");
	background-repeat: no-repeat fixed 800px 128px;
	background-position: center top;
	height: 128px;
	text-align: center;
	width: 800px;
	margin: auto;
}
#geral {
	background: #434343 url("../images/bg_.jpg") repeat-y top center;
	width: 770px;
	border: 10px;
	margin: auto;
	padding: 0 10px;
}
#menu {
	width: 150px;
	height: 438px;
	float: left;
	padding: 5px;
}
#lateral {
	width: 150px;
	background-color: #fff;
	float: right;
	padding: 10px;
}
html>body #menu,html>body #lateral {
	width: 130px;
}
#conteudo {
	background-color: #FFF;
	margin-left: 150px;
	padding: 10px;
}
#conteudo2 {
	background-color: #FFF;
	margin: 0 0 10px 150px;
	padding: 10px;
	text-align: left;
}
#conteudo3 {
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}
#rodape {
	background-color: #fff;
	background-image: url("../images/rodape.jpg");
	background-repeat: no-repeat fixed 800px 60px;
	background-position: center top;
	height: 60px;
	clear: both;
	text-align: center;
	width: 800px;
	margin: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS",sans-serif;
	letter-spacing: 0.6px;
	color: #005496;
	margin: 2px 0;
}
#pink {
	font: normal normal normal 24px Trebuchet MS,Sans-Serif;
	line-height:10px;
	color: #ff0084;
	display: block;
}
.redashed {
	color: #000;
	border: 1px dashed #f00;
	background: #fff;
	padding:0px;
	margin: -10px 180px 0 110px;
}
#verde {
	color: #ff0084;
	background: #e3fcbd;
	border-left: 15px #dbe7ca solid;
	padding-left: 5px;
	line-height:30px;

}
#backverde {
	background-color: #ccff33;
	display: block;
	padding-left: 5px;
}
#red {
	color: #fff;
	background-color: #ff5200;
	display: block;
	font-size:2.3em;
	padding-left: 5px;
}
.red2 {
	font: normal normal normal 28px Trebuchet MS,Sans-Serif;
	color: #fff;
	background-color: #ff5200;
	display: block;
	margin-top: 0;
	padding-bottom: 20px;
}
.blue3 {
	font-family: "trebuchet ms",trebuchet,arial,sans-serif;
	font-size: 20px;
	color: #005496;
}
.txt {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding-left: 20px;
	color: #333;
}
.txt-title {
	display: block;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 700;
	background-color: #CCC;
}
img {border:none;}
a {
	color: #06f;
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
}
ol {
	color: #333;
	text-align: justify;
	list-style-type: decimal;
}
li {
	border: solid #999 1px;
	margin: 5px;
	padding: 5px;
}
ul {
	text-align: justify;
	list-style-type: none;
}
.yahoo {
	border: solid #84bd6b 1px;
	background: #f5ffe6;
	padding:5px;
}
.produto {
	width:80%;
	border: solid #84bd6b 1px;
	margin-bottom:5px;
	background: #f5ffe6;
	padding:5px 0 0 0;
	float:left;
}
.produto img{
	border: solid #84bd6b 1px;
	padding:5px;
	margin: 0 5px 5px 5px;
	float:left;
}
.prodpreco {
	width:50%;
	border: dashed #84bd6b 1px;
	background: #FFFFCC;
	padding:5px;
}
.thumbnail{
	padding: 10px;
	border: 1px solid #ddd;
	background: #f5ffe6;
	width:150px;
	margin: 0 10px 20px 20px;
	text-align:center;
	float:left;
	}	
.thumbnail img{
	padding: 5px;
	border: 1px solid #ddd;
	margin: 5px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;text-align:left;	}
form fieldset {
	float: none;
	margin-right: 4px;
	width: 45%;
	border: solid #000 1px #bbdbfe;
	margin-bottom: 1px;
	padding: 4px;
	background: url(../images/fundo_fieldset.jpg) left top;
}
form legend {
	border: solid #000 1px #729bcb;
	font-size: 90%;
	font-weight: 700;
	background-color: #cee3fc;
	margin: 4px;
	padding: 4px;
}
form label {
	display: block;
	font-size: 11px;
}
form input.botao {
	width: auto;
	margin-top: 10px;
}
form fieldset label {
	cursor: pointer;
	display: block;
	font-size: 11px;
}
form input.comfoco {
	border: 1px solid #000;
	font-size: 18px;
	background: url(../images/fundo_input.png) left top;
	background: #CF9;
	color: #000;
}
form textarea.comfoco {
	border: 1px solid #000;
	font: 14px;
	background: url(../images/fundo_input.png) left top;
	background: #CF9;
	color: #000;
}
form input,form textarea {
	width: 100%;
	border: solid #ccc 1px;
	background: url(../images/fundo_input.png) left top;
	font-size: 11px;
	font-family: 'Trebuchet MS',Verdana,Tahoma,Serif;
}
form input.normal,form textarea.normal {
	background: url(../images/fundo_input.png) left top;
	color: navy;
}

.person {
	position:static;
	background: #ecf4ff;
	font:0.8em;
	border: 1px solid #CCC;
	padding:10px 10px 20px 10px;
}
.person img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #CCC;
	}
.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#999;
text-decoration:none;
background-color:#FFF;
text-align:center;
border:#CCC;
border-style:dashed;
border-width:1px 0 0;
}
.vm {
color:#ff0000;
}
.person_green {
	position:static;
	background: #f0fde2;
	font:0.8em;
	border: 1px solid #CCC;
	padding:10px 10px 20px 10px;
	margin:10px 0px 10px 0px;
}
#menuver {
width:150px;
padding: 0; 
margin: 0;
font: 14px;
}
#menuver fieldset {
	width:100%;
	padding: 0 0 0 5px;
	border: solid #000 1px #84bd6b;
}
#menuver label {
	padding: 5px 0 0 0;
	line-height:20px;
	display:block;
	border-bottom:1px dashed #ccc
}
#menuver label a {
text-decoration:none;
display: block;
color: #000;
}
#menuver label a:visited {
display: block;
color: #000;
}
#menuver label a:hover {
display: block;
border-right:10px solid #f00;
background: #434343;
padding: 0 0 0 10px;
color: #fff; 
text-align:right;
}
#menuver label a:active {
background: #ccc;
color: #000;
}
#menuver legend {
	border: solid #000 1px #84bd6b;
	font-size: 90%;
	font-weight: 300;
	background-color: #f5ffe6;
	margin: 4px;
	padding: 0 10px 0 10px;
}
#mainphoto {
	width: 240px;
	float:left;
	border: 1px solid #434343;
	margin:5px;
}
#mainphoto img {
	border: 0px;
	margin:5px;
	float:left;
}
#text {
	width:100px; 
	height:100px;
	padding-top:20px;
}
#miniatura {
	display:block;
}
#miniatura img {
	float:none;
	border:1px solid #434343;
}
#comprar {
	font-size: 1.5em;
	color: #f00;
}
#comprar img {
	float:right;
}
.thumbprod{
	padding: 5px;
	border: 1px solid #ddd;
	background: #f5ffe6;
	width:250px;
	margin: 10px;
	text-align:left;
	float:left;
	min-height:170px;
	}	
.thumbprod img{
	padding: 5px;
	border: 1px solid #ddd;
	margin: 5px;
	float:left;
	}	
.captionprod{ font-size: 0.9em;}
.menor {font-size:0.7em;}
/* for Internet Explorer */
/*\*/
* html .thumbprod {
height: 170px;
}
/**/
.thumbprod a:{background: #f5ffe6;}
.thumbprod a:hover{background: #fff;}
