h1 { font-size: x-large;
font-family: garamond,tahoma,verdana;
}
body,p,td { 
font-family: tahoma,verdana; 
font-size: x-small; 
color: #666677;
scrollbar-face-color:      #E8E8E8;
scrollbar-shadow-color:    #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:   #FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-track-color:     #FFFFFF;
scrollbar-arrow-color:     #777788;
margin: 0px 0px 0px 0px
}

body.content { 
margin-left: 20px;}


/* This is the lists, like ProductList, Basket and Confirm */
.list
{}
.headerItemStyle
{font-weight:  bold;
font-size: 14px;
background-color :  rgb(223,200,226) ;
color: #000000; }
.alternatingItemStyle
{background-color :  rgb(223,200,226) ; 
    vertical-align : top;}
.ItemStyle
{vertical-align : top;}
/* List End */


select.x { 
font-family: tahoma,verdana; 
font-size: x-small; 
color: #111122; 
border-style: 1px solid;
}

input,select { 
font-family: tahoma,verdana; 
font-size: x-small; 
color: #111122; 
background-color: rgb(223,200,226);
border: 1px solid;
margin: 3 0 3 0;
}

h2 { font-size: small;color: #555566;}
h3 { font-size: x-small;color: #555566;}
a.menu { color:rgb(0,0,0); text-decoration:none;
font-size: x-small;}
a.menu:hover { color:rgb(0,100,100); text-decoration:none;}
a:hover {text-decoration:none;}
a { color:#000000; text-decoration:none;}
a:hover { color:#111122; text-decoration:underline; }
th {text-align: left;}
th.amount {text-align: right;}

td.left { background-color: #800000;color:#ffffff;font-weight:700;font-size: x-small;}
td.leftinner { background-color: #ffffff;font-size: x-small;}
li {font-size: x-small;}
ul {margin-left:17;margin-right:1; list-style-type:square;}
.darkgreen {color: rgb(85,160,110) }
.lightgreen {color: rgb(85,160,62) }
.yellow {background-color: #F3EAAE ;}

.invertheader
{
	color:White;
	}

#menuleft
{ 
	width: 155px;
	margin-left: 20px;
	margin-top: 20px;
	background-color:#715A74;
	
	}

#menuright
{ 
	width: 155px;
	margin-right: 20px;
	margin-top: 20px;
	background-color:#715A74;
	
	}

/*Menu */
.MenuSelected
    {color: White; 
    text-decoration: none; 
    font: 12px verdana;
    Font-weight: bold;
    }

.MenuItem
    {color: #555566; 
    text-decoration: none; 
    font: 12px verdana;
    Font-weight: normal ;
    }
