@charset "utf-8";
/* BKI (help@bugking.com) */

.boardReadFooter
	{margin:10px 0px 0px 0px;padding:0px 0px 0px 10px;}

/* Attached File */
.attachedFile{position:relative;float:left;width:100%}
.attachedFile *{margin:0;padding:0;font-size:11px;vertical-align:middle}
.attachedFile dt img{margin-right:10px}
.attachedFile dt .fileToggle{border:0;padding:0;overflow:visible;cursor:pointer;font-size:11px;background:none;vertical-align:middle}
.attachedFile dd{position:relative;margin-right:5px;display:none;margin-top:5px;padding-left:40px}
.attachedFile.open dd{display:block}
.attachedFile ul.files{position:relative;margin:0 0 1em 0;padding:0;clear:both;list-style:none;text-align:left}
.attachedFile ul.files *{display:inline-block;*display:inline;
padding:0;margin:0;font-size:11px}
.attachedFile ul.files li{position:relative;margin:0 10px 0 0}
.attachedFile ul.files a{position:relative;background-repeat:no-repeat;background-position:left center;zoom:1;
text-decoration:none !important}
.attachedFile ul.files a .bubble{display:none;position:absolute;top:-20px;left:0;padding:2px 5px;z-index:100;white-space:nowrap}
.attachedFile ul.files a:hover .bubble,
.attachedFile ul.files a:active .bubble,
.attachedFile ul.files a:focus .bubble{display:block}
