@charset "utf-8";
/* CSS Document */

/* FX aligns rows */
div#recommendProduct table tr{ margin-bottom:15px;}

div#recommendProduct table tbody td {vertical-align:top;}


div#recommendProduct{
  /*margin: 0 0 25px 10px;  value for IE-6 different than this please check ie-6.ccs for modification*/
  margin-left: 45px;
  padding:0px;
  float:left;
  clear:both;
  overflow:hidden;
  width: 860px;
}
div#recommendProduct h1{
  border:none;
  padding-left:10px;
  padding-bottom: 0px;
/*  background: #FFFFFF url(../images/container1_bg_top.gif) left 15px no-repeat;*/
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 17px;
  color: #015ba7;
  text-align:left;
  border-top: 1px solid #cccccc;
}


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
{
    background:transparent url(../images/cart_guestBG.gif) no-repeat right bottom;
  border: 1px solid #d8d8d8;
  float:left;
  margin: 0px 10px;
  position:relative;
  padding: 10px;
  min-height: 305px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.recThumbnail_main a{
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
color: #606060;
font-size: 11px;
font-weight: normal;
  float: left;
  
}
.recThumbnail_main p{
  /*
  margin-left: 15px auto; 
  clear:right;
  display:block;
float:left;
  font:bold 14px verdana;*/
  color:#083F53;
font-size:1em;
font-weight: bold;
height:60px;
margin:10px 2px;
overflow:hidden;
padding:2px 2px 6px;
text-align:left;
width:210px;
}

.recThumbnail_main a:hover{
text-decoration: none;
  color:#015ba7;
  
}
.recThumbnail_main a img { 
  float: left;
  margin: 3px 2px 0;
  text-align: center;
}
.recthumbnailframe  {
  padding: 6px 0 5px 0px;
  text-decoration: none;
}

.recommendButtonwrapper {
  white-space:nowrap; 
  float: left;  
  overflow:hidden; 
  clear:both; 
  margin: 0px 0 10px 50px;
  position:absolute; 
  bottom: 0px;
}


.ie7 div#ctl00_MainContent_CrossSellControl1_xsellcontrol .recommendButtonWrapper {
  position:absolute;
  bottom: 16px;
  right: 53px;
}
