.MultipleTabExt * {text-rendering: geometricPrecision}
.MultipleTabExt {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px #555555;
    margin-bottom: 20px;
}
.MultipleTabExt .Header {
    margin-bottom: 10px;
}
.MultipleTabExt .Header .HeaderWraper {
}
.HeadWraper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #0081D4;
    height: 27px;
}
.MultipleTabExt .Header .HeadWraper ul {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Header .HeadWraper .Primary {
    background: url("../images/tab.gif") no-repeat scroll left top transparent;
    height: 32px;
    width: 158px;
}
.MultipleTabExt .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.MultipleTabExt .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.MultipleTabExt .Header .HeadWraper .Primary span {
    background: url("../images/primary_bg1.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    margin: -1px 18px 0 13px;
    text-align: left !important;
}
.MultipleTabExt .Header .HeadWraper .Primary span a {
    color: #FFFFFF;
    font: bold 10pt/32px arial;
}
.MultipleTabExt .Header .HeadWraper .Sub span {
    background: url("../images/sep.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}
.MultipleTabExt .Header .HeadWraper .Sub span a {
    color: #0083D4;
    font: bold 9pt/29px arial;
    white-space: nowrap!important;
}
.MultipleTabExt .Header .HeadWraper .Sub span a:hover {
    color: #FF4E00;
}
.MultipleTabExt .Wrap .LeftCol {
    padding-right: 10px;
    width: 319px;
}
.MultipleTabExt .Wrap .LeftCol .first {
}
.MultipleTabExt .Wrap .LeftCol .first .image {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 110px;
    margin: 0 6px 3px 4px;
    width: 140px;
}
.MultipleTabExt .Wrap .LeftCol .first .title {
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
}
.MultipleTabExt .Wrap .LeftCol .first .title a:hover {
    color: #FF4E00;
}
.MultipleTabExt .Wrap .LeftCol .first .title a {
    color: #333333;
    font: bold 10pt Arial;
    text-decoration: none;
}
.MultipleTabExt .Wrap .LeftCol .clear {
    clear: both;
}
.MultipleTabExt .Wrap .LeftCol .next {
    list-style: none outside none;
    margin: 12px 0 16px;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .next li {
    background: url("../images/b.gif") no-repeat scroll 6px center transparent;
    padding: 4px 4px 4px 15px;
}
.MultipleTabExt .Wrap .LeftCol .next li a:hover {
    color: #FF4E00;
}
.MultipleTabExt .Wrap .LeftCol .next li a {
    color: #555555;
    font: bold 9pt arial;
    text-decoration: none;
}
.MultipleTabExt .Wrap .RightCol {
    padding-right: 5px;
}
.MultipleTabExt .Wrap .RightCol ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .RightCol ul li {
    clear: both;
    padding: 3px;
    text-align: left;
}
.MultipleTabExt .Wrap .RightCol ul li .image {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 60px;
    margin-bottom: 17px;
    margin-right: 8px;
    width: 75px;
}
.MultipleTabExt .Wrap .RightCol ul li a {
    color: #555555;
    font: bold 9pt arial;
}
.MultipleTabExt .Wrap .RightCol ul li a:hover {
    color: #FF4E00;
}