.bar {float:left;width:5px!important;width:5px;padding: 0px; margin: 0px;}
.clear{min-height:7px; height:auto!important;height:7px;line-height:7px;clear:both;}
.mozl {float:left;border:1px solid #dbdbdb;margin:0px;padding:0px;height:auto!important;height:auto;}
.llll {float:left;border:1px solid #dbdbdb;margin:0px;padding:0px;height:auto!important;height:auto;}
.rLink { FONT-WEIGHT: bold; FONT-SIZE: 12px; color: red }
.wLink { FONT-WEIGHT: bold; FONT-SIZE: 12px; color: #FFF}

#s6{position:relative;width:320px;height: 244px;border:1px solid #dbdbdb;}
#s6 div {width: 320px; height: 240px; padding:1px; color: #333;display:none;}
#s6 div img,#s6 img {margin: 0px 0px 5px 0px; width: 315px; height:240px;background: #fff;}
#snav {float:right; position:relative;z-index:999; margin: 5px 0;top:-25px;margin-right:5px;}
#snav a {margin: 0 3px; padding: 3px; border: 1px solid #ccc; background: #fc0; text-decoration: none;}
#snav a.activeSlide {background: #ea0;}
#snav a:focus {outline: none;}

.pdl {float:left;width:320px!important;overflow:hidden;width:320px;height: 244px;min-height:244px; }
.pdr {float:right;width:658px!important;width:658px;height: 244px;min-height:244px;}

#kl {float:left;width:190px;margin:0px;padding:0px;}
#kr {float:right;width:795px;margin:0px;padding:0px;}

.pdClass{ float:right;height: 28px;width:788px;background:url(r.jpg);}
.ClassList{float:right;width:788px;border:1px solid #dbdbdb}
.ClassList THEAD {height: 20px; background-color:#e3e3e3;}
.ClassList TH { FONT-SIZE: 13px; line-height: 20px; height: 20px }
.ClassList TD { BACKGROUND: url(/images/line1.jpg); line-height: 23px; height: 23px;}

.lMenu{clear:left;background-image:url(l.jpg);height:28px;line-height:28px;font-size:13px;}
.lMenu .txt{ float:left;padding-left:10px;}
.lMenu .txt,.lMenu .txt A,.lMenu .txt A:visited { color: #fff;text-decoration: none;}
.lMenu .txt A:hover { color: #fff;text-decoration:underline;}

/*
#ss{float: left;position:relative;width:320px;height: 244px;border: 1px solid #b4c9e0; background-color: #eee;}*/

#smm{width:187px;height:70px;}
#smm div {width: 185px; height: 65px; color: #000;}
#snn{width:188px;height:335px;}

#tabs ul{padding-left:5px;}
/* 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... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    width:788px;min-width: 788px;
    height:28px;min-height: 28px;
    background: url(m.jpg) no-repeat #fff; /* declare background color for container to avoid distorted fonts in IE while fading */

}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 95px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding:0 5px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a span {
    width: 95px; /* IE 6 treats width as min-width */
    min-width: 95px;
    height: 24px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container 
{
	border:1px solid #dbdbdb;
	width:786px;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

