

.fu_ebay_maxtwolines {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 3.6em;
  line-height: 1.8em;
}

.fu_ebay_storename
{
}


.fu_ebay_results_title
{

}

/* Results grid styles */
.fu_ebay_results_title a img
{
	display: inline;
	vertical-align: middle;
}

.fu_ebay_results_container
{
	position: relative;
}

.fu_ebay_results 
{
	display: table;
	table-layout: fixed;
}

.fu_ebay_results_row
{
	display: table-row;
}

.fu_ebay_results_cell
{
	display: table-cell;
	vertical-align: top;
	width: 1%;
}

/* single listing styles */
.fu_ebay_listing_frame
{
	padding: 2px 0px 0px 0px;
	border-top: #F4F5F7 2px solid;
}

.fu_ebay_listing_item
{
	padding: 5px;
	font-size: smaller;
	overflow: hidden;
}

.fu_ebay_listing_contentwrapper
{
	padding: 5px;
	float: left;
	width: 100%;
}

/* For a non-left, centered image */
.fu_ebay_listing_img
{
	margin: 5px;
	text-align: center;
	overflow: hidden;
}

.fu_ebay_listing_img img
{
	margin-left: auto;
	margin-right: auto;
}

/* For an image aligned on left */
.fu_ebay_listing_img_left
{
	float: left;
	margin-left: -100%;
}

.fu_ebay_listing_content 
{
	
}

/* Right now on ebay image. */
.fu_ebay_listing_content a img 
{
	float: right;
}

.fu_ebay_listing_clear
{
	clear: both;
}

/* Listing Text Styles */ 
.fu_ebay_priceactive
{
	color: inherit;
	font-weight: bolder;
	display: inline;
}
.fu_ebay_pricesold
{
	color: #090;
	font-weight: bolder;
	display: inline;
}
.fu_ebay_priceunsold
{
	color: #F00;
	font-weight: bolder;
	display: inline;
}
.fu_ebay_soldtext
{
	color: #090;
	font-weight: bolder;
	border: #090 1px solid;
	display: inline;
	padding: 1px 3px;
}
.fu_ebay_classifiedtext
{
	color: #666;
	font-size: smaller;
	display: inline;
}

/* The dots/bullets/indicators */
.fu_ebay_slidedot, .fu_ebay_slideprev, .fu_ebay_slidenext  {
  font-size: 17px;
  height: 13px;
  width: 13px;	
  cursor: pointer;	
  margin: 0 2px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.fu_ebay_slideprev, .fu_ebay_slidenext  {
}

.fu_ebay_slideprev, .fu_ebay_slidenext {
  color: #bbb;
}

.fu_ebay_slidenext {
  right: 0;
}

.fu_ebay_slidedot {
  background-color: #bbb;
  border-radius: 50%;
}

.fu_ebay_slideprev:hover, 
.fu_ebay_slidenext:hover {
  color: #717171;
}

.fu_ebay_slideactive, 
.fu_ebay_slidedot:hover { 
  background-color: #717171;
}

/* Fading animation */
.fu_ebay_slidefade {
  -webkit-animation-name: fu_ebay_slidefade;
  -webkit-animation-duration: 1.5s;
  animation-name: fu_ebay_slidefade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fu_ebay_slidefade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fu_ebay_slidefade {
  from {opacity: .4} 
  to {opacity: 1}
}