@charset "utf-8";
.koupit{
	background-image: url(../img/koupit.jpg);
	height: 18px;
	width: 86px;
	border: none;
	text-align: left;
	display: block;
}
.koupit:hover{
	background-image: url(../img/koupit.jpg);
	text-decoration: underline;
	cursor:pointer;
}
.detail{
	background-image: url(../img/detail.jpg);
	height: 19px;
	width: 63px;
	border: none;
	text-align: left;
	display: block;
	color: #ffccff;
	margin-bottom: 10px;
}
.detail:hover{
	background-image: url(../img/detail.jpg);
	text-decoration: underline;
	cursor:pointer;
}
.hledej{
	background-image: url(../img/detail.jpg);
	height: 23px;
	width: 71px;
	border: none;
	text-align: right;
	display: block;
	float: right;
	color: #ffccff;
	margin-left: 10px;
	margin-top: 1px;
}
.hledej:hover{
	background-image: url(../img/detail.jpg);
	text-decoration: underline;
	cursor:pointer;
}
.hledej-text{
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	border: 1px solid #640064;
	height: 16px;
	margin-top: 2px;
}
.hledej-text:hover{
}
