/*LISTS*/
UL 										{display:block}
UL.bulletList LI 						{padding-left:10px}/*!!!!!!*/
#error UL LI, 
#success UL LI 							{padding-left:15px}

/*LISTS - lined*/
UL.listTypeLINED01 LI  					{background: url(../images-tpl/rule1px01.png) repeat-x bottom}

/*LISTS - bullets*/
UL.bulletList LI 						{background: url(../images-tpl/li-bullet-01.gif) left 0 no-repeat}

/*LISTS - forms*/
#error UL LI							{background: url(../images-tpl/error-li.png) left no-repeat} 
#success UL LI							{background: url(../images-tpl/success-li.png) left no-repeat} 

/*SPECIFICS*/
#colA1 UL LI, #colA3 UL	LI				{background: url(../images-tpl/rule1px01.png) left bottom repeat-x}

/*UL.contentsList LI A					{font-weight:bold; text-decoration:underline}*/


/*UL.contentsList LI						{font-weight:bold; background: url(../images-tpl/rule1px01.png) left bottom repeat-x; display:block}
UL.contentsList LI:HOVER				{background: url(../images-tpl/rule1px01hover.png) left bottom repeat-x}
#colA2 UL.contentsList LI A:HOVER		{text-decoration:none}*/


UL.contentsList LI A					{font-weight:bold; text-decoration:underline}
UL.contentsList LI:HOVER A				{text-decoration:none}

