@charset "utf-8";
/* CSS Document */

.briefcase { position:relative; z-index:999; }
.briefcase a { font-size:11px; }

.briefcase .control { clear:both; }
.briefcase .control a { display:block; float:right; line-height:25px; }
.briefcase .control a.bc_status { margin:9px 15px 0; }
.briefcase .control a.bc_status.add { background:url(images/icon_add.png) no-repeat right center; float:right; padding-right:27px; }
.briefcase .control a.bc_status.add:hover { background-image:url(images/icon_add_on.png); color:#da2127; }
.briefcase .control a.bc_status.in { background:url(images/icon_in.png) no-repeat right center; padding-right:20px; }
.briefcase .control a.bc_status.in:hover { background-image:url(images/icon_in_on.png); color:#da2127; padding-right:20px; }
.briefcase .control a.bc_my { background:url(images/my.png) no-repeat left top; color:#fff; font-weight:bold; height:25px; width:158px; text-align:center; text-indent:-9999px; }
.briefcase .control a.bc_my.logged { background-position:left -25px; }
.briefcase .control a.bc_my.on { background-position:left -50px; height:40px; margin-top:5px; padding-top:5px; }

.briefcase .bc_content { background:#fff; left:-9999px; top:45px; overflow:hidden; position:absolute; width:960px; z-index:999; }
.briefcase .bc_content.active { left:-595px; }
.briefcase .bc_content .toolbar { background:#e7e7e7; border-top:solid 6px #da2127; height:25px; line-height:25px; }
.briefcase .bc_content .toolbar a.bc_close { background:url(images/icon_close.png) no-repeat 120px center; border-left:solid 2px #fff; display:block; float:right; text-indent:25px; width:155px; }
.briefcase .bc_content .frame { background:transparent; border:solid 1px #ccc; border-top:none; *overflow:hidden; padding:10px 8px; }
.briefcase .bc_content ul { margin:0; }
.briefcase .bc_content li { float:left; height:210px; line-height:17px; margin:0 7px 10px 7px; overflow:hidden; width:142px; }
.briefcase .bc_content li.space { display:none; }
.briefcase .bc_content li a { line-height:21px; }
.briefcase .bc_content li a.bc_open { display:block; float:left; font-weight:bold; margin-left:2px; }
.briefcase .bc_content li a.bc_delete { background:url(images/icon_del.png) no-repeat right center; display:block; float:right; margin-right:1px; padding-right:17px; }
.briefcase .bc_content li a.bc_delete:hover { background-image:url(images/icon_in_on.png); }
.briefcase .bc_content li img.bc_image { clear:both; height:80px; width:142px; }
.briefcase .bc_content li h4 { font-size:11px; line-height:17px; margin-top:4px; }
.briefcase .bc_content li span { font-size:11px; line-height:17px; }

.briefcase .loading { display:none; left:-150px; position:absolute; z-index:1000; }

#bc_info { padding:0; }
#bc_info .info { height:554px; margin:0 auto; width:958px; }
