.container {
    width: 742px;
    margin: 0px auto;
	font-weight: bold;
	font-size: 14px;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 24px;
    border-bottom: 1px solid #84afc2;
    width: 100%;
    height: 100%;
    /*background: #f1f1f1;*/
}
ul.tabs li {
    float: left;
    margin: 0;
    height: 25px;
    line-height: 25px;
    border-right: 2px solid white;
    border-left: none;
    margin-bottom: -1px;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0 20px;
    border: 1px solid #f1f1f1;
    outline: none;
}
ul.tabs li a:hover {
    /*background: #dfdfdf;*/
}
html ul.tabs li.active,
html ul.tabs li.active {
    background: white;
    border-top: 3px solid #84afc2;
    border-left: 1px solid #84afc2;
    border-right: 1px solid #84afc2;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
}
.tab_content {
    padding: 5px 0px;
    height: 573px;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px 0px;
}