#show_category_page #body .categories {
	display: inline; /**/
	width: 740px; /**/	
}

#show_category_page #body .categories .category_images {
	float: left; /**/
	margin: 0 20px; /**/
	text-align: center; /**/
	width: 450px; /* FIX ME */
}

#show_category_page #body .categories .category_details {
	float: right; /**/
	width: 250px; /**/
}

#show_category_page #body .categories .category_details p {
	float: right; /**/
	margin-bottom: 15px; /**/
	margin-top: 20px; /**/
}

#show_category_page #body .categories .category_details #link_to_delete_category {
	margin-left: 10px; /**/
}

#show_category_page #body .categories #link_to_delete_category a {
	background-image: url(/images/buttons/Delete%20Category.png); /**/
	width: 147px; /**/
}

#show_category_page #body .categories #link_to_edit_category a {
	background-image: url(/images/buttons/Edit%20Category.png); /**/
	width: 127px; /**/
}

/* * * * * * */

#show_category_page #body .categories .product_lists {
/*	clear: both; /**/
}

#show_category_page #body .categories .product_list_items {
/*	float: left; /**/
/*	height: dynamically calculated in HTML /**/
/*	padding: 10px; /**/
/*	width: 354px; /**/
}

#show_category_page #body .categories .product_list_items .product_images {
/*	display: table-cell; /**/
/*	height: 110px; /**/
/*/*	min-height: 10em; /**/
/*	text-align: center; /**/
/*	vertical-align: middle; /**/
/*	width: 130px; /**/
}

#show_category_page #body .categories .product_list_items .image_links_to_product {
/*	float: left; /**/
/*	height: 110px; /**/
/*	text-align: center; /**/
/*	vertical-align: middle; /**/
/*	width: 110px; /**/
}

#show_category_page #body .categories .product_list_items .product_details {
/*	float: right; /**/
/*	height: 110px; /**/
/*	width: 214px; /**/
}

#show_category_page #body .categories .product_list_items .text_links_to_product {
/*	float: left;
/*	padding-bottom: 10px; /**/
/*	text-decoration: none; /**/
/*	width: 100%; /**/
}


