@import url(http://fonts.googleapis.com/css?family=Muli:300,400|Open+Sans:400,300,600|Pontano+Sans);

@font-face{
	font-family: proximaNova;
	src: url('ProximaNova-Light.otf');
    font-style:normal;
    font-weight:300;     
}

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

/*v2.0 | 20110126

http://meyerweb.com/eric/tools/css/reset/

  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: medium;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Overwrite table border reset style */
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;    
    font-size: medium;
    font: inherit;    
}
/*changed font family to include fonts for jp and cn locales*/
body{
    min-width: 960px;
    font-family: Arial, helvetica, sans-serif;
    font-size: normal;
    background-repeat:no-repeat;
    background-size: 100%;
    background: #F6F7F7;
}

body.print .header-wrapper, body.print .polytopnav, body.print .search{
    visibility:hidden;
}

body.print .prnt-and-top{
    display:none;
}

table ul, table ol{
    padding-left:20px;
}
/*changed font family to include fonts for jp and cn locales*/
a {
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
}
/*changed font family to include fonts for jp and cn locales*/
p,
p a{
    font-family: arial, helvetica, sans-serif;
}
/***************
   HEADER TITLES
****************/
h1{
    font-size:18px;
}
h2{
    font-size: 18px;    
}
h3{
    font-size: 16px;    
}
h4{
    font-size:14px;
}
h5{
    font-size: 12px;    
}
h6{
    font-size: 11px;    
}
h1{        
    margin: 35px 0 10px 0;
}

h1.page-title, h2.page-title{
    margin: 0;
    text-transform: none;
    padding: 14px 0 15px 0;
}

h1,h2,h3,h4,h5,h6{
    text-transform:none;
    color: black;
    text-align: left;
    font-weight: bold;
}
.grayText {
    color: #888A8F;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.flt-lft{
    float:left;
}
.clr{
    clear:both;
    height:0;
}

/***********************************************************
class for global width of centered container for components
************************************************************/
.global-container-width{
    width: 960px;
    margin: 0 auto 2px;
}

.wrapper-bg{
    background: #E8E9E9;
    background-image: url("global/images/bg-elipses.png");
    background-repeat: no-repeat;
    background-size: 140% 193%;
    background-position: 55% 21%;
    padding: 0 0 45px 0;
    min-width: 960px;
    width:100%;
    height: auto;
    margin-top:16px;
}
    
.centered-wrapper{
    position: relative;
    width:960px;
    margin: 0 auto;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: white;
    
}   

.main-content-wrapper{
    width: 890px;
    padding: 20px 35px 53px 35px;
    text-align: left;
    position: relative;
    overflow:hidden;
}   
.main-content-wrapper.basic-no-parsys{
    padding-bottom:0px;
}
/** class for left-rail */
.left-rail-container {
    width: 620px;
    height: auto; 
    padding: 0;
    float: left;
}

.right-rail-container {
    width: 230px;
    float: right;
    margin: 30px 0 0 35px;
}

.textAlignLeft{
    text-align: left;   
}

.page-intro{
    padding-bottom:10px;
}

/*************
 SPECIAL TEXT COLOR
**************/
.blackText{
    color:black; 
    font-size:11px;
}
.redText{
    color: #D71920;
}


/****************************************
START HEADER STYLES
*****************************************/
.header-wrapper {
    height: 70px;
    position: relative;
    z-index:7;
    background: #f6f7f7;
}

.logo-wrapper {
    float: left;
    padding-top: 10px;
    padding-left:10px;
}

div.logo {
    padding:0;
}

.contact-region-wrapper{
    float: right;
    padding-top:25px;   
}

.contact-region-wrapper a{
    text-decoration:none;
}

.header-toolbar b{
    font-weight: normal !important;
    font-size: 11px; /*IE7*/
}
.contact-region-wrapper a:hover{
    color: #4A698C;
    text-decoration:underline;  
}
.header-info-link{
    float: left;
    margin: 10px 0 0 8px;
}
.header-info-link.last span{
    display:none;
}

.header-info-link span{
    padding:0 2px;
}
.header-toolbar{
    color: #4A698F;
}

.gray-separator{
    color: #3D3F42;
}

.region-selector-wrapper{
    float: left;
    margin: 10px 0 0 8px;    
}
.region-selector-wrapper a.globe-lnk{
    display:inline-block;
    float:left;
}
.region-hldr{
    /*float:left;*/
}
.region-text{    
    padding-bottom: 3px;
    color: #6F7175;
    padding-left:30px;
    padding-top:4px;
    background:url("global/images/globe-normal.png") no-repeat;
    position:relative;    
}
#changeRegion:hover, .region-text.selected, #contactUs:hover{
    color:#3D3F42;
    text-decoration:none;
}
.language .region-text.selected{
    background:url("global/images/globe-pressed.png") no-repeat;
}
.region-rule{
    float:left;
    padding: 7px 0 0 10px;
}

.globe{
    float: left;
    padding: 9px 9px 0 0;
}

.globe-text-container {
    /*margin: 10px 0 0;*/
    /*position: relative;*/
    /*float:left;*/
}
#contactUs{
    color: #6F7175;
    position:relative;
}

/*** TODO include this in homepage_new/homepage.css ***/
.header-wrapper #homepageContactOptionsBox{

    border: medium none;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    width: 235px;
    display:none;
    z-index:6;
    text-align:left;
}
#homepageContactOptionsBox .contactus-hdr{    
    height:25px;
    background:url("global/images/contactus-top.png") no-repeat;
}
#homepageContactOptionsBox .contactus-ftr{
    height:12px;
    background:url("global/images/contactus-btm.png") no-repeat;
}
#homepageContactOptionsBox ul li {
    border: medium none;
    display:table;
}
#homepageContactOptionsBox li a {
    color: #333333;
}
#homepageContactOptionsBoxClose {
    background: url("global/images/close.png") no-repeat scroll right center transparent;
    color: #333333;
    float: right;
    font-weight: normal;
    height: 15px;
    width:15px;
    margin-right:20px;

    position:absolute;
    right:0;
}
a#homepageContactOptionsBoxClose:hover {
    color: #E00009;
}
#homepageContactOptionsBlock #phone {
    border-right: 1px solid #FF0000;
    color: #E00009;
    font-weight: bold;
    margin-right: 4px;
    padding-right: 6px;
}
#homepageContactOptionsBlock #contactUs {
    color: #E00009;
    font-weight: bold;
}
#homepageContactOptionsBox .contactBlock {
    padding-top: 20px;
    padding-left: 20px;    
    background:url("global/images/contactus-mdl.png") repeat-y;
    margin-left:-1px;
    width:235px;
}
#homepageContactOptionsBox .contactBlock ul {
    margin: 0;
    padding:0;
}
#homepageContactOptionsBox .contactBlock ul li {
    height: 30px;
    width: 185px;
    list-style:none;
    margin-left: 0 !important;
    color:#fff;
}
#homepageContactOptionsBox .contactBlock ul li b{
    font-weight:normal; 
}
#homepageContactOptionsBox .contactBlock ul li span{
    color:#fff;
    font-size:11px;
    padding:0;
}
#homepageContactOptionsBox .contactBlock ul li span a{
    padding:0;
    background:none;
}
#homepageContactOptionsBox .contactBlock ul li a,#homepageContactOptionsBox .contactBlock ul li span.txt-itm {
    padding: 0 0 5px 30px;
    line-height:30px;
    position: relative;
    width: 170px !important;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    background:url("global/images/contactus-ss.png") bottom center no-repeat;
    font-size:11px;
}
#homepageContactOptionsBox .contactBlock ul li:last-child a{
    background:none;
}
#homepageContactOptionsBox .contactBlock ul li a:hover{
    text-decoration:underline;
}
#homepageContactOptionsBox .contactBlock ul li#ContactPhone {
    background: url("global/images/contactus_cellphone_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactSalesContactMe {
    background: url("global/images/contactus_mouse_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactLiveChat {
    background: url("global/images/contactus_chat_icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactDemo {
    background: url("global/images/request-demo-icon.png") no-repeat scroll 0 50% transparent;
}
#homepageContactOptionsBox .contactBlock ul li#ContactEmail {
    background: url("global/images/contactus_email_icon.png") no-repeat scroll 0 50% transparent;
}
/*** SITE SELECTOR ***/
#LanguageChange{
    border:0;
    background: url("global/images/site-selector-bg.png");  
    width:309px;
    height:303px;
    padding:0;
    display:none;
    z-index:5;
    text-align:left;
    position:absolute;
}
#language-list-container {
    height: 200px;  
    position: relative;
    width: 303px;
    overflow: hidden;
    font-size:11px; 
}
#LanguageChange .language-header{
    padding:30px 20px 5px;
    height:60px;
}
.language-header .form-cont{
    padding-top:10px;
}
#LanguageChange .close{
    float:right;
    background:url("global/images/close.png") no-repeat right top;
    padding-right:20px;
    width:15px;
    height:15px;    
}
#LanguageChange h4{
    font-size:11px;
    padding:0;
    color:#5B6063;
    margin-bottom:10px;
}
#LanguageChange label{
    font-size:12px;
    color:#5B6063;
    font-weight:bold;
    padding-left:5px;
}
#LanguageChange .go-btn input{
    margin-top:-15px;
    vertical-align:text-bottom;
    float:right;    
}
.btn-l{
    background: url("global/images/go-button-left.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 28px;
    padding-left: 3px;
    float:right;
}
.btn-r{
    background: url("global/images/go-button-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 28px;
    padding-right: 3px;
 }
.btn-mdl{
    background: url("global/images/go-button-mdl.png") repeat-x scroll right center transparent;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 28px;
    white-space:nowrap;
    padding:0 6px;
    margin:0;
 }
 .language-list{
    margin:0;
    padding:0;
    margin-left:8px;
}
.language-list li{
    list-style:none;
    padding:5px 0 5px 5px;
    color:#5B6063;
    width:255px;
}
.language-list li > *{
    font-size: 11px !important;
}
.language-list li a, .language-list li a:hover{
    text-decoration:none;
}
.language-list li a b{
    padding-left:10px;
    color:#5B6063;
}
.language-list li.selected{
    background-color:#000;
    color:#fff;
}
.language-list li.highlight{
    background-color:lightblue;
    cursor:pointer;
}
.language-list li a .gray-txt{
    color:gray;
    padding-left:15px;
    font-size:11px;
}
.language-list li.selected a .gray-txt{
    color:#fff;
}
.language-list li.selected a b{
    color:#fff;
}

/*** CUSTOM SCROLLBAR ***/
.scrollbar-container {
    width: 300px;
    margin: 21px 0 0px;
    height:175px;
}
.scrollbar-container .viewport {
    width: 290px;
    height: 175px;
    overflow: hidden;
    position: relative;
}
.scrollbar-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.scrollbar-container .scrollbar{
    background: transparent url("global/images/bg-scrollbar-track-y.png") no-repeat 0 0;
    position: relative;
    height:175px;
    background-position: 0 0;
    float: right;
    width: 9px;
}
.scrollbar-container .track {
    background: transparent url("global/images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
    height: 100%;
    width:9px;
    position: relative;
    padding: 0 1px;
}
.scrollbar-container .thumb {
    background: transparent url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
    height: 20px;
    width: 7px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
}
.scrollbar-container .thumb .end {
    background: #ebebeb url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 7px;
}
.scrollbar-container .disable {
    display: none;
}


/****************************************
  START HERO (NOT FOR HOME PAGE)
*****************************************/ 
.tabs-gray-corner{
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/tab-gray-corner.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 12px;
    top: 35px;
    left: 0;
    z-index:1;
}

.corners{ /* for IE 7 8*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/hero-corners.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 10px;
    top:0;
    left: 0;
}
/*reducing gap between text*/ 
.headline{
    color: white;
    height: auto;
    text-align: left;
    margin-bottom: 15px;
}

.hero-container {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    background: #E8E9E9;
}
.hero-container .scrollTable{
    visibility:hidden;
}
.hero-container .scrollTable:first-child{
    visibility:visible;
}
.hero_module{ 
      display:inline;
      width:100%;
}

.hero-img, .hero_module_image_video {
    width: 100%;
    background: #E8E9E9;
}

.hero_module_image_video img{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius:10px 10px 0 0;
    -o-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;  
}    
    
.hero-intro-text-container{
    position: absolute;
    margin: 0 auto;
    left:8%;
    bottom: 13%;
    width: 600px;
    top:30px;
  

}

.hero-intro-text-container a:hover{
    text-decoration: none !important;
}

/*changed font family to include fonts for jp and cn locales*/
/*Smart truncation*/
p.head-title {
    font-family: arial, helvetica, sans-serif;
    font-size: 32px;
    max-height: 35px;
    overflow: hidden;
    text-transform: none;
    line-height: 35px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p.head-title > p {/*IE 7-8 publish extra elems in the p tags*/
    text-transform:none;
    color:inherit;
}

.intro {
    color: white;
    font-size: 20px;
    font-family: arial, helvetica, sans-serif;
    line-height: 24px;
    margin: 0;
    max-height: 26px;
    overflow: hidden;
    text-align: left;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;

}

div.intro > p {
    color: inherit;
}
.herobtn img{
    padding-right:5px;
}
.herobtn img.off{
    cursor:pointer;
}

/*line height reduced here to fix the issue in which Small black text below the white text in the top section is getting cut. (Component - Banner Carousel) */

.video-btn-text, .btn-text {
    line-height: 40px;
    padding-left: 10px;
    font-size: 12px;
}

.play-btn {
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    top: 18%;
} 

.hero-button {
    height: 40px;
    float: left;
    background-repeat:no-repeat;
    background-size: 100% 40px;
    display: block;
    padding-right: 10px;
    margin: 10px 15px 0 0;
}

/*.hero-button:hover{
    text-decoration: none;
    -webkit-box-shadow:0 0 10px #000);
    -moz-box-shadow:0 0 10px #000);
    box-shadow:0 0 10px #000
}  */  

.hero_module_customerinfo {   
     float:left;
     padding-top:20px;
     width:35%;
}
  
.hero_module_customerinfo p { 
    padding-left:20px;          
}

.hero_module_customerinfo small { 
  padding-left:20px;          
}

.hero_module_customerinfo strong {
    color: #E00009;
    font-weight: bold;
    padding-left:20px;     
}

.hero_module_customerinfo a {
    text-decoration:none;
}
 
.thumbnail_hero_slider {
  width:100%;
      
}
.scrollTable {
    position:absolute;
    float: left;
    width:100%;
}
.hero-container  .right-justified{
    left: 50.5%;
}
.hero-container  .center-justified{
    left: 24%;
}
#slidingbuttons {
    list-style-type: none;
}

#slidingbuttons li {
    display: inline;
}

#sliding_images_show {
    float: right;

}

.paragraph {
    text-align: left;
    padding: 0px;
    background: white;
}

.paragraph h2 {
    color: black;
    font-size: 210%;
    font-weight: bold;
    padding-bottom: 20px;
}
/*changed font family to include fonts for jp and cn locales*/
.page-intro .rich-text p,
.page-intro .rich-text p a{
    color: #404040;
    font-size: 14px;
    line-height: 19px;
    font-family: arial, helvetica, sans-serif;
}

.page-intro .rich-text p a{
    color: #4A698C;
}

.para-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    margin: 0;    
}
#slidingbuttons {
    list-style-type: none;
    position:absolute;
    bottom:18px;
    left:50%;
}
#slidingbuttons .sb-wrapper{
    position:relative;
    left:-50%;
}
.herobtn{
    float:left;
}
#slidingbuttons .sb-wrapper .herobtn:last-child img{
    padding-right:0;
}
#slidingbuttons li {
    display: inline;
}
/***********************
START SPOTLIGHT COMPONENT STYLES
************************/

.spotlight{
        
        display: inline-block;
        float:left;
}
.spotlight-wrapper{
        
        display: inline-block;
        float:left;
}

.spotlight-elems {
    background-image: url("/etc/polycom/www/global/images/spotlight-normal.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 131px;
    margin: 25px 9px 25px 0;
    text-align: center;
    width: 310px;
}

.spotlight-elems:hover{
    background-image: url("/etc/polycom/www/global/images/spotlight-hover.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}    

.spotlight-img{
    width: 108px;
    height: 108px;
  float: left;
  padding: 8px 0 0 8px;
}

.spotlight-img img{
    width: 112px;
    
}   

.spotlight-text-container{
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 16px 0 0 9px;
    position: relative;
    width: 169px;
}

.spotlight-text-container a:hover{
    text-decoration: none;
}

/*css properties added here to fix the issue in which The three small boxes at the bottom of tha page have text alignment issue. (Component - Home Page Feature)   */

.spotlight-title a {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 18px;
    color: #D71920;
}

.spotlight-title a:hover{    
    text-decoration:none;
}   

.spotlight-desc {
    color: #404040;
    font-size: 12px;
    height: 55px;
   
    line-height: 18px;
    overflow: hidden;
    text-align: left;
    width: 169px;
    padding-top:5px;
}


/************************
START FOOTER ONLY STYLES
*************************/
.ftr-corners{ /* for IE 7 8*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/ftr-corners.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 960px;
    height: 10px;
    bottom:0;
    left: 0;
}

#poly-footer { 
    background-image: -ms-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);  /* IE10 */ 
    background-image: -moz-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-image: -o-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 480, color-stop(0, #DFE3E6), color-stop(1, #FFFFFF));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);/* Webkit (Chrome 11+) */ 
    background-image: radial-gradient(center top, ellipse farthest-side, #DFE3E6 0%, #FFFFFF 100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin: 0 auto -19px;
    width:960px;
    -moz-border-radius: 0 0 10px 10px; 
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; 
    display: inline-block; 
    font-size: 11px; 
}

.footer-shadow {
    background: -moz-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    background: -webkit-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    background: -o-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
	background: -ms-radial-gradient(center top , ellipse farthest-corner, #B2B3B7 0%, #EEEEF1 80%);
    border-bottom-left-radius: 30% 3px;
    border-bottom-right-radius: 30% 3px;
    bottom: 0;
    clear: both;
    display: block !important;
    height: 3px;
    margin: auto;
    width: 900px;
}

.footercols {
    height: auto;
    width: 890px;
    text-align: center;
    margin: 0 auto;
}

/*padding reduced here so that footer does not get misaligned */

div.col {
    font-size: 11px;
    color:#888A8F;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;    
    padding: 20px 9px 0 0;
    min-width: 13%;
    max-width:16%;
}

div.col span{
    font-size:11px;
}div.last-col{
    min-width:130px;
}
div.col div.media-icons{
    float:left;
    padding:2px 3px;
    width:20px;
    height:20px;
	margin-bottom:6px;
}
div.col div.media-icons img{
    width:20px;
    height:20px;
    border: none;
}
.col a{
    display: block !important;
    font-size: 11px;
    margin-bottom: 2px;
    color: #888A8F;
    text-decoration: none;
}

div.col a:hover, .extendedfooter a:hover{
    color: #3D3F42;
    text-decoration: none;
}
.col h4 {
    color: #4C4C4C;
    font-weight: bold;
    text-transform: none;
    font-size: 11px;
    margin-bottom: 10px;
}

.media-icons{
    width:20px;
    height: 20px;
    float: left;
    padding:0 3px;    
}

.extendedfooter {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid silver;
    margin: 40px 35px 25px;
    padding: 8px 0 0;
    text-align: left;
    width: 890px;
}

.extendedfooter a{
    color: #6F7175;
}

/*************
 EBC PROMO COMPONENT
**************/

.prsys-corners{/* for IE 7 8 all promo boxes*/
    display: block;
    background-image: url("/etc/polycom/www/global/images/prsys-crnrs.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 10px;
}

.prsys-crnrs-absolute{/* for IE 7 8 all promo boxes*/
    position: absolute;
    top: 0;
}
.prsys-corners-btm{/* for IE 7 8 all promo boxes*/
    position: absolute;
    background-image: url("/etc/polycom/www/global/images/prsys-btm.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    width: 230px;
    height: 10px;
    bottom:0;
    left: 0;
}
.ebc-promo-bg{
    position:relative;
    background-color: #E1E1E1;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#E1E1E1), color-stop(.5,#ECECEC));
    background: -moz-linear-gradient(top, #F2F2F2 0%, #ECECEC 50%, #E1E1E1 100%);
    min-height:100px; 
    width:230px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    float: left;
}

.ebcpromo-content {
    float: left;
    padding:17px;
    width: 200px;
}


.ebc-title{
    font-size: 28px;
    color: #1D7EAE;
    text-align: left;
    padding-bottom: 5px;
    float: left;
    width:200px;    
}

.ebc-description{
    font-size: 14px;
    color: #647280;
    text-align: left;
    padding-bottom: 15px;
    float: left;
    width:170px;
}

.ebc-link{   
    color: #D71920;
    float: right;
    font-size:12px;
}

.ebc-arrow-right{
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D71920;
    border-top: 5px solid transparent;
    display: inline-block;
    margin: 0px 0 0 6px;
}

.shadow {
    clear: both;
    display: block !important;
    height: 10px;
    margin: 0 0 0 13px;
    width: 221px; 
    background-image: url("global/images/btm-shadow.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
/* following class to align titles in promo boxes*/
.align-right{
    float: right;
}


/*************
 HOW TO BUY COMPONENT
**************/
.htb-cnt{
    width:230px;
    color:#fff;
    margin-bottom: 25px;
}
.htb-cnt .htb-hd{
    background: url("global/images/htb-top.png") no-repeat scroll 0 0 transparent;
    height: 17px;
}
.htb-cnt .htb-ft{
    background: url("global/images/htb-bottom.png") no-repeat scroll 0 0 transparent;
    height: 19px;
}
.htb-cnt .htb-ss{
    background: url("global/images/title-shadow.png") no-repeat scroll 0 0 transparent;
    height: 6px;
    margin-left:-20px;
}
.htb-cnt .htb-content{
    padding:0 20px;
    background-color:#46a8fe;
    zoom:1;
}
.htb-cnt .htb-content .howtobuy-link{
    text-decoration:none;
}
.htb-cnt .htb-content .howtobuy-link:hover{
    text-decoration:underline;
}
.htb-cnt .htb-content ul{
    margin:0;
    padding:0;
    margin-top:10px;
}
.htb-cnt .htb-content ul li{
    list-style:none;
    padding-bottom:10px;
    font-size:12px;
}
.htb-cnt .htb-content h2{
    margin:0;
    padding-bottom:5px;
    font-size:21px;
    font-weight:bold;
    color: white;
}
.htb-cnt .htb-content ul li a, .htb-cnt .htb-content ul li span{
    color:#fff;
    font-size:12px;
}


/*  TALK TO AN EXPERT COMPONENT */

.parsys .talktoexpert{
    margin-bottom: 25px;
}
.ttxprt-img-bg{
    position: absolute;
    right: 0;
    top:0;
}

/*changed font family to include fonts for jp and cn locales*/

.ttxprt-link  h2,
.ttxprt-link p{
    font-family: Arial, helvetica, sans-serif !important;
}
.ttxprt-link  h2{
    font-size: 21px;
    color: #D71920;
    font-weight: bold;
}
.ttxprt-link p{
    font-size: 13px;
    color: #647280;
    margin:3px 0 0 5px;
}
.ttxprt-link:hover,
.ttxprt-link h2:hover,
.ttxprt-link p:hover{
    text-decoration: none;
}

/********************************** 
    CUSTOMER SUCCESS STORY 
***********************************/

.wrapper-margin-top{
    padding-top: 40px;
    float: left;
}
.left-panel{
    width:190px;
    float:left;
    position:relative;
    text-align:left;    
    margin: 0 35px 0 0;
}
.left-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 20px 0 25px 0;
    border-bottom: 1px solid silver;
}
.center-panel{      
    float: left;
    width: 400px;
}
.center-panel-hldr{
    float:left;
    width:100%;
}
.content-panel{
    width:400px;
    text-align:left;
    float:left;
}

.content-panel h3,
.content-panel h4,
.content-panel h5,
.content-panel h6{
    color: #888A8F !important;
    text-transform: none;
}
.left-panel ul{
    list-style : none;
    margin:0;
}
.left-panel ul li{
    text-align:left;
    padding:5px 0;
    color: #404040;
    font-size:12px;
}
.left-panel a, .left-panel a:link{
    color:#4A698C;
    font-size:12px;
}
.left-panel h2{
    font-weight:bold;
    font-size:13px;
    text-align:left;
    color: #010101;
}
/*changed font family to include fonts for jp and cn locales*/
.hc-hldr p{
    color: #666666;
    font-family: Arial, Lucida, sans-serif; /* for IE7*/
    font-size: 12px;
}
.left-panel .list-hldr{
    margin:5px 0;
}
.list-hldr ul li{
    list-style: none; 
}
.list-hldr ul li a{
    text-decoration:none;
    font-size:13px;
}
.list-hldr .ul-disc li{
    list-style:disc inside none;
}
.list-hldr .ul-square li{
    list-style:square inside none;
}
.list-hldr .ul-circle li{
    list-style:circle inside none;
}

/***********************************
    DOWLNLOAD CASE STUDY
***********************************/
.dld-lnk img{
    vertical-align:middle;
}

a.dld-lnk{
    text-decoration:none;
    background:url("global/images/download-icon.png") no-repeat scroll right top transparent;
    padding: 0 25px 5px 0;
    font-weight:bold;
    color:#4A698C;
    font-size:12px;
}

.right-rail-container .downloadcasestudy {
    border-bottom: 1px solid silver;
    padding-bottom:10px;
    margin-bottom:25px;
}

.right-rail-container a.dld-lnk{
    display:inline-block;   
    font-size:14px;
}

.hc-cont .img-hldr{
    height:75px;
    width:190px;
}
.hc-cont .img-desc{
    margin-top:10px;
}
.container .dvdr{
    border-top : 2px solid #d3d3d3;
    margin:30px 0;
}
.container .dvdr2{
    border-top : 2px solid #d3d3d3;
    margin:5px 0;
}

.list-hldr ul li .dvdr2{
    border-bottom: 1px solid silver;
    margin: -4px 0 25px 0;
}
.container .right-rail-container{
    margin-top:0;
}
.cs-extras .cs-extras-hdr{
    font-weight:bold;
}
.cs-extras a{
    color:#3D3F42;
}

.main-content-wrapper .partnerspotlight{
    margin-bottom: 30px;
} 

/*********************************
    CUSTOMER STORIES LANDING PAGE
**********************************/
.browse-topic a.b-btn{
    box-shadow : 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius : 5px;
    color:#fff;
    font-size:11px;
    height:18px;
    display:inline-block;
    padding: 7px 3px;   
    line-height:16px;
    margin-left:10px;               
}
a.b-btn-srch{
    background : -moz-linear-gradient(center top , #39A8F7 0%, #2F86DE 50%, #2768C7 100%) repeat scroll 0 0 transparent;            
}
a.b-btn-rs{
    background : none repeat scroll 0 0 #676767;
}
.container{
    text-align:left;
}
.content-two-panel .right-rail-container{
    margin-top: 25px;
}
.content-two-panel{
    width:100%;
}
.browse-hdr-container{
    padding:0 10px;
    margin-bottom:25px;
}
.browse-hdr-container .browse-hdr{
    font-weight:bold;
    font-size:20px;
}
.browse-topic{
    float:left;
    padding:0 25px;
    background:url("global/images/polycom-news-rule.png") no-repeat right center;           
}
.browse-topic.last{
    background:none;
}
.browse-topic a{
    font-size:15px;
    font-weight:bold;
    padding: 5px 15px;
}
.browse-topic a:hover, .customer-content h2 a:hover{
    color:red;
}
.browse-topic a.selected:hover{
    color:#888A8F;
}
.browse-topic a.selected{
    border-radius : 5px 5px 0 5px;
    background-color:lightgray;
    border: 1px solid gray;
    border-bottom:none;
}
.srchtopic{
    margin-top:-10px;
    float:right;
}
.browse-topic .srchtopic a{
    padding-left:15px;
    padding-right:15px;
}
.browse-hdr-lnks{
    margin-top:15px;
    margin-left:25px;
}
.customer-hldr{
    margin-bottom:20px;
}
.customer-lyr{
    width:100%;
    margin-bottom:15px;
}
.customer-lyr .content{
    float:left;
    width:215px;
    padding:10px;
    margin-bottom:15px;
}
.left-panel-wide{
    float:left;
    width:705px;
    margin-right:10px;
}
.customer-content .img-hldr{
    border:1px solid gray;
    width:200px;
    height:110px;
    margin-bottom:10px;
}
.customer-content h2, .customer-content h2 a{
    font-weight:bold;
    font-size:14px;
    text-align:left;
    margin-bottom:10px;
    color:#5B6063;
}
.customer-content a.cs-lnk{         
    margin-top:5px;
    display:inline-block;
    color:#12c;
    font-size:12px;
}
.customer-content a.cs-lnk:hover{
    text-decoration:underline;
}
.right-rail-container.margin-out{
    margin: 0 0 0 35px;
}
            
/*******************************
   START TITLE COMPONENT STYLES
********************************/      

.title-gray-bg{
    background: #E8E9E9; 
    margin: -16px 0 0 0;   
}

h1.tagline-inline{
    margin: 0;
    padding: 12px 0 14px 0;
}

/***********************************
   START BREADCRUM COMPONENT STYLES
***********************************/  
.poly-breadcrumb {
    font-size: 11px;  
    padding: 0 0 5px 0;
    text-align: left;
    background: #E8E9E9;
    margin-top: -11px;
    padding-top: 10px;
    border-top: 1px solid silver;
    zoom:1;}

.poly-breadcrumb span{
    color: #3D3F42;
    font-size:11px;
}
.poly-breadcrumb a{
    color: #6F7175;
}

.poly-breadcrumb a:last-child(){
     color: #3D3F42;   
}

.poly-breadcrumb a:hover{
    color: #3D3F42;
    text-decoration: none;
}

/***********************
    TITLE COMPONENT
************************/

.title_pad{
     background: #E8E9E9;
     margin-top:-16px;
}

/*************************************************
   PRODUCT SERVICES SERIES PAGE VERTICAL SPOTLIGHT
**************************************************/
.vspot-multi-cont{
    float:left;
    width:100%;
    margin-top:25px;    
}
.vspot-hldr{
    width: 188px;
    overflow:hidden;
    float:left;    
    margin-right:28px;    
}
.mgn-rt-none{
    margin-right:0;
}
.vspot-imghldr{
    width:188px;
    margin: 0 auto;
    height:132px;
} 
/*.vspot-desc{    
    padding:5px;
} */
.vspot-desc h3{
    font-size:14px;
    line-height: 16px;
    font-weight: normal; 
    color:#000;
    text-transform: none;
    padding-top: 8px;
}
/*changed font family to include fonts for jp and cn locales*/
.vspot-desc p{
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    padding: 5px 0 0 0;
}
.vspot-desc a.viewall{
    color:#4A698C;
    font-size: 12px;
    display: block;
}
.vspot-desc a:hover,
.vspot-desc a:hover h3{
    text-decoration:none;
    color: #D71620;
}
.compare-btn{
    color:#fff;    
    /*margin-bottom:20px;
    margin-top:30px;*/
}
.series-desc{
    padding: 0 35px;
}

/****************************
    ACTION BUTTON COMPONENT
*****************************/
.btn-action-left{
    background: url("global/images/go-button-left.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 29px;
    padding-left: 3px;    
}
.btn-action-left:hover{
    background: url("global/images/compare-lft.png") no-repeat scroll left center transparent;
    height: 29px;
}

.btn-action-left:hover .btn-action-mdl{
    background: url("global/images/compare-mdl.png") repeat-x scroll right center transparent;
    height:29px;
}
.btn-action-left:hover .btn-action-right{
    background: url("global/images/compare-rght.png") no-repeat scroll right center transparent;    
    height: 29px;
}
.btn-action-right{
    background: url("global/images/go-button-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 29px;
    padding-right: 3px;
 }
.btn-action-mdl{
    background: url("global/images/go-button-mdl.png") repeat-x scroll right center transparent;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 29px;
    white-space:nowrap;
    padding:0 15px;
    margin:0;
    display:inline-block;
    font-size:11px;
    line-height:28px;
 }
 
a.btn-action-mdl:hover{
    text-decoration: none;
}     

/************************************ 
    RICH TEXT STYLES & HTAG COMPONENT
*************************************/

.rich-text, .rich-text > *, .rawhtml, .rawhtml > *{
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
.rawhtml h1, .rawhtml h2, .rawhtml h3, .rawhtml h4, .rawhtml h5, .rawhtml h6,
 .HTagComponent > *, .HTagComponent a > *{    
    color:#404040;    
    margin-top:0;
    text-transform:none;
    padding-bottom: 10px;
    font-weight: bold;
}
.parbase.rawhtml.section .inTheNews td, .parbase.rawhtml.section .inTheNews span{
    font-size:14px;
    line-height:19px;
}.rich-text h1{
    font-size:18px;
}
.rich-text h2,
.HTagComponent h2{
    font-size:18px;
}
.rich-text h3,
.HTagComponent h3{
    font-size:16px;
}
.rich-text h3 div,
.rich-text h3 p{/*this is particularly in the case of Press Releases Subtitle */
    color: #888A8F; 
}
.rich-text h4,
.HTagComponent h4{
    font-size:14px;
}
.rich-text h5,
.HTagComponent h5{
    font-size:12px; 
}
.rich-text h6,
.HTagComponent h6{
    font-size:11px;
}
.HTagComponent a:hover,
.HTagComponent a:hover > *{
    text-decoration: none;
    color: #D71620;
} 

.rich-text p, .rawhtml p{
    padding-bottom: 10px;
    font-size:14px;
}
.rawhtml span{
    font-size:14px;
}.rich-text ul li a, .rawhtml ul li a{
    font-size:14px;
}
.rich-text p, rich-text p a, .rawhtml p, rawhtml p a{
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.rich-text a, .rawhtml a{
    color: #4A698C;
}
.rich-text .paragraph p, .rawhtml .paragraph p{
    font-size: 14px;
    color: #404040;
}
.rich-text ul, .rawhtml ul{
    margin-left: 10px;
}
.rich-text ul li, .rawhtml ul li{
    font-size:14px;
    list-style: disc outside;
    margin: 0 0 10px 25px;
}
.rich-text ol, .rawhtml ol{
    margin-left:10px;

}
.rich-text ol li, .rawhtml ol li{
    font-size:14px;
    list-style:decimal outside none;
    margin:0 0 10px 25px;
}
.rich-text table, .rawhtml table{
  /*  border-collapse:collapse; */
}
.rich-text b, .rawhtml b{
    font-weight:bold;
}
.rich-text i, .rawhtml i{
    font-style:italic;
}
.rich-text a , .rawhtml a{
    font-size: 14px;
}

sup,
.rawhtml sup,
.rich-text sup{
    font-size: 11px;
    vertical-align: super;
}
sub,
.rawhtml sub,
.rich-text sub{
    font-size: 11px;
    vertical-align: sub;
}
.rawhtml hr{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    margin: 0;
}

/*******************************
  START HERO VIDEO POPUP 
*******************************/

#ProductMediaModal {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
#ProductMediaModal .popup {
    position: relative;
    width: 820px;
}
#ProductMediaModal .header {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: right;    
    height: 60px;
}
#ProductMediaModal a.close{
    color: #404040;
    float:right;
    display:inline-block;
    margin:10px 20px;
}
#ProductMediaModal a.close:hover {
    color: #4A698F;
    text-decoration: underline;
}
#ProductMediaModal .header a {
    color: #404040;
}
#ProductMediaModal .header a:hover {
    color: #4A698F;
    text-decoration: underline;
}
#ProductMediaModal .channel .content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
}
#ProductMediaModal .footer {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    margin: 0;
    width: 800px;
}
#ProductMediaModal .loading {
    text-align: center;
}
#ProductMediaModal .image {
    text-align: center;
}

/***************************************
  START HERO RTE STYLES
********************************************/
  
b{
    font-weight: bold;
}

i{
    font-style: italic;
}

u{
    text-decoration: underlined;
}

/***************************************
    PRODUCT SLIDER STYLES
***************************************/

.crsl-wrppr{
    background: #E8E8E9;
}

.productslider,
.product_slider{
    position: relative;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius:10px 10px 0 0;
    -o-border-radius:10px 10px 0 0;
    border-radius: 10px 10px 0 0;  
    background: #FFF;
    height: 280px;
    width: 960px;
    
}
.jcarousel-skin-tango {
    background : url("global/images/prod-carousel-btm.png") no-repeat left top transparent;
}

.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/        
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 800px;
    padding: 0 40px;
    margin : 0 auto; 
    height: 95px;   
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 650px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 125px;
    overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
    padding-top:20px;
    position:relative;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/slider-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(global/images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 32px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/slider-prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(global/images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(global/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.product-carousel{
    text-align:center;
}
.product-carousel .title{
    font-size:12px; 
    margin-top:2px;
    color:#6F7175;
}
.product-carousel li:hover
{
    cursor:pointer;
}
.product-detail{
    width:880px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*height:220px;*/
    text-align:left;
    margin: 0 0 0 75px;
    position:relative;
    /*background : url("global/images/prod-carousel-btm.png") no-repeat left bottom transparent; */ 
}
.product-detail-single{
    margin: 0 0 0 35px; 
}
.product-carousel li.sel-prod .title{
    color: black;
}
.product-carousel li .smimg-hldr{
    width:150px;
    height:50px;
    overflow:hidden;
    text-align:center;
}
.product-carousel li .smimg-hldr img{
    max-width:150px;
    max-height: 50px;
}
/*changed font family to include fonts for jp and cn locales*/
.product-detail .product-title{
    font-family: arial, helvetica, sans-serif;
    font-size: 24px;
    color: #2E3844;
    font-weight: bold;
    max-height: 112px;
    overflow: hidden;
    line-height: 30px;
    /*margin: 25px 0 0 0;*/
}
/*changed font family to include fonts for jp and cn locales*/
.product-detail .product-description{
    color: #637280;
    font-size: 15px;
    font-weight: normal;
    max-height: 51px;
    overflow: hidden;
    line-height: 17px;
    font-family: arial, helvetica, sans-serif;/*for IE 7 & 8*/
    margin-top: 10px;
}
.product-detail .product-detail-desc{
    float:left;
    width:491px;  
    margin-top: 20px;
}
.product-detail .product-detail-img{
    float:left;
    margin:0 0 0 75px;
    width:240px;
    height:170px;
    overflow:hidden;
    text-align: center;
}
.product-detail .product-detail-img-single{
    width:370px;
    height:260px;
    margin: 0 0 0 15px;
}
.product-detail .product-detail-img .pl-img{
    display:none;
    /*max-width:322px;
    max-height:143px;*/
}
.clr{
    clear:both;
}
.product-detail #pointer{
    background: url("global/images/prod-pointer.png") no-repeat scroll 0 0 transparent;
    bottom: -7px;
    height: 16px;
    left: 150px;
    position: absolute;
    width: 30px;    
}
.pointer{
    background: url("global/images/prod-pointer.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    top:-1px;
    left: 60px;
    position: absolute;
    width: 30px;
    display:none;
}
.slider-bottom-bg{
    background: url("global/images/prod-carousel-btm.png") no-repeat scroll left bottom transparent;
    height: 8px;
    width: 100%;
    margin-bottom: 17px;
}

/*****************************
START PARSYS VERTICAL SPOTLIGHT
*******************************/

.parsys-vspot-wrapper{
    margin-bottom: 30px;
}
.prsys-vspot-img-holder{
    position: relative;
    height: 170px;
}
.prsys-vspot-img-holder img{
    width: 230px;
    height: 170px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
} 
 
.prsys-vspot-link h3{
    color: #4A698C;
    font-size: 16px;
    font-weight: bold;
    margin: 7px 0 0 0;
    text-transform: none;
}

.parsys-vspot-wrapper .prsys-txt-wrapper p{
    color: #404040;
    font-size: 12px;
    line-height:15px;
}
.parsys-vspot-wrapper  a.viewall{
    color: #4A698C;
    font-size: 12px;
} 
 
/*****************************************
    SOLUTIONS OVERVIEW TAB CONTENT STYLES    
******************************************/
.sol-ovw-desc{
    margin-top:0px;
    color:#000;
}
.sol-ovw-desc .rich-text p{ 
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.ovw-cnt {
    width: 100%;
    padding: 25px 0 0 0;
}
.ovw-cnt.last {
    border: none;
}
.ovw-cnt h2 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.ovw-cnt h2 a{
    color: #000;
    font-size: 16px;
    text-decoration:none;
}
.ovw-cnt h2 a:hover{
    color: #D71920;
    text-decoration:none;
}
.ovw-cnt .txtimg-hldr {
    width: 100%;
}
.ovw-cnt .img-hldr {
    float: left;
    width: 188px;
    height: 132px;
    margin-left:0;  
}
.ovw-cnt .img-hldr-right{
    float:right;
    margin-left:24px;
}
.ovw-cnt .txt-hldr {        
    margin-left: 212px;
    margin-top: 15px;
}
.solutioncat-overview-childlist .ovw-cnt .txt-hldr{
    margin-top:0;
}
.bti-cnt .txt-hldr{ 
    margin-left: 0;
    margin-top: 0;  
    overflow:hidden;
}
.bti-cnt .txt-hldr-right{   
    margin-left:212px;
    margin-top: 0;
}
.ovw-cnt .txtimg-hldr .txt-hldr p, .sol-ovw-desc .rich-text p{
    font-size:14px;
}
.ovw-cnt .txt-hldr .desc{
}
.ovw-cnt .txt-hldr .full-desc{
    margin-top:10px;
}
.ovw-cnt .txtimg-hldr .txt-hldr p b{
    font-size: 14px;
    color:#000;
}

/************************************
    PRODUCT & SERVICES LANDING PAGE
*************************************/
.sectn-ttl{
    font-size:18px;
    font-weight: bold;
    margin: 25px 0;
    color: #010101;
    text-transform:none;
}
.sectn-ttl a{
    font-size:18px;
    font-weight: bold;    
    color: #010101;
    text-transform:none;
}
.sectn-ttl a:hover{
    text-decoration:none;
    color:#D71920;
}
.featuredlist{
    float:left;
    margin-bottom: 25px;
    margin-top:10px;
}
.env-icon-holder{
    text-align: center;
    width: 120px;
    float: left;
}

.env-icon-holder:hover span.env-icon-title{
    color: #D71920;
}
.env-icon-holder .env-img-hldr{
    width:120px;
    height: 75px;
}
.env-icon-holder .env-img-hldr img{
    width: 96px;    
}
.env-icon-holder .env-icon-title{
    color: #6F7175;
    font-size: 14px;
    font-weight: bold;
}
.sectn-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    border-bottom: 1px solid silver;
    clear: both;
    margin:0;
}
.env-icon-holder a.env-link{
    display: block;
    height: 150px;
    position: relative;
    /*z-index: 3; */ /*need to comment, this makes imgs overlap nav menu*/
}
.child-list-row{
    float:left;
    width:100%;
    margin-top:25px;    
}
.mgn-top-none{
    margin-top:0;
}
.img-and-text-holder{
    width: 188px;
    float: left;    
    margin-right:28px;
    overflow:hidden;
}
.img-and-text-holder-left{
    width:290px;
    float: left;    
    margin-right:40px;
    overflow:hidden;
}        
.mgn-rt-none{
    margin-right:0;
}
.img-container{
    width: 188px;
    height: 132px;
}
.text-container{
    padding-top:11px;
}
.img-and-text-holder-left .img-container{
    width:77px;
    height:76px;
    float:left;
}
.img-and-text-holder-left .text-container{
    padding:0;
    margin-left:102px;
}
.title4-textImage-cmpnent{
    line-height: 14px;
}
.title4-textImage-cmpnent a{
    font-size: 14px;
    color: #010101;
    font-weight:normal;
}
.title4-textImage-cmpnent a:hover{
    text-decoration:underline;
}
/*changed font family to include fonts for jp and cn locales*/
.intro-text4-img{
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    font-family: arial, helvetica, sans-serif;
}
.non-title-link{
    font-size: 12px;
    color: #4B6A8C;
}
.non-title-link:hover{
    text-decoration: underline;
}
.env-icon-holder .env-img-hldr img.increase{
    width: 104px;
    cursor: pointer;
}        
.color-hvr{
    color: #D71920;
    cursor: pointer;
}
.para-zero-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid silver;    
}
.spacer-32{
    width:100%;
    height:32px;
}

/*****************************************
    SOLUTION LANDING PAGE
*****************************************/
.section-hldr{
    margin: 0 0 30px 0;
}
.mgn-btm-none{
    margin-bottom:0;
}
.carousel-container{
    float:left;
}
/*To fix issue in which By industry labels to the right of the slider graphic wrap when they're too long.*/
.carousel-list{
  /*  margin-left:520px;*/ 
      float: left;
    margin-left: 15px;
}
.childpages-list ul{
    margin:0;
    padding:0;
}
.childpages-list ul li{
    list-style:none;
    padding-top:5px;
}
.childpages-list ul li a{
    color:#4A698C;
    margin:0;
    font-size:12px;
    line-height: 19px;
}
.childpages ul li a:hover{
    text-decoration:underline;
}
.txt-img-hldr {
    width: 100%;
}
.txt-img-hldr .img-hldr {
    float: left;
    width: 188px;
    height: 132px;
    margin-left:0;  
}
.txt-img-hldr .img-hldr-right{
    float:right;
    margin-left:24px;
}
.txt-img-hldr .txt-hldr{ 
    margin-left: 0;
    margin-top: 0;  
    overflow:hidden;
}
.txt-img-hldr .txt-hldr-right{   
    margin-left:212px;
    margin-top: 0;
}
.txt-img-hldr .child-list-row{    
    width:100%;
    margin-top:25px;    
}
.txt-img-hldr .child-list-row .link-hldr{
    width:184px;
    float: left;    
    margin-right:40px;
    overflow:hidden;
}
.txt-img-hldr .child-list-row .link-hldr a{
    font-size: 14px;
    color: #4A698C;
    font-weight:normal;    
}
.txt-img-hldr .child-list-row .link-hldr a:hover{
    text-decoration:underline;
}
.txt-img-hldr .mgn-top-none{
    margin-top:0;
}
.txt-img-hldr .child-list-row .mgn-rt-none{
    margin-right:0;
}
.txt-img-hldr .txt-hldr p{
    font-size:14px;
}
.txt-img-hldr .txt-hldr .desc{
}
.txt-img-hldr .txt-hldr .full-desc{
    margin-top:10px;
}
.txt-img-hldr .txt-hldr p b{
    font-size: 14px;
    color:#000;
}
/********************************
 START A-Z PRODUCT PAGE
 *******************************/
 .a-z-wrppr{
    position: relative;
}
.index-intro{
    font-size: 13px;
    color: #404040;
    font-weight: normal;
}
.atozproducts b{
    font-size: 13px;
    display: block;
    margin: 10px 0 5px 0;
}
.atozproducts a{
    color: #4A698C;
    font-size:12px;
    display: block;
}
#index{
    margin-bottom: -20px;
}
#index a{
    font-size:16px;
    font-weight: bold;
    display: inline;
}
a.to-top{
    text-align: right;
    margin: -17px 0 0 0;
}
a.letter-ttl{
    color: black;
    font-weight: bold;
    border-top: 1px solid silver;
    padding: 7px 0 0px 0;
    margin: 30px 0 10px 0;
    font-size: 13px;
}
.alpha-lst-hldr{
    margin: 0 0 34px 0;
}
.prnt-or-top{
    display: block;
    text-align: right;
}
.prnt-or-top a,
.prnt-or-top span{
    color: #4A698C;
    display: inline;
}

/******************************
    FILTER STYLES
******************************/
.fltr-ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 35px;
    color: black;   
    text-align: left;
}
.scroll-ttl-wrppr:hover{
    cursor: pointer;
}
.fltr-bg{
    background-image: url("global/images/fltr-cllpsd-bg.jpg");
    height: 65px;
    text-align: left;
}
.expand-bg{
    background-image: url("global/images/fltr-xpnd-bg.png");
    height: 238px;
}
.fltr-wrppr{
    width: 912px;
    margin: 0 24px;
    float: left;
    visibility:hidden;
    position:absolute;
    top:-10000em;
    left:-10000em;
}
.scroll-ttl-wrppr{
    padding-left:24px;
}
.fltr-bg span.scroll-ttl{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    width: 170px;    
    height: 65px;
    line-height: 65px;
    margin: 7px 5px 0;
    position:relative;
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float:left;
}
.fltr-bg span.scroll-ttl-ptype{    
    margin-left:20px;
    width:auto;
}
.fltr-bg img.fltr-sep {    
    float:left;
    padding-top:27px;
}
.scroll-bg{
    background-image: url("global/images/scroll-bg.png");
    width: 164px;
    height: 101px;
    float: left;
    margin: 0 23px 0 0;
}
.redbtn-srch-left{
    background: url("global/images/redBtn-lft-nrml.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 0 0 9px;    
}
.redbtn-srch-mdl{
    background: url("global/images/redBtn-mdl-nrml.png") repeat-x scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 10px;
}
.redbtn-srch-right{
    background: url("global/images/redBtn-rght-nrml.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding:0 9px 0 0;
}
.redbtn-srch-left a > span{
    padding: 0 10px;
    color: white;
    line-height:37px;
    font-size: 13px;
}
.redbtn-srch-left:hover{
    background: url("global/images/redBtn-lft-prsd.png") no-repeat scroll left center transparent;
}
.redbtn-srch-left:hover .redbtn-srch-mdl{
    background: url("global/images/redBtn-mdl-prsd.png") repeat-x scroll right center transparent;
}
.redbtn-srch-left:hover .redbtn-srch-right{
    background: url("global/images/redBtn-rght-prsd.png") no-repeat scroll right center transparent;
}
.graybtn-srch-left{
    background: url("global/images/grayBtn-lft-nrml.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 0 0 9px;
    margin-left: 10px;
}
.graybtn-srch-mdl{
    background: url("global/images/grayBtn-mdl-nrml.png") repeat-x scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding: 0 10px;
}
.graybtn-srch-right{
    background: url("global/images/grayBtn-rght-nrml.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 37px;
    padding:0 9px 0 0;
}
.graybtn-srch-left a > span{
    padding: 0 10px;
    color: white;
    line-height:37px;
    font-size: 13px;
}
.graybtn-srch-left:hover{
    background: url("global/images/grayBtn-lft-prsd.png") no-repeat scroll left center transparent;
}
.graybtn-srch-left:hover .graybtn-srch-mdl{
    background: url("global/images/grayBtn-mdl-prsd.png") repeat-x scroll right center transparent;
}
.graybtn-srch-left:hover .graybtn-srch-right{
    background: url("global/images/grayBtn-rght-prsd.png") no-repeat scroll right center transparent;
}        
.scroll-bg .scrollbar-container {
    width: 164px;
    height:auto;
    margin:0;    
}
.scroll-bg .scrollbar-container .viewport {
    width: 155px;
    height: 101px;
    overflow: hidden;
    position: relative;
}
.scroll-bg .scrollbar-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.scroll-bg .scrollbar-container .scrollbar{
    background: transparent url("global/images/bg-scrollbar-track-y.png") no-repeat 0 0;
    position: relative;    
    background-position: 0 0;
    float: right;
    width: 9px;
}
.scroll-bg .scrollbar-container .track {
    background: transparent url("global/images/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
    height: 100%;
    width:9px;
    position: relative;
    padding: 0 1px;
}
.scroll-bg .scrollbar-container .thumb {
    background: transparent url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
    height: 20px;
    width: 7px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
}
.scroll-bg .scrollbar-container .thumb .end {
    background: #ebebeb url("global/images/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 7px;
}
.scroll-bg .scrollbar-container .disable {
    display: none;
}
.scrll-wrapper{
    height: 101px;
    overflow: hidden;
    width: 164px;
    float: right;
}
.scrll-wrapper .overview ul li span{
    color: black;
}
.scrll-wrapper .overview ul li{
    margin: 6px 0 4px 6px;
    background: url("global/images/rad-off.png") no-repeat;
    padding-left:20px;
    font-size:11px;
    color:#404040;
    line-height:14px;
    cursor:pointer;
}        
.scrll-wrapper .overview ul li.radio-checked{
    background: url("global/images/rad-on.png") no-repeat;
}   
.scrll-wrapper .overview ul li span.radio{
    display: inline-block;
    line-height: 18px;
    margin: 0 5px 0 0;
}
.fltr-wrppr .btn-hldr-right{
    float:right;
    margin-top:15px;
}
.fltr-wrppr .btn-hldr-left{
    float:left;
    margin-left:20px;
    margin-top:60px;
}


/***********************************************
    CUSTOMER STORIES SEARCH RESULTS
***********************************************/
/*** Related type styles ***/
.cs-parent-container{
    width:100%;
    border-bottom: 1px solid silver;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
}
.no-rule,
.cs-parent-container:last-child{
    border: none;    
    margin: 0;
    padding: 0;    
}
.cs-container-row{
    margin-top:32px;
    width:100%;
    float:left;
}
.mgn-top-none{
    margin-top:0;
}
.cs-container{
    float:left;
    width:188px;
    margin-right:28px;    
    overflow:hidden;
	margin-bottom:32px;
}
.cs-container.row-clr{
    clear:left;
}
.mgn-rt-none{
    margin-right:0;
}
.cs-container .img-container{
    width:188px;
    height:132px;
}
.cs-container .text-container{
    padding-top:16px;
}
.cs-container .text-container .intro-title a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.cs-container .text-container .intro-title a:hover{
    text-decoration:none;
    color:#D71920;
}
/*changed font family to include fonts for jp and cn locales*/
.cs-container .text-container .intro-text{
    font-family: arial,lucida,sans-serif;/* for IIE 7 & 8 to overwrite some static.css*/
    font-size: 12px;
    margin: 0 auto;
    padding: 4px 0 0;
}
.mgn-rt-none{
    margin-right:0;
}

/***********************************************
    PRESS RELEASE LANDIG SEARCH RESULTS
***********************************************/
.pr-table-hldr{
    padding-bottom:60px;   
    
}
.pr-table th{    
    color:black;
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
.pr-table td *{
    color:#000;
    font-size:14px;
    line-height:19px;
}
.pr-table th{
    padding-top:30px;
}
.pr-table .col1{
    width:248px;
}
.pr-table td{
    padding:30px 0;
    border-bottom:1px solid silver;
    text-align:left;
}
.pr-table .col2{
    width:372px;
}
.pr-table tr.pr-data-row{
    border-bottom:1px solid silver;
}
.pr-table a.pr-title:hover{    
    color:#D71920;
    text-decoration:none;
}
.pr-table tr.pr-data-row:last-child td{
    border-bottom:none;
}

/*=====Press Release contacts info======*/
.press-rels-contacts h4{
    color: #404040;
    font-weight: bold;
    padding-bottom: 5px;
}
.press-rels-contacts span{
    display: block;
    font-size: 14px;
    color: #404040;
}

/************************************
    EVENTS SEARCH RESULTS
************************************/
.events-table-hldr{
    padding-bottom:60px;    
}
.events-table{
    /*border-bottom:1px solid silver;*/
}
.events-table th{
    font-weight:bold;
    font-size: 12px;
    text-align:left;
}
.events-table td{
    font-size:11px;
    line-height:15px;
    text-align:left;
}
.events-table td p{
    font-size:11px;
    line-height:15px;
}
.events-table td a{
    font-size:11px;
    font-weight:bold;
}
.events-table th.col1, .events-table td.col1{
    width:165px;
    padding:20px 8px 20px 5px;
}
.events-table .col2, .events-table .col3, .events-table .col4, .events-table .col5{
    width:111px;
    padding:20px 5px;
}
.events-table tr.odd-row{
    background-color:#F5F5F5;
}
.events-table a{
    color: #4A698C;
}
.events-table a:hover{
    text-decoration:underline;
}
.event-para-text span{
    font-size:12px;
}
.event-container{
    width: 630px;
    overflow:auto;
    overflow-y:hidden;
    position: relative;
    margin-bottom: 1px ;
}
.event-img-container{
    width:120px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-top:12px;
    margin-left:12px;
}
.event-text-container{
    min-height:90px;
    width: 465px;
    float: left;
    text-align: left;
    margin-top:10px;
    margin-left: 20px;
    padding-bottom:12px;
}
.event-text-container .event-list-title a{
    color:#4a698c;
    font-size:12px;
}
.event-text-container .event-list-title span{
    font-size:12px;
}
.event-text-container .event-para-text{
    color:#666666;
    font-size:12px;
    line-height:20px;
}
.event-text-container .event-para-text.desc{
    line-height:15px;
}
.event-text-container .event-para-text .event-location, .event-text-container .event-para-text .event-date{
    padding-right:7px;
}
.event-cta-container a{
    padding-top:0px;
}
.event-cta-container a span{
    color:#4a698c;
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}

/****************************
    PRINT
****************************/
.prnt-and-top {
    display:inline-block;
    width:620px;
    text-align:right;    
}
.prnt-and-top > * {
    color:#4A698C;
    font-size:12px;
}
.prnt-and-top a:hover {
    text-decoration:underline;
}

/***********************************
    ICON LIST COMPONENT
***********************************/
.icon-list-container h4{
    font-size:15px;
    line-height:14px;
    color: black;
}
.icon-list-container .icon-list{
    margin-top:12px;
}
.icon-list-container .icon-list .icon{
    float:left;
    width:40px;
    height:40px;
    padding:12px 5px 0 0;
}
/***********************************
    TWEET FEEDER
***********************************/

#tweet_stream,
.icon-list-container{
    margin-bottom: 25px;
    border-top: 1px solid silver;
    padding-top: 25px;
}

#tweets-container .tweet-text a,
#tweets-container .tweet-created_at a,
#follow_twitter p a.link{
    font-size: 12px;
    color: #4A698C;
    display: block;
    margin-top: 10px;
}
#tweets-container .tweet-text a,
#tweets-container .tweet-created_at a{
    display: inline;
}

.tweets-loading,
.tweet-text{
    font-size: 12px !important;
    color: #404040;
}

/***********************************************************************
    Multi-Link, Media Contacts, Title Link Box & Featured Prod&Services
***********************************************************************/    

.link-list-container{
    margin-bottom:25px;
}
.link-list-container h4, .link-list-container h4 a{
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom:5px;
}

.link-list-container ul li{
    list-style: none;
} 

.link-list-container ul li a{
    font-size: 12px;
    color: #4A698C;
    display: block;
    margin-top: 10px;
}
.link-list-container ul li a:hover, .link-list-container h4 a:hover{
    text-decoration:underline;
}
.link-list-container ul li p{
    font-size:12px;
    padding-top:5px;
}
.link-list-container ul li p.link-text{    
    padding-top:10px;
}

/******************************
    MULTI-LINK COMPONENT
******************************/
.multi-link-container{
    padding-top:25px;
    border-top:1px solid silver;
}

/*******************
    HERO COUNTER
*******************/
.counter-cnt{
    position:absolute;
    left:164px;
    top:52px;
    width:207px;
}
#days-left{
    width:207px;
    height:252px;
}
#time-left{
    font-weight:bold;
    padding-top:12px;
    font-size:20px;
    width:190px;
    margin:0 auto;
    color:#000;
}
#time-left span{
    padding-right:15px;
    font-weight:normal;
    font-size:11px;
    padding-left:5px;    
}

/***************
    Tooltip
***************/
#ToolTip {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #999999;
    color: #404040;
    display: none;
    padding: 2px 5px;
    position: absolute;
    z-index: 999;
}

/**************************
    Press Release Page
**************************/
.date-text-box{
    width:100%;
    overflow:hidden;
}
.date-text-box .prdate{
    float:left;
}
.date-text-box .prdate{
    font-size:14px;
    line-height:19px;        
}
.pr-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 30px 0;
    border-bottom: 1px solid silver;
}
.pr-btm-panel-rule{
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 30px 0 12px 0;
    border-bottom: 1px solid silver;
}

/**************************
    Title with List
**************************/
.titlewithlist{
    /*margin-bottom:25px;*/
}
.titlewithlist h2{
    font-size:18px;
    color:#666666;
    padding-bottom:14px;
}
.titlewithlist h4{
    font-size:16px;
    font-weight:normal;
    color:#999999;
    padding-bottom:10px;
}
.titlewithlist .list-hldr{
    margin-left:20px;
}
.titlewithlist .list-hldr ul li{
    list-style:disc outside none;    
    padding:0 0 5px 0;
    font-size:16px;
    color:#999999;
}

/******************************
    Text Image with Caption
******************************/
.textimagewithcaption{
    /*margin-top:32px;*/
}
.textimagewithcaption .text-cnt{
    text-align:left;
    font-size:14px;
}
.textimagewithcaption .img-left .img-cnt{
    float:left;    
    margin:0 10px 10px 0;
}
.textimagewithcaption .img-right .img-cnt{
    float:right;    
    margin:0 0 10px 10px;
}
.textimagewithcaption .img-top .img-cnt, .textimagewithcaption .img-bottom .img-cnt{
    width:100%;
    text-align:center;
    margin:32px 0;
}
.textimagewithcaption .img-top .text-cnt{
    margin-top:10px;
}
.textimagewithcaption .img-bottom .text-cnt{
    margin-bottom:10px;
}
.textimagewithcaption .cp-left,.textimagewithcaption .cp-right,
.textimagewithcaption .cp-top,.textimagewithcaption .cp-bottom{
    position:relative;
    text-align:left;   
}
.textimagewithcaption .caption{    
    padding:6px;
    overflow:hidden;
    font-size:11px;
    text-align:left;
    color:#333333;
    border:1px solid #cccccc;   
}
.textimagewithcaption .cp-left{
    position:relative;
    text-align:left;    
}
.textimagewithcaption .cp-left .caption{
    float:left;
    width:118px;
    margin-right:6px;    
}
.textimagewithcaption .cp-right .caption{
    float:right;
    width:118px;
    margin-left:6px; 
}
.textimagewithcaption .cp-top .caption{
    margin-bottom:6px;
}
.textimagewithcaption .cp-bottom .caption{
    margin-top:6px;
}
.textimagewithcaption .img-top .cp-left,.textimagewithcaption .img-top .cp-right,
.textimagewithcaption .img-bottom .cp-left,.textimagewithcaption .img-bottom .cp-right{
   display:table;
   margin:0 auto;
   width:auto;  
}
.textimagewithcaption .img-top .cp-top, .textimagewithcaption .img-top .cp-bottom,
.textimagewithcaption .img-bottom .cp-top, .textimagewithcaption .img-bottom .cp-bottom{
    display:block;
    margin:0 auto;
}

/******************************
    Contactus List
******************************/
.contactuslist{
    width:100%;
    overflow:hidden;
    margin-top:25px;
}
.contactuslist .contact{
    float:left;
    margin-right:14px;
    margin-top:10px;
}
.contactuslist .contact ul{
    margin:0;
    padding:0;       
}
.contactuslist .contact ul li{
    list-style:none;
    padding: 0 0 1px 0;
    font-size:14px;
}
.contactuslist .contact ul li a{
    color:#4A698C;
    font-size:14px;
    text-decoration:none;
}
.contactuslist .contact ul li a:hover{
    text-decoration:none;
}

/******************************
    Facebook
******************************/
.facebook{
    overflow:hidden;
}
.facebook .header-fb {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.facebook .header-fb a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.facebook .fb-left{
    background: url("global/images/facebook-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:149px;
    position:absolute;
    left:0;
    top:0;
}
.facebook .fb-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.facebook .align-center{
    margin: 0 auto;
}
.facebook .align-right{
    float:right;
}

/****************************
    Twitter
****************************/
.twitter{
    overflow:hidden;
}
.twitter .header-tw {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.twitter .header-tw a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.twitter .tw-left{
    background: url("global/images/twitter-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:138px;
    position:absolute;
    left:0;
    top:0;
}
.twitter .tw-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.twitter .twitter .align-center{
    margin: 0 auto;
}
.twitter .align-right{
    float:right;
}
.twitter .tweets p {
    font-size: 12px !important;
}
.twitter .twtr-fav, .twtr-reply, .twtr-rt {
    font-size: 10px !important;         
}
.twitter .twtr-timestamp {
    font-size: 11px !important;         
}           
.twitter .twtr-tweet-text {
    font-size: 10px !important;
}
.twitter .tweets .twtr-hd h3, #tweets .twtr-hd h4 {   
    font-size:13px !important;  
}  
.twitter .tweets .twtr-hd {     
    color: #fff; 
    padding: 0px;           
}
.twitter .tweets .twtr-ft {
    display:none !important;
}
.twitter .tweets .twtr-timeline{
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    border-top:solid 1px #CCCCCC;
}

/****************************
    Youtube
****************************/
.youtube{
    overflow:hidden;
}
.youtube .header-yt {
    height: 52px;    
    position:relative;
    text-align:right;        
    background: url("global/images/social-tab-center.jpg") repeat-x scroll center center transparent;
    margin-bottom:10px;    
}
.youtube .header-yt a{
    font-size:14px;
    color:#404040;
    line-height:52px;
    padding-right:10px;
}
.youtube .yt-left{
    background: url("global/images/youtube-tab-left.jpg") no-repeat scroll left center transparent;
    height: 52px;
    width:138px;
    position:absolute;
    left:0;
    top:0;
}
.youtube .yt-right{
    background: url("global/images/social-tab-right.jpg") no-repeat scroll right center transparent;
    height: 52px;
    width: 5px;    
    position:absolute;
    right:0;
    top:0;
}
.youtube .align-center{
    margin: 0 auto;
}
.youtube .align-right{
    float:right;
}
.group:before,
.group:after {
    content: ' ';
    display: table;
}
.group:after {
    clear: both;}
.group {
    zoom: 1;}
.youtube .rss-feed-module {    
}
.youtube .rss-feed-module .feed {
    list-style: none;
    margin: 0;
    padding: 0;
}
.youtube .rss-feed-module .feed a {
    color: #4a698c;
}
.youtube .rss-feed-module .feed li {
    display: block;
    margin: 0 0 1.5em;
}
.youtube .rss-feed-module .feed .hero {    
    margin: 0 0 .25em;
    overflow: hidden;
}
.youtube .rss-feed-module .feed .hero img {
    display: block;
    margin: -26px 0 0;
}
.youtube .rss-feed-module .feed .title {
    margin: 0 0 .25em;
}
.youtube .rss-feed-module .feed .title a{
    font-size:14px;
}
.youtube .rss-feed-module .feed .meta .date {
    display: block;
    float: left;
    font-size: .825em;
}
.youtube .rss-feed-module .feed .meta .views {
    display: block;
    float: right;
    font-size: .825em;
}

/******************************
    Promotions
******************************/
.promotion .promo{
    width:230px;
    color:#fff;
    position:relative;
    background-color: #E1E1E1;
    margin-bottom:25px;
}
.promotion .promo .promo-top{
    background: url("global/images/prsys-crnrs.png") no-repeat scroll 0 0 transparent;
    height: 10px;
}
.promotion .promo .promo-btm{
    background: url("global/images/prsys-btm.png") no-repeat scroll 0 0 transparent;
    height: 10px;
}
.promotion .promo .promo-content{
    /*background: url("global/images/prsys-center.png") repeat-x scroll 0 0 transparent;*/
    padding:17px;
}
.promotion .promo .promo-content .promo-title{
    font-size:28px;
    color:#1D7EAE;
    padding-bottom:5px;
}
.promotion .promo .promo-content .promo-description{
    font-size: 14px;
    color: #647280;
    padding-bottom:15px;
}
.promotion .promo .promo-img-bg{
    position:absolute;
    top:0;
    right:0;
}
.promotion .promo .promo-cta-link{   
    color: #D71920;
    float: right;
    font-size:12px;
}
.promotion .promo a.promo-link:hover{
    text-decoration:none;
}
.promotion .promo .promo-arrow-right{
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D71920;
    border-top: 5px solid transparent;
    display: inline-block;
    margin 0 0 0 6px;
}
.promotion .promo-hldr{
    width:230px;
    color:#fff;
    position:relative;
    margin-bottom:25px;
}
.promotion .promo-desc h3 a{
    font-size:14px;
    line-height: 16px;
    font-weight: normal; 
    color:#000;
    text-transform: none;
    padding-top: 8px;
}
.promotion .promo-desc h3 a:hover{
    text-decoration:none;
    color: #D71620;
}
.promotion .promo-desc p{
    color: #666666;
    font-size: 12px;
    padding: 5px 0 0 0;
}

/***************************
    Media Contacts
***************************/
.mediacontacts .link-list-container{
    margin-bottom:25px;
}
.mediacontacts .link-list-container h4{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-bottom:5px;
}
.mediacontacts .link-list-container ul li{
    list-style: none;
    padding-bottom:5px;
}
.mediacontacts .link-list-container ul li p.name, .mediacontacts .link-list-container ul li p.email{
    font-size:13px;
    padding-top:5px;
}
.mediacontacts .link-list-container ul li p.email a{
    font-size:13px;
    color:#336699;
    text-decoration:none;
    padding:0;
    margin:0;
}
.mediacontacts .link-list-container ul li p.email a:hover{
    text-decoration:underline;
}
.mediacontacts .link-list-container ul li p.phone{
    font-size:12px;
    color:#333333;
    padding-top:5px;
}

/*********************
    In the News
*********************/
.inthenews .pr-table th{
    padding-top:0;
}

/***************************
    Brightcove Lightbox
***************************/
.brightcovelightbox h3{
    padding-top:5px;
    text-align:center;
}
.brightcovelightbox h3 a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.brightcovelightbox h3 a:hover{
    text-decoration:none;
    color:#D71920;
}
.brightcovelightbox p{
    padding-top:10px;
    font-size:12px;
}

/******************************************
    Products & Services Family Template
*******************************************/
/*.pf_par1, .ps2_par1{
    padding:25px 0 0;
}
.pf_par2, .ps2_par2{
    padding:35px 0 0;
}*/
.pf-wrapper .accordion-childlist{
    margin:30px 0 0;
}
.pf-wrapper .childlist-silver-rule{
    padding:10px 0 0;
}

/******************************************
    Products & Services Series Template
*******************************************/
.ps-wrapper .accordion-childlist{
    margin:30px 0 0;
}

/******************************************
    Products & Services Series 2 Template
*******************************************/
.ps2-wrapper .right-rail-container{
    margin-top:0px;
}

/*********************
    Newsroom Page
**********************/
.newsroom-wrapper .right-rail-container{
    margin-top: 0;
}
.news-room-content{
    width:100%;
    margin-top:20px;
}
.news-room-content .newsroom-latest-news{
    margin-right:28px;
}
.news-room-content .newsroom-latest-news, 
.news-room-content .polycom-news{
    float:left;
    width:47%;
}

/*********************************
    Newsroom Spoltlight List
*********************************/
.newsroomspotlightlist .v-spotlight-hldr{
    width:100%;         
    border-bottom:1px solid silver;
    padding-bottom:25px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight{
    width:30%;
    float:left;
    margin-right:15px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight .img-hldr{
    width: 188px;
    height: 132px;
    background: #595959;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2{
    margin-top: 10px;
    margin-bottom: 15px;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2 a{
    font-size: 14px;
    color: #4A698B;    
    font-weight: normal;
}
.newsroomspotlightlist .v-spotlight-hldr .v-spotlight h2 a:hover{
    color:#D71920;
    text-decoration:none;
}

/**************************
    Polycom in the News
**************************/
.polycominnews .content{
    margin-bottom:25px;
    float: left;
}
.polycominnews .content .txtimg-hldr{
    width:100%;         
}
.polycominnews .content .img-hldr {
    float: left;
    width: 77px;
    height: 76px;
}
.polycominnews .content .txt-hldr {                      
    margin-left: 110px;
}
.polycominnews .content .txt-hldr span{
    display: block;
    color:#6F7175;
    font-size: 12px;
}
.polycominnews .content .desc a{
    color:#6F7175;
    display: block;
    font-size: 12px;
}
.polycominnews .content .txt-hldr span.date,
.polycominnews .content .txt-hldr span.media-outlet-title{
    color: #404040;
    font-size: 12px;
}
.polycominnews .content .desc a:hover{
    color: #D71920;
    text-decoration: none;
}
.polycominnews a.more-news{
    color: #4A698C;
    font-size: 12px;
}
.polycominnews a.more-news:hover{
    text-decoration:underline;
}
.polycominnews h2{
    margin-bottom: 10px;
}
.polycominnews h2, .polycominnews h2 a{
    text-transform: none !important;
    font-weight:bold;
    font-size:18px;
    color: #000000;
}
.polycominnews h2 a:hover{
    color: #D71920;
    text-decoration: none;
}

/******************************
    Press Release Index
******************************/
.pressreleaseindex .news-hdr h2{
    margin-bottom: 10px;
}
.pressreleaseindex .news-hdr h2, .pressreleaseindex .news-hdr h2 a{
    text-transform: none !important;
    font-weight:bold;
    font-size:18px;
    color: #000000;    
}
.pressreleaseindex .news-hdr h2 a:hover{
    color: #D71920;
    text-decoration: none;
}
.pressreleaseindex .news-hdr .latest-icon{
    display:inline-block;
    width:20px;
    height:20px;
    padding-right:8px;
}
.pressreleaseindex .content ul li{
    list-style:none;
    padding-bottom:10px;
}
.pressreleaseindex .content ul li a{
    color:#6F7175;
    display: block;
    font-size: 12px;
}
.pressreleaseindex .content ul li span{
    color: #404040;
    font-size: 12px;
}
.pressreleaseindex .content ul li a:hover{
    color: #D71920;
    text-decoration: none;
}
.pressreleaseindex a.more-news{
    color: #4A698C;
    font-size: 12px;
}
.pressreleaseindex a.more-news:hover{
    text-decoration:underline;
}
/***************************
    WWW Redesign Template
***************************/
.redesign-content-wrapper{
    position:relative;
    overflow:hidden;    
}
/***********************
    Lithium Blog Posts
************************/
.lithium .container{
    margin-bottom:25px;
    overflow:hidden;
    font-size: 12px;
}
.lithium .container .txtimg-hldr{
    width:100%;
    padding-bottom:20px;
	overflow:hidden;
}
.lithium .container .img-hldr {
    float: left;
	margin-right:10px;
}
.lithium .container .img-hldr img{
	max-width:128px;
	max-height:72px;
	margin-top:3px;
}
.lithium .container .txt-hldr{
	overflow:hidden;
}
.lithium .container .txt-hldr a.title{
    color:#4A698C;
    font-size: 11px;
    font-weight:bold;
}
.lithium .container .txt-hldr a.title:hover{
    color: #D71920;
    text-decoration: none;
}
.lithium .container .desc{
    padding-top:7px;
	font-size:11px;
}
.lithium .container .txt-hldr .author{
    font-size: 11px;
    padding-top:5px;
}
.lithium .container .txt-hldr .author span{
    font-size:11px;
}
.lithium .container .txt-hldr .author a{
    background:url("global/images/polycom-employee-badge.gif") no-repeat left center;
    padding-left:20px;
	padding-top:2px;
	color:#4A698C;
    font-size: 11px;
}
.lithium .container .txt-hldr .author a:hover{
    text-decoration:underline;    
}
.lithium .container .txt-hldr .author span.date{
    padding-left:5px;
    color:#404040;
}
.lithium .container .txt-hldr .author span.date .date-sep{
	padding:0 5px 0 0;
}
.lithium a.more-posts{
    color: #4A698C;
    font-size: 12px;
}
.lithium a.more-posts:hover{
    text-decoration:underline;
}
.lithium h2{
    margin-bottom: 10px;
    text-transform: none !important;
    font-weight:bold;
    font-size:16px;
    color: #000000;
}
#inner-wrapper{
    width: 890px;
    float: left;
    padding: 0 0 0 35px;
    text-align:left;
}

/*****************************
  PRODUCT HERO
*******************************/

.product-hero-img {
    background: none repeat scroll 0 0 #676767;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;    
    border-radius: 10px 10px 0 0;
    display: inline-table;
    height: 340px;
    max-height: 340px;
    position: relative;
    width: 960px;
}

#play-button{
    background-image: url("global/images/play-icon.png");
    background-color: balck;
    width:90px;
    height:79px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: auto;
    bottom: 10%;
    left: 10%;
    position: absolute;
}

#video-intro{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 645px;
    min-height: 79px;
    background-color: #292929 ; 
    position: absolute;
    bottom: 10%;
    right: 10%; 
}

#intro-title{
    color: white;
    font-weight: bold;
    font-size: 140%;
    text-align: left;
    padding: 13px 0 0 20px;
}

#intro-text{
    color: white;
    font-weight: normal;
    font-size: 120%;
    text-align: left;
    padding: 0 0 10px 21px;
}


/*****************************
 INTRO PARAGRAPH 
*******************************/
.intro-para {
    color: black;
    font-size: 160%;
    border-bottom: 1px solid #D4D4D4;
    text-align: justify;
    padding: 0 0 40px 0;
}



/*****************************
   LEFT RAIL CONTENT
*******************************/
.child-product-container{
    width: 620px;
    height: auto;
    position: relative;
    margin: 34px 0 0 0;
    overflow:hidden;
}
.child-product-container:first-child{
    margin:0;
}

.accorion-img-container {
    width: 188px;
    height: 132px;
    display: inline-block;
    float: left;
}

.accorion-img-container >img{
    width:100%;
    height:100%
}   
    

.accordion-text-container{
    width: 413px;
    float: left;
    text-align: left;
    margin-left: 17px;
}

.accordion-text-container a:hover,
a.title-anchor:hover, 
h2.child-list-title a:hover{
    text-decoration: none !important;
    color:#D71920;    
}
.child-list-title{
    padding-bottom:10px;
}
.child-list-title a {
    font-size: 16px;
    color: black;
    font-weight: bold;    
}
/*changed font family to include fonts for jp and cn locales*/
.accordion-para-text {
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    font-family: arial, helvetica, sans-serif !important;
}

.product-list-container {
    background-image: url("global/images/child-prod-list-bg.png");
    background-size: 100% 100%;
    display:none;
    height: 357px;
    margin : 5px 0 30px 0;
    position: relative;
    width: 629px;
    overflow: hidden;
}

.product-scrollbar {
    width: 610px;
    margin: 21px 0 0px;
    height:303px;
    /*overflow-y:scroll;
    overflow-x:hidden;*/
    overflow:hidden;
}
.product-scrollbar .viewport { 
    width: 555px; 
    height: 303px; 
    position: relative; 
    /*overflow-y: scroll;*/
    overflow:hidden;
    /* padding: 28px 0 0 118px; */
    /*left: 3.3%; 
    top: 40px;*/
    margin:0 0 0 20px;
}

.product-scrollbar .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
    padding: 0; 
    margin: 0; 
    /*height: 100%;*/
    width:100%;
}

.product-scrollbar .overview .products:first-child{
    padding-top:20px;
}

.product-scrollbar .overview .products:last-child{
    padding-bottom:5px;
}

.product-scrollbar .scrollbar{ 
    background: transparent url(global/images/bg-scrollbar-track-y.png) no-repeat 0 0; 
    position: relative; 
    height:303px; 
    background-position: 0 0; 
    float: right;
    width: 9px;
    z-index:9999; 
}

.product-scrollbar .track { 
    background: transparent url(global/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; 
    height: 100%; 
    width:9px; 
    position: relative; 
    padding: 0 1px; 
}
.product-scrollbar .thumb { 
    background: transparent url(global/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
    height: 20px; 
    width: 7px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: 1px; 
}
.product-scrollbar .thumb .end { 
    background: #ebebeb url(global/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
    overflow: hidden; 
    height: 5px; 
    width: 7px; 
}
.product-scrollbar .disable { 
    display: none; 
}

.no-scrollbar{
    /*margin:0;*/
    height:auto;
}

.no-scrollbar .scrollbar{
    display:none;
}

.button-container {
    float: right;
    height:32px;
    position:relative;
}

.childlist-button-text {
    color: #4A698C;    
    font-weight: bold;
    font-size: 12px;
    margin:10px 10px 0 10px;
    display:inline-block;
    float:left;
}

.childlist-button-text:hover{
    text-decoration: underline;
}    
.onclick-area, .childlist-button-mdl, .childlist-button-rt{    
    height:32px;
}

.eye-img-normal{
    float: left;    
    margin-top:8px;
}   

#outer-button-wrapper {    
    height: 32px;        
    margin: 0 0 5px 0;
}

.clicked-button-bg{
    background:url(global/images/button-bg-left.png) scroll left center no-repeat transparent;
    padding-left:5px;
}
.clicked-button-bg .childlist-button-mdl{
    background:url(global/images/button-bg-mdl.png) scroll center center repeat-x transparent;
}
.clicked-button-bg .childlist-button-rt{
    background:url(global/images/button-bg-right.png) scroll right center no-repeat transparent;
    padding-right:5px;
}
.button-clicked{
    font-weight: bold;  
}
.onclick-area:hover{
    cursor: pointer;
}

.data-sheet-container{
    position: relative;
    float: left;
    width:25%;
    height: auto;
    /*margin: 18px 0 10px 194px;*/
}

.series-data-sheet-container{
    margin-top:10px;
}
.series-data-sheet-container .download-button-title{
    padding:0;
}

.child-product-desc {
    margin-left: 27%;
    text-align: left;
}
.margin-left-none{
    margin-left:0;
}
.child-product-desc a{
    color: #49698C;
    font-size: 15px;
}    
.child-product-desc a:hover{   
   text-decoration: underline;   
}

.child-product-desc p{
    color: #404040;
    font-size: 12px;
    line-height: 19px;
}    
    
#data-sheet{
    width: auto;
    color: #49698C;
    font-weight: bold;
    
}

.download-button-title{
    padding:0 0 0 10px;
}

.child-product-title {
    color: #49698F;
    font-size: 140%;
    font-weight: lighter;
    padding: 0 0 5px;
}

.download-icon {
    /*margin: 5% 7% 0 0;
    float: right;*/
    vertical-align:middle;
    padding-bottom:3px;
}

.childlist-download-icon{
    position: absolute;
    margin-left: 3px;
}

.download-btn-span { /* this one works for data cheet of product series page*/
    color: #4A698C;
    font-weight: bold;
    font-size:12px;
    padding-right:5px;
}

.childlist-download-btn{/*This one works for download data sheet btn in childlist prod family page*/
    color: #4A698C;
    position: relative;
}   

.childlist-silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 25px 0 0 0;
    margin: 0;
    border-bottom: 1px solid silver;
    clear: both;    
}

.silver-rule{
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 15px 0 0 0;
    border-bottom: 1px solid silver;
    margin: 0 0 15px 12px;
    clear:both;
}    

/******************************
        RIGHT RAIL CONTENT
*******************************/
.parsys .verticalspotlightparsys{
    clear: both;
}
.parsys  .ebcpromo{ /* This applies to all the promo boxes in right parsys*/
    margin-bottom: 25px;
}
#gray-box-and-text-component{
    padding: 30px 0 0 0;
}

.gray-box-comp-title{
    color: #49698f;
    font-weight: bold;
    padding: 10px 0 3px 0;
    
}

#gray-box-comp-text{
    color:black;
    font-size: 100%;
}
        /*** common styles ***/
        .flt-lft{
            float:left;
        }
        .clr{
        clear:both;
        }
        .customerlyr .content .img-hldr{
            border:1px solid gray;
            width:200px;
            height:110px;
            margin-bottom:10px;
        }
        .customerlyr .content h2, .customerlyr .content h2 a{
            font-weight:bold;
            font-size:14px;
            text-align:left;
            margin-bottom:10px;
            color:#5B6063;
        }
        .customerlyr .content a.cs-lnk{         
            margin-top:5px;
            display:inline-block;
            color:#12c;
            font-size:12px;
        }
        .customerlyr .content a.cs-lnk:hover{
            text-decoration:underline;
        }
        
        /*** ABOUT US STYLES ***/
        
        
        .aboutus-hdr .rich-text p{
            padding:0;
        }    
        .container .content-two-panel {
            width: 100%;
        }
        .container .content-two-panel .right-rail-container {
            margin-top: 25px;
        }
        .container .content-two-panel .left-panel-wide {
            float: left;
            width: 705px;
            margin-right: 10px;
        }
        
        .aboutus-content {
            width: 100%;
        }
        .aboutus-content .content {
            width: 100%;
            padding: 0;
        }
         
         .aboutus-content .content.last{
            border:none;
        }      
        .aboutus-content .content h2 {
            font-weight: bold;
            font-size: 16px;
            margin: 28px 0 20px 0;
            color: black;
        }
        
        .aboutus-content .content h2 a {/*remove this when bug www-335 is fixed*/
            color: black;
            font-size: 16px;
        }
        
        .aboutus-content .content .txtimg-hldr{
            float: left;
        }
        
        .aboutus-content .content .img-hldr {
            width: 188px;
			height: 130px;
			background: #676767;
			float: left;
        }
        
        .aboutus-content .content .txt-hldr{
          width: 404px;
		  float: left;
		  margin-left: 28px;
        }
        
        .aboutus-content .content .txt-hldr ul {
            margin: -7px 0 0 0;
            padding: 0;
        }
        .aboutus-content .content .txt-hldr ul li {
            list-style: none;
			padding-bottom:5px;
        }

	/*changed font family to include fonts for jp and cn locales*/
	
        .aboutus-content .content .txt-hldr ul li a {
            padding: 0;
            color: #4A69AB;
            font-size: 14px;
            font-weight: lighter;
            font-family: arial,helvetica,sans-serif,"meiryo","メイリオ","Microsoft Yahei","微软雅黑体","FangSong","仿宋","simsun","宋体";
            margin: 0;
			line-height: 19px;
        }
        .aboutus-content .content .txt-hldr ul li a:hover {
            text-decoration: underline;
        }

        .polycom-glance {
            background-color: #E1E1E1;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#E1E1E1), color-stop(.5,#ECECEC));
            background: -moz-linear-gradient(top, #F2F2F2 0%, #ECECEC 50%, #E1E1E1 100%);
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            -o-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
            height: auto;
            width: 230px;
            color: #000;
            min-height:100px;
            position: relative;
            float: right;
            margin-bottom: 30px;
            -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }       

        .polycom-glance .polycom-glance-title {
            font-size: 15px;
            font-weight: bold;
            padding: 20px 0 8px 0;
            padding-left: 25px;
            width: auto;
            color: #404040;
            text-transform: none;
			line-height: 14px;
        }

        .polycom-glance #title-shadow {
            background-image: url("/etc/polycom/www/global/images/title-shadow.png");
            height: 3px;
        }

        .polycom-glance ul {
            list-style: none;
            margin-top: 15px;
            margin-left: 25px;
        }

        .polycom-glance li {
            padding-bottom: 8px;
            font-size: 12px;
			color:#404040;
        }

        .polycom-glance li b {
            font-weight:bold;
            font-size: 12px;
        }
        
        .polycom-glance img.ataglance-ellipses{
            float: right;
            margin-top: -40px;
        }
            
        .latest-news{
            border-top: 2px solid silver;
            margin-top:20px;
            padding-top:20px;
        }
        .latest-news .content ul{
            margin:0;
            padding:0;
            margin-top:10px;
        }
        .latest-news .content ul li{
            list-style:none;
            padding:5px 0;
        }
        .latest-news .content ul li a, .latest-news .morenews a{
            color:#12c;
        }
        .latest-news .content ul li a:hover, .latest-news .morenews a:hover{
            text-decoration:underline;
        }
        
        .news-hdr h2{
            font-weight:bold;
            font-size:14px;
            margin-bottom:5px;
            vertical-align:middle;
            display:inline-block;           
            height:20px;
        }
        
        .news-hdr .latest-icon{
            display:inline-block;
            width:20px;
            height:20px;
            padding-right:8px;
        }
        
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;  
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/*div.carousel {
    margin-top: 7px;
    margin-bottom: 7px;
}*/

/*reducing width of graphic in the "Solutions By Industry" section so that the text does not get wrapped.*/

.cq-carousel {
    position: relative;
    width:400px;
    height: 308px;
    overflow: hidden;    
}
.cq-carousel var {
    display: none;
}

.cq-carousel-banner-item {
    width: 400px;
    height: 308px;
    left: 1000px;
    position: absolute;
    top: 0;
    background-color: darkgray;
    overflow: hidden;
}
.cq-carousel-banner-item img {
    width:400px;
    height: 308px;
    background: no-repeat center center;
}

.par .cq-carousel-banner-item img {
    width: 700px;
    height: 245px;
    background: no-repeat center center;
}
.par .cq-carousel {
    width: 700px;
    height: 245px;
}
.par .cq-carousel-banner-item {
    width: 700px;
    height: 245px;
}

.cq-carousel-banner-item h3, .cq-carousel-banner-item p {
    padding: 5px 10px 10px 10px;
}
.cq-carousel-banner-item h3{
    position:absolute;    
    left:0;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    top:0;
}
/*reducing width of the element that displays text inside the graphic*/
.cq-carousel-banner-item p{
    position:absolute;
    left:0;
    bottom:15px;
    background:url("global/images/carousel-desc-bg.png") no-repeat scroll 0 0 transparent;
    font-size:13px;
    color:#fff;    
    width:385px;
    background-color:#353740;
}
/*Adjusting css so that the text inside the graphics gets accomaodated properly*/
.cq-carousel-banner-item p span{
    font-size:12px;
    overflow: hidden;
}

.cq-carousel-banner-item a{
    margin:0;
}
/*Reducing the padding to move the text towards the left to bring correct alignment*/
.cq-carousel-banner-item p a{
    color:#fff;
    padding-left:0; 
}
.cq-carousel-banner-item p a:hover{
    text-decoration:underline;
}

.cq-carousel-banner {
    position: absolute;
}

.cq-carousel-banner-switches,
.cq-carousel-banner-switches-tl,
.cq-carousel-banner-switches-tc,
.cq-carousel-banner-switches-tr,
.cq-carousel-banner-switches-bl,
.cq-carousel-banner-switches-bc,
.cq-carousel-banner-switches-br {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}
.cq-carousel-banner-switches {
    display: none;
}
.cq-carousel-banner-switches-tl {
    top: 0;
    left: 0;
}
.cq-carousel-banner-switches-tc {
    top: 0;
    left: 0;
    text-align: center;
}
.cq-carousel-banner-switches-tr {
    top: 0;
    left: 0;
    text-align: right;
}
.cq-carousel-banner-switches-bl {
    bottom: 0;
    left: 0;
}
.cq-carousel-banner-switches-bc {
    bottom: 0;
    left: 0;
    text-align: center;
}
.cq-carousel-banner-switches-br {
    bottom: 0;
    left: 0;
    text-align: right;
}

.cq-carousel-banner-switch {
    display: inline-block;
    margin: 8px;
    padding: 0;
}
.cq-carousel-banner-switch-br {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    right: 8px;
}
.cq-carousel-banner-switch-bl {
    position: absolute;
    margin: 0;
    padding:0;
    bottom: 0;
    left: 8px;
}

.cq-carousel-controls a {
    position: absolute;
    width: 37px;
    height: 53px;
    top: 111px; /* 270/2 - 24 */
    background: url("global/images/carousel-controls.png") no-repeat scroll 0 0 transparent;
    visibility: hidden;
}
.cq-carousel-controls a.cq-carousel-active {
    visibility: visible;
}
a.cq-carousel-control-prev {
    left: 0;
    background-position: -38px 0;
}
a.cq-carousel-control-prev:hover {
    left: 0;
    background-position: -114px 0;    
}
a.cq-carousel-control-next {
    right: 0;    
}
a.cq-carousel-control-next:hover {
    right: 0;
    background-position: -76px 0;    
}

.cq-carousel-banner-switch a {
    display: inline-block;
    background: url("global/../../../../etc/designs/default/images/carousel/switcher.png") no-repeat scroll 0 0 transparent;
}
.cq-carousel-banner-switch a img {
    width: 25px;
    height: 25px;
    vertical-align:top;
}

.cq-carousel-banner-switch a.cq-carousel-active, .cq-carousel-banner-switch a:hover {
    background-position: -25px 0;
}

.cq-carousel-banner-switch li {
    background: none !important;
    display: inline-block;
    list-style: none;
    float:left;
}

/*************************
  START HERO
**************************/

.product-individual-hero-img{
    background: #FFF;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;    
    border-radius: 10px 10px 0 0;
    display: inline-table;
    height: 340px;
    max-height: 340px;
    position: relative;
    width: 960px;
}

#hero-intro{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 425px;
    min-height: 79px;
    position: absolute;
    top: 15%;
    left: 6%;
}

#intro-title{
    font-size:400%;
    color:#2e3844;
    font-weight: normal;
}

#intro-hero-text{
    color: #637280;
    font-weight: normal;
    font-size: 120%;
    text-align: left;
    padding: 0 0 10px 21px;
}

/*************************
  START PRODUCT INDIVIDUAL TABS
**************************/

.tabs-cmp-container{	
	width:100%;
}
.tabnav-hldr{
    padding-top:20px;
    background: #E8E8E9;
}
ul#tabnav {
    text-align: left;
    list-style-type: none;    
    margin:0;
    padding:0;    
    width: 960px;
    border-bottom: 1px solid #D0D1D1;
    position:relative;
    display:block;
    float:left;
    background:#E8E8E9;
}
ul#tabnav li {
    display: block;
    float:left;
    margin-right:5px;
    list-style:none;
}
ul#tabnav li .tab-a{
    display:block;
    position:relative;    
}
ul#tabnav li.active .tab-a{    
    margin-bottom:-1px;
    border-bottom:1px solid #fff;
}
ul#tabnav li a span
{
    padding:0;
    margin:0;
}
ul#tabnav li a{
    margin:0;
    padding:0;
	color: #888A8F;
}
ul#tabnav li a.tab-a:hover > *{
    text-decoration: none;
	cursor:pointer;
} 
ul#tabnav li .btn-tab-left{
    background: url("global/images/tab-left.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 35px;
    padding-left: 11px;    
	margin-left: -1px;  
}
ul#tabnav li .btn-tab-right{
    background: url("global/images/tab-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 35px;
    padding-right: 11px;
 }
ul#tabnav li .btn-tab-mdl{
    background: url("global/images/tab-mdl.png") repeat-x scroll right center transparent;
    border: 0 none;
    height: 35px;
    line-height:35px;
    white-space:nowrap;
    padding:0 11px;
    margin:0;
    display:inline-block;
	font-size: 13px;
 }
 ul#tabnav li:hover .btn-tab-left{
    background-image:url("global/images/tab-hover-left.png");
 }
 ul#tabnav li:hover .btn-tab-right{
    background-image:url("global/images/tab-hover-right.png");
 }
 ul#tabnav li:hover .btn-tab-mdl{
    background-image:url("global/images/tab-hover-mdl.png");
 }
 ul#tabnav li.active .btn-tab-left{
    background-image:url("global/images/tab-active-left.png");
 }
 ul#tabnav li.active .btn-tab-right{
    background-image:url("global/images/tab-active-right.png");
 }
 ul#tabnav li.active .btn-tab-mdl{
    background-image:url("global/images/tab-active-mdl.png");  
	color: black;	
 }


/*************************
  START TABS CONTENT
**************************/

.dynamic_tabs{
    text-align: left;
}

.wrapper-tabs-border{
    float: left;
    background: white;
}

.left-rail-container {
    width: 620px;
    height: auto;    
    float: left;
    position:relative;
}

.right-rail-container {
    width: 230px;
    float: right;
    margin: 30px 0 0 35px;
}
.tab-content{   
    width:620px;
}
.static_tabs .ds-tabs{
    width:960px;
}
.static_tabs .tab-content{
    width: 890px;
    padding: 20px 35px 35px 35px;
    float: left;
}

/*** Resources Content ***/
.resource-section-wrapper {
    width: 620px;
    height: auto;
    float: left;    
}

h2.resource-ttl {
    font-size: 18px;
    color: black;
    font-weight: bold;
    width: 100%;
    margin: 0 0 15px 0;
}

.resource-box-row{
	margin-top:32px;
    width:100%;
    float:left;
}

.resource-box {
    width: 188px;
    float: left;
    margin-right: 28px;
    text-align: left;    
}
.resource-box .img-container{
    width:188px;
    height:132px;
}
.resource-box .text-container{
    padding-top:11px;
}
.resource-box .text-container .intro-title a {    
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.resource-box .text-container .intro-title a:hover{
    text-decoration:none;
    color:#D71920;
}
/*changed font family to include fonts for jp and cn locales*/
.resource-box .text-container .intro-text{
    font-family: arial, helvetiva, sans-serif;/* for IIE 7 & 8 to overwrite some static.css*/
    font-size: 12px;
    height: 48px;
    margin: 0 auto;
    padding: 4px 0 0;
    width: 188px;
    line-height: 15px;
}

.resource-box  a.resource-hdr{
    font-size: 14px;
    color: #4A698C;
    text-transform: none;    
}

.resource-box  a.resource-hdr:hover{
    color: #4A698C;
    text-decoration: underline;
}
.resource-silver-rule {
    border:0;
    margin: 25px 0 25px 0;
    border-bottom: 1px solid silver;
    clear: both;
	float:left;
	width:100%;
}
.file-span-wrapper{
	padding-top:5px;	
}
.file-span-wrapper span{
	font-size:11px;
}
.file-span-wrapper span img{
	vertical-align:text-bottom;
}
.file-type-icon{
    width:10px;
    height:10px;            
    margin-right: 3px;
}

.file-span-wrapper .separator{
    padding:0 5px;
}

.video-spotlights-wrapper{
    width: 620px;
    height: auto;
    padding: 19px 0 0px 0;
    float: left;

}
.video-sptlght-header {
    font-size: 14px;
    color: #4A698F;
    padding: 10px 0 0px 0;
    font-weight: lighter;
    margin: 0 0 3px 0;

}
/***** technical Overview ***/

.product-tcoverview-content{
        margin:10px 0;
    }
    .product-tcoverview-content .title-hldr{
        float:left;
        width:200px;
    }
    .product-tcoverview-content .title{        
        font-weight:bold;
        font-size:16px;
		color: #000;
    }    
    .product-tcoverview-content .list-hldr{
        float:left; 
        margin-left:10px;       
    }
    .product-tcoverview-content .list-hldr ul{
        margin:0;
        padding:0;
    }
    .product-tcoverview-content .list-hldr ul li{
        list-style:none outside none;
        padding-bottom:5px;
        font-size:14px;
    }
    .product-tcoverview-content .clr{
        clear:both;
    }
	
/*** Related type styles ***/
.related-parent-container{
    width:100%;
    border-bottom: 1px solid silver;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
}
.no-rule,
.related-parent-container:last-child{
    border: none;    
    margin: 0;
    padding: 0;    
}
.related-container-row{
	margin-top:32px;
	width:100%;
	float:left;
}
.mgn-top-none{
	margin-top:0;
}
.related-container{
    float:left;
    width:188px;
    margin-right:28px;    
    overflow:hidden;
}
.mgn-rt-none{
    margin-right:0;
}
.related-container .img-container{
    width:188px;
    height:132px;
}
.related-container .text-container{
    padding-top:11px;
}
.related-container .text-container .intro-title a {
    font-weight: normal;
    font-size: 14px;
    color: black;    
    text-transform: none;
}
.related-container .text-container .intro-title a:hover{
	text-decoration:none;
	color:#D71920;
}
/*changed font family to include fonts for jp and cn locales*/
.related-container .text-container .intro-text{
    font-family: arial, helvetiva, sans-serif;/* for IIE 7 & 8 to overwrite some static.css*/
    font-size: 12px;
    margin: 0 auto;
    padding: 4px 0 0;
    width: 188px;
	line-height: 15px;
}

/**** print styles ***/
.print-top-links {
    display: block;
    float: right;
    margin-bottom: 58px;
}

.print-top-links a,
.print-top-links span{
    color:#4A698F;
}

.print-top-links a:hover
{
    color:#4A698F;
    cursor: pointer;
    text-decoration: none;
}
.nonhome-thumbnail .hero-container {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    background: #E8E9E9;
}
.basic-no-parsys .nonhome-thumbnail .hero-container{
    margin-left:-35px;
}
.nonhome-thumbnail .herobtn img{
    width: 15px;
    height: 15px;
    padding-right: 0;
}
.nonhome-thumbnail #slidingbuttons {
    bottom: 15px !important;
    padding: 0;
    background: transparent none;
    width: auto;
    left: 50%;
    z-index:3;
}
.nonhome-thumbnail #slidingbuttons .sb-wrapper{
    position:relative;
    left:-50%;
}
.nonhome-thumbnail .herobtn {
    display: inline;
    width: 15px;
    height: 15px;
    padding: 4px 3px 6px;
    float: none;
    background: rgba(255,255,255,.25);
}
.nonhome-thumbnail .herobtn:first-child {
  padding-left: 10px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.nonhome-thumbnail .herobtn:last-child {
  padding-right: 10px;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.nonhome-thumbnail .herobtn img {
    vertical-align: middle;
}
.nonhome-thumbnail #banner_container {
    border: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.nonhome-thumbnail #banner_container .cta-fullbannerlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.nonhome-thumbnail #banner_container .scrollTable {
    position:absolute;
    float: left;
    width:100%;
}
.nonhome-thumbnail #banner_container .scrollTable,
.nonhome-thumbnail #banner_container .banner-wrapper {
    height: 280px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  
}
.nonhome-thumbnail #banner_container .banner-wrapper {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.nonhome-thumbnail #banner_container .banner-wrapper .banner-cta-button {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.nonhome-thumbnail #banner_container .alignright .banner-wrapper .banner-cta-button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-light,
.nonhome-thumbnail #banner_container .banner-wrapper .text-light * {
    color: #fff;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-dark,
.nonhome-thumbnail #banner_container .banner-wrapper .text-dark * {
  color: #000;
}
.nonhome-thumbnail #banner_container .banner-wrapper .text-gray,
.nonhome-thumbnail #banner_container .banner-wrapper .text-gray * {
  color: #808080;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems .banner-cta-header {
    margin-top: 0;
    font-size: 32px;
    line-height: 35px;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems .banner-cta-subheader {
    font-size: 20px;
    line-height: 24px;
}
.nonhome-thumbnail #banner_container .module-banner-quote .banner-elems .banner-cta-subheader {
    text-align: right;
    font-size: 16px; 
    line-height: 20px;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems {
  width: 550px;
  display: inline-block;
}
.nonhome-thumbnail #banner_container .scrollTable .banner-elems h1,
.nonhome-thumbnail #banner_container .scrollTable .banner-elems h2,
.nonhome-thumbnail #banner_container .scrollTable .banner-elems p {
    margin-bottom: 10px;
}
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-elems {
    margin: 20px 0 0 40px;
    text-align: left;
}
.nonhome-thumbnail #banner_container .scrollTable .alignright .banner-elems {
    margin: 20px 40px 0 0;
    text-align: right;
}
.nonhome-thumbnail #banner_container .scrollTable .alignright .banner-wrapper,
.scrollTable .alignright .banner-elems * {
    text-align: right;
}
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-wrapper,
.nonhome-thumbnail #banner_container .scrollTable .alignleft .banner-elems * {
    text-align: left;
}
.nonhome-thumbnail #banner_container .banner-wrapper .quote-img {
    position: absolute;
    top: 40px;
}
.nonhome-thumbnail #banner_container .alignleft .banner-wrapper .quote-img {
    right: 40px;
}
.nonhome-thumbnail #banner_container .alignright .banner-wrapper .quote-img {
    left: 40px;
}
.nonhome-thumbnail #banner_container .banner-wrapper .quote-img img {
    width: auto;
}
.nonhome-thumbnail #banner_container .cta-button {
    margin: 0;
    display: inline-block;
    color: #FFFFFF;
}
.nonhome-thumbnail #banner_container .cta-button.btn-gray,
.nonhome-thumbnail #banner_container .cta-button.btn-black,
.nonhome-thumbnail #banner_container .cta-button.btn-red,
.nonhome-thumbnail #banner_container .cta-button.btn-blue,
.nonhome-thumbnail #banner_container .cta-button {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    background-size: 100% 40px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.nonhome-thumbnail #banner_container .cta-button.btn-blue {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-blue-2.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-red {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-red.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-black {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-black.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.btn-gray {
  background-image: url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/button-gray.png', sizingMethod='scale');
}
.nonhome-thumbnail #banner_container .cta-button.play span {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/white-play-button.png') no-repeat 0 0;
}
/*
.text-dark .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/black-play-button.png') no-repeat 0 0;
}
.text-gray .cta-button.play span {
    background: transparent url('/etc/designs/www/clientlibs_tm/components/module-banner-carousel/clientlibs/images/gray-play-button.png') no-repeat 0 0;
}
*/

.nonhome-thumbnail #banner_container .cta-image-button img {
    width: auto;
}
.play-btn {
    width: 20px;
    height: 20px;
    position: relative;
    right: 0;
    top: 18%;
}
#searchBox td.gsc-search-button {
    display: block;
    width:auto !important;    
    border:none;
}

#searchBox .cse input.gsc-search-button,#searchBox input.gsc-search-button{
   background-repeat: no-repeat;
   border:none;
   padding: 0px;
   background-color:transparent;
   outline:0px;
   margin-top:7px;   
   margin-left:12px;
   filter:none;
}

#searchBox .gsc-control-cse{
    background:none !important;
    border-color:none !important;
    padding:0px !important;
} 
#searchBox .cse .gsc-control-cse, .gsc-control-cse {
    padding:0 !important;
    background:none!important;
    border:none !important; 
    
}
#searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
#searchBox .gsc-search-box-tools .gsc-search-box td.gsc-input{
    width:150px !important;
}

#searchBox input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: medium none !important;
}
#searchBox .gsib_a input {
    background: none repeat scroll 0 0 transparent !important;
}
#searchBox .gsc-input-box {
    background: transparent !important;
    border: 1px solid #D9D9D9;
    height: 25px;
}
#searchBox .gsib_a input {
    color: #FFFFFF;
    font-size: 12px;
}
#searchBox .gsst_b {
    display: none !important;
}
#searchBox .gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover, .gsc-input-box-focus  {
    box-shadow:none !important;
}
