iframe { 
	border: 0px; 
	width: 531px; 
	height: 390px; 
	background-color: transparent;	
	display: none;
}
iframe#reveal {
	display: block;
}
#kb_container {
	width: 531px; 
	height: 390px; 	
	overflow: auto;
	float: left;
}
#dynamic_panel h2 {
	font-size: 14px;
}
#dynamic_panel ul {
	margin: 20px 0 0 10px;
	list-style-type: none;
	padding: 0;
}
	#dynamic_panel ul li {
		padding: 5px 0 5px 0;	
	}
#support_faqs {
	float: left;
	width: 390px;
	overflow: auto;
	border-left: 1px solid #d8d8d8;
	padding-left: 10px;
	margin-left: 20px;
}
	#support_faqs h2 {
		font-size: 13px;
	}
	#support_faqs ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	} 	
		#support_faqs ul li {
			margin: 10px 0 10px 0;
		} 	
	#support_faqs a {
		color: #146792;
		font-size: 11px;
	}
/*begin technical enquiry*/
.hidden {
	display: none;
}
.whatis {
	cursor: help;
	font-weight: bold;
}
.tooltip {
	font-size: 11px;
}
.tech_enquiry p#top_desc {
	width: 731px;	
}
.tech_enquiry .note {
	display: none;
}
.tech_enquiry .text_input {	
	height: 18px;
	border: 1px solid #a5acb2;	
}
.tech_enquiry textarea {
	height: 100px;
	border: 1px solid #a5acb2;
}
.tech_enquiry select, .tech_enquiry textarea, .tech_enquiry .text_input {
	width: 276px;
}
.tech_enquiry .button.submit {
	float: right;
	margin: 0;
}
span.compulsory {
	color: #de3300;
}
span.have_product {
	color: #00CCFF;
}
#fields_desc {
	width: 360px;
	overflow: auto;
	float: right;	
}
#fields_desc p {
	margin: 15px 0 15px 0;
	font-size: 11px;
}
#form table, #form {
	width: 580px;	
}
#form table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 290px;	
}
#form table td {
	width: 276px;}
	
#form table td, th {
	text-align: top;
	padding-top: 10px;
}
#form ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	#form ul li {		
		padding: 0;
		margin: 0;
	}
#specify_purchase_input {
	margin-top: 10px;
} 
/*end technical enquiry*/

/*other products*/
.other_products ul {
	padding: 0;
	margin-left: 20px;
	list-style-type: circle;
}


