.Items {
	display: inline-block;
	width: 500px;

	border-bottom: 2px dotted #CCCCCC;

	margin-bottom: 15px;

	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.AmzImg {
	dispaly: inline-block;
	width: 170px;
	float: left;

}
.AmzTxt {
	dispaly: inline-block;
	float: left;

	width: 320px;
	text-align: left;
}

.PgList {
	display: inline-block;
}
.PgList ul {
	display: inline-block;
	float: left;
	list-style: none;
}
.PgList ul li {
	display: block;
	width: 25px;
	height: 25px;
	float: left;

	margin-left: 2px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}

.PgList ul li a:link {
	display: block;
	width: 25px;
	height: 25px;

	color: #0000FF;
	text-align: center;
	line-height: 25px;

	font-weight: normal;
}
.PgList ul li a:visited {
	display: block;
	width: 25px;
	height: 25px;

	color: #0000FF;
	text-align: center;
	line-height: 25px;

	font-weight: normal;
}
.PgList ul li a:hover {
	display: block;
	width: 25px;
	height: 25px;

	color: #0000FF;
	text-align: center;
	border: 1px solid #0000FF;
	background-color: #D8E4F1;
	line-height: 25px;

	font-weight: normal;
}

/** Šy“V **/
.PathList {
	display: inline-block;
	width: 500px;
	text-align: left;

	margin-left: auto;
	margin-right: auto;

	font-size: 11px;
	line-height: 18px;

	border: 1px solid #6699CC;
	background-color: #D8E4F1;
}

.RkItem {
	display: inline-block;
	width: 500px;
	text-align: left;

	font-size: 12px;
	line-height: 18px;
}
.RkItem img {
	float: left;

	margin-left: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
}

