#container-1{padding-top:16px; width:500px}

.tabs-hide {
display:none;
}
.tabs-nav {
border-bottom:3px solid #D8D8D8;
font-family:arial;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 0 10px;
height:32px;
}
.tabs-nav:after {
clear:both;
content:" ";
display:block;
}
.tabs-nav li {
background:transparent url(images/tab1.gif) no-repeat scroll 0 0;
float:left;
margin:0 1px;
position:relative;
top:3px;
_width:70px;
}
.tabs-nav li.tabs-selected {
background:transparent url(images/selected1.gif) no-repeat scroll 0 0;
float:left;
height:32px;
}
.tabs-nav a, .tabs-nav a span {
display:block;
}
.tabs-nav a {
background:transparent url(images/tab2.gif) no-repeat scroll right 0;
color:#5C5C5C;
font-size:13px;
font-weight:bold;
height:32px;
margin-left:6px;
padding:0 15px;
position:relative;
text-align:center;
text-decoration:none;
white-space:nowrap;
z-index:2;
}
.tabs-nav .tabs-selected a {
background:transparent url(images/selected2.gif) no-repeat scroll right 0;
color:#6C171A;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}
.tabs-nav a span {
height:18px;
min-height:18px;
min-width:64px;
padding-right:0;
padding-top:6px;
width:64px;
}
* > .tabs-nav a span {
height:auto;
width:auto;
}
.tabs-nav .tabs-selected a span {
padding-top:7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
cursor:pointer;
}
.tabs-nav .tabs-disabled {
opacity:0.4;
}
.tabs-container {
}
.tabs-loading em {
background:transparent url(loading.gif) no-repeat scroll 0 50%;
padding:0 0 0 20px;
}