body {
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
	text-align: center;
	background: #d5d5cd;
}
img {
	border-width: 0;
}
img.header {
	position:relative;
	left: 134px;
	top: 0;
	z-index: 10;
}
table.background {
	width: 847px;
	height: 585px;
	background-image: URL(images/new/W4A_background_shop.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div.promotion {
	float: left;
	position: relative;
	left: 30;
	top: -60;
	z-index: 20;
	width: 220px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
}
div.main {
	float: right;
	position: relative;
	right: 30;
	top: -60;
	z-index: 20;
	width: 555px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
}
div.total {
	float: center;
	position: relative;
	left: 0;
	top: -60;
	z-index: 20;
	width: 800px;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
}
form {
	margin: 0px;
	padding: 0px;
}

h1				{ font-family: Tahoma; font-size: 12pt; color: #505050; margin-top: 0; }
td				{ font-family: Tahoma; font-size: 10pt; color: black; }
td.info			{ font-family: Tahoma; font-size: 10pt; color: gray; }
input.txt		{ font-family: Tahoma; font-size: 10pt; color: black; }
select			{ font-family: Tahoma; font-size: 10pt; color: black; }
option			{ font-family: Tahoma; font-size: 10pt; color: black; }
textarea		{ font-family: Tahoma; font-size: 10pt; color: black; }

a				{ text-decoration: none; color: black; }
a:link			{ text-decoration: none; color: black; }
a:visited		{ text-decoration: none; color: black; }
a:active		{ text-decoration: none; color: black; }
a:hover			{ text-decoration: none; color: green; }
input[type="radio"],
label {
	cursor: pointer;
}
