div#titleAndImage {
width: 760px; 
/*float: left; 
clear: right;*/
}
a.title:link {text-decoration: none; color: black;}
a.title:visited {text-decoration: none; color: black;}
a.title:active {text-decoration: none; color: black;}
a.title:hover {text-decoration: underline; color: blue;}
a.title {
display: block;
float: none
}
div#title {
/*float: left;*/
font-weight: bold;  
font-size: 22px; 
text-align: center; 
vertical-align: middle; 
margin: auto;
}
div#mainImage {
float: right; 
clear: right; 
padding: 0px; 
margin-left: 0px; 
margin-right: 0px;
}
div#thumbLayout {
border-style: solid; 
border-width: 1px; 
border-color: #bbbbbb; 
margin: 0px; 
padding: 0px;
}
div.productFamily {
float: left; 
border-style: solid; 
border-color: #bbbbbb; 
border-width: 1px; 
margin: 0px; 
padding: 0px; 
width: 145px; 
height: 310px; 
overflow: auto; 
text-align:center;
}
div.productFamilyImage {
width: 145px; 
height: 100px; 
margin: 0px; 
padding: 0px; 
border: 0px; 
text-align:center;
}
div.productFamilyName {
width: 145px; 
height: 3em; 
margin: 0px; 
padding: 0px; 
border: 0px; 
text-align:center
}

