.redactor_video_box {
width: 300px;
height: 200px;
background: url(../i/video_box.png) center no-repeat #000 !important; margin: 10px;
}
.redactor_video_box object, .redactor_video_box embed, .redactor_video_box iframe {
display: none;
}
.redactor_file_link {
padding-left: 20px;
}
.redactor_file_ico_avi { background: url(../img/avi.png) no-repeat; }
.redactor_file_ico_csv { background: url(../img/csv.png) no-repeat; }
.redactor_file_ico_doc { background: url(../img/doc.png) no-repeat; }
.redactor_file_ico_gif { background: url(../img/gif.png) no-repeat; }
.redactor_file_ico_html { background: url(../img/html.png) no-repeat; }
.redactor_file_ico_jpg { background: url(../img/jpg.png) no-repeat; }
.redactor_file_ico_mov { background: url(../img/mov.png) no-repeat; }
.redactor_file_ico_other { background: url(../img/other.png) no-repeat; }
.redactor_file_ico_pdf { background: url(../img/pdf.png) no-repeat; }
.redactor_file_ico_png { background: url(../img/png.png) no-repeat; }
.redactor_file_ico_ppt { background: url(../img/ppt.png) no-repeat; }
.redactor_file_ico_rar { background: url(../img/rar.png) no-repeat; }
.redactor_file_ico_rtf { background: url(../img/rtf.png) no-repeat; }
.redactor_file_ico_txt { background: url(../img/txt.png) no-repeat; }
.redactor_file_ico_xls { background: url(../img/xls.png) no-repeat; }
.redactor_file_ico_zip { background: url(../img/zip.png) no-repeat; }
