@import url("header_template.css");
@import url("box.css");
@import url("internas.css");
@import url("rodape.css");
@import url("coluna.css");

body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(../images/vermelho/bg_body.png);
	background-repeat: repeat-x;
	background-position: center 269px;
	background-color: #e4e4e4;
}
* {
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px none #FFFFFF;
}

h1 {
	display: none;
}
p {
	font-size: 9pt;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: 5px;
}

#header, #box, #container   {
	margin: auto;
	width: 820px;
	position: relative;
	padding-right: 90px;
	padding-left: 90px;
}
#container {
	background-image: url(../images/padrao/focus_template.jpg);
	background-repeat: repeat-y;
	background-position: 692px top;
	display: table;
}
.alingLeft {
	float: left;
	padding-right: 10px;
}
.molduraIMG {
	background-color: #FFFFFF;
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin-right: 10px;
}
.molduraPROD {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
	margin-top: 10px;
}


.none {
	display: none;
}
.produtos dt a {
	font-size: 13px;
	font-weight: bold;
	color: #008B89;
	text-decoration: none;
	line-height: 28px;
	background-image: url(../images/padrao/icon_noticias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	background-color: #F3F3F3;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.produtos dt a:hover {
	background-color: #E6E6E6;
	background-image: url(../images/padrao/icon_noticias.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
