/* *************************** /levents/ ***************************************** */



/* qNav */

.section-header {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}
.section-header ul {
	margin: 0;
	padding: 0;
}
.section-header ul li {
	list-style: none;
	float: left;
	height: 24px;
	line-height: 24px;
}
.section-header ul li a {
	background: #f0f0f0 url('/img/layout/member_menu_unactive.jpg') left center repeat-x;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #697a80;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	font-weight: normal;
}
.section-header ul li a:hover {
	color: #3f4f55;
	text-decoration: none;
}
.section-header ul li a.active {
	background-image: none;
	font-weight: bold;
}



/* --- Content --- */
#carshow {
	margin: auto; 
	width: 850px;
}


#telo {
	width: 850px; 
	background-color: #f0f0f0; 
	color: #2d3d43;
	clear: both;
}
#formular {
	text-align: left;
	width: 800px;
	margin: auto;
	background-color: #dedede;
}
#formular form.formular{ 
	margin: 0px; 
	border: 0px; 
	padding: 25px; 
}
#popis {
	text-align: left;
	width: 800px;
	margin: auto;
	padding: 0;
	background-color: #dedede;
}

/* --- strankovanie --- */
div.strankovanie{
	margin: 20px auto;
	color: #ff6e04; 
	text-align: center;
}
a.strankovanie {
	color: #ff6e04; 
	text-decoration: none;
}
a.strankovanie:hover {
	text-decoration: underline; 
	border: 1px solid;
}


/* --- tabulka s itemami --- */
#vysledky{
	width: 100%;
}
table.itemTable {
	width: 100%;
}
table.itemTable tr {
	height: 120px;
	vertical-align: middle;
}
table.itemTable td {
	width: 25%;
	border-bottom: 1px solid #c6c6c6;
	margin: 8px;
	height: 120px;
	vertical-align: middle;
	padding: 10px;
}
table.itemTable td img {
	border: none;
	border-left: 1px solid #c6c6c6;
	width: 70px; 
	float: left; 
	padding: 8px 8px 8px 20px;
}


/* --- others --- */
div.oddelenie {
	margin: auto;
	width: 90%;
	height: 5px;
	border-bottom: 1px dashed #acabab;
	margin-bottom: 5px;
}

.odkaz_member {
	color: #ff6e04; 
	text-decoration: none; 
	font-weight: bold;	
}
