/*
Lista de etilos site agendagyn.com/moda
*/

H1 {
	margin-bottom:5px;
	color:#06C;
	font-size:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:4px;
}

#ListaItens {
	float:left;
	width:363px;
	margin-top:15px;
	<% if (blListView <> 1) then Response.Write "	display:none;" End if%>
}

#Imprimir{
	float:left;
	margin-top:15px;
	width:52px;
	background-color:#A50A0A; /* Define a cor do boto de impresso */
    <% if (blPrint <> 1) then Response.Write "	display:none;" End if%>
}

#Itens {
	position:relative;
	float:left;
	width:197px;
	padding:3px;
	padding-bottom:10px;
	border-style:dotted;
	border-color:#ddd;
	border-width:1px;
	margin-left:2px;
	margin-bottom:2px;	
}

#Item {
	float:left;
	width:415px;
}

#Cobertura{
	width:200px;
	float:left;
	padding:2px;
	border:1px dotted #ddd;
	margin-left:2px;
	margin-bottom:2px;
}

#Cobertura b{
	color:#999;
	font-size:10px;
}

#Cobertura img{
	width:50px;
	height:50px;
	float:left;
	border:1px solid #000;
}