/* wyszukiwarka */

#Results{
	margin:30px 220px 20px 220px;
	background:#ffffff;
	padding-bottom:10px;
}

.ResMainTable{
	border: 1px solid #77d59a;
	width:98%;
	margin-bottom:10px;
}
.ResMainTable .goTo{
margin:0px 5px 0px 5px;
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.ResMainTable .goTo:hover{
font-size:10px;
font-weight:bold;
color: #333333;
text-decoration: underline;
}
.ResMainTable td{
text-align:center;
padding:7px;
}
.ResMainTable tr.odd{
/*background: #F4FFFB;*/ 
}
.ResMainTable tr.even{
background: #E6FFF2;
}
.ResObjectDesc{
/*width:200px;*/
}
.ResObjectDescHead{
text-align:left;
margin:5px 0px 3px 0px;
font-size:13px;
font-weight:bold;
}
.ResObjectDescHead a {
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.ResObjectDescHead a:hover{
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration: underline;
}
.ResObjectDescFoot{
text-align:left;
margin:5px 0px 3px 0px;
font-size:10px;
font-weight:bold;
}
.ResObjectDescFoot a {
font-size:10px;
font-weight:bold;
color:#666666;
text-decoration:none;
}
.ResObjectDescFoot a:hover{
font-size:10px;
font-weight:bold;
color: #333333;
text-decoration: underline;
}
.ResObjectDesc div{
text-align:left;
color: #666666;
font-size:10px;

}
.ResMainTableHeader{
background:#c5efd5;
font-weight:bold;
font-size:11px;
}
.ResMainTableHeader img{
border:none;
margin:0px 0px -3px 3px;

}
.ResMainTableHeader a{
background:#c5efd5;
font-weight:bold;
color:#000000;
font-size:11px;
text-decoration:none;
}
.ResMainTableHeader a:hover{
text-decoration: underline;
background:#c5efd5;
font-weight:bold;
color:#000000;
font-size:11px;
}
.SearchLack {
font-style:italic;
font-size:13px;
height:100px;
margin-top:30px;
text-align:center;
}