/* CSS Document */

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


