/* CSS Document */

.amazon{
width:20px;
padding:3px 20px 0 0;
background: url(images/amazon.gif) no-repeat right;
}
.pdf{
width:20px;
padding:0 20px 0 0;
background: url(images/pdf.png) no-repeat right;
}
.zip{
width:20px;
padding:0 23px 0 0;
background: url(images/zip.png) no-repeat right;
}
.doc{
width:20px;
padding:0 20px 0 0;
background: url(images/doc.png) no-repeat right;
}
.ppt{
width:20px;
padding:0 20px 0 0;
background: url(images/ppt.png) no-repeat right;
}
.xls{
width:20px;
padding:0 20px 0 0;
background: url(images/xls.png) no-repeat right;
}
.mp3{
width:20px;
padding:0 20px 0 0;
background: url(images/mp3.png) no-repeat right;
}
