﻿body 
{
	font-family:verdana,arial,sans-serif;
    font-size: 11px;
    margin: 0px;
}
.ProductListTable
{
}
.ProductListCell {
	border: 2px solid #cccccc;
	background: #ffffff;
	padding: 20px;
}
.ProductListName {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.ProductListPrice
{
}
.FeaturedProductListCell {
	border: 2px solid #cccccc;
	background: #fff890;
	padding: 20px;
}
.FeaturedProductListName {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.FeaturedProductListPrice
{
	font-weight: bold;
	font-size: 12px;
}

.ProductDetailTable
{
	background-color: White;
	border: 2px solid #cccccc;
 }
.CheckoutTable
{
	background-color: White;
	border: 2px solid #cccccc;
 }
.background {
	background-repeat: repeat-x;
	background-image: url('/store/stores/wiog-tbfdigital-com/Images/PurpleBackground.jpg');
	background-position: top;
	
}
.EvenRowCell
{
	text-align: left;
	padding: 4px;
	background-color: #eeeeee;
}

.OddRowCell
{
	text-align: left;
	padding: 4px;
}

.PageTitle
{
	font-size: 18px;
}

.ValidationErrorTable_Table
{
	width: 100%;
	border: 1px solid #FFB316;
	background-color: #fce9c1;
	margin-bottom: 12px;
}

.ValidationErrorTable_IconCell
{
	width: 30px;
}

.aXTable_EvenRowCell
{
	padding: 4px;
}

.aXTable_OddRowCell
{
	padding: 4px;
}