/*
	Document   : selfmarketing
	Created on : 9.12.2008, 17:13:18
	Author     : Tomas Bilek <tomas.bilek@comap.cz>
	Description: 
		CSS Styles for selfmarketing elements on website
*/


.hide {
  display: none;
}

.visible {
  display: inline;	
}
