/*
PURPOSE: THIS CSS CONTROLS HOW THE FEATURED LISTINGS APPEAR ON THE SITE
EDIT: 3-7-2006
COPYRIGHT: ADVERTISING SOLUTIONS, INC. ALL RIGHTS RESERVED.
*/

 /* DEFINE THE FEATURED LISTING BLOCK */
#Fea_List {
}

/* DEFINE THE FEATURED LISTING LINK */
#Fea_Lst a {
  width: 150px;
  height: 120px;
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #FFFFFF;
  background-color: #FFFFCC;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px
}
#Fea_Lst a:link {
  color: black;
}
#Fea_Lst a:hover {
  text-decoration: none;
  background-color: #FFFF00
}
