<style>
a.tooltip {
   position:relative;
   z-index:24;
   text-decoration: none;
   color:#000;
}
a.tooltip:hover{z-index:25; background-color:transparent;}
a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em;
    left:0em;
    width:300px;
    border:1px solid #000;
    background-color:#ffc;
    color:#000;
    text-align: left;
    text-decoration: none;
    padding: 4px;
}
h1{
   font-size: 10pt;
}

ul {
   padding:0px;
   margin: 0px 0px 0px 15px;
}

li {
   padding:0px;
   margin:0px;
}

#ribbon_section {
   width: 100%;
   margin-left:400px;
}

#where_to_buy_section {
   width:400px;
   float:left;
}

#where_to_buy_table {
   border:1px solid gray;
   display-align: center;
   margin-left: 120px;
}

#stock_check_form {
   border: 1px solid gray;
   padding: 5px;
   margin-left: 75px;
}

#data_section {
   float:left;
}

.datasheet_indent {
   width: 400px;
   float: left;
}

.section_heading {
   width: 50px;
   font-weight:bold;
} 

.ribbon_img {
   float:left;
   width:23px;
   padding-left:5px;
}

.ribbon_label {
   float:left;
   padding-left:5px;
   width:40px;
}

.product_image {
   width:50px;
   padding:3px;
   margin: 3px;
   border: 1px solid gray;
}

#small_product_images_section {
   width:400px;
   text-align:center;
}

.hidden {
   display:none;
}

#image_section {
   float:left;
   width: 400px;
   text-align:center;
}

#header_section {
   float:left;
   width:500px;
}

.header_section_data_label {
   width:150px; 
   font-weight: bold; 
   float:left;
}

.header_section_data {
   float:left;
   font-weight: normal; 
}

#certifications_section {
   margin-left: 400px;
   margin-top: 20px;
}

#certifications_header {
   font-weight: bold;
   background-color: #e2e3e4;
}
.certification {
   float: left;
   text-align: center;
   width: 100px;
}

#description_label {
   font-weight:bold;
   padding-top:20px;
}

#data_section_table td {
   padding: 0px;
   margin: 0px;
}

#description_text {
   font-weight: normal;
}

#back_button {
   width: 100px;
   float:left;
}

#pdf_link {
   float:left;
}

#product_family {
   font-weight: bold;
   font-size: 18px;
   padding-top: 10px;
   width: 100%;
}

#brand_logo_image {
   width: 50%;
   float: left;
}

</style>
