div#center img.product{
	float:left;
	display:block;
	margin-right:10px;
}

div#center div.description{
	float:left;
	display:block;
	width:583px;
}

div#center div.description h4, div#center div.description h5{
	color:#FF0099;
	font-size:10pt;
	margin-top:0;
}

div#center div.description h5{
	font-weight:normal;
	margin-bottom:0px;
}

div#center div.description table.preco1{
    width:550px;
    margin:20px auto;
    border:solid 1px #CCC;
}

div#center div.description table.preco1 td{
    padding:3px 10px;
}

div#center div.description table.preco1 thead{
    background:#FCEAE7;
}
 div.description table.preco1 thead td{
    font-weight:bold;
}

div#center div.description table.preco{
	width:500px;
	margin:20px auto;
	border:solid 1px #CCC;
}

div#center div.description table.preco thead{
	background:#FCEAE7;
}

div#center div.description table.preco td{
	padding:3px 10px;
}

div#center div.description table.preco thead td{
	font-weight:bold;
}

div#center div.description img.btn{
	float:right;
	display:block;
	margin-top:18px;
	margin-left:5px;
}
  
a:link {
    text-decoration: none; 
    color: #000;
}
a:visited {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;

}
a:active {
    text-decoration: none;
}


/* LIGHT BOX DOS PRODUTOS SELECIONADOS */
.SelecProduct{
    position: absolute; 
    margin-top:330px;
    margin-left: 200px;
    font-size: 11px;
    width: 200px;
}
