.desc {
	width:555px;
	height:145px;
	display:block;
	clear:left;
	margin:0 5px 0 5px;
}

.dark {
	background:#4D4539;
}

.light {
	background:#595248;
}

	.image {
		width:100px;
		height:163px;
		display:block;
		float:left;
		padding-top:5px;
	}
	
	img.thumb2 {
		margin:4px 4px 4px 12px;
		border:solid 3px #FAA60E;
	}
	
	div.opis {
		width:440px;
		height:163px;
		display:block;
		float:left;
	}
	
	h3.opis {
		display:block;
		float:left;
		clear:left;
		width:413px;
		height:27px;
		margin:8px 8px 8px 22px;
		line-height:27px;
		border-bottom: solid 4px #7C7367;
		color:#D9C9B3;
		background:#7B756A;
		font-size:11px;
	}
		h3.opis span {
			display:block;
			width:4px;
			height:7px;
			margin-left:12px;
			margin-top:11px;
			margin-right:8px;
			float:left;
			background:url(/css/img/h3_list.gif);
			background-position:left;
			background-repeat:no-repeat;
		}
	
		.params {
			display:block;
			float:left;
			width:300px;
			height: 100px;
			font-size:10px;
			line-height:16px;
		}
		
		.buttons {
			display:block;
			float:right;
			width:120px;
			height:110px;
			text-align:right;
			font-size:10px;
			margin-right:6px;
		}

#pager {
	width:100%;
	height:20px;
	clear:left;
	display:block;
	position:relative;
}

#poprzednia {
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	left:160px;
}

#nastepna {
	display:block;
	width:110px;
	height:20px;
	position:absolute;
	right:140px;
}

a:link.page, a:visited.page {
	text-decoration:none;
}

a:hover.page, a:active.page {
	text-decoration:underline;
}