/*LIST STYLES*/

#content ul{
	list-style-type: none;
}

#content li{
	list-style: square url(none) outside;
	margin-left: 25px;
	line-height: 20px;
}

#content .pdf {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/pdf.gif);
}

#content .doc {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/doc.gif);
}

#content .xls {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/xls.gif);
}

#content .txt {
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	background-image: url(../gui/bullets/txt.gif);
}

#content .music {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/music.png);
}

#content .pics {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/photo.png);
}

#content .vid {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/video.png);
}

#content .zip {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../gui/bullets/zip.gif);

}
