/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
#container-9 .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
#container-9 .tabs-nav {
        display: none;
    }
}

/* Skin */
#container-9 .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
		display:block;
		width: 718px;
		background:url(../images/tab_line.gif) repeat-x bottom;
}
#container-9 .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#container-9 .tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    height: 38px;
}
#container-9 .tabs-nav a{
    display: block;
    position: relative;
    top: 0px;
    z-index: 2;
    padding: 8px 0px 0;
    width: 143px;
    height: 38px;
    color: #404040;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: url(../images/tab.png) no-repeat;
}
#container-9 .tabs-nav .tabs-selected a {
    color: #ffffff;
}
#container-9 .tabs-nav a:hover{
    background-position: 0 -100px;
    outline: 0; /* @ Firefox, switch off dotted border */
}
#container-9 .tabs-nav .tabs-selected a,
#container-9 .tabs-nav a:focus,
#container-9 .tabs-nav a:active {
    background-position: 0 -50px;
    outline: 0; /* @ Firefox, switch off dotted border */
}

#container-9 .tabs-nav .tabs-disabled a:hover,
#container-9 .tabs-nav .tabs-disabled a:focus,
#container-9 .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
#container-9 .tabs-nav .tabs-selected a:link,
#container-9 .tabs-nav .tabs-selected a:visited,
#container-9 .tabs-nav .tabs-disabled a:link,
#container-9 .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#container-9 .tabs-nav a:hover,
#container-9 .tabs-nav a:focus,
#container-9 .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
		color:#ffffff;
}
#container-9 .tabs-nav .tabs-disabled {
    opacity: .4;
}
#container-9 .tabs-container {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/* Uncomment this if you want a little spinner to be shown next to the tab title while an Ajax tab gets loaded
.tabs-loading span {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/


#container-9 .bor_sideR{
	border-right:1px #404040 solid;
/*	letter-spacing:-1px; */
}
#container-9 .bor_sideR a{
  width: 145px;
}

#container-9 ul li{

}