body {
	margin: 0;
	padding: 0;
	font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	}
	
a {
	text-decoration: none;
	color: #000;
	}
	
.viac {
	clear: none;
	float: right;
	padding-left: 11px;
	margin: 0;
	background: url('../images/bullet_viac.gif') left 50% no-repeat;
	}

p {
	margin: 0 0 0.8em 0; 
	}
	
.cleaner {
	clear: both;
	height: 1px;
	border: none;
	padding: 0;
	visibility: hidden;
	}
	
#oldbrowsers {
	display: none;
	}	
	
/* CENTER PANE HEADERS */

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin-top: 20px;
	}

h1 {
	height: 29px;
	font-size: 17px;
	}
	
/* DISCUSSIONS */

.diskusia {
	display: none;
	}
	
.discuss-functions {
	display: none;
	}	

/* NOVINKY */

.news-new {
	line-height: 15px;
	margin: 0 0 15px 0;
	background: #f6f6f6;
	border: 1px dashed #dadada;
	}
	
.news-new .content {
	padding: 5px;
	}	

.news {
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}

.news .title, .news-new .title {
	font-weight: bold;
	}
	
.news .date, .news-new .date {
	color: #999999;
	font-size: 10px;
	}
	
/* CLANKY */

.article-highlight {
	line-height: 15px;
	margin: 0 0 15px 0;
	}
	
.article-highlight .content {
	padding: 5px;
	}	

.article {
	line-height: 15px;
	margin: 0 0 15px 0;
	padding: 0;
	}

.article .name, .article-highlight .name {
	font-size: 14px;
	font-weight: bold;
	}
	
.article .category, .article-highlight .category {
	padding-left: 10px; 
	background: url('../images/bullet_arrow.gif') no-repeat;
	}	
	
.article .date, ..article-highlight .date {
	color: #999999;
	font-size: 10px;
	}	
	
.article img.pic {
	border: 3px solid #d1e1f5;
	}		
	
/* LINKY */

.link-highlight {
	line-height: 15px;
	margin: 0 0 15px 0;
	}
	
.link {
	line-height: 15px;
	margin: 0 0 15px 0;
	padding: 0;
	}

.link .name, .link-highlight .name {
	font-size: 14px;
	font-weight: bold;
	}
	
.link .name a, .link-highlight .name a {
	padding-right: 9px;
	}
	
.link .name a:hover, .link-highlight .name a:hover {
	padding-right: 9px;
	}		
	
.link .category, .link-highlight .category {
	padding-left: 10px; 
	background: url('../images/bullet_arrow.gif') no-repeat;
	}	
	
/* INZERATY */

.inzerat-highlight, .inzerat-new {
	line-height: 15px;
	margin: 0 0 15px 0;
	}

.inzerat, .inzerat-new {
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.inzerat .name, .inzerat-highlight .name, .inzerat-new .name {
	font-size: 14px;
	font-weight: bold;
	}
	
.inzerat-new .name {
	font-size: 11px;
	}	
	
.inzerat .category, .inzerat-highlight .category {
	padding-left: 10px; 
	background: url('../images/bullet_arrow.gif') no-repeat;
	}		
	
/* ADRESAR */

.adresar, .adresar-highlight, .adresar a, .adresar-highlight a {
	width: 100%;
	line-height: 15px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	color: #000;
	}
	
.adresar-highlight .name, .adresar .name {
	height: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #fff; 
	}
	

table.normal {
	position: relative;
	top: -5px;
	border-collapse: collapse
	}
	
table.normal tr {
	height: 22px;
	background: #f4f4f4 url('../images/bg_tr_normal.gif') left top repeat-x;
	}
	
table.normal td {
	background-color: none;
	background-image: url('../images/bg_h2.gif') left bottom repeat-x;
	border-top: 1px solid #fff;
	}
	
table.normal td.parameter {
	padding: 0 0 0 5px;
	}
	
table.normal td.data {
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	}
	
table.priceList {
	border-collapse: collapse;
	margin: 10px 0;
	}
	
table.priceList th, table.priceList td, table.priceList td.label {
	padding: 3px;
	background: #f4f4f4;
	border: 1px solid #fff;
	}
	
table.priceList th {
	background: #d1e1f5;
	}		
	
table.priceList td.label {
	background: #e6f0fe;
	}
	
table.defTable {
	border-collapse: collapse;
	margin: 10px 0;
	}
	
table.defTable th, table.defTable td, table.defTable td.label {
	padding: 3px;
	background: #f4f4f4;
	border: 1px solid #fff;
	}
	
table.defTable th {
	background: #d1e1f5;
	}		
	
table.defTable td.label {
	background: #e6f0fe;
	}
	
.more {
	width: 100%;
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	background: url('../images/bg_dots.gif') left top repeat-x;
	}
	
/* HEADER */		
	
#header {
	display: none;
	}
	
.bottom-line {
	display: none;
	}		
	
#breadcrumbs {
	width: 100%;
	height: 19px;
	padding: 0;
	} 

/* LEFT PANE */	

#left {
	display: none;
	}

/* MIDDLE PANE */	

#middle {
	position: relative;
	float: left;
	}
	
#middle img {
	display: none;
	}	
	
#middle .leftBox {
	position: relative;
	float: left;
	width: 190px;
	}
	
#middle .rightBox {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 190px;
	}	
		
/* RIGHT PANE */	

#right {
	display: none;
	}

/* RIGHT PANE - TWO COLUMN LAYOUT */
	
#col2 {
	position: relative;
	float: left;	
	margin-left: 14px;
	top: 0px;
	width: 584px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 584px;
	}

#col1 {
	position: relative;
	float: left;	
	margin-left: 1px;
	top: 0px;
	width: 768px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 768px;
	}

#functions {
	display: none;
	}
	
/* FOOTER */
	
#footer {
	display: none;
	}