#main_nav, .main_inside, #search_bar, .content_header, .catalog_thumbs, .content_header, #footer,
.main_top, .products_top_options, .but_buy_now, form, .product_info a {
	display: none;
}
h1 {
	width: 100%;
	font-size: 20px;
	padding: 15px 0 15px 15px;
	background-color: #242214;
	color: #E4C36A;
}
p {
	font-size: 10px;
	line-height: 16px;
}
.right_side .blogging, .title_blogging, .details_link {
	display: none;
}
.list_featured_products {
	list-style: none;
}
.list_featured_products li {
	float: left;
	margin: 0 20px 0 0;
}
.list_featured_products span {
	display: block;
}
.featured_products em, .title_kaatz_latest_news {
	clear: both;
}
.featured_products .title_featured_products, h2.title_kaatz_latest_news {
	padding: 0 0 2px 15px;
	border-bottom: 1px solid #B1A79A;
	display: block;
	font-size: 14px;
	font-weight: bold;
}


/* Producs LIST
---------------------------------------------------------------------*/
.products_list {
	border-top: 1px solid #B1A79A;	
	clear: left;
}
.products_list ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.products_list ul li {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
}
.products_list h2 {
	font-family: Georgia;
	font-size: 12px;
	line-height: 14px;
	color: #821201;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.products_list p {	
	padding: 0 0 5px 0;
}
.product_info {
	text-align: left;
	width: 440px;
	padding: 0 20px 10px 15px;
}
.product_info p {
	font-size: 12px;
	line-height: 16px;
}
.product_thumb {
	text-align: right;
	width: 200px;
	float: right;
}
.product_thumb div {
	width: 190px;
	height: 125px;
	float: right;
	position: relative;
}
.product_thumb div img {
	background: transparent;
	position: absolute;
	top: 7px;
	left: 7px;
	height: 111px;
	width: 176px;
}
.product_thumb .product_price {
	color: #821201;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding: 7px 0 0 17px;
}
.product_thumb .product_price b {
	color: #000000;
	padding: 0 0 0 5px;
}