/* general */

body {
	background-color:	#FFF;
	font:				small Arial, Verdana, sans-serif;
	margin:				40px;
	padding:			0;
}
a {
	font-weight:		bold;
}
h1 {
	font:				x-large Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0;
}
h2 {
	font:				1.8em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	margin:				0;
}
h2.country {
	font-size:			1.0em;
	margin:				0 0 15px 0;
}
h3 {
	font-size:			small;
	font-weight:		bold;
	margin:				10px 0 2px 0;
}
h3 span {
	font-size:			x-small;
	font-weight:		bold;
}
h4 {
	font-size:			x-small;
	font-weight:		bold;
	margin:				0 0 5px 0;
}
h5 {
	font-size:			small;
	font-weight:		bold;
	margin:				0 0 10px 0;
}
p {
	font-size:			small;
	line-height:		150%;
	margin:				0 0 10px 0;
}
img {
	border:				none;
}
ul, li {
	font-size:			small;
	line-height:		140%;
}
form {
	margin:				0;
	padding:			0;
}
label {
	font-weight:		bold;
	display:			block;
	margin:				6px 0 0 0;
	padding:			0 0 2px 0;
}

/* sections */

#footer {
	font-size:			x-small;
	line-height:		140%;
	margin:				20px 0 0 0;
	border-top:			1px solid #000;
	padding:			8px 0 0 0;
}

/* order now */

form {
	margin:				0;
	padding:			0;
}
label {
	font-size:			x-small;
	font-weight:		bold;
}
input.button {
	font:				x-small Arial, Verdana, sans-serif;
	text-transform:		uppercase;
	font-weight:		bold;
}
.items {
	border:				1px solid #000;
}
.items th {
	font-size:			x-small;
	border:				1px solid #000;
	padding:			10px;
}
.items td {
	font-size:			small;
	border:				1px solid #000;
	padding:			10px;
}
.items th {
	font-weight:		bold;
}
.items select, .items .qty, #src {
	font-size:			x-small;
}
.items img {
	border:				1px solid #000;
	margin:				0 0 8px 0;
}