/* Hlavny list blok */
.item {
	height: 120px;
	background-color: #e8e8e8;
	margin-bottom: 1px;
	padding: 0px;
	color: #1d1d1d;
	line-height: 120px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

/* Miesto kde je obrazok */
.obr-item {
	width: 90px;
	height: 100px;
	display: block;
	margin: 5px;
	float: left;
	padding: 2px;
	cursor: pointer;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
    border: 1px solid #777777;
	overflow: hidden;
}

/* Panel napravo */
.right-control {
	width: 125px;
	margin: 5px;
	overflow: hidden;
	font-weight: bold;
}

/* Jeden blok panelu */
.right-block {
	width: 125px;
	height: 25px;
	margin-bottom: 2px;
	background-color: #dadada;	
	font-weight: bold;
	line-height:25px;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	color: #555555;
	overflow: hidden;
}

/* Stred medzi panelmy */
.itm-body, .itm-bottom, .itm-top {
	line-height: 100%;
	vertical-align: top;
	height: 15px;
	overflow: hidden;
}

/* Horny blok (nad ciarkovanou ciarou) */
.itm-top {
	height: 30px;
	line-height: 15px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #bbbbbb;
}

.itm-bottom-detail {
	color: #FF0000;
	height: 17px;
	line-height: 17px;
	font-weight: bold;
	font-size: 13px;
}

/* Blok s kratkym popisom */
.itm-body {
	height: 50px;
	overflow: auto;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
}

/* Styl linky na vyrobcu */
.ln-man {
	color: #888888 !important;
	font-weight: bold;
	text-decoration:none;
}

/* Linka po prejdeni mysov */
.ln-man:hover {
	color: #AAAAAA;
	text-decoration:underline;
}


