/* Format grid */

#index_categories_page #body .category_lists {
	float: right; /**/
/*	height: dynamically calculated in HTML /**/
	width: 720px; /**/
}

#index_categories_page #body .category_list_items {
	border-left: thin dotted #c4c4c4; /**/
	border-top: thin dotted #c4c4c4; /**/
	float: left; /**/
/*	height: dynamically calculated in HTML /**/
/*	width: dynamically determined in HTML /**/	
}

#index_categories_page #body .category_list_items.left_column {
	border-left: none; /**/
}

#index_categories_page #body .category_list_items.top_row {
	border-top: none; /**/
}

/* Format grid cells */

#index_categories_page #body .category_list_items {
	text-align: center; /**/
}

#index_categories_page #body .category_list_items .image_links_to_category img {
	margin: 20px 73px 10px 72px; /**/
}

#index_categories_page #body .category_list_items .text_links_to_category {
	color: #000; /**/
	display: block; /**/
	font-style: italic; /**/
/*	padding: 15px 0; /**/
	text-decoration: none; /**/
	width: 100%;
}

.ie_6 #index_categories_page #body .category_list_items .text_links_to_category {
	font-weight: bold; /**/
}
