/* Qwik Features */
.qwik_module, .qwik_module_last {
	background-color: #f9f9f9;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
	overflow: hidden;
	width: 655px;
}
.qwik_module_last {
	
}	
.qwik_module_icon {
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0px;	
	float: left;
}
.module_name {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 15px 0px 0px 40px;
	padding: 0px;	
	float: left;
	width: 80px;
}
.module_description {
	margin: 20px 0px 0px 40px;
	padding: 0px;
	float: left;
	width: 460px;
}
.module_description h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border: none;	
}
.magnifying_glass {
	margin: 15px 0px 0px 40px;
	padding: 0px;
	float: left;
}
.qwik_module .module_name a, .qwik_module_last .module_name a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}	
.qwik_module .module_description a, .qwik_module_last .module_description a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #406296;
	text-decoration: none;
}
.toggle_modules {	
	margin: 0px 0px 20px 0px;
	padding: 20px;
	clear: both;
	width: 630px;
}