@charset "UTF-8";
/* CSS Document */
.UList {
	float: left;
	width: 100%;
	list-style: none;
}
.UList .UListItem {
	clear: both;
	width: auto;
}

.UList.disk .UListItem {
	padding: 0 0 0 17px;
	line-height: 21px;
    background-image: url(../../../file/Foundation/UListDisk.gif);
    background-position: 0 3px;
    background-repeat: no-repeat;
}