﻿#orthoLayer path {
	opacity:0.2;
}
body.MONOCLASS #orthoLayer path {
	opacity:0;
}
#orthoLayer[rel='class1'] #path_0,
#orthoLayer[rel='class2'] #path_1 {
	opacity:0.7;
}
#poiLayer g.route {
	display:none !important;
}
#poiLayer[rel='class1'] g.ultim,
#poiLayer[rel='class2'] g.oceanfifty {
	display:block !important;
}
