/* Items Icons */
LI.item_jpg, LI.item_bmp, LI.item_png, LI.item_gif, LI.item_jpeg {
	background: url("../wb_images/icons/filetypes/img.png") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_wav, LI.item_mp3, LI.item_ogg {
	background: url("../wb_images/icons/filetypes/mp3.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_doc, LI.item_docx, LI.item_txt, LI.item_rtf {
	background: url("../wb_images/icons/filetypes/doc.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_zip {
	background: url("../wb_images/icons/filetypes/zip.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_rar {
	background: url("../wb_images/icons/filetypes/rar.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_wma, LI.item_avi, LI.item_flv, LI.item_mpg, LI.item_mpeg {
	background: url("../wb_images/icons/filetypes/video.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}
LI.item_swf {
	background: url("../wb_images/icons/filetypes/flash.gif") left center no-repeat;
	padding-left: 20px;
	list-style: none;
}

INPUT[name="preview"] {
	background: #FFFBF7 url("../wb_images/icons/find.png") 3.2% center no-repeat;
	padding-left: 20px;
}

.handler_window { position: relative; }