/* GENERAL */
    * {
        margin: 0; 
        padding: 0;
        }
    table,fieldset,img,abbr,acronym {
        border: 0;
        }
    caption,th {
        text-align: left;
        }
    body {
        background-color: #A7A9AC;
        text-align: center;
        color: #333;
        font: 11px Verdana,Arial,Helvetiva,sans-serif;
    }
    a {
        color: #369;
        text-decoration: none;
    }
    a:hover,a:focus {
        text-decoration: underline;
    }
    li {
        list-style-type: none;
    }
    h1,h2,h3,h4,h5,h6 {
        font-size: 100%;
        color: #525151;
        }
    h1 {
        margin-bottom: 15px;
        font-size: 17px;
        clear:both;
    }
    h2 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    h4, h4 a {
        margin-bottom: 5px;
    }

    input,select,textarea {
        background-color: #FFF; /* OK - used for buttons */
        border: 1px solid #010101;
    }
/* GENERAL */

/* MISC CLASSES */
    .clear {
        clear: both;
    }
    .txtcenter {
        text-align: center;
    }
    .hrnone hr {
        display: none /* QUESTIONABLE - extra hr should be removed if it's hidden */
    }
    .hr hr {
        display: none /* QUESTIONABLE - extra hr should be removed if it's hidden */
        }
    div.hr {
        background: transparent url(/sw/images/interface/bg_hrbox.gif) left center repeat-x;
    }
    div.hr,div.hrnone {
        clear: both;
        height: 17px;
        
    }
    .cfdebug {
        text-align:left;
    }
    .cfdebuglge
     {
        text-align:left;
    }
    #main .stdSubmitBtn {
        color: #000000;
        border: none;
        background-color: #707070;
        color: #ffffff;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
        height:18px;
        padding-bottom:3px;
    }
    .box h3 {
        margin-bottom:10px;
        color:#666;
    }
    .noborder { /* for IE */
        background-color: transparent !important;
        border: 0 !important;
    }
    .shadedbg {
        background-color: #dadada;
        padding: 3px;
    }
/* MISC CLASSES */

/* SITE LAYOUT DIVS */
    #container,#main,#wrap {
        position: relative;
        margin: 0 auto;
    }
    #container {
        width: 970px;
        background: transparent url(/sw/images/interface/bg_body.jpg) repeat-y;
        text-align: left;
    }
    #main {
        width: 885px;
        background-color: #FFF;
    }
    #wrap,#modal {
        width: 826px;
    }
    #header {
        width: 826px;
        height: 129px;
        background: transparent url(/sw/images/interface/bg_header.gif);
    }
    #columnone {
        float: left;
        width: 186px;
    }
    #modal {
        clear: both;
        /*display: inline-block;*/ /*QUESTIONABLE */
        padding: 10px 0 0 0;
    }
    #content {
        float: left;
        width: 430px;
    }
    #container .content2column {
        width: 640px
    }
    #contentb,#contentc {
        float: left;
        padding: 0 20px
    }
    #contentc {
        width: 430px;
        w\idth: 390px
    }
    #breadcrumb {
        float: left;
        margin: 0 0 8px 20px;
        width: 620px;
        font-size: 10px;
    }
    #container .content2column .txt {
        width: 475px
    }
/* SITE LAYOUT DIVS */

/* HEADER NAVIGATION */
    /* LOGO */
    #header h6.logo a {
        float: left;
        width: 88px;
        height: 69px;
        background-image: url(/sw/images/interface/logo_solidworks.gif);
        text-indent:-9999px; /* IE only */
    }
    /* LOGO */
    
    /* NAVTOP LINKS */
    ul#navtop {
        margin-top: 46px;
        float:right;
        padding-right: 210px;
    }
    ul#navtop li {
        float: left
    }
    ul#navtop li a {
        padding: 0 5px
    }
    ul#navtop li,ul#navtop li a {
        color: #9E9E9E;
    }
    ul#navtop li a,ul#navheader li a {
        float: left;
        font-size: 10px
    }
    address#phones {
        position: absolute;
        top: 82px;
        left: 405px;
        width: 420px;
        color: #9E9E9E;
        font-size: 9px;
        text-align: right;
        font-style:normal;
    }
    /* NAVTOP LINKS */
    
    /* SITE SEARCH IN TOP NAV */
    #search {
        position: absolute;
        top: 44px;
        left: 630px;
        width: 195px;
    }
    #search .txtsearch {
        width: 115px;
        height: 16px;
        color:#B0B0B0;
        font-size:12px;
    }
    #header .stdSubmitBtn {
        width:100%;
    }
    /* SITE SEARCH IN TOP NAV */

    /* MAIN HEAD LINKS */
    ul#navheader {
        position: absolute;
        top: 104px;
        left:0; /* IE only */
        width: 826px;
        border-bottom: 2px solid #A7A9AC;
        z-index: 10;
    }
    ul#navheader li {
        float: left;
        margin-right: 7px; 
    }
    ul#navheader li.first a,ul#navheader li.firstselected a {
        padding-left: 5px
    }
    ul#navheader li.selected,ul#navheader li.firstselected {
        background: transparent url(/sw/images/interface/bg_navheader.gif) top right no-repeat
    }
    ul#navheader li.selected a,ul#navheader li.firstselected a {
        color: #FFF
    }
    
    #columnone #navbar a:hover{
        font-weight:bold;
        color:#303030;
    }
    ul#navheader li a {
        padding: 0 10px;
        color: #818285;
        font-weight: bold;
        line-height: 23px;
    }
    /* MAIN HEAD LINKS */
/* HEADER NAVIGATION */

/* LEFT NAVIGATION */
    #navbar li a {
        color: #787878;
        font-size: 10px;
        line-height: 14px;
    }
    #navbar li a.selected {
        color: #303030;
    }
    #navbar > ul > li > span > a  {
        font-weight: bold;
    }
    #navbar > li, #navbar li.middle, #navbar li.last {
        background: transparent url(/sw/images/interface/bg_navmiddle.gif) top left no-repeat;
    }
    #navbar li.first {
        background-image: url(/sw/images/interface/bg_navfirst.gif)
    }
    #navbar li.firstselected {
        background-image: url(/sw/images/interface/bg_navfirstselected.gif)
    }
    #navbar li.middletop {
        background-image: url(/sw/images/interface/bg_navmiddletop.gif)
    }
    #navbar li.middleselected {
        background-image: url(/sw/images/interface/bg_navmiddleselected.gif);
    }
    #navbar li.lastselected {
        background-image: url(/sw/images/interface/bg_navlastselected.gif)
    }
    #navbar li.lasttop {
        background-image: url(/sw/images/interface/bg_navlasttop.gif)
    }
    #navbar li ul.navsubbar1 > li {
        background-image: url(/sw/images/interface/bg_navsub1.gif);
    }
    #navbar li ul.navsubbar2 li,#navbar li ul.navsubbar3 li,#navbar li ul li.navsub {
        background-image: url(/sw/images/interface/bg_navsub2.gif);
    }
    ul.arrow li,#navbar li span,#contentb ul.arrow li {
        background: transparent url(/sw/images/interface/ico_arrow.gif) 2px 4px no-repeat
    }
    #navbar li span.navsub {
        background-image: url(/sw/images/interface/ico_arrowdown.gif)
    }
    #navbar li ul.navsubbar3 li span {
        padding: 2px 10px 2px 47px;
        background: transparent url(/sw/images/interface/ico_bullet.gif) 39px 8px no-repeat
    }
    #navbar li ul.navsubbar2 li a,#navbar li ul.navsubbar3 li a {
        font-weight:normal;
        color:#8D8D8D;
    }
    #navbar li a.selected, #navbar li a:hover {
        color: #303030;
        font-weight: bold;
        text-decoration: none
    }
    #navbar li.last,#navbar li.lasttop,#navbar li.lastselected {
        border-bottom: 1px solid #E5E5E5
    }
    #navbar ul li span {
        display: block;
        padding: 8px 10px 8px 22px;
        background-position: 12px 13px
    }
    #navbar li ul.navsubbar1 li span {
        padding: 4px 10px 4px 31px;
        background-position: 23px 9px
    }
    #navbar li ul.navsubbar2 li span {
        padding: 4px 10px 4px 40px;
        background-position: 32px 9px
    }
/* LEFT NAVIGATION */

/* CONTENT DIV STYLES */
    /* EMAIL AND PRINT PAGE LINKS */
        #main ul.more {
            clear: both;
            display: table;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        #main ul.more li {
            float: left;
            padding: 0 10px 4px 21px;
            background-repeat: no-repeat;
        }
        #main ul.more li a {
            color: #9E9E9E;
            font-size: 10px
        }
        #main ul.more li.printpage {
            padding-left: 31px;
            background-position: 10px 2px;
            background-image: url(/sw/images/interface/ico_print.gif);
            border-right: 1px solid #9E9E9E;
        }
        #main ul.more li.emailpage {
            padding-left: 31px;
            background-position: 10px 4px;
            background-image: url(/sw/images/interface/ico_email.gif)
        }
    /* EMAIL AND PRINT PAGE LINKS */
    #content .img {
        float: left;
        padding-right: 10px
    }
    #content .txt {
        float: left;
        width: 265px
    }
    #content p, #colorbox p {
        margin-bottom: 1em;
        line-height: 16px
    }
/* CONTENT DIV STYLES */

/* SEARCH RESULTS */
    #navbarsearch {
       background: transparent url(/sw/images/interface/bg_navbarsearcht_middle.gif) left bottom repeat-y
    }
    #navbarsearcht {
        height: 15px;
        background: transparent url(/sw/images/interface/bg_navbarsearcht.gif) no-repeat;
    }
    #navbarsearchtbottom {
        height: 16px;
        background: transparent url(/sw/images/interface/bg_navbarsearcht_bottom.gif) no-repeat;
        margin-bottom:10px;
    }
    #navbarsearch h3 {
        margin: 0 0 2px 10px;
        color: #666;
    }
    #navbarsearch ul li span {
        padding: 4px 10px 4px 22px;
        background: transparent url(/sw/images/interface/ico_arrowleft.gif) 12px 9px no-repeat;
        display:block;
    }
    #navbarsearch li a {
        font-size:10px;
        line-height:14px;
    }
    .sr_search h3 {
        font-size:12px;
    }
/* SEARCH RESULTS */

/* CONTENTB/CONTENTC DIV STYLES */
    #contentb blockquote {    
        padding: 0 30px 10px 30px;
    }    
    #contentb .LGclear { /* clears floats for lead gen boxes in main content area */
        clear: both;
    }
    #contentb #LGskinny {
        background: transparent url(/sw/images/interface/box_LGskinny_bottom.gif) bottom left no-repeat;
        float: right;
        width: 137px;
    }
    #contentb #LGskinny .boxt {
        background: transparent url(/sw/images/interface/box_LGskinny_top.gif) no-repeat;
    }
    #contentb .box {
        float: right;
        width: 205px
    }
    #contentb ol li {
        background: none;
        list-style-type:decimal;
        list-style-position:inside
    }
    #contentb li, #contentc li {
        line-height: 16px;
        padding-left: 30px;
        background: transparent url(/sw/includes/ico_circle.gif) 20px 7px no-repeat
    }
/* CONTENTB DIV STYLES */

/* BOXS DIV STYLES */
    #boxs {
        float: left;
        width: 205px
    }
    .box  {
        margin-bottom: 10px;
        background: transparent url(/sw/images/interface/box_howtopurchase_bottom.gif) bottom left no-repeat;
    }
    .boxb {
        padding: 2px 12px 15px 12px
    }
    .box li a, #content ul.arrow li a { /* #content is for lgskinny */
        font-size: 10px
    }
    .box li {
        padding: 0 0 6px 20px;
        background-repeat: no-repeat
    }
    .requestaquote {
        background-position: 2px 2px;
        background-image: url(/sw/images/interface/ico_requestaquote.gif)
    }
    .locateareseller {
        background-image: url(/sw/images/interface/ico_locateareseller.gif)
    }
    .contactasolidworksre {
        background-position: 2px 2px;
        background-image: url(/sw/images/interface/ico_contactasolidworksre.gif)
    }
    #boxs .box ul.rss {
        float: right;
        padding-right: 6px;
    }
    #boxs .box ul.rss li {
        float: left;
        padding-left: 22px;
        background-image: url(/sw/images/interface/ico_rss.gif)
    }
    #boxs .box ul.rss li a {
        color: #E67B1B;
        font-weight: bold;
        line-height: 19px
    }
    #boxs .box ul.arrow li, #contentb .box ul.arrow li {
        background-position: 0 4px;
        padding-left: 9px
    }
    .boxt {
        height: 10px;
        background: transparent url(/sw/images/interface/box_howtopurchase_top.gif) no-repeat;
    }
/* BOXS DIV STYLES */

/* FORM STYLES */
    #contentb select, #contentb input {
        margin: 0 5px 4px 0;
        font-size: 10px;
        border: 1px solid #7C9DB9
    }
    #contentb input.noborder {
        margin:0px;
    }
/* FORM STYLES */
/* CASE STUDIES */
    #successoptions,#successoptionsr {
        padding: 10px;
        border: 1px solid #DDD;
        background-color: #EEE
    }
    #successoptionsr {
        width: 598px;
        border:none; /* IE only */
        background: transparent url(/sw/images/interface/bg_form_searchresult_lg.jpg) left bottom no-repeat;
        height:122px;
    }
    #contentb .w1 {
        width: 178px
    }
    #contentb .w2 {
        width: 198px
    }
    #contentb .w3 {
        width: 178px
    }
    #searchresults {
        width: 618px;
        background: transparent url(/sw/images/interface/bg_searchresult.jpg) left bottom repeat-y
    }
    #site_search_form {
        padding: 20px 0 0 20px;
        height: 103px;
        he\ight: 83px;
        background: transparent url(/sw/images/interface/bg_form_search.jpg) left bottom no-repeat
    }
    #searchresults_bottom {
        width: 618px;
        height: 15px;
        background: transparent url(/sw/images/interface/bg_searchresult_bottom.jpg) left bottom no-repeat;
    }
    #searchresults .sr_results {
        float: left;
        position: relative;
        margin: 15px 0 0 0;
        left: 15px;
    }
    #searchresults .sr_pagging {
        float: right;
        position: relative;
        right: 20px;
        margin:15px 0;
    }
    .searchresult {
        clear: both;
        width: 588px;
        margin-left: 15px
    }
    .searchresult .sr_img {
        float: left;
        width: 90px
    }
    .searchresult .sr_img ul {
        margin-right: 8px
    }
    #searchresults .searchresult .sr_img li {
        float: right;
        background:none;
    }
    .searchresult .sr_img li a {
        float: left;
    }
    .searchresult .sr_img li,.searchresult .sr_img li a {
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 0;
    }
    #searchresults .searchresult .sr_img li.pdf a {
        background: transparent url(/sw/images/interface/ico_pdf.gif) no-repeat;
        width: 16px;
        line-height:20px;
        }
    #searchresults .searchresult .sr_img li.video a {
        background: transparent url(/sw/images/interface/ico_video.gif) no-repeat;
        width: 21px;
        line-height:16px;
        }
    .searchresult .sr_description {
        float: left;
        margin: 0 10px;
        width: 230px
    }
    #content .searchresult .sr_search p {
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px
    }
    #content .searchresult .sr_search p.type1 {
        padding-bottom: 20px;
        color: #0B639F
    }
    .searchresult .sr_description p {
        height: 50px;
        overflow: hidden
    }
    .searchresult .sr_itens {
        float: left;
        width: 240px
    }
    .searchresult .sr_itens dt {
        margin-right: 5px
    }
    .searchresult .sr_itens dt,.searchresult .sr_itens dd {
        display: inline;
        line-height: 16px
    }
    p.keywords {
        font-size: 10px;
    }
    #content #detail {
        padding: 15px 0;
        background-color: #EEE;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB
    }
    #content #detail,#content #detail ul {
        float: left;
        width:390px;
    }
    #content #detail ul.first {
        width: 185px;
        margin-left: 10px;
    }
    #content #detail li {
        margin-bottom: 5px;
        font-size: 9px;
        background:none;
        padding:0;
    }
    #content #detail li span {
        color: #369;
        font-weight: bold
    }
    li.pdf, li.video {
        padding: 3px 0 7px 27px;
    }
    #playertxt li.pdf {
        background: transparent url(/sw/images/interface/ico_pdf.gif) 5px 7px no-repeat;
        padding-top: 6px;
        
    }
    #playertxt li.video {
        background: transparent url(/sw/images/interface/ico_video.gif) 5px 7px no-repeat;
    }
    ul.player li span {
        font-size: 10px;
    }
/* CASE STUDIES */

/* PRODUCT MATRIX */
    .bg_products {
        float: left;
        padding: 0 8px 0 2px;
        background: transparent url(/sw/images/interface/bg_table.gif) repeat-y
    }
    .bg_products_bottom {
        float: left;
        width: 600px;
        height: 12px;
        background: transparent url(/sw/images/interface/bg_table_bottom.gif) left bottom no-repeat;
    }
    #tab_products {
        background: transparent url(/sw/images/interface/tab_mechanical_design_products.gif) left top no-repeat
    }
    #tab_products li {
        float:left; /* IE only */
        line-height:0; /* IE only */
        padding:0; /* IE only */
    } 
    #tab_products li a {
        float: left;
        font-size: 0;
        height: 36px;
        text-indent:-9999px; /* IE only */
    }
    .tab_products_mechanical_design_products a {
        width: 228px
    }
    .tab_products_data_management_products a {
        width: 219px
    }
    .tab_products_analysis_products a {
        width: 153px
    }
    table.t_products thead th {
        padding: 12px;
        font-size: 10px;
        color: #369;
        background-color: #EEE;
        text-align: center
    }
    table.t_products thead th {
        width: 261px
    }
    table.t_products thead th.checked {
        width: 78px
    }
    table.t_products tbody th {
        padding: 6px 4px;
        font-size: 10px;
        color: #FFF;
        background-color: #B5B5B5;
        border-right: 1px solid #EBEBEB
    }
    table.t_products tbody td {
        padding: 3px 4px;
        border-right: 1px solid #EBEBEB;
        border-bottom: 1px solid #F2F2F2
    }
    table.t_products tbody td {
        vertical-align: top
    }
    table.t_products tbody tr td div.detail {
        padding: 20px 35px;
    }
    table.t_products tbody tr.odd td {
        background-color: #F2F2F2
    }
    table.t_products tbody td a.info {
        padding-left: 15px
    }
    table.t_products tbody td a.open,table.t_products tbody td a.close {
        margin-left: 15px;
        padding: 1px 0 1px 19px;
        font-size: 9px;
        font-weight: bold;
        background: transparent url(/sw/images/interface/ico_close.gif) no-repeat
    }
    table.t_products tbody td a.open {
        background: transparent url(/sw/images/interface/ico_open.gif) no-repeat
    }
    table.t_products tbody tr.odd td a.info {
        background: transparent url(/sw/images/interface/ico_info_odd.gif) no-repeat
    }
    table.t_products tbody tr.even td a.info {
        background: transparent url(/sw/images/interface/ico_info_even.gif) no-repeat
    }
    .box_info {
        position: absolute;
        left: -4px;
        width: 210px;
        z-index: 9999;
        background: transparent url(/sw/images/interface/bg_info.png) left center no-repeat
    }
    .box_info_content {
        padding: 15px 30px 15px 15px;
        font-size: 10px;
    }
    .box_info_top,.box_info_bottom {
        width: 210px;
        height: 6px;
        background-image: url(/sw/images/interface/bg_info_top.png);
        /*font-size: 0;  IE6 only */
    }
    .box_info_bottom {
        background-image: url(/sw/images/interface/bg_info_bottom.png)
    }
    #tab_products li {
        background: transparent url(/sw/includes/clear.gif) 1px 1px no-repeat;
        padding: 0;
    }
    .tinfo {
        display: none
    }
    div.tabs-hide { 
        display: none
    }
    #tab_products table {
        border-spacing:0;
        border-collapse:collapse; /* IE only */
    }
    #tab_products ul {
        height:36px;
    }
/* PRODUCT MATRIX */

/* FOOTER */
    #footer {
        width: 970px;
        height: 44px;
        background: transparent url(/sw/images/interface/bg_footer.jpg) no-repeat
    }
    #footer p,#footer li {
        margin-top: 10px;
        font-size: 10px
    }
    #footer p {
        float: left;
        margin-left: 44px;
        color: #E8E8E8
    }
    #footer ul {
        float: right;
        margin-right: 40px
    }
    #footer li {
        float: left;
        margin-right: 4px
    }
    #footer li,#footer li a {
        color: #FFF;
        font-size: 9px
    }
/* FOOTER */

/* NEW HOME PAGE */
    #homecontent {
        padding: 5px 0px 0px 0px;
    }
    #homeright {
        width: 288px;
        float: left;
    }
    #homeright h2 {
        margin: 8px 0px 2px 11px;
        color: #f7971c;
        font-size: 14px;
    }
    #homeright ul {
        margin-left: 11px;
    }
    #homeright ul a {
        text-decoration:underline;
    }
    #homeright ul li {
        font-size: 10px;
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 10px;
        background: url(/sw/images/interface/resource_bullet.png) 3px 7px no-repeat;
    }
    #homeleft {
        width: 537px;
        float: left;
    }
    #homeflash {
        width: 532px;
        height: 265px;
    }
    #homespot {
        width: 532px;
        height: 118px;
    }
    #homespot div.spotsplit {
        width: 225px;
        height: 118px;
        padding: 0px 6px 0px 0px;
        float: left;
    }
    #homespot div.spotfull {
        width: 532px;
        height: 118px;
    }
    #homespot h2 {
        margin: 0px 0px 2px 0px;
        padding: 6px 0px 0px 0px;
        color: #000000;
        font-weight: bold;
        font-size: 13px;
        font-family: Arial;
        letter-spacing: -0.5px;
        width: 300px;
        float: left;
    }
    #homespot ul {
        display: block;
        height: 80px;
        margin: 0px;
        padding: 0px;
        width: 300px;
        float: left;
    }
    #homespot ul li {
        display: block;
        height: 16px;
        width: 140px;
        font-size: 10px;
        font-family: Arial;
        margin: 0px 7px 0px 0px;
        padding: 0px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
    }
    #homespot ul a {
        display: inline;
        border: none;
        color: #787878;
    }
    
    #contentb .thumbbox {
        font-size: 10px;
        padding:10px 0px 63px 0px;
        margin-right:13px;
        width:185px;
        float:left;
    }
    #contentb .thumbtitle {
        margin-top:10px;
        }
        
    #contentb .thumbtext {
        margin-bottom: 4px;
    }
/* NEW HOME PAGE */

/* SUSTAINABILITY */
     #focusAreasWrapper {
        margin-top: 34px;
        }
    #contentb .overviewFocus {
        float: left;
        height: 140px;
        margin-bottom: 25px;
        }
    #contentb .focusLeft {
        width: 186px;
        clear: both;
        }
    #contentb .focusRight {
       margin-left: 20px;
       width: 174px;
        }
    #contentb .overviewFocus .theImage {
        display: block;
        margin-bottom: 11px;
        }
    #contentb .overviewFocus h1 {
        margin: 0 0 4px 0;
        color: #3ba200;
        font-size: 10px;
        }
    #contentb .overviewFocus h1 em {
        color: #3ba200;
        font-style: normal;
        font-weight: bold;
        }
    #contentb .overviewFocus p {
        margin: 0;
        font-size: 10px;
        line-height: 14px;
        }
    .imageThumbnails {
        margin: 30px 0;
        }
    .imageThumbnails div {
        float: left;
        margin-bottom: 3px;
        width: 175px;
        }
    .imageThumbnails div.imageThumbLeft {
        margin-right: 22px;
        }
    .imageThumbnails div p {
        margin: 0;
        font-size: 9px;
        }
/* SUSTAINABILITY */

/* PARTNERS */
    a.bt_howtobuy {
        float: left;
        margin-top: 15px;
        width: 81px;
        height: 18px;
        background-image: url(/sw/images/interface/bt_howtobuy.gif);
        font-size:0px;
    }
    dl.detail {
        clear: both;
        width: 300px
    }
    dl.detail dt {
        float: left;
        width: 110px;
        font-weight: bold;
    }
    dl.detail dd {
        width: 190px
    }
    dl.detail dt,dl.detail dd {
        line-height: 16px;
        display: inline;
    }
    /* CERTIFIED GOLD, PARTNERS PRODUCT SEARCH */
        .tgold {
            display: none
        }
        .box_gold_top,.box_gold_bottom {
            float: left;
            width: 290px;
            height: 6px;
            background-image: url(/sw/images/interface/bg_gold_top.png);
            font-size: 0;
            text-indent: -9999px
        }
        .box_gold_bottom {
            background-image: url(/sw/images/interface/bg_gold_bottom.png)
        }
        .box_gold {
            position: absolute;
            left: 460px;
            width: 290px;
            background: transparent url(/sw/images/interface/bg_gold.png) left center no-repeat
        }
        .box_gold_content {
            float: left;
            padding: 15px 25px 15px 45px;
            font-size: 10px;
        }
    /* CERTIFIED GOLD, PARTNERS PRODUCT SEARCH */

    /* HOW TO BUY, PARTNERS PRODUCT SEARCH */
        .box_howtobuy_content {
            padding: 25px 20px 0 10px
        }
        .box_howtobuy {
            position: absolute;
            display: none;
            top: 290px;
            left: 315px;
            padding: 10px;
            width: 245px;
            w\idth: 265px;
            /*height: 185px;*/ /*QUESTIONABLE */
            height: 205px;
            background: transparent url(/sw/images/interface/bg_howtobuy.png) no-repeat;
        }
        #content .box_howtobuy_content p {
            line-height: 14px
        }
        .box_howtobuy_content .close {
            float: right;
            padding-right: 14px;
            color: #787878;
            font-size: 9px;
            background: transparent url(/sw/images/interface/bt_close.gif) center right no-repeat
        }
    /* HOW TO BUY, PARTNERS PRODUCT SEARCH */
    
    
    /* PARTNERS LOGIN/FORGOT PASSWORD */
        #resultstp {
            background: transparent url(/sw/images/interface/box_success_top.gif) top right no-repeat;
            padding:15px 0 0 15px;
            width:375px;
        }
        #resultsbp {
            width: 390px;
            float: left;
        }
    /* PARTNERS LOGIN */
/* PARTNERS */

/* CASE STUDIES/PARTNERS SHARED */
    /* SINGLE PRODUCT/CASE STUDY DETAILS  */
        #results,#resultst,#resultsb {
            width: 618px;
            float: left;
        }
        #playertxt {
            width: 288px
        }
        #players {
            padding: 15px 0 0 15px;
            float:left;
        }
        #player {
            font-size:10px;
        }
        .solutionspartner {
            float: right;
            margin: 15px 0 0 0
        }
    /* SINGLE PRODUCT/CASE STUDY DETAILS  */
    /* WIDE & NARROW SHARED PROPERTIES */
        #resultsb,#resultsbp {
            margin-bottom: 15px;
            height: 15px;
            background: transparent url(/sw/images/interface/box_success_bottom.gif) right bottom no-repeat;    
        }
        #resultst {
            background: transparent url(/sw/images/interface/box_success_top.gif) top right no-repeat
        }
    /* WIDE & NARROW SHARED PROPERTIES */
    #playersuccess,#playertxt,#playertxtg,#playertxtp {
        float: left
    }
    #playersuccess {
        width: 298px
    }
/* CASE STUDIES/PARTNERS SHARED */
 
/* CONTENT CLASS STYLES */
    #content #CC_TextOverImage p {
        line-height:normal;
    }
/* CONTENT CLASS STYLES */