.items_line
{
	width: 100%;
}

.item
{
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 10px 10px 10px 10px;
	background-color: #B7EE5D;
	font-family: Arial;
	width: 95%;
	float: left;
}

.item .item_head{
	color: #5F6000;
	font: bold 18px;
	text-align: center;
}

.item .item_head A{
	color: #600000;
	font-weight: bold;
	font-size: 16px;
}

.item .item_head A:hover{
	color: #AA0000;
	font-weight: bold;
	font-size: 16px;
}

.item .item_foto{width: 50%; border: 0px;}
.item .item_description{font: normal 12px;}
.item .item_price{font: bold 14px Verdana;}
.item .item_reduction{display: none;}

/* AKCNI ZBOZI */
.action
{
	border: 1px solid #000000;
	margin: 10px 10px 10px 10px;
	background-color: #DEDEDE;
	font-family: Arial;
	width: 95%;
	float: left;
}

.action .item_head{
	color: #5F6000;
	font: bold 18px;
	text-align: center;
}

.action .item_head A{
	color: #600000;
	font-weight: bold;
	font-size: 16px;
}

.action .item_head A:hover{
	color: #AA0000;
	font-weight: bold;
	font-size: 16px;
}

.action .item_foto{width: 50%; border: 0px;}
.action .item_description{font: normal 12px;}
.action .item_price{font: normal 12px Verdana;	color: #606060; text-decoration: line-through;}
.action .item_reduction{display: inline; color: #BF0000; font: bold 14px Verdana}

TD{vertical-align: middle;}
