﻿/* acms.tekst */
.textblock, .textblockAlter { font-family: Tahoma, Geneva, Verdana, Sans-serif; font-size:11px; border:0; padding:2px; background-color:Transparent; }

p
{
    margin-top:0px;
    margin-bottom:11px;
}

td p
{
    margin:0;
    margin-bottom:11px;
    padding:0;
}

.textblockhover { border:2px solid #82bd45; padding:0; cursor:default; }

.textblock ul
{
	margin-left:0px;
	padding:0px;
	list-style-type: none;
}

.textblock ul li, .textblockAlter ul li
{
    background-image:url(/images/bullet.gif.v=1);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left:15px;
    margin-left:0;    
}

.textblock ul ul li
{
    background-image:url(/images/bulletlink.gif.v=1);
    background-position:left center;
    background-position: 0px 5px;
}

.textblockAlter ul ul li
{
    background-image:url(/images/bulletalter.gif.v=1);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}
