a.doc { /*The background image*/
	background: url(/images/word-icon.jpg) no-repeat left center;
	height: 32px;
	padding-left: 40px;
	line-height: 32px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
	clear:left;
}

a.pdf { /*The background image*/
	background: url(/images/pdf-icon.jpg) no-repeat left center;
	height: 32px;
	padding-left: 40px;
	line-height: 32px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
	clear:left;

}

a.zip { /*The background image*/
	background: url(/images/zip-icon.jpg) no-repeat left center;
	height: 32px;
	padding-left: 40px;
	line-height: 32px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
	clear:left;

}

a.txt { /*The background image*/
	background: url(/images/txt-icon.jpg) no-repeat left center;
	height: 32px;
	padding-left: 40px;
	line-height: 32px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
	clear:left;

}

a.vid { /*The background image*/
	background: url(/images/vid-icon.jpg) no-repeat left center;
	height: 32px;
	padding-left: 40px;
	line-height: 32px; /* Center the text vertically with image */
	vertical-align: bottom; /* to align the text with image bottom, line height property required */
	display: block; /* Need this to show the images fully */
	float: left; /* You might need this as well for aligning it with the parent element */
	clear:left;

}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
