body	{
	font-family: Arial, Helvetica, san-serif;
	background-color: #eeeeee;
	}
td	{
	font-size: 13px;
	}
.big	{
	font-size: 18px;
	font-weight: bold;
	}
.mini	{
	font-size: 10px;
	}
.topNavigation {
	font-size: 11px;
	}
.navigation {
	font-size: 13px;
	}
.description {
	font-size: 13px;
	}
.hint	{
	color: #666666;
	font-size: 10px;
	}
.copyright {
	color: #666666;
	font-size: 11px;
	}

/*
   Index page 
   ----------
*/
td.thumbnail {
        padding: 15;
	}
.currentPage {
	border: 1px solid black;
        padding-left: 2px;
        padding-right: 2px;
	font-weight: bold;
	}
.ordered {
	border: 3px dashed #cc0000
	}
.notordered {
	border: 3px solid #999999
	}
.caption {
	font-size: 10px;
	}

/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2pt;
	}
.mono	{
	font-family: Courier;
	}
.tableGrad_1 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#cccccc', endColorstr='#eeeeee');
	}
.tableGrad_2 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#eeeeee', endColorstr='#cccccc');
	}
.contact {
	align: right;
	}
.bottomline {
	border-bottom:1px solid black;
	}
