#flyout{
  position:fixed;
  right:-355px;
  bottom:2px;
  text-align: left;
  background: #fff; 
  z-index: 10000000;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 4px 10px #666;
  -webkit-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc,direction=270,strength=7);
  margin: 0;
  padding: 10px 15px 10px 10px;
  width: 320px;
  border-radius:6px 0 0 6px;
  height:82px;
}

#flyout .flyout-close{
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(img/close_window.gif) no-repeat 0 0;
  width: 13px;
  height: 13px;
}

#flyout img{
  width:82px;
  height:82px;
}

#flyout .row-wrapper > div:first-child{
  float:left;
  margin-right:10px;
}

#flyout table,
#flyout table td{
  width:100%;
}

#flyout .views-field-title{
  display: block;
  word-wrap: break-word;
  font-weight: 700;
  padding: 0;
  color:#333;
}

#flyout .flyout-arrow{
  background-image: url(http://imgcdn.nrelate.com/common_wp/arrow-flyout-right.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 85px;
  width: 34px;
  position: absolute;
  left: 400px;
}