#smonitor {
	clear: both;
	overflow: hidden;
}

#smonitor .wrapper {
	width: 1000px;
	clear: both;
}

.smonitorCol {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-right: 4px;
	padding-right: 4px;
}

.smonitorCol.last {
	border-right:0 !important;
}

.c {
	clear: both;
	overflow: hidden;
}
.r {float: right;}
.l {float: left;}
.smonitorItem {
	border-bottom-width: 1px;
	border-bottom-color: #D3D3D3;
	border-bottom-style: dotted;
}

#smonitor .smonitorItem {
	padding: 2px 2px 1px 2px;
}

#smonitor .smonitorItem.hover {
	border: 1px solid #ff0000;
	padding: 1px;
	cursor: pointer;
}
