@CHARSET "UTF-8";

.imagelist * {
			margin: 0; padding: 0;
		}
		.imagelist dl{
			float: left;
			width: 160px;
			padding-left: 6px;
			padding-top: 6px;

			margin-right: 20px;
			margin-bottom: 15px;
			height: 200px;
			border: 1px solid #b0b5fd;
			background-color: #dbddff;
		}
		.imagelist dl dt, .imagelist_sklep dl dt{
				margin: 0;
				padding: 0;
			
			background-color: white;
			border: 1px solid #b9bdfd;
			text-align: center;
			font-size: 124px;
			line-height: 0px;
			
			width: 152px;
			height: 152px;
			
			display: table-cell;
			vertical-align: middle;
		}
		.imagelist dl dt img, .imagelist_sklep dl dt img{
			vertical-align: middle;
			border: 0px;
		}
		.imagelist dl dd, .imagelist_sklep dl dd{
			text-align: center;
			font-size: 11px;
			padding-top: 10px;
		}
		.imagelist_sklep dl dd{
			padding-top: 3px;
		}
		
		.imagelist_sklep dl{
			float: left;
			width: 160px;
			padding-left: 6px;
			padding-top: 6px;

			margin-right: 20px;
			margin-bottom: 15px;
			height: 205px;
			border: 1px solid #b0b5fd;
			background-color: #ffffff;
		}
		
		.towar_opis { width: 150px; color: #3f3f3f; float: left; padding-bottom: 2px; height: 26px;}
		.towar_cena { float: left; padding-left: 2px;}
		.towar_zobacz{ float: right;}
		.towar_zobacz a { background: url('../images/zobacz.jpg') no-repeat; width: 68px; height: 14px; display: block; color: #ffffff; text-decoration:none; cursor: pointer; margin-right: 5px; margin-bottom: 3px;}