﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #300;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	text-align: center;
}

.product-description
{
	font-size: 9pt;
}

.product-tile 
{ 
	background-image: url(/Resources/Images/Web/Shop_Tile_01.png); 
	width: 230px; 
	height: 250px;
}
    
.product-title 
{ 
	font-weight: bold; 
	font-size: 10pt; 
}

.menubody
{
	font-size: 10pt;
	vertical-align: top;
	width: 300px;
	padding: 0px 5px 0px 5px;
}

.gridview
{
	font-size: 9pt;
	width: 90%;
	margin: 0px auto 0px auto;
}

.gridviewAltRow
{
	background-color: #e2b971;
}

.tvDepartments
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
}

.tvCategories
{
	font-weight: bold;
	color: Maroon;
}

.light_bg
{
	background-image: url(/resources/images/web/light_background.jpg);
}
