@charset "utf-8";
/* CSS Document */
/*AUTHOR: Mark Abucayon*/
/*POSITION:Web Designer and Developer*/
/*WEBSITE: http://mark.mabucplus.com*/
/*Created in Mozilla Firefox3*/

@import url('main.css');
@import url('class.css');
@import url('ie6.css');
@import url('reset.css');

/* extensions */
#file_attach {
	margin-bottom:3em;
	font-size:0.2 em;
	background-color; #aaa;
}
#file_attach li {
	list-style-type:none;
}

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_xls.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icons/icon_pic.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/icons/icon_mailto.gif) no-repeat center right;
}

/* use this class to make sure that images won't get iconized */
.imageLink {
	padding-right: 0px !important;
	background: none !important;
}



/* Localized */
