﻿body 
{
	text-align:center;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    border:none;
    font-family:Arial;
}

html
{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    border:none;
}

.hidden
{
	visibility: hidden;
}

.title
{
	text-align: center;
	font-size: 2em;
	font-family: Arial;
}

.subtitle
{
	text-align: center;
	font-size: 1.5em;
	font-family: Arial;
}

.boldsubtitle
{
	text-align: center;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
}

.bold
{
	text-align: center;
	font-size: 1.5em;
	font-family: Arial;
}

.basket-title
{
	text-align: center;
	font-size: 1.75em;
	font-family: Arial;
}

li
{
	font-size: 1;
	font-family: Arial;
}

.sub-title 
{
	text-align: center;
	font-size: 1em;
	font-family: Arial;
}

a 
{
	text-align:	center;
	font-family: Arial;
	color:black;
	font-size:20px;
	vertical-align:baseline;
	text-decoration: none;
}

a.underlinelink
{
	text-decoration:underline;
}

a.nounderlinelink
{
	text-decoration:none;
}

a.activetoplink
{
	background-color: #e6e6fa;
	text-decoration:none;
}

.linkpanelselected
{
	background-color: #ff9900;
	text-decoration:none;
}

.linkpanelnotselected
{
	background-color: #ff9900;
	text-decoration:none;
	font-size: 1em;
	border: thick, 2, white;
	font-weight: normal;
	vertical-align:bottom;
	width:100%;
}
/*
.linkpanellink2
{
	background-color: #ff9900;
	text-decoration:none;
	font-weight: normal;
	font-size: 1em;
	border: thick, 2, white;
	vertical-align:bottom;
	width:100%
}
*/
.bold
{
	font-family: Arial;
	color:Black;
	font-size:medium;
	font-weight:bold;
}

.basketlinetitle
{
	font-family: Arial;
	color:Black;
	font-size:1em;
	font-weight:bold;
	background-color: #cc99ff;
}

span 
{
	font-family: Arial;
} 

.toptable
{
	height:5%;
	vertical-align:middle;
}

.table 
{
	height:100%;
	/*width:100%;*/
	text-align:center;
	padding: 0px;
	border-width: 0px;
}

.products
{
	width: 100%;
	height: 100%;
	vertical-align:top;
	text-align:center;
}

.basketItem 
{
	width: 16%;
}

.tdLeft 
{
	vertical-align:top;
	text-align: center;
	vertical-align: top;
	background-color: white;
	height: 100%;
}

table
{	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
	height:100%;
}

.toppanel
{
	background-color: #e6e6fa;
	text-decoration:none;
}

.sectionsectiontable
{
	vertical-align:top;
}

.tdRight 
{
	vertical-align:top;
	text-align:center;
	background-color: #ff9900;
	height:100%;
}

.basketLine
{/*
	border-style:solid;
	border-width:thin;
	border-color:Gray;*/
}

.tdLeftTop
{
	vertical-align:bottom;
	text-align:center;
	background-color: #000066;
	height: 2.8%;
}

td 
{
	text-align:center;
}

.tdQuantity
{
	width:2em;
}
