﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.categories .AspNet-DataList
{
}

.categories .AspNet-DataList table
{
	width: 110px;
}

.categories .AspNet-DataList table caption
{
}

.categories .AspNet-DataList table thead
{
}

.categories .AspNet-DataList table thead tr
{
}

.categories .AspNet-DataList table thead tr th
{
}

.categories .AspNet-DataList table tfoot
{
}

.categories .AspNet-DataList table tfoot tr
{
}

.categories .AspNet-DataList table tfoot tr td
{
}

.categories .AspNet-DataList table tbody
{
	
}

.categories .AspNet-DataList table tbody tr
{
}

.categories .AspNet-DataList table tbody tr td
{
	padding-left: 2px;
	padding-bottom: 2px;
}

.manufacturers .AspNet-DataList table
{
	width: 100%;
	text-align:center;
}

.manufacturers .AspNet-DataList table tbody
{
	padding-top: 10px;
}

.manufacturers .AspNet-DataList table tbody tr td
{
}



.featured .AspNet-DataList table
{
	width: 100%;
	text-align:center;
}

.featured .AspNet-DataList table tbody
{
	padding-top: 10px;
}

.featured .AspNet-DataList table tbody tr td
{
}