/* path/filename: /stores/css/storefront.css */

/* some basic font sizes */
.fourteen {
  font-size: 14pt;
  font-family: arial, geneva, sans-serif;
  }

.bigger {
  font-size: 12pt;
  font-family: arial, geneva, sans-serif;
  }

.regular {
  font-size: 10pt;
  font-family: geneva, arial, sans-serif;
  }

.nine {
  font-size: 9pt;
  font-family: geneva, arial, sans-serif;
  }

.smaller {
  font-size: 8pt; 
  font-family: geneva, arial, sans-serif;
  }

.featuredHeader {
  background-color: #000000;
  }

.pageHeader {
  background-color: #CCCCCC;
  }

/* control panel */

.cpBgDark {
   background-color: #006699;
   }

.cpBgLight {
   background-color: #6699CC;
   }

.cpHeaderFont {
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
  font-family: geneva, arial, sans-serif;
  }

.cpSmallFont {
  font-size: 8pt;
  color: #FFFFFF;
  font-family: geneva, arial, sans-serif;
  }

/* tour elements */

.sticky {
   background-color: #FFFF66;
   }

.tourBg {
   background-color: #FFFFCC;
   }

/* shopping cart */

.sfStripe {
  background-color: #CCCCCC;
  }
 
.headerStripe {
  background-color: #f1f2ed;
}

.catStripe {
  background-color: #006666;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  font-family: arial, geneva, sans-serif;
}

/* utilities */

.monospace {
  font-size: 10pt;
  font-family: Courier, monospace; 
  }

.bold {
  font-weight: bold;
  }

/* logo */

.textLogo {
   font-size: 22pt;
   color: #000000;
   text-decoration: none;
   font-weight: bold;
   font-family: geneva, arial, sans-serif;   
   }

.textStage {
   background-color: #990000;
   font-size: 12pt;
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
   font-family: geneva, arial, sans-serif;   
}

.sectionBlockLeft {
	font-weight: bold; 
	font-size: 10pt; 
	color: #000000; 
	font-family: arial, geneva, sans-serif; 
	background: #eeeecc; 
	text-decoration: none
}
.sectionBlockRight {
	font-weight: normal; 
	font-size: 10pt; 
	color: #000000; 
	font-family: arial, geneva, sans-serif; 
	background-color: #ffffff; 
	text-decoration: none
}




