/* CSS Document */

div.know_netopia {
	float: right; 
	width: 167px; 
	position: absolute; 
	bottom: 0px; 
	right: 10px;
	visibility: hidden;
}
 
.know_netopia_list {
	color: white;
	background-color: gray;
	padding: 5px;
	font-size: 10px;
	width: 157px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
}

.know_netopia_list p {
	font-size: 9px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 5px;
}

.know_netopia_list a:link,
.know_netopia_list a:visited {
	color: white;
	text-decoration: none;
}

.callout_header {
	background-color: #cccccc;
	width: 100%;
}

.branding_column {
	background-color: #eeeeee;
	color: #333333;
	width: 192px;
}

.tall {
	height: 278px;
}

.short {
	height: 142px;
}

.branding_column h4,
.branding_column p {
	margin-left: 28px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
}

.branding_column p {
	font-size: 11px;
}

.branding_column h4 {
	font-size: 14px;
}

.cell {
	position: absolute;
	height: 130px;
	border-left: 1px solid #e0e0e0;
	padding-left: 3px;
}

.cell p,
.cell h4 {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 4px;
	color: #333333;
}

.cell p {
	font-size: 11px;
}

.cell h4 {
	font-size: 12px;
}

.cell a:link,
.cell a:visited {
	color: #333333;
	text-decoration: none;
}
.cell a:hover {
	text-decoration: underline;
	color: #72c166;
}

.column_2 {
	top: 0px;
	left: 196px;
	width: 218px;
}
.column_3 {
	left: 424px;
	width: 218px;
	border-right: 1px solid #e0e0e0;
	padding-right: 3px;
}

.row_1 {
	top: 0px;
	height: 132px;
}

.row_2 {
	top: 144px;
	height: 132px;

}

.column_4 {
	position: absolute;
	right: -0px;
	top: -6px
}


