/* media */

ul.ul { display: block; margin: 0 0 10px 0; padding: 0; }

/* list rows */
li.li {
	position: relative; clear: both; min-height: 20px; height: auto !important; height: 20px; margin: 0; padding: 0 0 5px 15px;
	list-style: none; background: url('../img/arrows/arrow-media.gif') no-repeat 0 5px;
}
li.li a { color: #551a8b; }

/* no hover */
li.no { clear: both; margin: 0; padding: 5px; list-style: none; }
li.no big {
	margin: 5px 0; padding: 1px 4px; background: #ff8704; font-weight: bold; font-size: 12px; color: #fff;
	-moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px;
}
li.no:hover { background: #fff; }

