@charset "utf-8";
/* CSS Document */

/* FX aligns rows */
div#recommendProduct table tr{ margin-bottom:15px;}

div#recommendProduct table tbody td {vertical-align:bottom;}


div#recommendProduct{
  margin: 45px 0px 12px 65px; /* value for IE-6 different than this please check ie-6.ccs for modification*/
  padding:0px;
  float:left;
  width: 830px;
  clear:both;
  overflow:hidden;
  border: 1px #e3e3e3 solid;

}
div#recommendProduct h1{
  border:none;
  margin:0px;
  background-color:#eaf1f7 ;
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 17px;
  color: #015ba7;
  height: 20px;
  text-align:center;
  border-bottom:#e3e3e3 1px solid;

}


div#recommendProduct .bottom{
  margin:0px;
  background: #FFFFFF url(../images/container1_bg_bottom.gif) top left no-repeat;
  height: 16px;
  float:left;
width: 805px;

}
div#recommendProduct strong{
color: #015ba7;

}
.recThumbnail_main
{
float: left;
width: 230px;
  overflow: hidden;
margin: 5px 8px 0px 8px;
padding: 0 2px 0px 8px; 
/*border: 1px solid #cccccc;*/
text-align:center;
  


}
.recThumbnail_main a{
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
/* color: #606060; */
font-size: 11px;
font-weight: normal;
  
}

.recThumbnail_main a:hover{
text-decoration: underline;
  color:#015ba7;
  
}
.recThumbnail_main a img.recThumbnailframe{
  padding: 6px 0 5px 0px;
  text-decoration: none;
  width: 110px;
}