﻿.container {
    width: 660px;
    margin: 10px auto;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px; /*background: #e0e0e0;*/
    /*background: #e0e0e0 url(../images/onboard_button.gif) no-repeat;*/
    background: silver;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
    font-weight: bold;
}
ul.tabs li a:hover {
    background: #e0e0e0 url(../images/loginbg2.png);
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tab_container {
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
p.intro {
    font-size: 1.3em;
}
.tab_content {
    padding: 20px;
    font-size: 1.3em;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
    line-height: 28px;
    padding-bottom: 7px !important;
}
.tab_content h3 a {
    color: #254588;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}
.list {
    padding-left: 1px !important;
    margin-left: 1px !important;
}
.style1 {
    width: 610px;
    margin: 5px;
    background: #fff;
}
.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.obbutton {
    background: transparent url('../images/ob_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-weight: normal;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.obbutton span {
    background: transparent url('../images/ob_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.obbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.obbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.obpdflist {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    font-size: 90%;
    margin-bottom: 10px;
}
.obpdflist li {
    background: url(../images/document-open.png) no-repeat;
    padding: 3px 30px;
    display: inline;
}
#productTable {
    border-collapse: collapse;
    width: 620px;
    font-size: 90%;
}
#productTable .cell {
    float: left;
    padding: 4px 0 3px 10px;
    border-bottom: 1px solid #C5BEB7;
    background: #EFF5F9;
}
#productTable .boldRow {
    font-weight: bold;
}
#productTable #headercell1 {
    width: 110px;
}
#productTable #headercell2 {
    width: 70px;
}
#productTable #headercell3 {
    width: 100px;
}
#productTable #headercell4 {
    width: 300px;
}
#productTable #cell1 {
    width: 110px;
    line-height: 27px;
    white-space:nowrap;
}
#productTable #cell2 {
    width: 70px;
    line-height: 27px;
}
#productTable #cell3 {
    width: 100px;
    line-height: 27px;
}
#productTable .cell4 {
    width: 130px;
    line-height: 27px;
}
#productTable span.product {
    color: #76B900;
    float: left;
    font-family: Trebuchet MS;
    font-size: 18px;
}
#productTable img {
    margin: 0;
    padding: 0;
}
.infotoggle {
    cursor: pointer;
    float: left;
    width: 160px;
    padding: 4px 0 3px 10px;
    border-bottom: 1px solid #C5BEB7;
    line-height: 27px;
    background: #EFF5F9/*F1F1F1*/ url(../../../assets/images/arrow-square.gif) no-repeat 105px -46px;
}
.infotoggleactive {
    background-position: 105px 10px;
}
.updateInfo {
    clear:both;
    padding:10px;
    padding-bottom: 20px;
    background: #ffffff url('../../../assets/images/testimonialsFooterBG2.gif') repeat-x bottom left;
    position: relative;
    width: 600px;
}    
