/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:11px;
	color: #333;
	background-color:#f5f5f5;
	background-image:url(../imgs/bk.gif);
	background-repeat:repeat-x;
}
body {
	padding:0px;
	margin:0px;
	text-align:center;
	 background-image:url(../imgs/fundo_cab.gif); background-repeat:repeat-x; 
}
ul {
	margin:0px;
	padding:0px;
}
li{
		float:none;
		list-style-type:none;
	}

.head {
	width:998px;
	height:auto;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:995px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.bottom {
	width:980px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}

.fundo-left {
	background-image:url(imgs/le.gif);
	background-position:right;
	background-repeat:no-repeat;;
	background-color:#bfe7fd;
}

a{
	color:#333;	
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#F90;
	text-decoration:underline;
	cursor:pointer;
}
.pagina{
	color: #CC0000;
	font-weight:bold;
}
b {
	color:#666666;
}
.left{
	float:left;
}
.right{
	float:right;
}
.absolute{
	position:absolute;
}
.cursor{
	cursor:pointer;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.size12{
	font-size:12px;
}
.size13{
	font-size:13px;
}
.size14{
	font-size:14px;
}
#window_content_product {
	border:#CCC 1px solid;
	width:425px;
	height:500px;
	position:relative;
	background-color:white;
	z-index:35;
	display:none;
	text-align:left;
}
.ml1{
	margin-left:1px;
}
.ml3{
	margin-left:3px;
}
.ml5{
	margin-left:5px;
}
.ml7{
	margin-left:7px;
}
.ml9{
	margin-left:9px;
}
