﻿/* For W3C CSS Compliance */
.void{}
@media print{}

/* common */
h1,
h1 a,
h1 a:hover
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 16px;
	margin: 23px 0 15px 0;
}

h2,
h2 a,
h2 a:hover
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 40px 0 15px 0;
}

h3,
h3 a,
h3 a:hover
{
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 15px 0;
}

/* inputs */
.textbox
{
	font-size: 11px;
	color: #6e6e6e !important;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	background-color: #ffffff !important;
	margin: 0 0 0 0;
}

.generaltb
{
	height: 14px;
	border-color: #6e6e6e;
	padding: 3px 1px 3px 9px;
}

.highlighttb
{
    height: 13px;
    border-color: #ebebeb;
	padding: 3px 1px 3px 9px;
	font-size: 10px;
	color: #bba28e !important;
}

.textarea
{	
	height: 75px;
	border-color: #6e6e6e;
    padding: 1px 1px 1px 1px;
}

.dropdown
{
    border-color: #6e6e6e;
    padding: 1px 1px 1px 1px;
}

.validations
{
	font-size: 10px;
	color: #c40000;
	padding: 1px 0 0 2px;
	margin: 0 0 0 0;
	display: block;
}

.required
{
	font-size: 11px;
	color: #C40000;
	margin: 0 4px 0 1px;
}

/* Category Heading */
.categoryheading
{	
	width: 753px;	
	height: 149px;		
}

.categoryheading .categoryheading-leftspacer
{
	float: left;
	width: 14px;
	height: 149px;
}

.categoryheading .categoryheading-leftspacer img
{
	margin-top: 18px;
}

.categoryheading .categoryheading-image
{
	float: left;
	width: 377px;
	height: 148px;
}

.categoryheading .categoryheading-content
{
	float: left;
	width: 347px;
	height: 123px;
	padding: 25px 0 0 15px ;
	background: url(../Images/Category-Heading-Bg.jpg) no-repeat top left;
}

.categoryheading .categoryheading-content .categoryheading-text
{
	font-size: 21px;
}

.categoryheading .categoryheading-content .categoryheading-description
{
	width: 307px;
	padding-top: 5px;	
	line-height: 15px;
}

/* Sub-Category Heading */
.subcategoryheading
{
	width: 752px;
	height: 44px;	
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.subcategoryheading .subcategoryheading-image
{
	float: left;
}

.subcategoryheading  .subcategoryheading-image img
{
	margin-top: 17px;
}

.subcategoryheading .subcategoryheading-text
{
	float: left;
	font-size: 17px;		
	padding: 13px 0 0 15px;
}

.subcategoryheading .subcategoryheading-text sup
{
	vertical-align: top;
	font-size: 13px
}

/* Category Pod */
.categorypod .categorypod-heading
{	
	width: 204px;
	height: 46px;		
}

.categorypod .categorypod-heading div
{
	padding: 13px 0 0 15px;	
}

.categorypod .categorypod-heading div a
{
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
}

.categorypod .categorypod-heading div a:hover
{
	font-family: Georgia, Serif;
}

.categorypod-content
{	
	width: 185px;
	padding: 12px 5px 12px 12px;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.categorypod .categorypod-subheading
{	
	font-size: 12px;	
}

.categorypod .category-pod-link
{		
	height: 14px;	
	margin-left: 115px;
	cursor: pointer;		
}

.categorypod .category-pod-link img
{
	vertical-align: bottom;
}

.categorypod .category-pod-link a
{
	font-weight: normal;
	text-decoration: none;	
}

.categorypod .category-pod-link:hover
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}

/* Tabs */
.tabs
{
	clear: both;
	width: 739px;	
	margin-left: 14px;
	padding-top: 25px;
}

.tab-spacer
{		
	border-right: solid 1px #CCC;
}

.tab-headings
{
	margin-left: 11px;
	width: 728px;
}

.tab-active
{	
	float: left;
	height: 39px;
	text-align: center;
	margin-bottom: -1px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;	
	border-bottom: solid 1px #FFF;
	cursor: pointer;	
}

.tab-active .tab-heading
{		
	padding-top: 12px;
	font-size: 13px;
	color: #3D3D3D;	
}

.tab-inactive
{	
	float: left;
	padding-top: 4px;
	cursor: pointer;	
}

.tab-inactive .tab-container
{
	float: left;		
	height: 37px;
	background-color: #FDF5E0;
	color: #515151;
}

.tab-inactive .tab-container:hover
{
	background-color: #E6DABB;
	color: #373533;
}

.tab-inactive .tab-container .tab-heading
{		
	margin-top: 4px;	
	padding: 8px 0px 8px 0px;
	text-align: center;		
}

.tab-body
{	
	clear: both;
	width: 737px;		
	border-top: solid 1px #CCC;	
	border-left: solid 1px #CCC;	
	border-right: solid 1px #CCC;	
	border-bottom: solid 1px #CCC;	
}

.tab-faqitem
{
	width: 737px;	
}

.tab-faqitem-hspacer 
{
	width: 737px;
	height: 1px;	
	background-color: #CCC;
}

.tab-faqitem .tab-faqquestionanswer
{
	padding: 0 15px 0 15px;
}

.tab-faqitem .tab-faqquestion
{
	padding: 20px 0 20px 0;
	font-size: 16px;
}

.tab-faqitem .tab-faqanswer
{
	padding: 0 20px 20px 30px;
}

.tab-faqitem .tab-faqanswer ul
{
	margin: 10px 0 10px 10px;	
}

.tab-faqitem .tab-faqanswer ul li
{
	margin-bottom: 5px;
}

.tab-faqitem .tab-faqanswer ol
{
	margin: 10px 0 10px 20px;
	list-style-type: decimal;
}

.tab-faqitem .tab-faqanswer ol li
{
	margin-bottom: 5px;
}

.tab-generaltext
{
	padding: 0 15px 20px 15px;
}

.tab-generaltext p
{
	margin-top: 15px;
}

.tab-generaltext ol
{		
	margin: 10px 0 0 20px;
	list-style-type: decimal;
}

.tab-generaltext ol li
{
	margin-top: 5px;
}

.tab-manuals
{
	padding: 10px 25px 25px 25px;
}

.tab-manuals .tab-manual-link
{
	padding-top: 15px;
}

.tab-manuals .tab-manual-link a
{
	font-weight: normal;	
}

.tab-manuals .tab-manual-description
{
	padding-top: 5px;
}

/* Faq Content */
.faqcontent
{
	margin: 17px 0 0 14px;
	width: 737px;	
	border: solid 1px #CCC;	
}

.faqcontent-heading
{
	height: 40px;
	background-color: #FDF5E0;
	border-bottom: solid 1px #CCC;	
}

.faqcontent-heading-text
{
	float: left;
	padding: 10px 0 0 15px;
	font-size: 16px;
}

.faqcontent-heading-link
{
	float: right;
	height: 14px;
	padding: 13px 15px 0 0;
	cursor: pointer;
}

.faqcontent-heading-link img
{
	vertical-align: bottom;
}

.faqcontent-heading-link a
{
	font-weight: normal;
	text-decoration: none;	
}

.faqcontent-heading-link:hover
{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}

.faqcontent-content
{
	clear: both;
}

.faqcontent-content p
{
	margin-top: 5px;
}

.faqcontent-faqgroupname
{
	padding: 10px 0 0 15px;
}

.faqcontent-faqgroupname img
{
	margin-bottom: -3px;
}

.faqcontent-questionanswers
{
	padding: 0 25px 30px 25px;
}

.faqcontent-introduction
{
	padding-top: 15px;
}

.faqcontent-conclusion
{
	padding-top: 15px;
}

.faqcontent-question
{	
	font-weight: bold;
	margin-top: 20px;
}

.faqcontent-answer
{
	margin-top: 10px;
}

.faqcontent-answer table
{
	text-align: left;
	margin: 10px 0 10px 10px;
}

.faqcontent-answer table td
{	
	width: 130px;
}
