/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0; 
  padding: 0; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 25px;
}

hi
{
	color: red;
}


/*---- Header styling ---*/
h2.guideHeader
{
	margin: 0;
	padding: 0;
	color: #ba00bb;
	font-size:18px;
	font-weight:normal; 
}

h2.productGuide
{
	color: #1b47fe;
	font-size: 18px;
	font-weight: normal;
}

/*** showProduct.html ***/

h3.productMainhead
{
	color: #3366ff; 
	font-size:18px; 
	font-weight:normal;
}


/*** showCategory.html ***/

h3.categoryPageHeaderSearch
{
	color: #ff0103;
	font-size: 18px;
	font-weight:normal;
	margin: 0;
}

h3.categoryPageHeaderProducts
{
	color: #1b47fe;
	font-size: 18px;
	font-weight:normal;
	margin: 0;
}

h4.topPagePropertiesHeader
{
	color: #000000;
	font-size: 18px;
	margin-top: 13px; 
	margin-bottom: 0;
	font-weight:normal;
}

h4.topPagePropertiesHeader a
{
	text-decoration: none;
	color: #000000;
}

h4.topPagePropertiesHeader a:hover
{
	text-decoration: none;
	color: #000000;
}

h5.prodAndCatHeaders, h5.prodAndCatHeaders a, h5.prodAndCatHeaders a:hover
{
	color: #000000;
	font-size: 15px;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}


/*** search.html ***/
h6.searchMethodHeader
{
	margin-bottom: 2px;
	padding: 0;
	color: #ff0103;
	font-size: 18px;
	font-weight: normal;
}

/** showFaqItemsAndProducts.html **/
h5.faqItemsHeader
{
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}

/** management pages **/
h2.managementTitle
{
	color: #008a8d;
	font-size:18px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}