@charset "utf-8";
/* CSS Document */

.wres  /* class for the <table> */
{
	/*position: relative;*/
  width: 100%;
  margin: 0;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  /*float: left;*/
  /*padding: 5px;*/
}

.wres ul
{
	margin: 0;
  padding: 0;
}

.wres ul li
{
	display: inline;
  list-style: none;
  list-style-position:outside;
  margin: 0;
}

.wres td
{
  padding: 0 0 10px 0;
}

.t  /* class for the <div> in each <li> that contains the link and description text */
{
	width: 23%;
  float: left;
  margin: 0 0 0 2%;
}

.t a
{
}

.t a:link
{
}

.t a:hover
{
}

.u  /* class for the <span> in each <div> that contains the Sponsored By: URL */
{
	font-size: 6.5pt;
  color: #888;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.h  /* class for the table column that contains "Sponsored Results" */
{
	font-size: 10px;
  text-align: right;
  float: right;
  margin: -17px 0 0 0;
}

.resultsSearchTerm
{
	font-size: 10px;
}




/* style for web search results page */

div#webSearchResults .wres  /* class for the <table> */
{
	position: relative;
  width: 573px;
  margin: 0 0 0 0;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  padding: 5px;
  
}

div#webSearchResults .wres ul
{
	margin: 0;
  padding: 0;
}

div#webSearchResults .wres ul li
{
  list-style: none;
  list-style-position:outside;
  margin: 0;
}

div#webSearchResults .wres td
{
  padding: 0 0 10px 0;
}

div#webSearchResults .t  /* class for the <div> in each <li> that contains the link and description text */
{
  margin: 0 0 20px 40px;
  float: none;
  width: 100%;
}

div#webSearchResults .t a
{
}

div#webSearchResults .t a:link
{
}

div#webSearchResults .t a:hover
{
}

div#webSearchResults .u  /* class for the <span> in each <div> that contains the Sponsored By: URL */
{
	font-size: 10px;
  color: #999;
}

div#webSearchResults .h  /* class for the table column that contains "Sponsored Results" */
{
	font-size: 10px;
  text-align: right;
  float: right;
  margin: -23px 0 0 0;
}

div#webSearchResults .resultsSearchTerm
{
	margin: 0 0 0 24px;
}


