/* sfotimeta.sk - common */

body {
	background: #fff;
	padding:0;
	margin:0;
	color:#000;
	font:normal normal 15px "lucida grande", "helvetica", "segoe ui", "arial", "tahoma", "verdana", sans-serif;
	text-align: left;
	cursor: default;
	line-height: 120%;
	height: 100%;
	}

header, article, footer, nav {
	display:block;
	}

body.blank {
	background-image: none !important;
	background-color:#555 !important;
	padding:0 !important;
	}

/*** tags *********************************************************************/

h1, h2, h3, h4, h5 {
	margin: 20px 0 10px 0;
	}
	
h1, h3, h3 {
    letter-spacing: -1px;
    line-height:100%;
	}

h4 {
	font-family: 15px;
	}

p {
	line-height: 130%;
	margin-top:15px;
	}

ul {
	margin: 15px 0 8px 0;
	padding: 0 0 0 30px;
	line-height: 130%;
	}

ul li {
	padding-bottom: 3px;
	}

header, .header {
	position:relative;
	}
	
.click, .hand {
	cursor: pointer !important;
	}

.button, .submit, .tinybutton {
	cursor: pointer !important;
	padding: 2px 15px;
	}

.tinybutton {
	padding: 1px 5px;
	font-size: 85%;
	}

.submit {
	}

/*** useful *******************************************************************/

.iepngfix {
	behavior: url(gfx/iepngfix.htc);
}

.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:#aaa;
	}
  
.cl {
	clear: left !important;
	}

.cr {
	clear: right !important;
	}

.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;
	}

.relative {
	position: relative;
	}

.mono {
	font-family: "courier new" !important;
	}
