﻿body 
{
font-family:Verdana, Arial; font-size:.80em; line-height:1.2em; color:#000; background-color:#1e609e; margin:0px 0px 0px 0px;}
  
#innerWrapper
{width:1000px; margin-left:auto; margin-right:auto; text-align:center;}

#banner

  {width:1000px; margin-right:auto; margin-left:auto; margin-right:auto; text-align:center; height: 2px; 
    padding-top:10px;
        }

#primnavWrapper
{width:1000px; margin-right:auto; margin-left:auto; margin-top:20px; height: 27px; padding-left:150px; display:block; clear:both; }


#pgHeader
{
            display:block;
            width:710px;
            float:left;
            color:#6699cc;
            margin:0px 0px 0px 0px;
            font-weight:bold;
            font-size: 2em;
            line-height:1.1em;
            text-align:left;
           /* border-bottom:solid 2px #ff9933;*/
          }
          
#pgSubHeader
{font-weight:bold; font-size:Small; color:#333366; padding-left:0px; margin:0px 0px 20px 0px; float:left; display:block;}


   
#ltCol
{width:645px; 
height:inherit; float:left;
}

#rtCol
{width:265px; 
height:inherit; float:left; margin:0px 0px 0px 32px; 
text-align:center;
}

   #footerLinks a
	     {
	     font-size:xx-small;
	     display:inline;
	     color:#ccc;
	     background-color:transparent;
	     }
	     
	     
	     
   #relatedProducts{width:100%;}
      
       relatedProducts img
            {
                margin:0px 20px 10px 0px;
                float:left;
                vertical-align: text-top;
            }
             relatedProducts p
             {
                 float:right;
                 display:inline;
             }
             
              relatedProducts a
             {
                font-weight:bold;
                font-size:small;
             }
        
#boxcaption a
{text-decoration:none; color:#3366cc; font-weight:bold;}

#boxcaption hover
{text-decoration:underline;}

/* h3
{
   line-height:20px;
    margin-top: 0px;
}
*/

.features
{
    font-size:.75em;
    color:#333333;
    display:block;
    margin:10px 0px 10px 5px;
}
    
 
.sectionalHdr
{
    border-bottom-style: dotted;
    border-bottom-color: #C0C0C0;
    border-bottom-width: 1px;
    font-size: 1.2em;
    display: block;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:20px;
    color:#000;
}


.prodImgWrapper /* used for bill dispensor thumbs content. */
{
    width:130px; 
    text-align:center;
}

.prodImgWrapper img /* used for bill dispensor thumbsnails. */
{
    padding:0px 10px 0px 10px;
    background-color:#000;
   }
   
   
 #prodBrochureLinks /*brochure links for product pages. */
  {
    font-size:x-small;
    color:#6699cc;
     }
          
 #prodBrochureLinks img 
  {
      width:25px; margin-right:5px;
      border:solid 1px #ccc;
      float:left;
          }
          
          

.thumbLbl
{
    font-size:.75em;
    line-height:.95em;
    margin-bottom:5px;
    }

.thumbLblHdr
{
    width:130px;
    background-color:#ccc;
    font-weight:bold;
    color:#fff;
    margin-top:5px;
    }

.brocs
{
    width:120px;
    padding:5px;
    float:left;
    display:inline;
    margin-right:10px;
    font-size:.68em;
    text-align:center;
    
}





/* Begin tabbed content classes (used for product summaries & BM solutions) */


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;


}

#tablist li{
list-style: none;
display: inline;
margin: 0;
background-color:#fff;

}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 0px solid #778;
border-bottom: none;
background-color:#eee;
text-decoration:none;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #fff;
}

#tablist li a:link, #tablist li a:visited{

}

#tablist li a.current
{
    background-color:#fff;
    

}

#tabcontentcontainer{
width: 400px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #ccc;

}

.tabcontent{
display:none;
background-color:#fff;
}



/* end tabbed content for product summaries & BM solutions */
    
/* -- Begin custom Ajax Tab container classes -->

/* BEGIN AJAX TAB CLASSES 



*/
    
    
   
                .fancy .ajax__tab_header 
                    {
                        font-size:.85em;
                        font-weight:bold;
                        color:#666;
                        font-family:sans-serif;
                       /* background:url(../img/bg_tab_cntr_active.gif) repeat-x; */
                        background-color:#fff; 
                        border-bottom:solid 1px #537da5;
                       
                    } 

                .fancy .ajax__tab_active .ajax__tab_outer, 
                .fancy .ajax__tab_header .ajax__tab_outer,
                .fancy .ajax__tab_hover .ajax__tab_outer
                    {
                        height:20px;
                        padding:5px;
                         text-align:center;
                       /* background:url(../img/bg_tab_lt.gif) no-repeat left top; 
                        background-color:#fff;*/
                    }
                    
                   
                   /* ACTIVE TABS */
                   
                    
                    .fancy .ajax__tab_active .ajax__tab_inner
                        {
                          /*  background:url(../img/bg_tab_lt_active.gif) no-repeat left top;*/
                             background-color:#ecf1f7;
                             border-bottom:#fff;
                             border:1px solid #537da5;
                             border-bottom:0px;
                             border-color:#537da5;
                        }
                    
                    .fancy .ajax__tab_active .ajax__tab_outer
                        {
                          /* background:url(../img/bg_tab_rt_active.gif) no-repeat right top;
                             background-color:#eee; 
                             border-right:solid 1px #333333;
                             border-bottom:#eeeeee;
                             border-top:solid 1px #333333;*/
                        }
                   
                   
                    /* END ACTIVE TABS */
                    /* .fancy .ajax__tab_active .ajax__tab_inner, */
                
                .fancy .ajax__tab_header .ajax__tab_inner,
                .fancy .ajax__tab_hover .ajax__tab_inner
                    {
                        height:30px;
                        /*  margin-left:16px; offset the width of the left image */
                        /*background:url(../img/bg_tab_rt.gif) no-repeat right top; */
                        
                    }
                 
                .fancy .ajax__tab_active .ajax__tab_tab,
                .fancy .ajax__tab_hover .ajax__tab_tab,
                .fancy .ajax__tab_header .ajax__tab_tab
                    {
                        margin:2px 16px 0px 16px;
                        
                    }

                .fancy .ajax__tab_hover .ajax__tab_tab,
                .fancy .ajax__tab_active .ajax__tab_tab 
                   
                    {
                        color:#cc6600; /*active tab text */
                    }
                 
                .fancy .ajax__tab_body 
                    {
                        font-family:verdana,tahoma,helvetica;
                        font-size:10pt;
                        border:0px solid #537da5;
                       /* border-right:0px;*/
                        border-color:#537da5;
                        padding:20px 10px 20px 10px;
                            }
                            
                            
                            
                      /* end ajax tab classes */

        /* --------------- Begin Scrolling tabs */

	        /* This following CSS will make the tabs appear as tabs: */
	        /* This style sheet only gets loaded on pages that require moving tabed content */
	        /* Conveyor & AutoSentry details pg. */
	
.tabbed_content {
	width: 600px;
	
	
	}

.tabs {
	height: 31px;
	position: relative;
	background-color: #c2cde9;
	vertical-align:middle;
    width:600px;
    top: 0px;
    left: 0px;
    }

.tabs .moving_bg {
	background-color:#6699cc;
	
	/*background-image:url('../images/arrow_down_green.gif');*/
	position: absolute;
	width: 90px;
	padding:2px;
	/*z-index: 50;*/
	left: 0;
	padding-bottom: 4px; 
	background-position: bottom left;
	background-repeat: no-repeat;
	height:29px;
    }

.tabs .tab_item{
  border-left:dotted 1px #ffffff;
}

.tabs .tab_item, .tabs .tab_item a {
	display: block;
	text-decoration:none;
	float: left;
	padding: 2px;
	width: 90px;
	color: #fff;
	font-weight:bold;
	font-size:x-small;
    line-height:10px;
	text-align: center;
	/*z-index: 60;*/
	position: relative;
	cursor: pointer;
    top: 0px;
    height:30px;
    left: 0px; /* position of tabs */
}


/* MOVING CONTENT */

.tabbed_content .slide_content {
	overflow: hidden;
	height:inherit;
	min-height:300px;
	background-color:Transparent;
	padding: 20px 0px 20px 0px; 
	padding: 0px;
	position: relative;
	width: 600px;
    top: 0px;
    height: auto;
    left: 0px;
}

.tabslider {
	width: 4700px;
}

.tabslider ul {  /* slider content */
    float: left;
	width: 595px;
	padding:10px 5px 10px 0px;
	margin-right: 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
   
       }

.tabslider a {
	color: #aaaaaa;
	text-decoration: none;
	font-weight:bold;
    }

.tabslider a:hover {
	color: #aaaaaa;
	font-weight:bold;
	text-decoration: underline;
    } 

.tabslider li {
	 list-style-type:none;
   
    	}

 
/* ----------------- End scrolling tabs */
/* ------------- accordians */

.set{border-bottom:1px solid #eee}
.set1{ background-color:Transparent;}
.set2{background-color:Transparent;}
.set3{background-color:#fff;}
.set4{background-color:#eee;}
.set5{background-color:#eee;}
.set6{background-color:#eee;}
.set7{background-color:#eee;}

.moreInfo{width:100%; text-align:center;  }

/* Begin Accordions for Product Summaries */
/* Used Primarily Business Model Pages */

/* Begin Accordions for Product Summaries */
/* Used Primarily Business Model Pages */
/* Classes with Imgs in Background all defined in the masterpage */

/* end accordians */
/* for product UC's that don't require accordians */

.ImgCol{width:100px; float:left; vertical-align:top; margin-right:5px; padding:10px 0px 0px 5px; height:auto;  }
.ImgCol75px{width:75px; float:left; vertical-align:top; margin-right:10px; padding:10px 0px 0px 5px; height:auto; display:inline;  }
.ImgCol img{border:0px; width:75px;}

/* the DescCol class must be applied to the content container for all accordion related content with images. */

.DescCol{height:auto; float:left; width:425px; margin-bottom:15px; border-left:solid 1px #ccc;  border-bottom:solid 1px #ccc; padding-left:10px; }
.DescCol ul{width:100%; margin-left:10px;  }

.ImgCol4Summary{width:350px; float:left; vertical-align:top;}
.ImgCol4Summary img{width:75px; border:solid 1px #000; margin:0px 10px 20px 5px; float:left;}
.DescCol4Summary{height:auto; width: 350px; float:left;}


.img4Solutions{border:0; margin:0 15px 5px 0px; float:left;}

.caption
{
    font-size:.65em;
    text-decoration:none;
    font-weight:normal;
    color:#666;
    display:block;
    margin-top:5px;
    margin-bottom:10px;
}

/* Business Model Solution Classes */


.BMprodContentCont
{
   width:380px; float:left; 
   border-left:solid 1px #ccc; 
   padding:10px 0 0 15px; 
   background-image:url('../img/bg_wht60pTrans.png'); 
   height:auto; 
   min-height:250px;
}


.BMProdSolContent
{
    width:480px; 
    float:left; 
   border-left:dotted 1px #ccc;  
    /* border-bottom:solid 1px #cc6600;  */
    padding-left:10px;
    margin-bottom:10px;
    
}

.BMProdSolContentWide /* Used for wider content areas */
{
    width:576px; 
    float:left; 
    border-left:solid 1px #ccc;  
    border-bottom:solid 1px #ccc;  
    padding-left:10px;
    margin-bottom:10px;
}

.accordionContentCont{  /* Used to keep the content from being squished */
    float:left;
    width:100%;
    margin-bottom:15px;
}


.bannav a{text-decoration:none;}

.btn
{
    width:150px;
    border: solid 1px #666699;
    background-color: #ccc;
}

.txtbox
{
    border: solid 1px #666699;
}


.bansubnav a
{
    color:#666699;
    font-weight:bold;
    font-size: x-small;
}


/* --------------Product Summary Pages------------- */

.catHeader
{
    border-bottom: dotted 1px #333333;
    color: #666;
    display: block;
    font-size: .75em;
    margin: 5px 0px 10px 0px;
    border-bottom-style: none;
}


.prodUC_Sum{
    float:left; width: 100%; 
    height: auto; 
    margin-bottom:5px; 
    vertical-align:top; 
}


.prodUC_Sum li
    {
        line-height:1.2em;
        list-style-position:inside;
        margin-left:90px;
    }
    
#prdSum a
     {
        color: #3366cc;
        text-decoration:none;
        margin-top:5px;
     }
 
#prdSum a:hover
     {
        color: #3366cc;
        text-decoration:underline;
        margin-top:5px;
        font-weight:bold;
     }
 
#prdSum h1 /*header for product sum */
    {
    font-weight:bold;
     font-size:12px;
     color:#336699;
     display:block;  
    }
 
    
#prdSum p 
 {
    width:400px;
    color:#000;  
    float:left;
    text-align:left;
 }

#prdSum ul li
{
    padding-left:0px;     
    float:left;  
    list-style-position:inside;
}

#prdSum img{

display:inline; 
width: 75px; 
vertical-align:text-top; 
float:left;
border:none;
margin:0px 10px 10px 0px;
}

#prdSumHdr
 {
     font-weight:bold;
     font-size:.85em;
     line-height:.95em;
     color:#336699;
     display:block;
 }
 
 #prdInfoBar
 {
     width:75%;
     text-align:right;
     height:20px;
     float:left;
 }
 

/* --------- MASTER PAGES ---------------------------- */



.icsSol
{
    font-weight:bold;
    color:#3366CC;
    height:20px;
    vertical-align:middle;
    display:block;
    margin-top:20px;
}

.col2Row1 /* used for main content (center column) ref from master pages. */

{
                width:96%; 
                margin-right:10px;
                margin-left:10px;
                min-height:700px;
                float:left;
                text-align:left;
}

/* ------------- OPTIONAL FOOTER ELEMENTS --------------- */

.ctaBox /* Call to Action */
{
   width:98%;
   border-top: dotted 1px #666666;
   border-bottom: dotted 1px #666666;
   padding:5px; 
   text-align:center;
   display:block;
   height: auto;
   float:left;
   margin-top:25px;
}

.optEquipContainers /* i.e. opt HD */
{
    width:31%; 
    height:225px; 
    float:left; 
    margin-right:5px; 
    border-Right:solid 1px #cccccc;
}

.headerSmUnderlined /* opt item names */
{
    border-top: dotted 1px #666;
    border-bottom: dotted 1px #666;
    display: block;
    width: 96%;
    background-color: #eeeeee;
    font-size: .95em;
    padding-left: 5px;
}

/* ----------------- FORMS --------------------------- */

.formLbl
{
    text-align:right;
}

 
.imgProds
{
   /* border:solid 1px #333333; */
    margin:3px 12px 50px 3px;
    float:left;
}

.prodSumBox /* displays products on summary pages. */
{
   width:82%; 
   height:300px; 
   float:left; 
   border-left: dotted 1px #ccc; 
   border-bottom: dotted 1px #ccc; 
   margin:2px; 
   padding-right:10px;
   background-color:#fff;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
}

.prodSumBox a
{
    color:#336699;
    font-weight:bold;
    font-size:x-small;
    display:block;
    text-align:left;
    width:100%;
    margin-right:10px;

}

.prodSumProdHeader /* ICS Product Name */
{
    display:block;
    color:#000;
    font-weight:bold;
}


.prodDescHdr /* generic product desc. */
{
    font-size:x-small;
    color:#669999;
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}

.txtSummary
{
    font-size:.85em;
    color:#333333;
    display:block;
    width: 100%;
    height:57px;
    margin-bottom: 0px;
}

.imgLinks
{
    border:none;
}
   
 
.imgCaption
{
    font-size:.65em;
    font:Verdana;
    color:#333333;
    display:block;
    text-align:left;
}

.productDetailspnl
{
   padding-top:40px;
   }
 

.hdrSectionDividerSM
{
    border-bottom: 1px dotted #C0C0C0;
    font-size: .85em;
        display: block;
        margin-bottom:10px;
        color:#666;
        width:100%;
        padding-left:5px;
    height: 13px;
}

.docInfo /* document sizes and formats i.e. PDF */

{
  font-size:.65em;
  color:#333;
}

  



