#tekilList {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
#tekilList thead tr th {
	background-color: lavender;
	text-align: left;
	padding: 6px 0 6px 10px;
	border-right: solid 3px ivory;
	color: #005FAF;
}
#tekilList tr td {
	padding: 6px 0 6px 10px;
	border-right: solid 3px ivory;
}
#tekilList tr td a.modal{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: solid 5px white;
	background-color: white;
	display: block;
	margin: 0 auto;
}
#tekilList tr td a.modal img{
	height: 60px;
	display: block;
	margin: 0 auto;
}
.row0 {
	background-color: white;
}
.row1 {
	background-color: aliceblue;
}
#urunlerCheckbox label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005FAF;
	padding: 4px 0 4px 5px;
	border: solid 1px #005FAF;
	width: 280px;
	margin: 4px;
	display: block;
	float: left;
	transition: 0.5s;
	line-height: 24px;
}
#urunlerCheckbox label:hover {
	color: #46a546;
	border: solid 1px #46a546;
}
#urunlerCheckbox input[type=checkbox]{
	display: none;
}
#urunlerCheckbox input[type=checkbox]:checked + label{
	background-color: #46a546;
	border: solid 1px #46a546;
	color: white;
	transition: 0.5s;
}
#urunlerCheckbox label span{
	visibility: hidden;
	font-size: 24px;
}
#urunlerCheckbox input[type=checkbox]:checked + label span{
	visibility: visible;
}
