/* Start of CMSMS style sheet 'Product Summary' */
/*********** SUMMARY ***********/

.producttitle {
   clear: both;
   border-bottom: 1px solid gray;
   padding-bottom: 5px;
   margin: 20px 0 10px 0;
}
div.product_summary img {
   margin-bottom: 10px;
   border: 1px solid #999;
}
div.product_summary_wrapper {
   float: left;
   clear: both;
   margin-bottom: 20px;
}
div.product_summary {
   float: left;
   padding: 0px 20px;
   text-align: center;
}
div.product_summary a {

}

/************ POPUP ************/

.bubbleInfo {
   position: relative;
}

.popup {
   position: absolute;
   display: none; /* keeps the popup hidden if no JS available */
   background: url(uploads/layout/popupback.gif) bottom center repeat-y;
   padding: 2px 6px 30px 6px;
   color: #666;
   border-top: 1px solid #808080;
   font-size: 0.75em;
   width: 166px;
   text-align: left;
   line-height: 20px;
}
/* End of 'Product Summary' */

