

/*-----------------------------------------*/
/* World Library Publications              */
/*-----------------------------------------*/
/*                                         */
/* This page has a container to attach the */
/* appropriate CSS                         */
/*-----------------------------------------*/








* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
img {
    vertical-align: top;
}
a img {
    border: 0;
}
form input {
    vertical-align: middle;
}
form select {
    vertical-align: middle;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background: #ffffff;
    font-family: arial, sans-serif;
    color: #505e5a;
    text-align: center;
    line-height: 1.35em;
}
#mainheader {
    position: relative;

    /* BT WIDENED */
    /* width: 759px; */
    width: 960px;

    margin: 0 auto;
    text-align: left;

}
#mainheader.redesign
{
    width: 960px;
}
#mainheader #logo {
    position: absolute;
    top: 0;
    left: 0;
}
#mainheader #tools {
    height: 128px;
}
#mainheader #tools .help {
    float: right;
    width: 310px;
    height: 20px;
}
#mainheader #tools .help li {
    display: inline;
    padding: 0 3px;
    color: #999999;
}
#mainheader #tools .help li.first {
    float: right;
}
#mainheader #tools .help li.first img {
    position: relative;
    margin-top: -2px;
    vertical-align: bottom;
}
#mainheader #tools .help li a {
    color: #999999;
    text-decoration: none;
}
#mainheader #tools .help li a:hover {
    text-decoration: underline;
}
#mainheader #tools .help li a.selected {
    color: #333333;
}
#mainheader #tools .cart {
    clear: right;
    height: 22px;
    color: #7db598;
    text-align: right;
    line-height: 22px;
    background: #aed6c1 url(/download/cart_corner_upper.gif) top right no-repeat;
}
#mainheader #tools .cart a {
    color: #008240;
    text-decoration: none;
}
#mainheader #tools .cart a:hover {
    color: #21a85f;
    text-decoration: underline;
}
* html #mainheader #tools .cart a img {
    vertical-align: middle;
}
#mainheader #tools .cart span {
    padding-right: 10px;
     color: #333333;
}
#mainheader #tools .search {
    height: 73px;
    text-align: right;
    background: #cce5d8 url(/download/search_corner_lower.gif) bottom right no-repeat;
}
#mainheader #tools .search .welcome {
    padding: 10px 10px 14px 0;
}
#mainheader #tools .search form {
    display: inline;
    margin-right: 5px;
}
#mainheader #tools .search form p {
    display: inline;
}
#mainheader #tools .search form #query {
    width: 150px;
}
#mainheader #tools .search a.advanced {
    padding-right: 10px;
    color: #008240;
}
#mainheader #tools .search a.advanced:hover {
    color: #21a85f;
}
#mainheader #mainnav {
    height: 26px;
    margin: 2px 0;

    /* BT WIDENED */
    /* background: url(/download/mainnav_background.jpg) #008240; */
    background: url(/download/mainnav_background_redesign.jpg) #008240;

    color: #cce5d8;  /* For the dividers */
    text-align: center;
    line-height: 26px;
}
#mainheader #mainnav.redesign {
    background: url(/download/mainnav_background_redesign.jpg) #008240;
}
#mainheader #mainnav a {
    padding: 0 6px;
    color: #cce5d8;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#mainheader #mainnav a:hover {
    color: #ffffff;
}
#mainheader #mainnav a.selected {
    color: #ffffff;
    text-decoration: underline;
}
#sectionheader_outer {
    background: url(/download/ORDINARY1_sectionheader_background_gradient.gif) repeat scroll 0 0;
}
#sectionheader {
    position: relative;

    /* BT WIDENED */
    /* width: 783px; */
    width: 984px;

    min-height: 24px;
    margin: 0 auto;
    background: url(/download/sectionheader_background_WIDE.gif);
    text-align: left;
}

/*BT*/
#sectionheader.redesign
{
    width: 984px;
}

* html #sectionheader {
    height: 20px;
}
#sectionheader_corners_upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;

    /* BT WIDENED */
    /* width: 783px; */
    width: 984px;

    background: url(/download/ORDINARY1_sectionheader_corners_upper_WIDE.gif) no-repeat;
}
#sectionheader_corners_lower {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;

    /* BT WIDENED */
    /* width: 783px; */
    width: 984px;

    background: url(/download/ORDINARY1_sectionheader_corners_lower_WIDE.gif) bottom no-repeat;
}

/*BT*/
#sectionheader_corners_upper.redesign
{
    width: 984px;
}
#sectionheader_corners_lower.redesign 
{
    width: 984px;
}

#sectionimage {
    margin: 0 12px;
}
#main_outer {
    margin: 3px 0;
    background: url(/download/ORDINARY1_main_background_nongradient.gif) repeat;
}
#main {
    position: relative;
    min-height: 20px;
    margin: 0 auto;

    background: url(/download/main_background_WIDE.gif);

    /* BT WIDENED */
    /*
    width: 783px;
    */
    width: 984px;

    text-align: left;
}
#main.redesign
{
    background: url(/download/home_main_background_redesign.gif) repeat-y;
    width: 984px;
}
* html #main {
    height: 20px;
}
#main_corners_upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;

    /* BT WIDENED */
    /* width: 783px; */
    width: 984px;

    background: url(/download/ORDINARY1_main_corners_upper_WIDE.gif) no-repeat;
}
#main_corners_upper.redesign
{
    width: 984px;
}

#main_corners_lower {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    
    /* BT WIDENED */
    /*
    background: url(/download/ORDINARY1_main_corners_lower.gif) bottom no-repeat;
    width: 783px;
    */
    background: url(/download/ORDINARY1_main_corners_lower_redesign.gif) bottom no-repeat;
    width: 984px;

}
#main_corners_lower.redesign
{
    background: url(/download/ORDINARY1_main_corners_lower_redesign.gif) bottom no-repeat;
    width: 984px;
}
* html #main_corners_lower {
    margin-bottom: -1px;
}
#subnav {
    float: left;
    display: inline;  /* Fix float double margin bug */
    position: relative;
    width: 150px;
    margin-left: 15px;
    color: #008240;
    margin-bottom: 25px;
}
#subnav ul {
    padding-left: 15px;
    padding-right: 15px;
    list-style-image: url(/download/subnav_bullet.gif);
}
#subnav ul ul {
    padding: 0 0 0 10px;
    list-style-type: none;
    list-style-image: none;
}
#subnav a {
    color: #008240;
    text-decoration: none;
}
#subnav a:hover {
    color: #21a85f;
    text-decoration: underline;
}
#subnav a.selected {
    font-weight: bold;
}
#content_in_subnav {
    position: absolute;
    left: -163px;
    width: 85px;
    text-align: center;
}
#content {
    float: right;
    display: inline;  /* Fix float double margin bug */
    position: relative;
    width: 520px;
    margin: 5px 255px 43px 0; 
    /*margin: 5px 55px 43px 0;*/
}
#content #breadcrumb {
    color: #999999;
}
#content #breadcrumb a {
    color: #999999;
    text-decoration: none;
}
#content #breadcrumb a:hover {
    text-decoration: underline;
}
#content #breadcrumb span.selected {
    color: #333333;
}
#content h1,
#content h2 {
    margin-top: 20px;
    margin-bottom: 1.5em;
    color: #007e3a;
}
#content h3 {
    margin-top: 35px;
    color: #094c28;
    border-bottom: 1px solid #cccccc;
}
#content h4 {
    margin-top: 20px;
    color: #094c28;
}
#content h4.tableheader {
    margin-bottom: 5px;
}
#content h5,
#content h6 {
    margin-top: 20px;
    color: #333333;
}
#content a {
    color: #008240;
}
#content a:hover {
    color: #21a85f;
}
#content ul {
    margin-left: 15px;
    list-style-image: url(/download/content_bullet.gif);
}
#content ul a {
    text-decoration: none;
}
#content ul a:hover {
    text-decoration: underline;
}
#content p {
    margin-bottom: 15px;
}
#content table {
    width: 99.9%;
    margin-left: 1px;
    margin-bottom: 5px;
    font-family: arial, sans-serif;
    color: #505e5a;
    border-collapse: collapse;
    border: 1px solid #aed6c1;
}
#content table.structural table {
    width: auto;
    margin-left: 1px;
    margin-bottom: 5px;
    font-family: arial, sans-serif;
    color: #505e5a;
    border-collapse: collapse;
    border: 1px solid #aed6c1;
}
#content table th,
#content table.structural table th {
    padding: 5px 15px;
    vertical-align: top;
    background: #aed6c1;
    border-left: 1px solid #ffffff;
}
#content table th.first,
#content table.structural table th.first {
    border-left: 1px solid #aed6c1;
}
#content table td,
#content table.structural table td {
    padding: 5px 15px;
    vertical-align: top;
    background: #cce5d8;
    border-left: 1px solid #aed6c1;
}
#content table td.whiterow,
#content table.structural table td.whiterow {
    background: #ffffff;
}
#content table a,
#content table.structural table a {
    text-decoration: none;
}
#content table a:hover,
#content table.structural table a:hover {
    text-decoration: underline;
}
#content table.structural {
    width: auto;
    margin: 0;
    border: none;
}
#content table.structural th,
#content table.structural td {
    padding: 0;
    background: transparent;
    border: none;
}
#content table.structural a {
    text-decoration: inherit;
}
#content .box {
    position: relative;
    background: url(/download/box_background.gif) repeat-y;
    padding-bottom: 0px;
}
* html #content .box {
    height: 1%;
}
#content .box_corners_upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 520px;
    background: url(/download/box_corners_upper.gif) no-repeat;
}
#content .box_corners_lower {
    position: relative;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 520px;
    background: url(/download/box_corners_lower.gif) no-repeat;
}
* html #content .box_corners_lower {
    margin-bottom: -5px;
}
#content .box h4 {
    height: 17px;
    margin-top: 0;
    padding-left: 10px;
    color: #333333;
    line-height: 17px;
    text-transform: uppercase;
    background: #cccccc;
    border: none;
}
#content .box .subhead {
    margin: 0 1px;
    padding: 5px 10px;
    background: #f2f2f2;
}
#content .wide_box {
    position: relative;
    padding-top: 13px;
    background: url(/download/wide_box_background.gif) repeat-y;
    padding-bottom: 10px;
}
* html #content .wide_box {
    height: 1%;
}
#content .wide_box_corners_upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 671px;
    background: url(/download/wide_box_corners_upper.gif) no-repeat;
}
#content .wide_box_corners_lower {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 671px;
    background: url(/download/wide_box_corners_lower.gif) no-repeat;
}
* html #content .wide_box_corners_lower {
    margin-bottom: -5px;
}
#content .wide_box h4 {
    height: 17px;
    margin-top: 0;
    padding-left: 10px;
    color: #333333;
    line-height: 17px;
    text-transform: uppercase;
    background: #cccccc;
    border: none;
}
#content .wide_box .subhead {
    margin: 0 1px;
    padding: 5px 10px;
    background: #f2f2f2;
}
#content .highlightbox {
    position: relative;
    background: url(/download/highlightbox_background.gif) repeat-y;
    padding-top: 13px;
    padding-bottom: 10px;
}
* html #content .highlightbox {
    height: 1%;
}
#content .highlightbox_corners_upper {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 520px;
    background: url(/download/highlightbox_corners_upper.gif) no-repeat;
}
#content .highlightbox_corners_lower {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 520px;
    background: url(/download/highlightbox_corners_lower.gif) no-repeat;
}
* html #content .highlightbox_corners_lower {
    margin-bottom: -4px;
}
#content .highlightbox .highlightimg {
    float: left;
    margin: 10px 10px 0 10px;
}
#content .highlightbox .highlightright {
}
#content .highlightbox h3 {
    height: 17px;
    margin-top: 0;
    padding-left: 10px;
    color: #ffffff;
    line-height: 17px;
    text-transform: uppercase;
    background: #fcbf54;
    border: none;
}
#content .highlightbox p {
    margin: 10px 10px 0;
    color: #505e5a;
}
#content .highlightbox h4 {
    margin: 10px;
    color: #094c28;
}
#content .highlightbox .product_buttons {
    position: absolute;
    bottom: 10px;
    left: 235px;
}
#content .indexcard {
    clear: both;
    margin: 0 10px;
    padding-top: 25px;
}
#content .indexcard .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content .indexcard .tabs li {
    float: left;
    padding: 5px 10px;
    background: #aed6c1;
    font-weight: bold;
    border-right: 2px solid #ffffff;
}
#content .indexcard .tabs li.selected {
    background: #cce5d8;
}
#content .indexcard .tabs .tab_last {
    background: #aed6c1 url(/download/tab.gif) top right no-repeat;
}
#content .indexcard .tabs .tab_last.selected {
    background: #cce5d8 url(/download/tab_sl.gif) top right no-repeat;
}
#content .indexcard .cardbody {
    clear: left;
    padding: 10px 10px 30px 10px;
    background: #cce5d8;
}
#content .indexcard .cardbody p:after {
    /* Make p contain any floats inside it. */
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #content .indexcard .cardbody p {
    /* Don't mess with IE, which incorrectly contains floats already. */
    height: 1%;
}
#content .indexcard .cardbody table {
    border: none;
    width: 480px; /* added this to avoid the page breaking in SmartEdit*/
}
#content .indexcard .cardbody table td {
    border: none;
}
#footer {
    clear: both;
    position: relative;

    /* BT WIDENED */
    /* width: 759px; */
    width: 960px;
    height: 74px;

    margin: 0 auto;
    background: #cce5d8;
    text-align: left;
    border-bottom: 5px solid #ffffff;
}
#footer.redesign
{
        width: 960px;
        height: 74px;
}
#copyright
{
    font-size: 10px;
    position: absolute;
    top: 39px;
    left: 16px;
}
#footer_corners_upper {
    position: absolute;
    height: 7px;
    
    top: 0;
    left: 0;

    /* BT WIDENED */
    /*
    background: url(/download/footer_corners_upper.gif) no-repeat;
    width: 759px;
    */
    background: url(/download/footer_corners_upper_redesign.gif) no-repeat;
    width: 960px;

}
#footer_corners_upper.redesign
{
    background: url(/download/footer_corners_upper_redesign.gif) no-repeat;
    width: 960px;
}

#footer_corners_lower {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    
    /* BT WIDENED */
    /*
    background: url(/download/footer_corners_lower.gif) bottom no-repeat;
    width: 759px;    
    */
    background: url(/download/footer_corners_lower_redesign.gif) bottom no-repeat;
    width: 960px;
}
#footer_corners_lower.redesign
{
    background: url(/download/footer_corners_lower_redesign.gif) bottom no-repeat;
    width: 960px;
}

#bridgeline_logo
{
    position: absolute;
    top: 37px;
    right: 10px;
}

* html #footer_corners_lower {
    margin-bottom: -1px;
}
#footer a {
    color: #505e5a;
    text-decoration: none;
}
#footer a:hover {
    color: #333333;
}
* html #footer a img {
    margin-top: -1px;
}
#footer p {
    padding: 7px 15px;
}
#footer #call {
    float: right;
    color: #333333;
}
#footer #call a {
    color: #008240;
}
#footer #call a:hover {
    color: #21a85f;
    text-decoration: underline;
}
#footer #footernav {
    color: #7db598;
    background: #aed6c1;
}
#footer #footernav a {
    color: #008240;
}
#footer #footernav a:hover {
    color: #21a85f;
    text-decoration: underline;
}

#sectionimage_cart {
      margin: 0 12px;
      border: 0;
      height: 92px;
      width: 960px;
      background: url(/download/ORDINARY1_sectionheader_cart_WIDE.jpg) bottom no-repeat;
}
 
#sectionimage_quickorder {
      margin: 0 12px;
      border: 0;
      height: 92px;
      width: 960px;
      background: url(/download/ORDINARY1_sectionheader_quick_order_WIDE.jpg) bottom no-repeat;
}
 
#sectionimage_account {
      margin: 0 12px;
      border: 0;
      height: 92px;
      width: 960px;
      background: url(/download/ORDINARY1_sectionheader_account_WIDE.jpg) bottom no-repeat;
}

#main_corners_upper.search-related{
    background: url(/download/ORDINARY1_wide_main_corners_upper.gif) no-repeat;
}
#main_corners_lower.search-related{
    background: url(/download/ORDINARY1_wide_main_corners_lower.gif) bottom no-repeat;
}
 
#list{
text-align: left;
}
 




