#tabs {
    width: 980px;
    float: left;
}
#tabs ul.tabs {
    width: 980px;
    padding: 0;
    float: left;
    height: 50px;
}
#tabs ul.tabs li {
    float: left;
    height: 52px;
    cursor: pointer;
    border-right: 1px solid #000;
}
#tabs ul.tabs li span {
    float: left;
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    border-right: 1px solid #242424;
}
#tabs ul.tabs li:last-child,
#tabs ul.tabs li:last-child span {
    border: none;
}
#tabs ul.tabs li:hover {
    /*background: url(/images/tab_hover.jpg) repeat-x left top;*/
    height: 52px;
}
#tabs ul.tabs li.active {
    /*background: url(/images/tab_hover.jpg) repeat-x left top;*/
    color: #fff;
    height: 52px;
}
#tabs div.hide {
    display: none
}
#tabs div.tabs_content {
    clear: both;
    width: 100%;
    padding: 30px 0 30px 20px;
    height: 220px;
}
#tabs div.tabs_content div {
    float: left;
    width: 380px;
}
#tabs div.tabs_content h3 {
    float: left;
    width: 380px;
    padding-bottom: 15px;
}
#tabs div.tabs_content h3 a {
    float: left;
    width: 380px;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
#tabs div.tabs_content p {
    float: left;
    width: 380px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    clear: both;
}
#tabs div.tabs_content h4 {
    float: left;
    width: 340px;
    padding: 18px 0 18px 40px;
    font-size: 12px;
    font-weight: bold;
    color: #c5c5c5;
    text-transform: uppercase;
}
#tabs div.tabs_content ul.items {
    float: left;
    width: 275px;
    padding-left: 40px;
}
#tabs div.tabs_content ul.items li a {
    float: left;
    width: 320px;
    line-height: 18px;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 0 6px 12px;
    /*background: url(/images/icon1.png) no-repeat left 12px;*/
}
#tab_bg {
    float: left;
    width: 255px !important;
    height: 255px !important;
    position: relative;
    margin-top: -66px;
    float: right !important;
    padding-right: 20px;
}
#tab_bg img {
    float: left;
    width: 252px;
    height: 252px;
}
#tab_bg #lens {
    float: left;
    width: 255px !important;
    height: 255px !important;
    /*background: url(/images/lens.png) no-repeat left top;*/
    position: absolute;
    top: 0;
    left: 0;
}
#tabs div.tabs_content ul.items li a:hover {
    text-decoration: underline;
    color: #fff;
    /*background: url(/images/icon1.png) no-repeat left 12px;*/
}
#tabs_content {
    width: 68%;
    float: left;
    padding: 20px 0 0 8px;
    clear: both;
}
#tabs_content #tabs {
    width: 100%;
    float: left;
}
#tabs_content ul.tabs {
    width: 100%;
    padding: 0;
    float: left;
    height: 33px;
}
#tabs_content ul.tabs li {
    float: left;
    height: 39px;
    cursor: pointer;
    border: none;
    padding: 0 0 0 10px;
    margin-right: 3px;
    width: auto;
    /*border: 1px solid #eee !important;*/
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    margin-top:-6px;
}
#tabs_content ul.tabs li span {
    float: left;
    color: #303030;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    border: none;
    /*background: url(/images/tabs_left1.png) no-repeat right top;*/
}
#tabs_content ul.tabs li:last-child,
#tabs_content ul.tabs li:last-child span {
    border: none;
}
#tabs_content ul.tabs li:hover {
    background: #08c4f2;
    height: 36px;
}
#tabs_content ul.tabs li:hover span {
    /*background: #08c4f2;*/
    height: 36px;
    color: #fff;
}
#tabs_content ul.tabs li.active {
    background: #08c4f2;
    color: #fff;
    height: 39px;
}
#tabs_content ul.tabs li.active span {
    /*background: #08c4f2;*/
    color: #fff;
    height: 36px;
    color: #fff;
}
#tabs_content div.hide {
    display: none
}
#tab222 input{
    max-width: 100%;
    height: auto;
}
#tabs_content div.tabs_content {
    clear: both;
    width: 100%;
    padding: 20px 10px;
    height: auto;
    border: 1px solid #cac9c9;
    color: #303030;
    float: left;
}
#tabs_content div.tabs_content div {
    float: left;
    width: 100%;
}
#tabs_content #tabs div.tabs_content p {
    float: left;
    width: 100%;
    color: #303030;
}
#tabs_content div.tabs_content div img {
    max-width: 635px !important;
}