/*
 * Master Style Sheet for Kraft Plus ez-Serv
 */
 
 /*
  * PLEASE DO NOT MODIFY UNLESS APPROVED AND COMMUNICATED TO TEAM
  */
  
BODY	{
	background-color: white;
	color: black;
	}

/*
 * Generic BODY classes with different Font Sizes
 */
 
.smallText {
    color: #6b6b6b; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
    }
/* Dhatri Added black Link 08/14/2006 */

A.blackLink:LINK, A.blackLink:ACTIVE, A.blackLink:VISITED, A.blackLink:HOVER {
	color: black;
	text-decoration: none;
}

.blackLink  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    font-weight: bold;
    }
/* end dhatri */
A.whiteLink:LINK, A.whiteLink:ACTIVE, A.whiteLink:VISITED, A.whiteLink:HOVER {
	color: white;
	text-decoration: none;
}

.whiteLink  {
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.0pt;
    font-weight: bolder;
    }
	
.bodyClass  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: Regular;
    font-size: 10.0pt;
    line-height: 15pt;
    }
	
.bodyClass8pt  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    }

.bodyClassBlue  {
    color: #0000EE;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    }

.bodyClass7pt  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    }
.bodyClass10pt  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.0pt;
    }

.bodyClass7ptGray  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    font-weight: normal;
    }

	
.bodyClassSmall  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6.0pt;
    }	
	
.bodyClassSmaller  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 4.0pt;
    }	
	
.bodyClassMedium  {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    }
	
.bodyClassLarge  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.0pt;
    font-weight: Bold;
    line-height: 20pt;
    }

.tableSpacer  {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0pt;
    }

.tableSpacer1px  {
      color: black;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 1.0pt;
    }	

.mainBorder {
      border: 1px solid black;
    }

.navigationTabs  {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
	  font: bold;	  
    }

.navigationTabsWithTopBorder  {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
	  	font: bold;
		color: white; 
      border-top: 1px solid black;	  	  
    }
	
.navigationTabsLinks  {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      text-decoration: none; 
	  color: white; 
	  font-weight: bold; 
    }

.primaryBannerColor {
      background-color: #806E92;
    }

.secondaryBannerColor {
      /* background-color: #FFCC00; */
      background-color: #806E92;
		color: white; 
    }


/*
 * Generic HEADING classes with different Font Sizes
 */
 	   
H1	{
	font-size: 16.0pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

H2	{
	font-size: 14.0pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

H3	{
	font-size: 12.0pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	}

/*
 * Admin Screens
 */
 
/*.adminHeading {
   background-color: white;
   color: #322E6B;	
	font-size: 13.0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
   font-weight: bold;
	}
*/

.adminHeading  {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17.0pt;
	font-weight: bold;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align : left;
 	}


/*
 * Personalization Screens
 */
 
.prsnHeading {
    background-color: white;
    color: #0000A0;	
	font-size: 12.0pt;
	font-family: Helvetica, Arial; 
    font-weight: bold;
	}
  
.prsnParentFeat {
    font-weight: bold; 
    font-family: Verdana; 
    color:#0000A0; 
    font-size: 11.0pt;
    }
	
.prsnText {
      color: #000000;	
	  font-size: 9.0pt;
	  font-family:   Verdana, Arial; 
	}	

/*
 * Headings 
 */

.headingNormal  {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17.0pt;
	font-weight: bold;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align : left;
 	}
    
.headingItalic  {
    background-color: white;
    color: black;
    font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    font-size: 17.0pt;
	font-style: italic;
	font-weight: bold;
    }
	
/*
 * PREFORMATTED Text
 */
	
PRE	{
	font-family: Andale Mono, Courier New, monospace;
	}

/*---------------------------------------------------------------------
 * Form control fields
 */

.buttonNormal	{
	background-color: white;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 9.0pt;
        border: 0px solid black;
        height: 20px;
        width: 85pt;
        cursor: hand;
	}
	
.buttonNormalSmall	{
	background-color: white;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 9.0pt;
        border: 0px solid black;
        height: 20px;
        width: 42pt;
        cursor: hand;
	}
.buttonRegisterNormalSmall	{
	background-color: white;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 14pt;
        border: 0px solid black;
        height: 25px;
        width: 50pt;
        cursor: hand;
	}
.buttonSpecial	{
	background-color: silver;
	color: black;
	font-family: Courier New, Monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

.buttonBigger	{
	background-color: silver;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

.checkboxNormal	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

.entryNormal	{
	font-family: Arial, Helvetica, sans-serif, Courier New, Monospace;
	font-size: 9.0pt;
	}

.entryRight	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	text-align: right;
	}

.listboxNormal	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

.radioButtonNormal	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

.textareaNormal	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	}

/*---------------------------------------------------------------------
 *  NOT CURRENTLY BEING USED - FOR REFERENCE
 */

.activeTab	{
	background-color: #abcdef;
	color: black;
	cursor: normal;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing:	normal;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	border-top: 1 solid white;
	border-left: 1 solid white;
	border-right: 1 solid gray;
	border-bottom: 0;
	}

.summaryText	{
	color: black;
	font-size: 9.0pt;
	font-weight: bold;
	}

.ssButton	{
	background-color: #000099;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing:	normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top: 1 solid white;
	border-left: 1 solid white;
	border-right: 1 solid gray;
	border-bottom: 1 solid gray;
	}
/*
 * new classes for sept 01, 2007 release - below
 */
A.homelink:LINK, A.homelink:ACTIVE, A.homelink:VISITED, A.homelink:HOVER {
	color: white;
	text-decoration: none;
}
.homelink  {
	color: white;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing:	normal;
	text-align: center;
	vertical-align: middle;
}
.largeHeadlines {
    color: black;
    font-family: Arial, Akzidenz-Groteesk;
    font-stretch: condensed;
    font-size: 84pt;
}
.largeDeck {
    color: #3366CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
}
.graytextbold {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    font-weight: bold;

}
.graytextnormal {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    font-weight: normal;
}

.blacktextbold {
    color: #000000;
    font-family: Verdana;
    font-size: 10.0pt;
    font-weight: bold;

}

.redtextbold {
    color: #FF0000;
    font-family: Verdana;
    font-size: 10.0pt;
    font-weight: bold;
}

.buttonSmallNormal	{
	background-color: white;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 9.0pt;
        border: 0px solid black;
        height: 20px;
        width: 45pt;
        cursor: hand;
}
A.smalllink:LINK, A.smalllink:ACTIVE, A.smalllink:VISITED, A.smalllink:HOVER {
	color: #FF3333;
	text-decoration: underline;
}
.smalllink  {
	color: #FF3333;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing:	normal;
}
.smallrow {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 2.0pt;
}
.mediumrow {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 5.0pt;
}
.rowspace {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9.0pt;
}
.pipespace {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8.0pt;
}
.largerow {
    height: 43.12pt;
}
A.largelink:LINK, A.largelink:ACTIVE, A.largelink:VISITED, A.largelink:HOVER {
	color: #FF3333;
	text-decoration: none;
}
.largelink {
	color: #FF3333;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing:	normal;
        line-height: 15pt;
        text-decoration: none;
}

A.vendorlink:LINK, A.vendorlink:ACTIVE, A.vendorlink:VISITED, A.vendorlink:HOVER {
	color: #FF3333;
	text-decoration: none;
}
.vendorlink  {
	color: #FF3333;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing:	normal;
}
.vendorheadlines {
	color: #000000;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing:	normal;
}
.featuredRetailer{
	color: #FF0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.prizesText{
	color: #3366CC;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.otherRetailerText{
	color: #000000;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.surveyheader  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.0pt;
    font-weight: Bold;
    }
.surveyquestion  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    font-weight: Bold;
    }
.surveyoptions  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.0pt;
    font-weight: normal;
    }
.largeBlackDeck {
    color: #5D958A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    line-height: 16pt;
}
.footerlinksmall  {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    }
.footerlinklarge{
    color: #FF3333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    }
    
.footertextsmall  {
    color: #666666;
    font-family: Verdana;
    font-size: 7.0pt;
    }    
    
.class1 A:link {text-decoration: none;font-family: Verdana;font-size: 7.0pt;color: #666666;}
.class1 A:visited {text-decoration: none;font-size: 7.0pt;color: #666666;}
.class1 A:active {text-decoration: none;font-size: 7.0pt;color: #666666;}
.class1 A:hover {text-decoration: none;font-size: 7.0pt;color: #666666;}   

.class2 A:link {text-decoration:none;font-family: Verdana;font-size: 12px; font-weight:bold;color: #FFFFFF;
	line-spacing: 18px;
	line-height: 12pt;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 5px}
.class2 A:visited {text-decoration:none;font-family: Verdana;font-size: 12px; font-weight:bold;color: #FFFFFF;
	line-spacing: 18px;
	line-height: 12pt;
	margin-right: 5pt;
	margin-top: 10pt;
	margin-left: 5pt}
.class2 A:active {text-decoration: none}
.class2 A:hover {text-decoration:none;font-family: Verdana;font-size: 12px; font-weight:bold;color: #FFCC00;
	line-spacing: 18px;
	line-height: 12pt;
	margin-right: 5pt;
	margin-top: 10pt;
	margin-left: 5pt}

.class3 A:link {text-decoration:none;font-family: Verdana;font-size:11px; font-weight:bold;color: #CC0000;}
.class3 A:visited {text-decoration:none ;font-family: Verdana;font-size:11px; font-weight:bold;color: #CC0000;}
.class3 A:active {text-decoration: none}
.class3 A:hover {text-decoration:underline ;font-size:11px; font-weight:bold; color: #666666;}

.class4 A:link {text-decoration:none;font-family: Verdana;font-size:11px; font-weight:bold;color: #000000;}
.class4 A:visited {text-decoration:none ;font-family: Verdana;font-size:11px; font-weight:bold;color: #000000;}
.class4 A:active {text-decoration: none}
.class4 A:hover {text-decoration:none;font-size:11px; font-weight:bold; color: #FFFFFF;}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #B3CCC8;
}
.toplinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


.toplinksnew {
	text-decoration:none;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color: #000000;
}
.toplinksnew:hover {
text-decoration:none;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
}

.footerlink {
	text-decoration: none;
	font-family: Verdana;
	font-size: 7.0pt;
	color: #666666;
}

.footerlink:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 7.0pt;
	color: #666666;
}



.topNavBgc {
	background-color: #328B81;
	background-image: url(../images/main_menu_bgc.gif);
}
.welcomeRegularFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

.linksRegularFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: normal;
	color: #5D958A;
	text-decoration: none;
}

.welcomeRegularNoteFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.tdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

.bannerTexts12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bannerTexts18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.topLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.topLogin:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.textLightG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #328B81;
	text-decoration: none;
	line-height: 13pt;
}


.text12px {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 13pt;
}

.text12pxhome {
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	line-height: 13pt;
}

.grayTexts {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 13pt;
}
.textRed11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.textRed11:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.textRed13 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}


.leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
ul#nav li a {
  display: block;
  height: 22px;
  padding: 0px;
  background: url(../images/nav.png) no-repeat;
}
ul#nav li.m01 a {
  background-position: 0px 0px;
  width: 65px;
}
ul#nav li.m01 a:hover, ul#nav li.m01 a.selected {
  background-position: 0px -22px;
  width: 65px;
}
ul#nav li.m02 a {
  background-position: -65px 0px;
  width: 84px;
}
ul#nav li.m02 a:hover, ul#nav li.m02 a.selected {
  background-position: -65px -22px;
  width: 84px;
}
ul#nav li.m03 a {
  background-position: -150px 0px;
  width: 66px;
}
ul#nav li.m03 a:hover, ul#nav li.m03 a.selected {
  background-position: -150px -22px;
  width: 66px;
}
ul#nav li.m04 a {
  background-position: -216px 0px;
  width: 62px;
}
ul#nav li.m04 a:hover, ul#nav li.m04 a.selected {
  background-position: -216px -22px;
  width: 62px;
}
ul#nav li.m05 a {
  background-position: -280px 0px;
  width: 87px;
}
ul#nav li.m05 a:hover, ul#nav li.m05 a.selected {
  background-position: -280px -22px;
  width: 87px;
}
ul#nav li.m06 a {
  background-position: -370px 0px;
  width: 57px;
}
ul#nav li.m06 a:hover, ul#nav li.m06 a.selected {
  background-position: -370px -22px;
  width: 57px;
}
ul#nav {
  margin: 0;
  padding: 0px;
}
ul#nav li {
  float: left;
  padding: 2px 0px 2px 3%;
}
ul#nav li a span {
  display: none;
}
ul#nav li {
  list-style-type: none;
}

ul#lnav li a {
  display: block;
  padding: 0px;
  background: url(../images/left-nav.png) no-repeat;
}
ul#lnav li.m01 a {
  background-position: 0px 0px;
  height: 48px;
  width: 113px;
}
ul#lnav li.m01 a:hover, ul#lnav li.m01 a.selected {
  background-position: 0px -48px;
  height: 48px;
  width: 113px;
}
ul#lnav li.m02 a {
  background: url(../images/how_to_use_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m02 a:hover, ul#lnav li.m02 a.selected{
  background: url(../images/how_to_use_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m03 a {
  background: url(../images/how_to_save_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m03 a:hover, ul#lnav li.m03 a.selected{
  background: url(../images/how_to_save_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m04 a {
  background: url(../images/faqs_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m04 a:hover, ul#lnav li.m04 a.selected{
  background: url(../images/faqs_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m05 a {
  background: url(../images/add_remove_email_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m05 a:hover, ul#lnav li.m05 a.selected{
  background: url(../images/add_remove_email_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m06 a {
  background: url(../images/take_survey_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m06 a:hover, ul#lnav li.m06 a.selected{
  background: url(../images/take_survey_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m07 a {
  background: url(../images/log_out_static.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m07 a:hover, ul#lnav li.m07 a.selected{
  background: url(../images/log_out_hover.gif) no-repeat;
  height: 42px;
  width: 150px;
}
ul#lnav li.m08 a {
  background: url(../images/station_m.gif) no-repeat;
  height: 140px;
  width: 150px;
}
ul#lnav {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
ul#lnav li {
  margin: 0px 0px 0px 0px;
}
ul#lnav li a span {
  display: none;
}
ul#lnav li {
  list-style-type: none;
}
td.prizesText ul li {
  padding: 2px 0px 0px 12px;
  background: url(../images/red_bullet.gif) left center no-repeat;
  list-style:none;
  display:inline,
}

