#catalog	/* catalog section */
{
	padding: 1px 1px 5px 1px;
}
#catalog .heading
{
	padding-bottom: 2px;
}
#catalog .heading h1
{
	border-bottom:2px solid #002A54;
	color:#002A54;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#catalog .heading h2
{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding-bottom:5px;
	padding-left:0;
}

#catalog .date
{
	font-size: 11px;
	font-weight:normal;	
}
#catalog h4
{
}

#catalog .catalog-photo
{
	float: left; 
	margin-right: 10px;
	margin-bottom: 2px;
}

#catalog .description
{
	padding-bottom: 5px;
	padding-top: 5px;
}

#catalog .keywords
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#catalog .top-blurb
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#catalog .grid-listing	/* landing page table listing */
{
	border-collapse: collapse;
	width: 100%;
}

#catalog .grid-listing tbody tr td	/* landing page table cell */
{
	vertical-align: top !important;
	text-align: center !important;
	padding: 5px !important;
	width: 20%;
}

#catalog .footer-nav	/* footer navigation section */
{
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
}
#catalog .footer-nav td
{
	vertical-align: top !important;
}

#catalog .footer-nav .previous
{
	float: left;
}
#catalog .footer-nav .next
{
	float: right;
}
#catalog .footer-nav li	/* detail page footer navigation list */
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#catalog .footer-nav li div.more	/* detail page footer navigation list */
{
}

#catalog-module	/* module section */
{
	padding: 0px;
}
#catalog-module .heading
{
}

#catalog-module .heading h3	/* module - heading */
{
	font-size:13px;
}
#catalog-module .content
{
}
#catalog-module .body
{
	text-align: center;
	max-width: 180px;
	max-width: auto !important;
	width: 180x;
}

#catalog-module .title	/* module - catalog title */
{
}
#catalog-module .photo	/* module - catalog photo */
{
}

#catalog-module .footer	/* module - footer */
{
}
