/* @override http://www.g3.cz/css/catalog/catalog.css */

/* @group category-text */

.category-text {
	margin: 10px 0;
}

/* @end */

/* @group filter */

.filter {
	clear: left;
	margin: 10px 0;
}

.filter.filter-bottom {
	margin: 0;
}

.filter form {
	padding: 5px;
}

.filter label {
	margin: 0 10px 0 0;
}

.filter select {
	width: 100px;
}

.filter select.count {
	width: 60px;
}

.filter .button {
	float: none;
}

/* @end */

/* @group item-short-table */

.item-short-table {
	height: 0;
	min-height: 0;
	margin: 0 0 10px 0;
}

div[class] .item-short-table {
	height: auto;
}

.item-short-table table {
	border: 1px solid #cecece;
	background: #f6f6f6;
}

.item-short-table table tr td, .item-short-table table tr th {
	padding: 2px 5px;
}

.item-short-table table tr td {
	border-bottom: 1px solid #cecece;
}

.item-short-table table tr th {
	padding: 5px;
	font-weight: 400;
	border-bottom: 1px solid #b2b2b2;
	background: #cdcdcd url(../global/img/global/header.png) repeat-x 0 0;
}

.item-short-table .odd-stripe td {
	_ackground: url(../global/img/global/input_text_bg.gif) 0 0 repeat-x;
	background: #fbfbfb;
}

.item-short-table table tr td .i-text {
	width: 50px;
}

/* @end */

/* @group item-full */

table.prices {
	width: 100%;
}

table.prices tr td {
	padding: 0 10px 4px 0;
}

table.prices tr td.last-cell {
	padding: 0 0 4px 0;
}

.item-full {
	height: 0;
	min-height: 0;
}

div[class] .item-full {
	height: auto;
}

.item-full .img-two {
	width: 250px;
	height: 250px;
	min-height: 250px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
}

div[class] .item-full .img-two {
	height: auto;
}

.item-full .img-two img {
	display: block;
	margin: 0;
}

.item-full .text-info {
	width: 356px;
	float: right;
	margin: 0 0 10px 0;
}

.item-full .purchase-form textarea.i-text {
	width: 96%;
	height: 60px;
}

.item-full .purchase-form .button {
	float: none;
}

.item-full .description {
	margin: 10px 0;
}

.item-full .text-info .description, .item-full .text-info p {
	margin: 0 0 10px 0;
}

/* @end */

/* @group appended-texts */

.appended-texts {
	margin: 10px 0;
}

/* @end */

/* @group basket */

table.basket {
	margin: 16px 0 0 0;
}

table.basket tr td, table.basket tr th {
	padding: 2px 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

table.basket thead tr th {
	padding: 5px;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	border-bottom: 2px solid #969696;
	background: #d6d6d6;
}

table.basket tr td .i-text {
	width: 30px;
	text-align: right;
	background-color: #fff;
}

table.basket tr.highlighted td {
	background: #e8e8e8;
}

table.basket tr.separated td {
	padding: 0;
	border-bottom: solid 1px #d2d2d2;
}

table.basket tr.separated.double td {
	border-bottom: solid 2px #969696;
}

table.basket tr.separated-top td {
	border-top: solid 1px #969696;
}

table.basket tr.separated-bottom td {
	border-bottom: 1px solid #ccc;
}

table.basket tr.separated-top-bottom td {
	padding: 0;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

table.basket tr.separated-top-bottom td span {
	display: block;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

table.basket tr td .delete {
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/icons/delete.png) transparent 50% 50% no-repeat;
}

table.basket tr td .delete span {
	display: none;
}

table.final-sum {
	margin: 20px 0 0 0;
}

table.final-sum tr td {
	padding: 2px 10px;
}

table.final-sum tr td.final-price {
	padding: 5px 7px 5px 10px;
	color: #000;
	font-size: 18px;
	border: solid 3px #000;
}

/* @end */