﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* The outermost DataList table. */
.productsDataList .AspNet-DataList table
{
width: 546px;
margin: 20px auto 0;
}

/* Individual "items" in the DataList. */
.productsDataList .AspNet-DataList table tbody tr td
{
width: 33%;
vertical-align: top;
padding: 2px;
}

.productsDataList .AspNet-DataList table tbody tr td div {
width: 150px;
height: 150px;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.productsDataList .AspNet-DataList table tbody tr td h2 {
text-align: left;
font-family: Tahoma;
font-size: 14px;
color: #8B8B8B;
font-weight: bold;	
padding-bottom: 5px;
}

.productsDataList .AspNet-DataList table tbody tr td p {
text-align: left;
font-family: Tahoma;
font-size: 12px;
color: #8B8B8B;
margin: 0 0 10px 0;

}