<style type="text/css">
table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 4px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	font-size: 12px;
	-moz-border-radius: ;
}
table.blueeeephones td {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
}


.deviceList {
	
	padding: 10px;
	
	margin: 0;
	
	border: 1px solid #ccc;

	background: #e8e8e8;

	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
}


.deviceList ul 
{
	
	padding: 0;

	margin: 0;

	list-style: none;

	width: 480px;

}


.deviceList ul li 
{
	
	padding: 0;

	margin: 0;

	list-style: none;

	width: 20%;

	float: left;

}


BODY {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
}
a:link {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #6E6E6E;
	text-decoration: underline;
}
</style>