@charset "UTF-8";

body {  
	font-family: "Copperplate Gothic Light"; 
	color: silver; 
	background-color: black;
	background-position: top left;
}

p.just {
	font-align: justify;
}

p.small { 
	font-family: Arial; 
	color: #c0c0c0; 
	font-size: 60%;  
}

p.product { 
	font-family: "Copperplate Gothic Light"; 
	color: #c0c0c0;
	font-size: 80%; 
	font-weight: bold;
}

p.postal { 
	font-family: "Copperplate Gothic Light"; 
	color: #FF8040;
	font-size: 90%; 
	font-weight: bold;
}

p.language { 
	font-family: "Copperplate Gothic Bold"; 
	color: #ffff00;
	font-size: small;
}

p.warning {
		font-family: "Arial";
		color: #ffff80;
		font-size: small;
}

h6.centre {
	font-size: 80%; 
	font-family: "Copperplate Gothic Light";
	color: #c0c0c0;
	font-align: center;
}
	
:link {
	font-family: Arial;  
	color: #c0c0c0;
	text-decoration: none; 
}  

:visited {
	font-family: Arial;
	color: green;
	text-decoration: none;
} 

:active {
	font-family: Arial;  
	color: yellow; 
	text-decoration: none;
} 

yellow:link {
font-family: Arial;  
	color: #ffff00;
	text-decoration: none;	
}
  
td { 
	font-family: Arial; 
	font-size: 90%; 
	color: #c0c0c0; 
}

table, th,td,tr {
	padding: 0px 0px;
}

table#price tr:nth-child(even){
	border: 1px solid white;
}
table#price tr:nth-child(odd){
	border: 1px solid white;
}


table {
	
	border-collapse: collapse;
	border-spacing: 10px;
}

div {
	border: 1px solid white;
}


td.centre {
	height: 30;
	font-family: "Copperplate Gothic Light";
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}  
      
td.ct {
	text-align: center;
	vertical-align: top;
	width: 100%;
}

td.lt {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

td.ltw {
	text-align: left;
	vertical-align: top;
	width: 80px;
}

td.t {
	vertical-align: top;
}

td.ltimg {
	text-align: left;
	vertical-align: top;
	width: 80px;
}

td.menu {
	text-align: center;
	vertical-align: top;
	width: 12%;
	font-size: small;
}

td.head {
	width: 100%;
	text-align: center;
}

img.lwh {
	align: left;
	width: 123px;
	height: 123px;
}

img.diamond {
	vertical-align: top;
	width: 17px;
	height: 17px;
}

colgroup {
  width: 100px;
  text-align: center;
  vertical-align: center;
  display: table-column-group;
} 

