/*
** CSS display sheet for urban trade cz
** Author: lukas vorlicek at codeart dot cz 2005
*/


/*
** COMMON STYLES
*/


body{
	
}

.clear-null{
		clear:both;
      height:1px;
      margin: -1px 0 0 0; 
		padding:0;
      border:none;
      visibility: hidden;
}

.clear-both{
	clear:both;
}

.hidden{
	visibility: collapse;
	display: none;
}

.float-left{
	float:left;
	margin:0 20px 0 0;
}

.float-right{
	float:right;	
	margin:0 0 0 20px;
}

.float-l{
	float:left;
}

.float-r{
	float:right;	
	margin:15px 0 5px 5px;
}

.link{
	cursor: pointer;
}

.noborder, .noborder img{
	border:0;
}

/*
** SKELETON
*/



#main-wrapper{

}

#content-wrapper{

}

#content{

}

#nav-content div{
	padding:0 0 10px 0;
	
}

#text-content{
	
}

body.sub #content{

}

#footer-wrapper{

}

#left-wrapper{

}

#left-wrapper #logo a img{
	
}

#menu-wrapper{
visibility: collapse;
	display: none;
}

#tools-wrapper{
visibility: collapse;
	display: none;
}

