/* @override http://www.ktn.directfilm.cz/style/e-shop.css */

/* @group filter */

.filter {
	clear: left;
	margin: 10px 0;
	padding: 5px;
}

.filter label {
	margin: 0 10px 0 0;
}

.filter select {
	width: 100px;
}

.filter select.count {
	width: 60px;
}

.filter .button {
	float: none;
}

.filter .pager {
	margin: 0;
	padding: 5px 0 3px 0;
	border: none;
	background: transparent;
}

/* @end */

#player-flv {
	margin: 0 10px 5px 10px;
	padding: 25px 0 0 0;
}

/* @group item_short js classes */

div.item_short.hover {
	background: #d7dcdf;
}

div.item_short.focused {
	background: #d7dcdf;
}

div.item_short.focused.hover {
	background: #d7dcdf;
}

/* @end */

/* @group item_short */

.delimiter {
	background: #e6ebee;
	height: 3px;
	width: 660px;
	margin: 5px 0 5px 10px;
}

.item_short {
	margin: 0 0 0 10px;
	padding: 0;
	width: 660px;
	position: relative;
	padding-bottom: 1px;
}

.item_short .description {
	margin: 0;
	padding: 0 5px;
}

.item_short .description p {
	margin: 0;
	padding: 0;
}

.item_short .tags {
	background: url(img/icons/tag.gif) left center no-repeat;
	position: relative;
	margin-left: 210px;
	padding-left: 20px;
	min-height: 16px;
	font-size: 90%;
}

.item_short .tags span {
	border-bottom: 1px dashed #80959b;
	margin-bottom: 3px;
	margin-right: 10px;
	width: 360px;
	display: block;
}

.item_short .img {
	width: 128px;
	float: left;
	height: 96px;
	min-height: 96px;
	margin: 0 10px 0 0;
}

div[class] .item_short .img {
	height: auto;
}

.item_short .img img {
	display: block;
	margin: 0;
	padding: 0;
}

.item_short h2 {
	margin: 0 140px 2px 0;
	padding: 0;
}

.item_short h2 a {
	text-decoration: none;
	color: #3f5860;
}

.item_short .link-detail, .item_short .download {
	position: absolute;	
}

.item_short .link-detail {
	width: 70px;
	top: 0;
	right: 0;
}

.item_short .link-detail a, .item_short .download a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
	float: left;
	text-decoration: none;
	color: #3f5860;
	font-size: 12px;
}

.item_short .link-detail a:hover, .item_short .download a:hover {
	text-decoration: underline;
}

.item_short .link-detail a {
	background: url(img/icons/play.png) 0 50% no-repeat;
}

.item_short .download {
	width: 60px;
	right: 70px;
	top: 0;
}

.item_short .download a {
	background: url(img/icons/download.png) 0 50% no-repeat;
}

/* @end */

/* @group item_short-table */

.item_short-table table {
	width: 100%;
}

.item_short-table table tr td a {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .item_short-table table tr td a {
	height: auto;
}

/* @end */

/* @group item_short-image */

.item_short-image {
	width: 280px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	left: 12px;
	top: 0;
}

.item_short-image .img {
	text-align: center;
}

.item_short-image .img img {
	margin: 0;
}

.item_short-image .catalog-info {
	height: 50px;
	min-height: 50px;
	padding: 5px;
}

div[class] .item_short-image .catalog-info {
	height: auto;
}

.item_short-image .link-detail {
	padding: 5px;
	text-align: right;
}

/* @end */

/* @group item-full */

.item-full {
	height: 0;
	min-height: 0;
	padding: 5px;
}

div[class] .item-full {
	height: auto;
}

.item-full .img {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	text-align: center;
}

.item-full .img img {
	width: 300px;
	height: 300px;
	margin: 0;
}

.item-full .catalog-info {
	float: none;
	margin: 0 0 10px 310px;
}

.item-full .catalog-info .purchase-form .i-text {
	width: 60px;
}

.item-full .catalog-info .purchase-form .button {
	float: none;
}

.item-full .description {
	clear: both;
}

/* @end */

/* @group appended-texts */

.appended-texts {
	margin: 10px 0;
}

/* @end */

/* @group basket */

.basket table tr td a {
	display: block;
	height: 0;
	min-height: 0;
}

div[class] .basket table tr td a {
	height: auto;
}

.basket .icons {
	width: 42px;
	float: right;
	position: relative;
	left: 2px;
	top: 0;
}

.basket table tr td .icons a {
	display: block;
	width: 18px;
	height: 17px;
	float: left;
	margin: 0 2px 0 0;
	text-decoration: none;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #363636;
}

div[class] .basket table tr td .icons a {
	height: 17px;
}

.basket table tr td .icons a:hover {
	background-position: 50% 100%;
}

.basket table tr td .icons a.edit {
	background-image: url(img/icons/edit.gif);
}

.basket table tr td .icons a.delete {
	background-image: url(img/icons/delete.gif);
}

.basket table tr td .icons a span {
	display: none;
}

/* @end */
