/* sft_springBloom.css >> Style Sheet for SpringBloom Storefront Theme */

body {
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
  }

td {
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
  }

.pageBgColor {
   background-color: #FFFFFF;
   }

.pageFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

.catNavBgColor {
   background-color: #9999CC;
   }

.searchTxt{
   color: #000000;
   font-size: 10pt;
}

.Logo a {
   color: #000000;
   text-decoration: none;
}

.menu {
   color: #FFFFFF;
   font-size: 10pt;
   text-decoration: underline;
}
#footer {
   color: #FFFFFF;
   font-size: 10pt;
   text-decoration: underline;
   }
A.menu:link {
	font-size: 10pt; 
	color:#FFFFFF; 
	text-decoration: underline;
}

A.menu:visited {
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: underline;
}

A.menu:hover {
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: underline;
}

.featureBgColor {
   background-color: #DCDCDC;
   }

.featureFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: bold;
   }

.specialBgColor {
   background-color: #CCCCFF;
   }

.specialFontColor {
   color: #000000;
   font-size: 12pt; 
   font-weight: bold;
   }

.specialBorderColor {
   background-color: #9999CC; 
   }

.ruleColor {
   color: #9999CC;
   }

.tableHeaderBgColor {
   background-color: #9999CC;
   }

.tableHeaderFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: bold;
   }

.tableDataBgColor {
   background-color: #FFFFFF;
   }

.tableDataAltColor {
   background-color: #CCCCCC;
   }

.tableDataFontColor {
   color: #333333;
   font-size: 10pt;
   font-weight: normal;
   }

/* experimenting with CSS-controlled images */

.pageBannerImg {
   background-image: url(sft_springBloom_banner.gif);
   background-repeat: repeat;
   }

.pageBannerCurveImg {
   background-image: url(sft_springBloom_bannerCurve.gif);
   background-repeat: no-repeat;
   }
   
.aboutButImg {
   background-image: url(sft_springBloom_aboutButton.gif);
   background-repeat: no-repeat;
   }

.policyButImg {
   background-image: url(sft_springBloom_policyButton.gif);
   background-repeat: no-repeat;
   }

.auctionButImg {
   background-image: url(sft_springBloom_auctionButton.gif);
   background-repeat: no-repeat;
   }

.trackButImg {
   background-image: url(sft_springBloom_trackButton.gif);
   background-repeat: no-repeat;
   }
   
.catNavTopImg {
   background-image: url(sft_springBloom_catTop.gif);
   background-repeat: no-repeat;
   }

.catNavBotImg {
   background-image: url(sft_springBloom_catBot.gif);
   background-repeat: no-repeat;
   }

.goButImg {
   background-image: url(sft_springBloom_goButton.gif);
   background-repeat: no-repeat;
   }

.buyButImg {
   background-image: url(sft_allThemes_buyButton.gif);
   background-repeat: no-repeat;
   }

.sctable {
font-size: 11px;
border: 1px solid #CCCCCC;
text-align: left;
}

.sctable h1 {
font-size: 14px;
}

.sctable td, .sctable th {
padding: 2px;
}

.scheader {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background: #DDDDDD none;




