.horizontalMenu
{
      color: #FFFFFF;
      font-size: 14 px;      
      font-family: verdana;      
      text-decoration: none;           	
     	font-weight: bold;      
}

.horizontalMenu.hover
{
      text-decoration: underline;           	
}

.category
{
      color: #FFFFFF;
      font-size: 16 px;      
      font-family: verdana;      
      text-decoration: none;      
     	padding-left: 10px;	
     	font-weight: bold;      
}

body
{
	margin: 0;
	padding: 0;		
}
table
{
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;	
	table-layout: fixed;
	overflow: hidden;
}
tr
{
	padding: 0;
	margin: 0;
	table-layout: fixed;
	overflow: hidden;
}
td
{
	padding: 0;
	margin: 0;
	table-layout: fixed;
	overflow: hidden;
}

table.main
{
	width: 770px;
}
td.leftmain
{
	width: 180px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: solid 2px #efefe9;
}
td.rightmain
{	
	width: auto;
	vertical-align: top;
}
td.verticalMenuUpperItem
{
	background: url("../img/mainMenu.gif");   
	background-repeat: no-repeat;  
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	width: 180px;
}
td.verticalSelectedUpperMenuItem
{      
	color: #000000;
	font-weight: bold;
	background: url("../img/mainMenu.gif");   
	background-repeat: no-repeat;
	height: 28px;
	width: 180px;
}
td.verticalSelectedMenuItem
{
	font-weight: bold;	
	background: url("../img/subMenu.gif");   
	background-repeat: no-repeat;     
	height: 19px;
	width: 180px; 	
}
td.verticalMenuItem
{
	background: url("../img/subMenu.gif");   
	background-repeat: no-repeat;     
	height: 19px;
	width: 180px;            
}

td.verticalMenuSubItem
{
	text-align: left;
	background: url("../img/subsubMenu.gif");
	background-repeat: no-repeat;
	height: 17px;
	width: 180px;            
}  
td.verticalSelectedMenuSubItem
{
      font-weight: bold;	
	text-align: left;
	background: url("../img/subsubMenu.gif");
	background-repeat: no-repeat;
	height: 17px;
	width: 180px;              
}
table.innerMain
{
	width: 560px;
	vertical-align: top;	
	margin: 10px;
}

.orderHeader
{
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 1px;
	text-align: center;
	font-weight: bolder;
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	background: #7dc242;
	text-align: center;
}
.orderLine
{
	border: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 1px;
	margin: 1px;
	text-align: left;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
}
.orderLineHover
{
	border: 1px;
	border-style: solid;
	border-color: #333333;
	padding: 1px;
	margin: 1px;
	text-align: left;
	font-weight: normal;
	font-family: verdana;
	font-size: 9px;
	background: #efefef;
}
.loginLine
{
	padding: 2px;
	font-family: verdana;
	font-size: 12px;	
}
