
.ulClass{
	list-style: none;
	margin: 0;
	padding:0;
	width:100%;	
}

.ulClass li{
	display:inline;
	margin:0;
	padding:0 10px 0 0;
}

/***/

.divSelServ{
	float:left;  
}

.btAddRemove{
	float:left;  
	margin:36px 6px 0;
}

.btAddRemove a{
	height:10px;
	padding:0 20px 0 0;
	text-decoration:none;
}

.btAddRemove #add{
	background: url(../../visual/images/bt_right.gif) no-repeat;
	padding-top:5px;
	*html padding-top:0;
	
}

.btAddRemove #remove{
	background: url(../../visual/images/bt_left.gif) no-repeat;
}

.selTransfer{
	float:left;  
	width:190px;	
}

.resultTabs{
	padding: 0 !important;
}

.divInfoWindow{
	margin-top: -12px !important; 
}

.destaqueTitle{
	text-align: left;
}


