/* GENERAL STYLES */
/* pretty stuff
================================== */
/*
body{
   font:11px/120% normal Verdana, Arial, Helvetica, sans-serif;
   color:#333;
   padding:0;
   margin:0;
   }
 
*/

#top5offers10_DataList1 a:link, #top5offers1_DataList1 a:link
{
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 2px;
	font-weight:bold;
	display: block;
	margin:0px 0px 1px 0px;
	width: 153px;
	/*height: 28px;*/
	color: #000000;
	padding:3px  3px  3px 20px;
	text-decoration: none;
}

/* rollover....defines a class for a table. created for use in the top offers section*/
table.offers a { 
	display: block;
	border-collapse:collapse;
}

table.offers a:link, table.offers a:visited 
{
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 2px;
	
  font-weight:bold;
  display: block;
  margin:0px 0px 1px 0px;
  width: 153px;
  height: 28px;
  color: #000000;
  padding:3px  3px  3px 20px;
  text-decoration: none;
  /*background: #E6EDC0 url(../images/offer-rollover.gif) no-repeat left top;*/
}

 table.offers a:hover {
 background-color: #C5D56A;
 background-position: right top;
 color: #000000;
}  

/* EDITOR PROPERTIES */
