/***** Containers *****/

#faqOverlay {
	display: none;
	position:absolute;

	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	
	background-color: #000000;
	cursor: pointer;
	z-index: 100;	
	


	opacity: .50;	
	
	/*** IE ***/
	filter: alpha(opacity = 50);
	zoom:1;
	
	width:1;
	height:1;
	
	/*** Mozilla ***/
	-moz-opacity:0.5;
}

#faqEntryContainer {
	display: none;
	z-index: 200;
	padding: 32px;
	position:relative;
	left: 0px;
	top: 0px;
}

#faqCriteriaContainer {
	width: 850px;
	margin:20px 64px 0px 64px;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 0;
	position:relative;
}

#faqNav {
	float:left;

	width: 215px;
	font-size: 14px;
	margin-bottom:30px;
}

#faqContent {
	border-left:1px solid #000000;
	margin-left:215px;
	padding-left:10px;
	text-align:left;
	margin-bottom:30px;
	font-size: 14px;
}

/***** Header *****/
#faqHeader {
	margin-bottom: 15px;
	height:30px;
}

#faqTitle {
	float:left;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
  color: #018749;
  letter-spacing: -0.02em;
}

#loadingIcon {
	display:block;
	float:left;
	position:relative;
	top:-6px;
	left:4px;
	width: 24px;
	height: 24px;
	display: none;
}

/***** Navigation *****/
.criteriaTitle{
	font-size: 13px;
}


div#products {
	padding:5px 15px 15px 15px;
}

div#categories {
	padding:5px 15px 5px 15px;
}

a.criteria {
	font-size: 12px;
	text-decoration:none;
	border: none;
	display: block;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 16px;
}

div.on a{
	background-image: url("./check_on.gif");
	background-color: #f62e91;
	color: #ffffff;
}

div.off a{
	background-image: url("./check_off.gif");
	background-color: #ffffff;
	color: #000000;
}

div.disabled a{
	background-image: url("./check_disabled.gif");
	background-color: #ffffff;
	color: #A7ABAE;
}


/***** Results *****/
#faqContent li{
	margin-bottom: 15px;
}

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

#faqContent a:hover{
	color: #E9157F;
}

.faqNotice {
	height: 16px;
	padding-top: 220px;
	background-repeat: no-repeat;
	background-image: url("./faqLogo.jpg");
	background-position: 275px 140px;
	text-align: center;
	color: #666666;
}

/***** FAQ Entry *****/

#faqEntry{
	border:1px solid #000000;
	background-color: #ccc;
	position:relative;
	left: 0px;
	top: 0px;
}

#faqEntryBar {
	background-color: #F2FAF0;
	padding: 12px;
	border-bottom:1px solid #000000;
	font-family: Helvetica, Arial, sans-serif;
	position:relative;
	height:16px;
}

#faqEntryTitleBar {
	float:left;
}

#faqEntryTitle{
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: -0.02em;
	font-weight: normal;
	color: #018749;
	text-decoration: none;
}

#faqEntryButtonBar{
	float:right;
	text-align:right;
}

.faqEntryButton {
	display:block;
	float:right;

	background-color:#f62e91; 
	font-size: 12px;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	
	border: none;
	/*height: 12px;*/
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 10px;
	width:50px;

	cursor: pointer;
}

#linkText {
	float:right;
	display:none;
	width: 400px;
	position:relative;
	top:0px;
	
	color: #000000;
	background: #fffff;
	border: 1px solid #000000;
}

#faqInfo{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 24px;
}

.faqPicture{
	margin: 3px;
	border: 1px solid #000000;
}
