@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;
  background: url(../images/container1_bg.gif) top left repeat-y;
  float:left;
  width: 805px;
  clear:both;
  overflow:hidden;
  display:none;
}
div#recommendProduct h1{
  border:none;
  margin:0px;
  padding-bottom: 8px;
  background: #FFFFFF url(../images/container1_bg_top.gif) no-repeat left 10px ;
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 17px;
  color: #015ba7;
  height: 36px;
  text-align:center;

}


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;
  
}
.recthumbnailframe  {
  padding: 6px 0 5px 0px;
  text-decoration: none;
}

div#recommendProduct img{width:140px; }
