/* sfotimeta.sk - common */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	cursor: default !important;
}

a {
	color: #316ac5;
}

header, article, footer, nav, aside {
	display:block;
	}
	
.click, .hand {
	cursor: pointer !important;
	}

.inblock {
	display: inline-block !important;
	}
	
.block {
	display: block !important;
	}

.hide {
	display:none !important;
	}
  
.xb {
	border:1px solid #000 !important; /*xborder*/
	}
  
.small, small {
	font-size: 85% !important;
	}

.tiny {
	font-size:75% !important;
	}

.soft {
	color: #888;
	}
  
.clear-left, .cl  {
	clear: left !important;
	}

.clear-right, .cr {
	clear: right !important;
	}

.clear, .clr {
	display: block;
	clear: both !important;
	}

.center {
	text-align: center !important;
	}

.right {
	text-align: right !important;
	}

.left {
	text-align: left !important;
	}

.fl {
	float: left !important;
	}

.fr {
	float: right !important;
	}

.hot {
	color: #C00000 !important;
	}

.light, .thin {
    font-weight: normal !important;
	}

.bold {
    font-weight: bold !important;
	}

.italic {
	font-style: italic !important;
	}

.uppercase {
	text-transform: uppercase !important;
	}

.lowercase {
	text-transform: lowercase !important;
	}

.relative {
	position: relative;
	}
	
