/*
 * Este arquivo e parte de TVFarmaciaIglesias - www.farmaiglesias.com
 * Copyright (C) 2008 Enxenio S.L.
 *
 * == BEGIN LICENSE ==
 *
 * TVFarmaciaIglesias e software libre: vostede pode redistribuilo e/ou modificalo
 * baixo os termos da licenza GPL de GNU, tal e como publica a Free Software Foundation,
 * na version 3 da licenza ou (a sua eleccion) calquera version posterior.
 *
 * A aplicacion distribuese SEN GARANTIA DE NINGUN TIPO. Lea a Licenza GPL para mais detalles.
 *
 * Vostede deberia ter recibido unha copia da licenza GPL de GNU (arquivo COPYING.TXT). 
 * En caso contrario, pode consultala en http://www.gnu.org/licenses/gpl.html
 *
 * == END LICENSE ==
 *
 */

/************************************************************************************/
/*																					*/
/*              ESTILOS DA PÁXINA DE AXUDA DO BUSCADOR DE PRODUTOS                  */
/*																					*/
/************************************************************************************/
#helpFindContent{
	color: white;
	font-family:Verdana,sans-serif;
	font-size:11px;
	text-align:left;
	margin-left:10px;
}


span.italic{
	font-style:italic;
}

#helpFindContent ul {
	list-style-position: outside;
	list-style-image: url(../images/triangle.gif);
	list-style-type: square;
	padding-left:5%;
}

#helpFindContent img{
	float:left;
	padding-right:3%;
	border:0px;
}

