.vkladi table.results thead tr th.header{
	cursor:pointer;
}

.sd1{
	overflow:hidden;
	width:200px;
	height:1px;
}
.sd2{
	overflow:hidden;
	width:200px;
	height:20px;
}
.sd3{
	float:left;
	margin-left:100px;
}
.overflow{
	overflow:hidden;
}

.vkladi{
	width:760px;
	background-color:#F9F2DC;
	padding-bottom:30px;
}

.vkladi .predlogam{
	margin-left:22px;
	margin-top:22px;
	margin-bottom:22px;
}

.vkladi .tp_line{
	background:url('img/vkladi/top_bg.jpg') 0 0 no-repeat;
	width:760px;
	height:35px;
}

.vkladi table.options{
	margin-left:15px;
}

.vkladi table.results{
	/*font-family:Arial;*/
}
.vkladi table.results thead{
	background-color:#E8E5D6;
}
.vkladi table.results thead tr th{
	text-align:center;
	height:70px;
	font-weight:normal;
}
.vkladi table.results thead tr th.th1{
	width:221px;
}
.vkladi table.results thead tr th.th2{
	width:95px;
}
.vkladi table.results thead tr th.th3{
	width:114px;
}
.vkladi table.results thead tr th.th4{
	width:90px;
}
.vkladi table.results thead tr th.th5{
	width:90px;
}
.vkladi table.results thead tr th.th6{
	width:153px;
}
.vkladi table.results tbody tr td{
	text-align:center;
	height:56px;
	border-bottom:1px dashed #D5D2C4;
	font-family:Arial;
}
.vkladi table.results tbody tr td a.name{
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
}
.vkladi table.results tbody tr td a.oformit{
	font-family:Georgia;
	font-weight:normal;
	font-style:italic;
}
.after_results{
	margin-top:22px;
}

.u_select{
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #C3C1B7;
	width:175px;
	height:16px;
	color:#4D4F4F;
	font-size:11px;
	cursor:pointer;
	padding:0;
	margin:0;
}
.u_select div.arrow{
	position:absolute;
	bottom:2px;
	right:2px;
	background:url('img/vkladi/select_arrow.png') 0 0 no-repeat;
	width:10px;
	height:9px;
}
.u_select span.title{
	display:block;
	font-family:Arial;
	padding-left:3px;
	margin-top:-1px;
}
.u_select .option{
	position:absolute;
	background-color: #FFFFFF;
	border:1px solid #C3C1B7;
	display:none;
	left:-1px;
	top:16px;
	line-height:1;
	z-index:5;
}
.u_select .option div.a{
	/*display:table;*/
	border-collapse:separate;
	/*border-spacing:10px;*/
	/*scrollbar-face-color: expression( runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = parseInt(currentStyle['border-spacing']));*/
	padding:8px;
	background-color:#FFFFFF;
	width:175px;
	/*height:30px;*/
	margin:0;
	overflow:hidden;
	/*line-height:2.5;*/
	vertical-align:middle;
}
.u_select .option div.a a{
	text-decoration:none;
	/*padding-left:6px;*/
}








