/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2006 - 2009 JoomlaShine.com. All rights reserved.
* @license   Copyrighted Commercial Software
* This file may not be redistributed in whole or significant part.
*/
/* Based on extension */
a[href$='.txt'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1574px;
}
 a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1118px;
}
 a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -136px;
}
 a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -662px;
}
 a[href$=".wmv"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1726px;
}
 a[href$='.doc'], a[href$='.rtf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -440px;
}
 a[href$='.xls'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1802px;
}
 a[href$='.pps'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1270px;
}
 a[href$='.fla'], a[href$='.swf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -738px;
}
 a[href$='.pdf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1574px;
}
 a[href$='.rss'], a[href$='.atom'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -586px;
}
 a[href$='.vcard'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1650px;
}
 a[href$=".mov"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -966px;
}
 a[href$='.dmg'], a[href$='.app'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -364px;
}
 a[href$='.ical'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -814px;
}
 a[href$='.css'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -288px;
}
 a[href$='.ttf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1498px;
}
 a[href$='.torrent'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1422px;
}
 a[href^="mailto:"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -890px;
}
 a[href^="callto:"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -212px;
}
 a[href^="msnim:"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1042px;
}
 a[href^="aim:"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -60px;
}
 a[href*="edit.yahoo.com/config/send_webmesg?"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1878px;
}
 a[href^="skype:"] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons-ext-16.png) no-repeat right -1346px;
}
/* Reset original styles */
#jsn-mainbody a[title="PDF"],
#jsn-mainbody a[title="Print"],
#jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}