/* tab */


[tab_header]
{
white-space:nowrap;
}

[tab_header] span
{
display:inline-block;
padding:3px 6px 3px 6px;
border:#AAA solid 1px;
border-bottom:none;
cursor:pointer;
margin-left:10px;
margin-right:15px;
border-top-left-radius:2px;
border-top-right-radius:2px;
background:#DDD;
color:#222;
box-shadow:1px -1px 1px rgba(0,0,0,0.1);
}

[tab_header] span:hover
{
background:#EEE;
}

[tab_header] span[select]
{
background:#BBB;
color:#2220;
border:#777 solid 1px;
border-bottom:#BBB solid 1px;
}

[tab_name] {display:none !important;}
[tab_name][tab_show="1"] {display:block !important;}

