/* sfotimeta.sk - common */
body {
	background: #fff;
	padding:0;
	margin:0;
	color:#000;
	font:normal normal 14px "lucida grande", "helvetica", "segoe ui", "arial", "tahoma", "verdana", sans-serif;
	text-align: left;
	cursor: default;
	line-height: 120%;
	height: 100%;
	}
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;
	}
.click, .hand {
	cursor: pointer !important;
	}
.button, .submit, .tinybutton {
	cursor: pointer !important;
	padding: 2px 15px;
	}
.tinybutton {
	padding: 1px 5px;
	font-size: 85%;
	}
.submit {
	}
/*** useful *******************************************************************/
.png {
	behavior: url(gfx/iepngfix.htc);
}
.inblock {
	display: inline-block !important;
	}
.hide {
	display:none !important;
	}
.xb {
	border:1px solid #000 !important; /*xborder*/
	}
.small, small {
	font-size: 85% !important;
	}
.soft {
	color:#aaa;
	}
.cl {
	clear: left !important;
	}
.cr {
	clear: right !important;
	}
.clr {
	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;
	}