/*
  $Id: categories.css 595 2009-04-30 20:48:21Z emandell $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* new products */
#new_products_box {
    font-size: 13px;
    margin: 0;
}

#new_products_box .item {
    display: inline;
    margin: 0 10px 0 10px;
    padding-top: 10px; 
    overflow: hidden;
    width: 150px;
    font-size: 77%;    
}  

#new_products_box .item h3 {
    margin-top: 4px;
}

#new_products_box  {
	clear: both;	
	display:inline-block;
}

#new_products_box img {
	margin-left: auto;
	margin-right:  auto;
	display: block;
}

/* categories page */
#category_heading {
	margin-bottom: 10px;
}

#category_heading h1 {
	font-size: 116%;
	color: white;
	font-weight: bold;	
  	background: #20664f;
  	padding-left: 1em;
	line-height: 2em;	
}

table#subcategories {
	width: 100%;
}

table#subcategories td {
	text-align: center;
	padding-bottom:  15px;
}

table#subcategories img {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right:  auto;
	display: block;
}