/* tabs */

ul#tabs { width: 625px; margin: 30px 0 0 0; padding: 0 0 0.3em 0; list-style-type: none; }
ul#tabs li { display: inline; }
ul#tabs li a { padding: 0.3em; border: 1px solid #c9c3ba; border-bottom: none; background: #dedbde; text-decoration: none; color: #42454a; }
ul#tabs li a:hover { background: #f1f0ee; }
ul#tabs li a.selected { padding: 0.7em 0.3em 0.38em 0.3em; background: #f1f0ee; font-weight: bold; color: #000; }

.tab-content { width: 625px; height: 100%; margin: 0; padding: 5px; border: 1px solid #c9c3ba; background: #fff; }
.tab-content.hide { display: none; }
.tab-content:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .tab-content { display: block; }
* html .tab-content { height: 1%; }
