<!--
 
body 
{ 
margin: 0px 0px 0px 0px;
background-image: url(../images/bg.jpg);
background-color: #ffffff;
}
 
img
{
border: none;
}
 
.maintable 
{ 
background-color: #ffffff;
}
 
td
{
font-family: arial;
font-size: 10pt;
font-weight: normal;
color: #000000;
}
 
.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}
 

a:link, a:visited, a:active  {
 color: #0055A5;
 text-decoration: underline; 
}
 
a:hover {
 color: #5697D8;
 text-decoration: none; 
}
 
a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
 {
 color: #000000;
 text-decoration: none; 
}

a.topnav:link, a.topnav:visited, a.topnav:hover, a.topnav:active 
 {
 color: #ffffff;
 display: block;
 text-decoration: none; 
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 text-shadow: #000000 50px 50px 50px;
 text-align: center;
 vertical-align: middle;
}



.left-nav
{

text-indent: 20px; 

}


a.menu, a.menu:visited, a.menu:link /* these definitions only apply to the "menu"-links */
{
display:block; /* apply color as background */
width: 135px; /* all the <td>, please */
height:20px; /* same height as the images */
text-decoration: none;
font-family: arial;
font-size: 8pt;
font-weight: bold;
text-indent: 20px;
color: #fff;
float: right;
display: inline;
line-height: 20px;
}


a.menu:hover /* when mouseover the links look like this */
{
display:block;
background-image:url(../images/nav-mo.gif);
text-indent: 20px;
width: 135px;
} 






td.producttitle
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #a70303;
}
 
.quantity
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #000000;
}

.size
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #000000;
}


.itemnumber
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #000000;
}

.description
{
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #000000;
}


 
-->