div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	
}

/* Customer */

div#myOtherElement {
	width: 200px;
	height:145px;
	overflow: hidden;
	background-color: #f9f9f9;
}
div#myOtherElement2{
	width: 200px;
	height:155px;
	overflow: hidden;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background-color: #f9f9f9;
}
div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}
div#myOtherElement2 span, div#myOtherElement2 a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

div#myOtherElement2 a:hover {
	background: #f5f5f5;
}


/* Virtual */








div#myOtherElementVirtual {
	width: 200px;
	height:145px;
	overflow: hidden;
	background-color: #f9f9f9;
}
div#myOtherElementVirtual2{
	width: 200px;
	height:155px;
	overflow: hidden;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background-color: #f9f9f9;
}
div#myOtherElementVirtual3{
	width: 200px;
	height:155px;
	overflow: hidden;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background-color: #f9f9f9;
}
div#myOtherElementVirtual span, div#myOtherElementVirtual a {
	display: block;
	padding: 0 3px;
}
div#myOtherElementVirtual2 span, div#myOtherElementVirtual2 a {
	display: block;
	padding: 0 3px;
}

div#myOtherElementVirtual3 span, div#myOtherElementVirtual3 a {
	display: block;
	padding: 0 3px;
}


div#myOtherElementVirtual a:hover {
	background: #f5f5f5;
}

div#myOtherElementVirtual2 a:hover {
	background: #f5f5f5;
}

div#myOtherElementVirtual3 a:hover {
	background: #f5f5f5;
}