.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 arial, sans-serif;
	color: #000;
	text-decoration: underline;
	display: block;
}

/*----------------------------Dept List Products Display-------------*/
.List.Products .body td
{
	border:0px;
	text-align: left;
}
.List.Products .body tr
{
}
.List.Products .f1
{
	background-color: White;
	clear:both;
}

.List.Products .f2
{
	background-color: #dce8fb;
	clear: both;
}

.List.Products .name
{
	display: inline;
	font: 800 11px arial, sans-serif;
	color: #0052c3;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0;
}
.List.Products .name:hover
{
    color: #000097;
}
.List.Products .link.more
{
	display: block;
}
.List.Products .link.more:hover
{
	color: #002e6c;
	background: none;
}
.List.Products .new
{
	padding-left: 5px;
}
.List.Products .sku-hdr
{
	font: 800 12px arial, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
}

.List.Products .sku
{
	font: normal 11px arial, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	display:inline;
}

.List.Products .qty-hdr
{
	font: 800 12px arial, sans-serif;
	color: #000;
	vertical-align: top;
	float:right;
	padding-right: 5px;
}

.List.Products .available
{
	font: normal 11px arial, sans-serif;
	color: #000;
	padding-right:5px;
}

.List.Products .pricing .lot td,
.List.Products .pricing .qty td
{
	font: 800 11px arial, sans-serif;
	padding: 2px 10px;		
	color: #fff;
	background: #000;
	text-align: center;
}

.List.Products .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
{
	border-left: 1px solid #998c59;	
}

.List.Products .link.more
{
	background:none;
	color: #0052c3;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.List.Products .link.more:hover
{
    text-decoration: underline;
}
.List.Products .pad
{
    padding: 5px;
    display:block;
    float: left;
    margin:0;
    width:65px;
}
/*---------------------------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
{	
}
/*--------------------------Sidebar FILTER Stuff---------------------------*/
.filter .xbut
{
	background: url(../images/x.gif) no-repeat 0 3px;
	padding: 2px 2px 2px 4px;
	margin: 0;
}
.filter .xbut
{
	background: url(../images/x_f2.gif) no-repeat 0 3px;
}
.filter
{
	display: block;
	width: 200px;
	text-align: left;
	border: 1px solid #000097;
	padding: 0;
	margin: 4px 0 6px 0;
}
.filterhdr
{
	display: block;
	width: 178px;
	background: #0550b5 url(../images/filter_hdr.gif) no-repeat 0 4px;
	font: 800 12px arial, sans-serif;
	color: #fff;
	text-align: left;
	padding: 3px 6px 3px 16px;
	margin: 0;
}
.filter .title
{
	display: block;
	width: 195px;
	font: 800 11px arial, sans-serif;
	color: #fff;
	background: #6495ed;
	padding: 2px 2px 2px 3px;
	margin: 0 -4px 4px -4px;
}
.filter .section
{
	display: block;
	width: 192px;
	background: #fff;
	border: none;
	padding: 0 4px 6px 4px;
	margin: 0;
}
