.Primary td, .Summary td
{
	text-align: center;
}

.List td
{
	text-align: left;
	vertical-align: top;
}

.List .pad
{
	float: left;
	padding-right: 5px;
}

.List .name
{
	display:block;
}

.Products .price
{
	text-align: center;
}

/*---------------------------Dept Link Displays-------------------*/
.Links .name, .Links.Articles .name
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-decoration: underline;
	display: block;
}

/*----------------------------Dept List Products Display-------------*/
.List.Products .body td
{
	border:0px;
	text-align: center;
}
.List.Products .body tr .first.last
{
    text-align: left;
}
.List.Products .link.more
{
    float: left;
}
.List.Products .f1,
.Catalog .f1
{
	background-color: White;
	text-align: left;
	
}

.List.Products .f2,
.Catalog .f2
{
	background-color: #dcdcdc;
	text-align: left;
}

.List.Products .pad,
.Catalog .pad
{
	padding: 5px;
}

.List.Products .name, .Catalog .name
{
	display: block;
	font: 11px verdana, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	
}

.List.Products .sku-hdr, .Catalog .sku-hdr
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
}

.List.Products .sku, .Catalog .sku
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	display:inline;
}

.List.Products .qty-hdr, .Catalog .qty-hdr
{
	font: 800 12px arial, sans-serif;
	color: #000;
	vertical-align: top;
	float:right;
	padding-right: 5px;
}

.List.Products .available, .Catalog .available
{
	font: normal 11px verdana, sans-serif;
	color: #000;
	padding-right:5px;
}

.List.Products .pricing .lot td,
.List.Products .pricing .qty td, 
.Catalog .pricing .lot td, 
.Catalog .pricing .qty td
{
	font: 800 11px arial, sans-serif;
	padding: 2px 10px;		
	color: #fff;
	background: #000;
	text-align: center;
}

.List.Products .pricing td,
.Catalog .pricing td
{
	font: 11px arial, sans-serif;
	padding: 3px;
	border-bottom: 1px solid #998c59;
	border-right: 1px solid #998c59;
	color: #000;
	background: #fff;
}

.List.Products .pricing .first,
.Catalog .pricing .first
{
	border-left: 1px solid #998c59;	
}

/*---------------------------Dept Summary Article Display--------------------*/
.Articles .article
{
	padding-bottom: 10px;	
	clear: both;
	text-align: left;
}

.Summary.Articles .pad
{
	float: right;
	padding: 2px;
}

.Summary.Articles .last .pad
{
	float: left;
}

.Articles .content
{
	display:block;
	text-decoration: none;
	padding: 2px;
}
.Articles .name
{
	display: inline;
}

.Articles .name:hover
{
	display: inline;
}

.Articles .link
{	
	display: block;
}

.Articles .desc
{	
}

.Articles .subpages
{	
}
/*----------------------------Dept Site Map Display ------------------------------*/
.SiteMap {
	float: left;
	width: 534px;
	font: normal 11px arial, sans-serif;
	color: #000;
	line-height: 14px;
	text-align: left;
	padding: 0 12px 10px 18px;
	margin: 0;
}

.SiteMap .list ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.SiteMap .list ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

.SiteMap .title
{
	display: block;
	width: 154px;
	font: 800 12px arial, sans-serif;
	color: #fff;
	background: #255353;
	border-bottom: 2px solid #ffb23f;
	text-align: left;
	padding: 2px 4px 0 6px;
	margin: 12px 0 0 0;
	text-decoration: none;
}

.SiteMap .link
{
	display: block;
	font: normal 12px arial, sans-serif;
	color: #333;
	line-height: 14px;
	text-decoration: underline;
	text-align: left;
	padding: 4px 0;
	margin: 0 0 0 8px;
}

.SiteMap .link:hover
{
	color: #f00;
	text-decoration: underline;
}

.List.SiteMap td
{
	border: 0px;
}

