/* @group filter */

.filter, .filter .top, .filter .top .bottom {
	height: 0;
	min-height: 0;
}

div[class] .filter, div[class] .filter .top, div[class] .filter .top .bottom {
	height: auto;
}

.filter {
	width: 501px;
	clear: left;
	margin: 10px 0 10px 20px;
	background: #fff
}

.filter .top {
	background: #fff;
}

.filter .top .bottom {
	padding: 0;
	background: #fff;
}

.filter form {
	padding: 0 0 5px 0;
}

.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: 0;
}

.filter.down {
	margin: 0 0 0 20px;
}

/* @end */

/* @group item-short-table */

.item-short-table {
	padding: 0 24px 0 20px;
}

.item-short-table table {
	width: 100%;
}

.item-short-table table thead tr td {
	font-size: 90%;
}

.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 */

/* @end */

/* @group item-full */

.item-full {
	height: 0;
	min-height: 0;
}

div[class] .item-full {
	height: auto;
}

.item-full .img {
	width: 282px;
	float: left;
	margin: 0 0 10px 0;
}

.item-full .img img {
	display: block;
	margin: 0;
}

.item-full .catalog-info {
	float: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 292px;
}

.item-full .catalog-info table {
	width: 90%;
	font-size: 90%;
}

.item-full .catalog-info table tr td {
	padding: 1px 5px 1px 0;
}

.item-full .catalog-info .basic-info {
	margin: 10px 0;
}

.item-full .catalog-info .basic-info span.back {
	margin: 0 0 0 190px;
}

.item-full .catalog-info .basic-info p {
	margin: 0;
	line-height: 150%;
}

.item-full .catalog-info .basic-info strong.price {
	color: #FF6702;
	font-size: 140%;
}

.item-full .catalog-info .purchase-form {
	margin: 10px 0;
}

.item-full .catalog-info .purchase-form br {
	display: none;
}

.item-full .catalog-info .purchase-form input.i-text {
	width: 50px;
}

.item-full .catalog-info .purchase-form label.spec {
	display: block;
	padding: 10px 0 0 0;
}

.item-full .catalog-info .purchase-form textarea.i-text {
	width: 208px;
	height: 50px;
}

.item-full .catalog-info .purchase-form .button {
	float: none;
}

.item-full .description {
	clear: both;
}

/* @end */

/* @group materials */

#materials {
	margin: 10px 0;
}

#materials .hide {
	display: none;
}

#materials ul {
	display: block;
	height: 0;
	min-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

div[id] #materials ul {
	height: auto;
}

#materials ul li {
	display: block;
	height: 0;
	min-height: 0;
	clear: left;
}

div[id] #materials ul li {
	height: auto;
}

#materials ul li span {
	display: block;
	height: 0;
	min-height: 0;
	padding: 5px 5px 5px 20px;
	cursor: pointer;
	border-top: solid 1px #c0c0c0;
	background: url(img/plus-minus/plus.gif) #fff 5px 50% no-repeat;
}

#materials ul li.open span {
	background: url(img/plus-minus/minus.gif) #fff 5px 50% no-repeat;
}

#materials ul li span:hover {
	text-decoration: underline;
}

div[id] #materials ul li span {
	height: auto;
}

#materials ul li ul {
	clear: left;
}

#materials ul li ul li {
	float: left;
	clear: none;
	padding: 10px 4px;
	text-align: center;
	border: none;
}

#materials ul li ul li span, #materials ul li.open ul li span {
	display: inline;
	margin: 0;
	padding: 0;
	cursor: default;
	border: none;
	background: #fff;
}

#materials ul li ul li span:hover {
	text-decoration: none;
	background: transparent;
}

#materials ul li ul li span a {
	color: #353535;
	text-decoration: none;
}

#materials ul li ul li img {
	display: block;
	margin: 0 0 5px 0;
}

/* @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: transparent;
}

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/dark/edit.gif);
}

.basket table tr td .icons a.delete {
	background-image: url(img/icons/dark/delete.gif);
}

.basket table tr td .icons a span {
	display: none;
}

/* @end */