/* css */
* {
	margin:0px;
	border:0px;
	padding:0px;
}
html {
	margin:0px;
	border:0px;
	padding:0px;
}
body {
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../layout/bg.png);
}
form {
	margin:0px;
	border:0px;
	padding:0px;
}
img {
	margin:0px;
	border:0px;
	padding:0px;
}
div#formatacao {
	background-color:#FFFFFF;
	width:300px;
	height:150px;
}
h1.texto-sem-formato {
	color:#A595C0;
	font-size:18px;
}
h1.texto-com-formato {
	color:#330D70;
	font-weight:bold;
	font-size:20px;
}

table#topo {
	width:770px;
	height:243px;
	background-image:url(../layout/topo.png)
}
.tit-interno-margem {
	margin-left:15px;
}
#lista-produtos {
	width:135px;
	height:148px;
	background-image:url(../layout/fundo-lista-produtos.png);
	background-repeat:no-repeat;
	padding-top:10px;
}
div#produto-foto {
	margin-top:20px;
	margin-bottom:20px;
}
div#produto-descricao {
	height:26px;
}
.in-news {
	border:1px solid #CCCCCC;
	background-color:#F9F9F9;
	color:#EB3D00;
	font-size:11px;
	height:17px;
	padding-top:5px
}	
/* Slide Topo */
#slider {
	width: 416px; /* important to be same as image width */
	height: 180px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 416px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul {
	list-style-type: none;
}
			