body #main-menu {
	display: none;
}

body #content-menu {
/*	display: none;*/
}
body #content {
	width: 885px;
	padding: 0;
}
body #content #breadcrumbs {
	margin-left:20px;
}

table.catalog-section-wrapper {
	width: 100%;
}

td.filters {
	width: 160px;
	padding-top: 10px;
	padding-left: 10px;
}

	.filtersInner {
		background:#e4e4e4;
		width:168px;
	}

	#content-container td.filters a.button {
		height:16px;
		line-height:16px;
		margin:5px 0 0 5px;
	}
	#content-container td.filters a.button.selected {
		background-position:0 -20px;
	}

	td.filters .hr {
		margin-left: 0;
		padding-bottom: 5px;
	}
	
	#content-container td.filters ul {
		margin:0;
		padding:5px 0 10px 13px;
		
		list-style: none;
	}

		#content-container td.filters ul li {
			display: block;
			margin: 3px 0;
		}
		
			#content-container td.filters ul li a {
				line-height: 19px;
				
				font-family: Tahoma;
				font-size: 11pt;
				text-decoration:none;
			}
			#content-container td.filters ul li a:hover,
			#content-container td.filters ul li a.active {
				text-decoration:underline;				
			}
			
				/*#content td.filters ul li a:hover, #content td.filters ul li a.active {
					background: url(images/bg-filter-active.gif) repeat-x 0 50%;
					
					color: #fff;
				}*/
				
	td.filters div.top-filters {
		position: absolute;
		top: 105px;
		top: -25px\9; /* IE all versions hack */
		right: 10px;
		
		white-space: nobr;
	}
			
td.catalog-section {
	*position: relative;
	padding: 5px 0 0 20px;
}

	.catalog-section td.catalog-item {
		*position: relative;
		width: 142px;
		
/*		border: 1px solid #AF552B;*/
		background:#e4e4e4;
		padding: 7px;
	}
		
		.catalog-section .catalog-item div.title {
			padding: 0 1px;
		}
		#content .catalog-section .catalog-item div.title a,
		#content .catalog-section .catalog-item div.title a:visited {
			text-decoration:none;
		}
		#content .catalog-section .catalog-item div.title a:hover {
			text-decoration:underline;
		}
		
		.catalog-section .catalog-item div.preview-img {
			position: relative;
			margin: 5px 0;
			
			text-align: center;
		}
		
			.catalog-section .catalog-item div.preview-img img {
				/*border: 1px solid #A94313;
				background: #FFF0E3;*/
			}
			
			.catalog-section .catalog-item .overlay-new,
			.catalog-section .catalog-item .overlay-discount,
			.catalog-section .catalog-item .overlay-awaiting,
			.catalog-section .catalog-item .overlay-lack,
			.catalog-section .catalog-item .overlay-last,
			.catalog-section .catalog-item .overlay-special-price {
				display: block;
				position: absolute;
				top: 142px;
				left: 3px;
				-left:-1px;

				width: 142px;
				height: 48px;
				
				cursor: pointer;
				cursor: hand;
			}
			
			.catalog-section .catalog-item .overlay-new {
				background: url(images/bg-overlay-new.png) no-repeat;
				_background: url(images/bg-overlay-new.gif) no-repeat;
			}
			
			.catalog-section .catalog-item .overlay-discount {
				background: url(images/bg-overlay-discount.png) no-repeat;
				_background: url(images/bg-overlay-discount.gif) no-repeat;
			}
			
			.catalog-section .catalog-item .overlay-special-price {
				background: url(images/bg-overlay-special-price.png) no-repeat;
				_background: url(images/bg-overlay-special-price.gif) no-repeat;
			}
			
			.catalog-section .catalog-item .overlay-awaiting {
				background: url(images/bg-overlay-awaiting.png) no-repeat;
				_background: url(images/bg-overlay-awaiting.gif) no-repeat;
			}
			
			.catalog-section .catalog-item .overlay-lack {
				background: url(images/bg-overlay-lack.png) no-repeat;
				_background: url(images/bg-overlay-lack.gif) no-repeat;
			}
			
			.catalog-section .catalog-item .overlay-last {
				background: url(images/bg-overlay-last.png) no-repeat;
				_background: url(images/bg-overlay-last.gif) no-repeat;
			}
			
		.catalog-section .catalog-item div.quantity {
			margin-top: 5px;
		}
		
			.catalog-section .catalog-item div.quantity.out-of-stock {
				color: #a00;
			}
			
		.catalog-section .catalog-item td.catalog-item-footer {
			vertical-align: bottom;
		}
		
			div.quantity-indicator {
				margin: 5px;
				
				text-align: center;
			}
			
				.quantity-indicator td {
					vertical-align: middle;
				}
			
				.quantity-indicator div.background {
					margin: 0 auto;
					width: 80px;
					
					background: #fff;
					
					text-align: left;
					font-size: 0 !important;
					line-height: 0 !important;
					text-indent: -9999 !important;
					color: transparent !important;
				}
				
					.quantity-indicator .background div.filler {
						height: 6px;
						
						/*background: url(images/quantity-fill.gif) repeat-x;*/
						background:url(images/quantity-bg.gif) repeat-x;
					}
					
			.catalog-section .catalog-item .prices {}
			
				.catalog-section .catalog-item .prices:after { display: block; float: none; clear: both; content: ' '; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
				.catalog-section .catalog-item .prices { *overflow: visible; *zoom: 1; }
				
				.catalog-section .catalog-item .old-price,
				.catalog-section .catalog-item .price {
					display: -moz-inline-stack;
					display: inline-block;
					
					margin-left: 5px;
					
					white-space: nowrap;
					
					font-size: 7pt;
					padding-top:1pt;
				}
				
				.catalog-section .catalog-item .old-price {
					float: left;
					clear: left;
					
					text-decoration: line-through;
				}
						
				.catalog-section .catalog-item .price {
					float: right;
					clear: right;
					
					font-size: 8pt;
					color:#dd6901;
					font-weight:bold;
					margin-right:6px;
				}
			
	.catalog-section div.articles {
		margin: 15px;
	}
		.catalog-section div.articles:after { display: block; float: none; clear: both; content: ' '; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
		.catalog-section div.articles { *overflow: visible; *zoom: 1; }
		
		.catalog-section .articles ul {
			float: right;
			clear: right;
		}
	
	
	