/*
 * Settings for viewing of customers
 */
 
.customer-list{
}

.customer-list-row{
	border-bottom: 1px solid #cccccc;
}




/*
 * Settings for the customer administration
 */

#customer-adminList{
	font-family: verdana;
	font-size: 11px;
}

#customer-adminList-row{
	width: 350px;
	padding: 10px 10px 10px 10px; 
	border-bottom: 1px solid #cccccc;
}

#customer-adminList-removeItemLink{
	padding-left: 15px;
}
