/*
	Plik z cssem do edytorka tekstowego w cmsie.
*/
a{
	color: #ff5400;
	font-weight: normal;
	text-decoration: underline;
}
a:visited{
	color: #ff7e00;
}
a:hover{
	color: #3a1705;
}
.title{
	/*height: 18px;*/
	font-size: 15px;
	color: #ff7000;
	font-family: tahoma;
	font-weight: bold;
}
.orange{
	color: #ff5000;
}
ul {
	padding: 0;
	margin: 2px 0 0 30px;
	list-style-type:none;
}

li {
    background-image: url("/lotus_zmiany/img/bullet.gif");
	background-repeat:no-repeat;
	background-position: 0 0.4em;
	vertical-align:top;
 	padding: 0 0 0.2em 1.4em;
	display: block;
}
.small{
	font-size: 10px;
}


input.checkbox {
	width: 13px;
	vertical-align: middle;
}