.estiloProductosOver{
text-align:left;
cursor:pointer;
background-color:#D9FFBF;
color:#009900;
}
.estiloLineaProductos{
text-align:left;
cursor:default;
color:#333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	scrollbar-face-color: #5FBB00; 
	scrollbar-shadow-color: #E0FFC1; 
	scrollbar-highlight-color: #E0FFC1; 
	scrollbar-3dlight-color: #E0FFC1; 
	scrollbar-darkshadow-color: #E0FFC1; 
	scrollbar-track-color: #E0FFC1; 
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.TreeView 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	cursor: pointer;
	font-style: normal;
}

.TreeView LI
{
	padding: 0 0 0 10px;
	float: left;
	width: 90%;
	list-style: none;
}
	
.TreeView, .TreeView ul
{
	margin: 0;
	padding: 0;
}
	
LI.Expanded 
{
	/*background: url(../images/minus.gif) no-repeat left top;/**/
}
	
LI.Expanded ul
{
	display: block;
}

LI.Collapsed 
{
	/*background: url(../images/plus.gif) no-repeat left top;/**/
}
	
LI.Collapsed ul
{
	display: none;
}
	
.Highlighted
{
	/*color: red;*/
}
	
.AlternateHighlight
{
	/*color: blue;*/
}
/*Estilo Ventana*/
.nombreCampoVentana
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#DEFFCA;
}
.valorCampoVentana
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-style:italic;
	background-color:#F0F0F0;
}
/*Fin Estilo Ventana*/

/*Estilos por ID*/

/*Fin Estilos ID*/
