.catalog_section_name_wrapper
{
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	padding: 5px;
	/*background-color:#0000aa;*/
	border-bottom: 2px solid #00a;
	color: #00a;
}
.catalog_item_wrapper
{
	width:950px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #e0e0e0;
	margin-bottom: 5px;
}
.catalog_item_image_wrapper
{
	width: 160px;
	text-align:center;
}
.catalog_item_name_wrapper
{
	float: left;
	font-weight:bold;
	font-size:15px;
	color: #ff0000;
	margin-bottom: 10px;
}
.catalog_item_model_wrapper
{
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
}
.catalog_item_strong_note_wrapper
{
	color: #ff0000;
	margin-bottom: 10px;
}
.catalog_item_price_wrapper
{
	float: right;
	font-weight:bold;
	font-size:15px;
	color: #ff0000;
	margin-right: 10px;
	line-height: 25px;
}
.catalog_item_romance_text_wrapper
{
}
.catalog_item_cart_button_wrapper
{
	float: right;
}