@import "../common/template.css";
@import "../common/header.css";
@import "../common/tabs.css";
@import "../common/sidebar.css";
@import "../common/overrides.css";

/*
	css/maps/HOME.CSS
	- Styling for elements that are common to section homepages.
*/

.ui-tabs .ui-tabs-panel { padding: 10px 20px 20px 20px; width: 684px; }

.ui-tabs .ui-tabs-panel p { width: 684px; }

.ui-tabs .ui-tabs-panel .articles p, .ui-tabs .ui-tabs-panel .events .desc p { width: auto; }

/* Product Grid to display products */
.content .product-grid { clear: both; float: left; margin: 10px 0 0 0; }
	.content .product-grid li { background: none; float: left; list-style: none; margin: 0 4px 20px 4px; padding: 0; }
		.product-grid li a { display: block; }
		.product-grid li a:hover, .product-grid li a:active { background: url('/_assets/themes/default/img/backgrounds/product_grid_ro.png') 0 0 no-repeat; }

a.view_all { display: inline-block; width: auto; }

.archived-products { width: 80%; margin: auto; }
	.archived-products td { width: 50%; }
