/* 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.gif) no-repeat right;
}
.zip{
width:20px;
padding:0 23px 0 0;
background: url(images/zip.gif) no-repeat right;
}
.doc{
width:20px;
padding:0 20px 0 0;
background: url(images/doc.gif) no-repeat right;
}
.ppt{
width:20px;
padding:0 20px 0 0;
background: url(images/ppt.gif) no-repeat right;
}
.xls{
width:20px;
padding:0 20px 0 0;
background: url(images/xls.gif) no-repeat right;
}
.txt{
width:20px;
padding:0 20px 0 0;
background: url(images/txt.gif) no-repeat right;
}

