@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html, body {
    background-image:url(../images/bg-gradient.jpg);
    background-repeat:repeat-x;
    background-color:#D8D8D8;
    height:100%;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}


#wrapper{
    width:980px;

    margin:0 auto;
    font-size:12px;
}

.logo{
    float:left;
    width : 610px;
}

a.header-link{
    float: right;
    padding-top: 35px;
    padding-right: 0px;
    text-decoration: none;
    color: #F3910B;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana;
    width: 300px;
    text-align: center;
}

a.header-link:hover{
    text-decoration:underline;
}

.bg-nav{
    clear:both;
    height:54px;
}

#nav ul{
    list-style-type:none;
}

#nav li{
    list-style-type:none;
    height:51px;
    display:block;
    text-align:center;
    line-height:40px;
    float:left;
    background-repeat:no-repeat;
}

#nav  a{
    height:51px;
    width:100%;
    display:block;
    color:#D8D8D8;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
}

#nav  a:hover{
    color:#F8981D;
    text-decoration:none;
}


#nav-video{
    background-image:url(../images/video-btn.jpg);
    width:197px;
}

#nav-monitoring{
    background-image:url(../images/monitoring-btn.jpg);
    width:198px;
}

#nav-analysis{
    background-image:url(../images/analysis-btn.jpg);
    width:203px;
}

#nav-signal{
    background-image:url(../images/signal-btn.jpg);
    width:215px;
}

#nav-support{
    background-image:url(../images/support-btn.jpg);
    width:167px;
}

.top-right{

    margin-right:10px;
    float:right;
    height:78px;
    padding:10px 0px 15px 54px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:right;
}

.top-links{
    color:#666666;
    font-weight:bold;
}

.top-links a{
    margin:0 5px 0px 8px;;
    color:#666666;
    font-weight:bold;
}

.login-links {
    color:#333333;
    margin-right:8px;
}
.login-links a {
    color:#333333;
    margin:0 5px;
}

.phone-nb{
    margin-right:5px;
    font-weight:bold;
    font-size:16px;
}

.search-form{
    margin:10px 0px;
    height:25px;
    margin-left: auto;
    width: 221px;
}

.fieldholder {
    width: 185px;
    height: 25px;
    background: url(../images/search-textfield.jpg) no-repeat;
    float:left;
}

.search-field{
    width: 160px;
    height: 21px;
    background: none;
    border: none;
    color: #333333;
    margin-top: 3px;
    margin-left:15px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
}

.search-btn{
    float:left;
    border:none;
    margin: 0;
    width: 36px;
    height:25px;
    padding: 0;
    background:url(../images/search-btn.jpg) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    background-repeat:no-repeat;
}

.search-btn:hover{
    background-image:url(../images/search-btn-hover.jpg);
    cursor:pointer;
}



.clear {
    clear:both;
}

.container {
    background-color:#FFFFFF;
    background-image:url(../images/bg-repeat.jpg);
    background-repeat:repeat-y;
}

.background {	
    background-image:url(../images/bg-top.jpg);
    background-repeat:no-repeat;
}

#footer{
    padding: 90px 10px 15px;
    height:60px;
    background-color:#d8d8d8;
    background-image:url(../images/bg-footer.jpg);
    background-repeat:no-repeat;
    text-align:right;
    font-family: Verdana, Geneva, sans-serif;
    font-size:10px;
}

#footer p {	
    clear:both;
    color:#333333;
}

#footer p a {
    color:#333333;
}


ul.menu-footer{
    list-style-type:none;
    font-size:11px;
    margin-left:540px;
    width:432px;
    margin-bottom:30px;
}

.menu-footer li{
    list-style-type:none;
    float:left;
}

.menu-footer li a{
    padding:2px 18px;
    color:white;
}

.hindsite {
    color:#77787B;
}

.hindsite a{
    color:#77787B;
}

.banner {
    height:372px;
    width:968px;
    /*background:url(../images/banner.jpg) no-repeat;*/
}

.content-home{
    padding:8px 10px;
    padding-top:8px;
}

.info-box{
    width:947px;
    height:149px;
    margin:12px 0;
    background-image:url(../images/bg-infobox.jpg);
    background-repeat:no-repeat;
    padding:20px 15px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
}

.info-box a{
    color:#000;
}

.info-box-left{
    width:500px;
    float:left;
}

.info-box-right{
    float:left;
}

.info-box .titlespan{
    color:#F3910B;
    font-weight:bold;
}

.info-box h2{
    color:#333333;
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;

}

.info-box p{
    width:442px;
    line-height:22px;
    font-size:14px;
}

.info-box ul{
    padding-left : 1px; /* fix cropped list item on ie */
    width:420px;
    list-style-image:url(../images/list-style.gif);
    float:left;
    font-size:14px;
}

.info-box li{
    list-style-image:url(../images/list-style.gif);
    margin-left:15px;
    width:420px;
    padding:1px 0px;
    /*line-height:20px;*/
    margin-bottom:5px;
}
.info-box-video-link{
    float:right;
    background:url("../images/video-home-btn.png") top right no-repeat;
    height:46px;
    width:317px;
    margin-top: -29px;
    margin-right: -17px;
    margin-bottom: -6px;
    margin-left: 0px;
    cursor:pointer;
}

.info-box-follow-us{
    float:right;
    background:url("../images/follow-home-btn2.png") top right no-repeat;
    height:46px;
    width:277px;
    margin-top: -29px;
    margin-right: -17px;
    margin-bottom: -6px;
    margin-left: 0px;
    
}

.content {
    padding:12px 12px;
    font-family:Arial, Helvetica, sans-serif;
}


.content h2{
    display:block;
    width:100%;
    font-size:20px;
    font-weight:normal;
    color:#333333;
    background:url(../images/title-underline.jpg) no-repeat left bottom;
    margin-bottom:10px;
}

.content h3{
    display:block;
    width:100%;
    font-size:18px;
    font-weight:normal;
    color:#333333;
    background:url(../images/title-underline.jpg) no-repeat left bottom;
}

.content p{
    margin-top:10px;
    line-height:20px;
    /*padding-left:10px;*/
    /*width:673px;*/
}

ul.list{
    list-style-type:none;
    color:#F3971A;
    margin: 0 0 6px;
    float:left;
    width:700px;
    list-style-position:inside;
}


.list li a{
    color:#666666;
    position:absolute;
    left:18px;
}

.list li{
    background: url("../images/landing-list-bg.jpg") repeat-x;
    height: 30px;
    padding: 4px 6px;
    position: relative;
    width: 322px;
    overflow:hidden;
    float:left;
    margin-right:10px;
}


.landing-product-title{
    height:50px;
    color:#666;
    float:left;
    width: 260px;
    /*line-height:18px;*/
}

.landing-product{
    display:block;
    background:url(../images/landing-product-bg.png) top;
    width:224px;
    height:55px;
    float:left;
    margin:0 9px 9px 0;
    position:relative;
}

.landing-product:hover{
    background:url(../images/landing-product-bg.png) bottom;
    text-decoration:none;
}

.landing-product-img{
    background-color:white;
    height: 52px;
    width: 52px;
    float:left;
    margin:1px 4px 1px 7px;
    overflow: hidden;
    position:relative;
}

.landing-product-img table{
    border-spacing:0;
    height:100%;
    width:100%;
    text-align:center;
}

.landing-product-img img{
    margin:1px;
    border:0;
    float:none;
}

.landing-product-title{
    float:left;
    width:156px;
    height:54px;
    font-size:12px;
    color:#000;
    vertical-align:center;
}

.landing-sub{
    clear:both;
    color:#F3910B;
    font-size:18px;
    width:660px;
    height:29px;
    line-height:29px;
    background:url(../images/landing-sub.png);
    margin:8px 0 6px;
}


.display-options{
    width:50px;
    float:right;
    margin:6px 10px;
}

.display-list-btn{
    background:url(../images/list-btn.png) top no-repeat;
    width:24px;
    height:25px;
    display:block;
    float:left;
}

.display-list-btn:hover, .display-thumb-btn:hover{
    background-position:center;
}

.display-list-btn.active, .display-thumb-btn.active{
    background-position:center;
}

.display-thumb-btn{
    background:url(../images/thumb-btn.png) top no-repeat;
    width:26px;
    height:25px;
    display:block;
    float:left;
}




.content a{
    color:#AF610A;
    /*color:#333;*/
}

.page-title{
    background-image:url(../images/bg-page-title.jpg);
    width:936px;
    height:35px;
    padding:8px 20px;
    color:#F3910B;
    font-size:25px;
    font-weight:bold;
}

.path {
    color:#000;
    font-family:Verdana, Geneva, sans-serif;
    font-size:10px;
    display:block;
    padding:0px 20px;
}

.path a{
    color:#000;
}

.page-left{
    padding:20px;
    float:left;
    width:690px;
    padding-right : 60px;
}

.page-right{
    float:left;
    width:185px;
    padding-top:20px;
}

.page-right img{
    margin-bottom:8px;
}

.page-left-50{
    padding:20px;
    float:left;
    width:438px;
}

.page-right-50{
    padding:20px;
    float:left;
    width:438px;
}

.page-right-50 p, .page-left-50 p {
    width:438px;
    padding:0px;
}

.page-left img{
    float:left;
    margin-right:10px;
    margin-top : 3px;
}

.textAndPic{
    margin-top : 25px;
    width : 100%;
    text-align : justify;
}

/*.page-left .text-pict  {
	float:left;
	width:435px;
	padding-left:10px;
}

.text-pict p{
	width:435px;
}*/

a.page-links{
    float:right;
    display:block;
    font-size:10px;
    padding:2px 10px 2px 22px;
    height:20px;
    line-height:14px;
}

#print{
    background:url(../images/print-logo.gif) no-repeat;
}

#send{
    background:url(../images/mail-logo.gif) no-repeat;
}

.menu, .menu-top, .menu-bottom {
    width:100%;
}

.menu-top{
    margin-top:6px;
    background:url(../images/bg-menu-repeat.jpg) repeat-y;
}

.menu-top-no-margin{
    background:url(../images/bg-menu-repeat.jpg) repeat-y;
}

.menu {
    background:url(../images/bg-menu-top.jpg) no-repeat;
    padding:12px 8px;
}

.menu ul{
    list-style-type:square;
    color:#F3971A;
    margin:10px 0px 15px 15px;
}

.menu li{
    margin-top:6px;
}

.menu a{
    color:#000;
}


.menu-title{
    color:#000;
    font-size:13px;
    font-weight:bold;
    width:170px;
    height:18px;
    background:url(../images/menu-title-underline.jpg) no-repeat left bottom;
}

.menu-bottom {
    background:url(../images/bg-menu-bottom.jpg) no-repeat;
    height:8px;
    margin-bottom:15px;
}

.note-box{
    background:url(../images/bg-note-box.jpg) no-repeat;
    width:292px;
    height:134px;
    float:left;
    padding:10px 10px;
    margin: 25px 10px 10px 0px;
    position:relative;
}

.note-box h2{
    color:#333333;
    font-size:18px;
    font-weight:normal;
    background:none;
}

.note-box p{
    width:290px;
    margin-top:5px;
    padding-left:0px;
}

.note-box img{
    position:absolute;
    right:10px;
    bottom:15px;
    border:0px;
}

.font-16 {
    font-size:16px;
}

.login-box{
    width:400px;
    height:240px;
    background:url(../images/bg-login-box.jpg) no-repeat;
    margin:20px 0 100px;
    font-family:Verdana, Geneva, sans-serif;
    padding:15px 18px 10px;
}


.login-box .textfield{
    border:none;
    background:url(../images/bg-login-textfield.jpg) no-repeat;
    width:229px;
    height:20px;
    padding: 8px 10px 0px;
    margin:5px 0 10px;
}

.forgot-pwd a{
    color:#000;
    font-size:10px;
    text-decoration:underline;
}

.login-btn{
    border:none;
    margin: 0;
    width: 128px;
    height:42px;
    padding: 0;
    background:url(../images/login-btn.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    background-repeat:no-repeat;
}

.search-results{
    font-family:Verdana, Geneva, sans-serif;
    margin-left:20px;
}

.search-results li{
    padding-left:30px;
    margin-top:20px;
}

.search-results a{
    text-decoration:underline;
    font-size:14px;
    color:#DE790C;
}

.search-results p{
    margin:0;
    padding:0;
}

.search-details {
    font-size:10px;
}

.search-details a{
    line-height:20px;
    font-size:10px;
    color:#003399;
    text-decoration:underline;
}

.search-pages {
    float:right;
    margin-top:25px;
}

.search-pages a{
    display: block;
    margin: 0px 4px 0px 0px;
    padding: 4px 8px;
    text-align: center;
    border:1px solid #CCC;
    float:left;
    color:black;
}

.current-page{
    color:#AF610A;
    border:1px solid #AF610A;
    display: block;
    margin: 0px 4px 0px 0px;
    padding: 4px 8px;
    text-align: center;
    float:left;
}

.product-details-title {
    height:40px;
    width:677px;
    background:url(../images/bg-product-title.png) no-repeat;
    padding-left:24px;
    font-family:Verdana, Geneva, sans-serif;
    color:#8A8A8A;
    line-height:36px;
    margin-bottom:20px;
}

.product-details-title span{
    color:#333333;
    font-size:22px;
}

.product-details-title h1{
    color:#333333;
    font-size:22px;
    font-weight: normal;
}

.product-picture{
    float:left;
    width:244px;
    padding-right : 15px;
}

.product-picture img
{
    display : block;
}

.product-details p{
    text-align : justify;
    font-size:14px;
    color:#000000;
    padding-left:5px;
}

.product-details ul{
    list-style-image: url("../images/list.gif");
    margin-left:20px;
    font-size:14px;
}

.product-details  li{
    margin:2px 0px;
    padding:2px 0;
}

.product-box{
    width:694px;
    height:350px;
    background:url(../images/bg-product-details.jpg) no-repeat bottom right;
    margin:45px 0 0 10px;
    color:#666666;
}

.tab-wrap ul{
    color:#666666;
    list-style-image: url("../images/list.gif");
    margin-left:10px;

}

.tab-wrap li{
    margin-top:15px;
}

.tab-wrap li span{
    color:#666666;
}



/* Tab menu*/

.ui-tabs-hide{
    display:none;
}

.ui-tabs-panel{
    padding:10px 10px 10px 10px;
    height:230px;
    margin-right:5px;
    overflow-y:auto;
    overflow-x:hidden;
}

#tab-navigation{
    width: 694px;
}

.tab-wrap{
    clear:both;
    position:relative;
    z-index:3;
}

#tab-navigation ul{
    /*position:relative;*/
}
.tabnav{
    margin:0px 0px 0px 0px ;
    padding:0px 0px 0px 0px;

}
.tabnav li{
    padding:0px 0px 0px 0px;
    list-style:none;
    float:left;
}

.tab-category a{
    background:url(../images/product-tab.jpg) no-repeat;
    z-index:2;
    float:left;
    width:161px;
    height:36px;
    padding: 14px 0 0 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#797979;
    font-weight:bold;
}

.tab-category a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {  
    background:url(../images/product-tab-hover.jpg) no-repeat;
    z-index:4;
    text-decoration:none;
}

.tab-updates a{
    background:url(../images/product-tab-updates.jpg) no-repeat;
    z-index:2;
    float:left;
    width:165px;
    height:36px;
    padding: 14px 0 0 30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#797979;
    font-weight:bold;
}

.tab-updates a:hover, .tabnav li.tab-updates a:active, .tabnav .tab-updates.ui-tabs-selected a {
    background:url(../images/product-tab-updates-hover.jpg) no-repeat;
    z-index:4;
    text-decoration:none;
}

.catalog{
    width:955px;
    height:604px;
}

.catalog *{
    outline: none;
}

.catalog ul{
    list-style-type:none;
}

.catalog h3{
    font-size:18px;
    font-weight:bold;
    width:921px;
    height:39px;
    line-height:38px;
    padding-left:35px;
    background:url(../images/bg-category.jpg) no-repeat;
    -webkit-user-select:none;
    -moz-user-select:none;
    clear:left;
}

.catalog h3 a{
    color:#666666;
}

.catalog h3:hover{
    cursor:pointer;
}

.catalog h3:hover a{
    color:#F3910B;
    text-decoration:none;
}

.cat-content{
    background:url(../images/products-cat-bg.jpg) no-repeat;
    width:956px;
    height:406px;
}

.cat-left img{
    float:left;
    margin-left: 1px;
}


.cat-right{
    float:left;
    padding:20px 0px 0px 34px;
    width:636px;
    height:386px;
    overflow : auto;
}

.cat-products{
    margin-top:12px;
    background:url(../images/catalog-products-bg.png) no-repeat;
    width:594px;
    height:235px;
    padding:10px 10px;
}

.cat-content ul{
    list-style-type:none;
    width:590px;
    height:220px;
    overflow:auto;
}

.cat-content a {
    color:#333333;
}

.cat-title{
    color:#000;
    font-size:28px;
    font-weight:bold;
}

.cat-desc{
    color:#666666;
    font-size:18px;
}

.cat-content li{
    line-height:28px;
    height:28px;
    width:250px;
    /*border-bottom:1px dotted #FFF;*/
    border-bottom:1px dotted #666666;
    overflow:hidden;
}


.cat-content li.last{
    border-bottom:none;
}

.cat-desc-app ul{
    list-style-image:url(../images/list.gif);
    height:260px;
    margin-top:20px;
    font-size:16px;
}

.cat-desc-app li{
    list-style-image:url(../images/list.gif);
    width:500px;
    height : auto;
    padding:5px 0;
    margin-left:15px;
    list-style-position: outside;
    border:none;
    overflow:visible;
    line-height:20px;
}

.cat-app-link a{
    float:right;
    margin-right:20px;
    display:block;
    width:128px;
    height:42px;
    background:url(../images/click-here-btn.png);
}

.cat-app-link a:hover{
    width:128px;
    height:42px;
    background:url(../images/click-here-btn-hover.png);
}

.cat-right .productColumn {
    float : left;
    width : 280px;
}

.event-box{
    margin:8px 0px;
    padding:5px 15px;
    border:1px solid #CCC;
    width:666px;
}

.event-box:hover{
    background:#E1E1E1;
}

.event-title{
    font-weight:bold;
    font-size:14px;
}

.event-date{
    color:#333;
}

.event-content {}

.news-items-first{
    width:696px;
    margin-top:20px;
}

.news-items{
    width:696px;
    margin-top:6px;
    padding-top:6px;
    border-top:1px dotted #CCC;
}

.news-posted{
    font-size:14px;
    width:120px;
    font-weight:bold;
    float:left;
}

.news-title{
    font-size:14px;
    width:576px;
    float:left;
}

input[type="button"], input[type="submit"], button{
    padding:4px 10px;
}


.text ul, .text-pict ul {
    list-style-image:url(../images/list.gif);
}


.text li, .text-pict li{
    display:list-item;
    height : 16px;
    padding:5px 0;
    list-style-position: outside;
    margin-left:25px;
}


.textAndPic li{
    height : 16px;
    padding:5px 0;
    list-style-position: outside;
    list-style-image:url(../images/list.gif);
}

.distributors{
    width:100%;
    font-size:11px;
    margin-top:20px;
}
.distributors p{
    margin-top:0;
    line-height:normal;
}

#dist-top{
    background:url(../images/dist-array-top.jpg);
    height:45px;
    width:686px;
    font-size:14px;
    font-weight:bold;
}

.dist-white div, .dist-grey div{
    float:left;
    height:40px;
    padding:5px;
    border-right:1px solid white;
}

#dist-top div{
    float:left;
    height:35px;
    padding:5px;
    border-right:1px solid white;
    line-height:32px;
    text-align:center;
}

.dist-white{
    background:url(../images/dist-array-white.jpg);
    height:50px;
    width:686px;
    clear:left;
}

.dist-grey{
    background:url(../images/dist-array-grey.jpg);
    height:50px;
    width:686px;
    clear:left;
}

#dist-bottom{
    background:url(../images/dist-array-bottom.jpg);
    height:50px;
    width:686px;
    clear:left;
}



.apply-btn{
    background:url(../images/apply-btn.png) no-repeat;
    border:none;
    width:187px;
    height:38px;
    cursor:pointer;
}

.jobs{
    list-style-type:none;
}

.jobs li{
    margin-bottom:5px;
    background:url(../images/job-bg.jpg);
    width:686px;
    height:50px;
}

.job-nb{
    width:29px;
    height:30px;
    padding:12px 8px;
    text-align:center;
    float:left;
    font-size:20px;
    color:#999999;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
}

.job-title{
    font-size:16px;
    font-weight:bold;
    float:left;
    width:616px;
    padding:16px 12px 0px;
}

.job-posted{
    font-size:10px;
    font-color:#000;
    float:left;
    width:616px;
    padding:0px 12px;
}

.job-postings p{
    margin:8px 0px;
}


.job-postings ul{
    list-style-image:url(../images/list.gif);
    *list-style-image:url(../images/list-ie.gif);
}

.job-postings li{
    display:list-item;
    /*height : 16px;*/
    /*padding:6px 0;*/
    line-height:20px;
    list-style-position: outside;
    margin-left:25px;
}



form.contact-form{
    display:block;
    background:url(../images/form-gradient.jpg) no-repeat top left;
    border:#C3C3C3 1px solid;
    width:578px;
    padding:18px 15px 15px;
}

.contact-form td{
    height:24px;
}

.contact-form table input
{
    width : 420px;
}

.contact-form select
{
    width : 424px;
}

.contact-form .title
{
    width : 120px;
    font-weight : bold;
}

#contactForm
{
    margin-top : 20px;
}

#contactForm .checkboxes
{
    margin-top : 5px;
    margin-right : 5px;
}

.contact-form legend{
    padding:0 6px;
}

.contact-form fieldset{
    padding:6px;
    width:532px;
}

.form-shadow{
    background:url(../images/form-shadow.jpg) no-repeat top right;
    width:615px;
    height:15px;
}

.submit-app{
    background:url(../images/submit-app-btn.png) no-repeat;
    border:none;
    width:187px;
    height:38px;
    cursor:pointer;
    float:right;
}

.submit-btn{
    background:url(../images/submit-btn.png) no-repeat;
    border:none;
    width:125px;
    height:38px;
    cursor:pointer;
    float:right;
    margin-right:25px;
}

.spec-line{
    width:630px;
    padding:4px 10px;
    border-bottom:1px #CCC dashed;
}


.spec-cat-title{
    color:#F3910B;
    padding-left:10px;
    font-size:14px;
}

.spec-line span{
    font-size:12px;
    float:left;
    font-weight:bold;
}

.spec-float{
    float:left;
    width:310px;
    font-size:12px;
}

.spec-float-w{
    width:620px;
}

.spec-pad{
    padding-left:30px;
    width:280px;
}

.spec-pad-w{
    padding-left:30px;
    width:590px;
}

.subTable td input{	
    width : 295px;
}

.subTable select{	
    width : 300px;
}

.light-line{
    width:100%;
    height:1px;
    background:#CCC;
    margin:20px 0px 10px;
}

.app-details{
    width:915px;
    height:auto;
    padding:10px 20px;
}

.app-details img{
    margin:0 auto;
    display:block;
}

.app-details ul{
    list-style-image:url(../images/list.gif);
    margin-top:20px;
}

.app-details li{
    list-style-image:url(../images/list.gif);
    height : auto;
    padding:5px 0;
    margin-left:15px;
    list-style-position: outside;
    border:none;
    overflow:visible;
    line-height:20px;
}

/* Bio Page */
.bio-title{
    margin-top:2px;
    float:left;
    padding:4px 10px;
    background:#F0F0F0;
    font-weight:bold;
    width:670px;
}

.bio-status{
    margin-top:2px;
    float:left;
    padding:4px 10px;
    background:#F0F0F0;
    width:150px;
    text-align:right;
}

.bio-details{
    clear:left;
    text-align:justify;
    padding:10px;
    display:none;
    width:670px;
}

.bio-details img{
    border:1px solid black;
    float:left;
    margin: 0 10px 10px 0;
    width:125px;
    height:188px;
}

.bio-details p{
    line-height:20px;
}


/* multiple product image style */
.main-pict {
    widows:325px;
}

.main-pict img{
    margin:0 auto;
    float:none;
}

#productPic{
    border:0;
}

.product-extra-pics{
    margin:8px 0 8px;
}

.product-thumb-container{
    margin:2px 3px;
    float:left;
    width:54px;
    height:54px;
    border:2px solid #DDD;
    padding:0;
    position:relative;
    display:block;
    background:#FFF;

}

.product-thumb-container img{
    margin:0;
    padding:2px;
    position:absolute;
}


.product-thumb-container:hover{
    border:2px solid #F3910B;
    cursor:pointer;
}

.product-thumb-active{
    border:2px solid #F3910B;
}

/* Resources page videos*/
.video-thumb{
    float:left;
    width:205px;
    height:125px;
    margin:15px 0 15px 15px;
    position:relative;
}

.video-thumb img{
    display:block;
    width:200px;
    height:120px;
    float:none;
    margin:0;
    border: 1px solid #000;
}

.video-details{
    float:left;
    margin:15px 0px;
    padding:3px 10px;
}

.play-video{
    display:block;
    width:157px;
    height:40px;
    background:url('../images/VideoButton.png');
}

.separator{
    margin:0 15px;
    background:#DDD;
    height:1px;
}

.play-icon{
    position:absolute;
    background-image:url(images/PlayIcon.png);
    top:0px;
    left:0px;
    width:200px;
    height:120px;
    border: 1px solid #000;
}

#fbf-feedback-btn{
    position:fixed;
    left:0;
    top:40%;
    width:30px;
    height:116px;
    background:url(../images/feedback.gif);
}

#fbf-feedback-btn:hover{
    cursor:pointer;
    background:url(../images/feedback_over.gif);
}

#fbf-feedback-btn a:hover{
    background:#999999;
}
