#easytab_tab { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; border:3px solid #FFFFFF; border-top:none; cursor:pointer; position:fixed; padding:15px 30px 10px; z-index:1000; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12pt; width:auto; background-position:0 top; }
.EasytabTabLeft { transform:rotate(270deg); -ms-transform:rotate(270deg); -webkit-transform:rotate(270deg); -webkit-box-shadow:-1px 0 4px rgba(0, 0, 0, 0.6); -moz-box-shadow:-1px 0 4px rgba(0, 0, 0, 0.6); box-shadow:-1px 0 4px rgba(0, 0, 0, 0.6); }
.EasytabTabRight { transform:rotate(90deg); -ms-transform:rotate(90deg); -webkit-transform:rotate(90deg); -webkit-box-shadow:1px 0 4px rgba(0, 0, 0, 0.6); -moz-box-shadow:1px 0 4px rgba(0, 0, 0, 0.6); box-shadow:1px 0 4px rgba(0, 0, 0, 0.6); }
#easytab_tab:hover { background-color:#444444; }
#easytab_tab img { display:block; }
#easytab_overlay { width:100%; height:100%; position:fixed; top:0; bottom:0; left:0; right:0; z-index:1005; }
#easytab_overlay * { color:#333333; font-family:Arial, Helvetica, sans-serif; font-style:normal; font-variant:normal; font-size:12px; margin:0; padding:0; }
#easytab_container { width:800px; max-width:94%; height:620px; margin:0 auto; position:relative; text-align:left; top:50px !important; z-index:2; }
#easytab_container .easytab_header { width:auto; position:relative; text-align:right; z-index:100; }
#easytab_close { width:30px; height:30px; margin-left:100%; position:absolute; top:-15px; right:-15px; cursor:pointer; }
#easytab_body { width:100%; height:100%; position:relative; }
#easytab_scrim { width:100%; height:100%; z-index:1; position:fixed; top:0; left:0; bottom:0; right:0; background-color:rgba(0, 0, 0, 0.6); }