/* Document attachment widget style sheet */

.attachments {
  margin: 0;
  padding: 20px 0px 0px 0px;

  list-style: none;

}

.attachments li {
  padding: 0px 0px 5px 0px !important;
	border-bottom: 1px solid rgb(235, 235, 235) !important; 
}
 
.attachment a {
  padding: 0px 10px 0px 10px;
}

.powerpoint {
  background: url('../icons/pp_icon.gif') no-repeat 0 0;
}

.csv, 
.txt, 
.plain {
  background: url('../icons/txt_icon.gif') no-repeat 0 0;
}

.msword {
  background: url('../icons/word_icon.gif') no-repeat scroll 0 0;
}

.pdf {
  background: url('../icons/pdf_icon.gif') no-repeat 0 0;
}

.excel {
  background: url('../icons/excel_icon.gif') no-repeat 0 0;
}

.gif {
  background: url('../icons/gif_icon.gif') no-repeat 0 0;
}

.png {
  background: url('../icons/png_icon.gif') no-repeat 0 0;
}

.jpeg {
  background: url('../icons/jpg_icon.gif') no-repeat 0 0;
}

.x-shockwave-flash {
  background: url('../icons/swf_icon.gif') no-repeat 0 0;
}

.filesize {
  font-size: 9px;
}

.description {
  font-style: italic;
}