/* (C) 2008 Twórcy.pl Arkusz stylów do SmodCMS v. 3.x dla modułu SearchList */

#searchlist table {
	border-collapse: separate;
	background: #ffffff;
	width: 100%;
	}

#searchlist table td{
	padding: 2px 3px;
	border: 1px dotted #cccccc;
	}

#searchlist table td.head{
	background: #555555;
	color: #ffffff;
	font-weight: bold;
	}	
	
#searchlist table td.head a{
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
	}
	
#searchlist table td.head a:hover{
	color: #ffffff;
	}
	
#searchlist table tr.dwa {
	background: #f0f0f0;
	}







	
	
	