﻿body 
{
	text-align:center;
}

body
{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    border:none;
}

html
{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    border:none;
}

.hidden
{
	visibility: hidden;
}

.title
{
	text-align: center;
	font-size: 1.6em;
	font-family: Arial;
}

.subtitle
{
	text-align: center;
	font-size: 1.2em;
	font-family: Arial;
}

.boldsubtitle
{
	text-align: center;
	font-size: 1.5em;
	font-family: Arial;
	font-weight: bold;
}

.boldredsubtitle
{
	text-align: center;
	font-size: 1.1em;
	font-family: Arial;
	font-weight: bold;
	color:Red;
}

.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:1em;
	vertical-align:baseline;
	text-decoration: none;
	border-style:none;
	border-width:0px;
}

a.currentpage
{
	text-align:	center;
	font-family: Arial;
	color:blue;
	font-size:1.5em;
	vertical-align:baseline;
	text-decoration: none;
	border-style:none;
	font-weight:bold;
	border-width:0px;
}

a.underlinelink
{
	text-decoration:underline;
}

a.nounderlinelink
{
	text-decoration:none;
}

activetoplink
{
	background-color: #e6e6fa;
	text-decoration:none;
	vertical-align:bottom;
}

a.activetoplink
{
	background-color: #e6e6fa;
	text-decoration:none;
	vertical-align:bottom;
}

.linkpanel
{
	background-color: #e6e6fa;
	text-decoration:none;
}

.linkpanellink1
{
	background-color: #cc99ff;
	text-decoration:none;
	font-size: 1em;
	border: thick, 2, white;
	font-weight: normal;
	vertical-align:bottom;
	width:100%;
}

.linkpanellink2
{
	background-color: #99cccc;
	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:0%;
	vertical-align:middle;
	width: 100%;
}

.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;
	background-color: #9999ff;
	height: 100%;
}

table
{	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0px;
}

.toppanel
{
	background-color: #e6e6fa;
	text-decoration:none;
}

.sectionsectiontable
{
	vertical-align:top;
}

.tdRight 
{
	vertical-align:top;
	text-align:center;
	background-color: #e6e6fa;
}

.basketLine
{/*
	border-style:solid;
	border-width:thin;
	border-color:Gray;*/
}

.tdLeftTop
{
	vertical-align:bottom;
	text-align:center;
	background-color: #9999ff;
	height: 2.8%;
	width: 100%;
}

.tdRightTop
{
	vertical-align:bottom;
	text-align:center;
	background-color: #9999ff;
	height: 2.8%;
}

td 
{
	text-align:center;
}

.tdQuantity
{
	width:2em;
}

.notvisible
{
	visibility:hidden;
	
}