﻿body 
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
}

.header
{
	font-family: Verdana;
	font-size: 18px;
	color: Maroon;
}

.subheader
{
	font-family: Verdana;
	font-size: 14px;
	color: Maroon;
}

.new
{
	font-family: Verdana;
	font-weight: bold;
	color: Red;
}

.dropdown
{
	vertical-align: baseline;
}

.product
{
	font-family: Verdana;
	font-size: 10px;
}

.box
{
	border: solid 1px black; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
}

asp:Label 	
{
	font-family: Verdana;
	font-size: 10px;
}

a:link {color: Maroon; text-decoration: underline; }
a:active {color: Maroon; text-decoration: underline; }
a:visited {color: Maroon; text-decoration: underline; }
a:hover {color: Maroon; text-decoration: none; }

td
{ 
	vertical-align: top;
}

.listViewBasketSmall
{
	font-family: Tahoma;
	font-size: 11px;
}



