@charset "utf-8";
/* CSS Document */

#catalog {
	margin: 1em 0;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	/*text-decoration: underline;*/
}

#catalog_body {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#catalog_body li {
	float: left;
	width: 46%;
	height: 200px;
	margin: 0;
	margin: 15px 15px 15px 0;
	/*overflow: hidden;*/
	text-align: center;
}

#catalog .image {
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	/*float: left;*/
	margin: 0 auto;
	padding: 0;
}
#catalog .description {
	clear: both;
	font-size: 0.7em;
	text-align: center;
	color: #653926;
	font-style: normal;
	line-height: 15px;
	display: block;
}

#catalog .header {
	margin-top: 0;
	padding-top: 0;
	display: block;
	line-height: 25px;
}

#catalog .header a {
	font-size: 1.4em;
	color: #DE8525;
	text-decoration: underline;
}


#catalog .price {
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #DE8525;
}
