﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* ------------------------------------------------------------------- */
.AspNet-DataList
{
}

.AspNet-DataList table
{
}

.AspNet-DataList table caption
{
}

.AspNet-DataList table thead
{
}

.AspNet-DataList table thead tr
{
}

.AspNet-DataList table thead tr th
{
}

.AspNet-DataList table tfoot
{
}

.AspNet-DataList table tfoot tr
{
}

.AspNet-DataList table tfoot tr td
{
}

.AspNet-DataList table tbody
{
}

.AspNet-DataList table tbody tr
{
}

.AspNet-DataList table tbody tr td
{
	width: 100px;
	text-align: center;
	vertical-align: bottom;
}
.AspNet-DataList table tbody tr td img
{
	width: 90px;
	height :120px;
	margin-RIGHT:12PX;
	margin-left:6PX;
	border: solid 1px #CFCFCF;
	clear: both;
}
.AspNet-DataList .product-content
{
	width: 110px; /* border :solid 1px #CFCFCF;*/
}
.AspNet-DataList .product-content a
{
	line-height: 1.1em;
	clear: both;
}
/* --------------------------------------------------------------------------------------------------- */
/* Used when the DataList adapter is NOT used. */
/* These styles are used by the DataList's skin, found in this theme's skin file. */
.DataList-Skin-Header
{
	border-top: solid 20px #9C0001;
	padding: 0 8px 8px 0;
}
.DataList-Skin-Footer
{
	border-top: solid 20px #9C0001;
}

.list-product-content
{
	width: 120px;
	height: 140px; /* border :solid 1px #CFCFCF;*/
	margin: 15px 20px 10px 20px;
}

